Trace number 3698163

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.02 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1593.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6207
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6207
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/1.00	c run inc solver
0.00/1.00	c [INC SYSTEM] run initial solver
0.00/1.00	c [INC SYSTEM] preprocess with white file
17.37/17.44	c [INC SYSTEM] finished preprocessing in 16 s
17.37/17.44	c [INC SYSTEM] execute solver
17.85/17.90	c [INC SEARCH] formula is SAT
17.85/17.92	c [INC SYSTEM] solved the initial formula
17.95/18.09	c model valid
17.95/18.09	c current solution ok
18.75/18.87	o 77
18.75/18.87	c [INC SYSTEM] there exists a inc, kill it!
18.75/18.88	c write failed with 2
18.75/18.88	c [INC SEARCH] iteration: 0
18.75/18.88	c [INC BOUNDS] best value:77 search for 76
18.75/18.88	c [INC SYSTEM] create new solver instance
18.75/18.88	c [INC] encode full formula
18.75/18.88	c (debug) using card networks
18.84/18.98	c set iterative enc to: card
18.84/18.98	c set iterative enc to: none
18.94/19.02	c [INC SEARCH] isOptimum variable: 0
21.95/22.04	c formula is SAT
21.95/22.08	c [INC SEARCH] copied best model
21.95/22.08	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
22.15/22.25	c model valid
22.15/22.25	c current solution ok
22.15/22.25	o 8
22.15/22.25	c [INC SEARCH] iteration: 1
22.15/22.25	c [INC BOUNDS] best value:8 search for 7
22.15/22.25	c [INC SYSTEM] there exists a inc, kill it!
22.15/22.25	c write failed with 2
22.15/22.26	c [INC SYSTEM] create new solver instance
22.15/22.26	c [INC] encode full formula
22.15/22.28	c set iterative enc to: swc
22.25/22.31	c [INC SEARCH] isOptimum variable: 0
23.27/23.33	c formula is SAT
23.27/23.39	c [INC SEARCH] copied best model
23.27/23.39	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
23.47/23.52	c model valid
23.47/23.52	c current solution ok
23.47/23.52	o 7
23.47/23.52	c [INC SEARCH] iteration: 2
23.47/23.52	c [INC BOUNDS] best value:7 search for 6
23.47/23.52	c [INC ENCODE] setup new number of clauses ...
23.47/23.52	c [INC] encode incremental formula
23.47/23.52	c return only the limitting unit clause for 6
23.47/23.52	c [INC SYSTEM] transmit new clauses to solver: 1
23.47/23.52	c [INC SEARCH] isOptimum variable: 0
1355.02/1355.30	c formula is SAT
1355.02/1355.33	c [INC SEARCH] copied best model
1355.02/1355.33	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1355.22/1355.51	c model valid
1355.22/1355.51	c current solution ok
1355.22/1355.51	o 6
1355.22/1355.51	c [INC SEARCH] iteration: 3
1355.22/1355.51	c [INC BOUNDS] best value:6 search for 5
1355.22/1355.51	c [INC ENCODE] setup new number of clauses ...
1355.22/1355.51	c [INC] encode incremental formula
1355.22/1355.51	c return only the limitting unit clause for 5
1355.22/1355.51	c [INC SYSTEM] transmit new clauses to solver: 1
1355.22/1355.51	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.40	c write failed with -1
1800.02/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x548a7a0)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3698163-1338067473/watcher-3698163-1338067473 -o /tmp/evaluation-result-3698163-1338067473/solver-3698163-1338067473 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698163-1338067473.opb 813896570 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.07 4.27 3.18 4/179 5026
/proc/meminfo: memFree=18397012/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0

[startup+0.035522 s]
/proc/loadavg: 5.07 4.27 3.18 4/179 5026
/proc/meminfo: memFree=18397012/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 5.07 4.27 3.18 4/179 5026
/proc/meminfo: memFree=18397012/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30022 s]
/proc/loadavg: 5.07 4.27 3.18 4/179 5026
/proc/meminfo: memFree=18397012/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 5.07 4.27 3.18 4/179 5026
/proc/meminfo: memFree=18397012/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 5.07 4.27 3.18 3/180 5028
/proc/meminfo: memFree=23028164/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=127540 CPUtime=1 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 18614 0 0 0 90 10 0 0 20 0 1 0 272875853 130600960 23569 33554432000 4194304 5992684 140734723822224 140734723816672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 31885 23569 166 440 0 31441 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 136688

[startup+3.1004 s]
/proc/loadavg: 5.07 4.27 3.18 3/182 5030
/proc/meminfo: memFree=22819004/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=127540 CPUtime=1 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 18614 0 0 0 90 10 0 0 20 0 1 0 272875853 130600960 23569 33554432000 4194304 5992684 140734723822224 140734723816672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 31885 23569 166 440 0 31441 0
[pid=5029] ppid=5027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5029/stat : 5029 (cp2_pre.sh) S 5027 5026 2929 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272875954 9367552 277 33554432000 4194304 5064252 140737105770176 140737105768880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5029/statm: 2287 277 234 213 0 72 0
[pid=5030] ppid=5029 vsize=292660 CPUtime=2.07 cores=0,2,4,6
/proc/5030/stat : 5030 (coprocessor) R 5029 5026 2929 0 -1 4202496 37947 0 0 0 199 8 0 0 20 0 1 0 272875954 299683840 66097 33554432000 4194304 6586260 140736681686096 140736681682360 4496502 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5030/statm: 73165 66097 170 584 0 72577 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 438496

[startup+6.30035 s]
/proc/loadavg: 4.82 4.23 3.18 3/182 5030
/proc/meminfo: memFree=22723492/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=127540 CPUtime=1 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 18614 0 0 0 90 10 0 0 20 0 1 0 272875853 130600960 23569 33554432000 4194304 5992684 140734723822224 140734723816672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 31885 23569 166 440 0 31441 0
[pid=5029] ppid=5027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5029/stat : 5029 (cp2_pre.sh) S 5027 5026 2929 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272875954 9367552 277 33554432000 4194304 5064252 140737105770176 140737105768880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5029/statm: 2287 277 234 213 0 72 0
[pid=5030] ppid=5029 vsize=346628 CPUtime=5.27 cores=0,2,4,6
/proc/5030/stat : 5030 (coprocessor) R 5029 5026 2929 0 -1 4202496 46276 0 0 0 517 10 0 0 20 0 1 0 272875954 354947072 85668 33554432000 4194304 6586260 140736681686096 140736681681464 5599209 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5030/statm: 86657 85668 191 584 0 86069 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 492464

[startup+12.7003 s]
/proc/loadavg: 4.60 4.20 3.17 3/182 5030
/proc/meminfo: memFree=22720540/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=127540 CPUtime=1 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 18614 0 0 0 90 10 0 0 20 0 1 0 272875853 130600960 23569 33554432000 4194304 5992684 140734723822224 140734723816672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 31885 23569 166 440 0 31441 0
[pid=5029] ppid=5027 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5029/stat : 5029 (cp2_pre.sh) S 5027 5026 2929 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 272875954 9367552 277 33554432000 4194304 5064252 140737105770176 140737105768880 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5029/statm: 2287 277 234 213 0 72 0
[pid=5030] ppid=5029 vsize=348872 CPUtime=11.67 cores=0,2,4,6
/proc/5030/stat : 5030 (coprocessor) R 5029 5026 2929 0 -1 4202496 46846 0 0 0 1157 10 0 0 20 0 1 0 272875954 357244928 86238 33554432000 4194304 6586260 140736681686096 140736681681688 5599328 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5030/statm: 87218 86238 191 584 0 86630 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 494708

[startup+25.5003 s]
/proc/loadavg: 4.02 4.09 3.15 3/181 5037
/proc/meminfo: memFree=22924880/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.5 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 33863 102563 0 1 181 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=141216 CPUtime=2.97 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 26913 0 0 0 292 5 0 0 20 0 1 0 272878084 144605184 31380 33554432000 4194304 5654031 140734820954464 140734820942280 4214993 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5037/statm: 35304 31380 150 357 0 34944 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 304964

[startup+51.1003 s]
/proc/loadavg: 3.33 3.92 3.12 3/181 5037
/proc/meminfo: memFree=22910992/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.5 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 33863 102563 0 1 181 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=152892 CPUtime=28.56 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 27431 0 0 0 2851 5 0 0 20 0 1 0 272878084 156561408 34964 33554432000 4194304 5654031 140734820954464 140734820942280 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5037/statm: 38223 34964 150 357 0 37863 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 316640

[startup+102.307 s]
/proc/loadavg: 2.53 3.59 3.05 3/181 5038
/proc/meminfo: memFree=22901136/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.5 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 33863 102563 0 1 181 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=171860 CPUtime=79.76 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 28963 0 0 0 7969 7 0 0 20 0 1 0 272878084 175984640 37464 33554432000 4194304 5654031 140734820954464 140734820942280 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5037/statm: 42965 37464 151 357 0 42605 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 335608

[startup+162.3 s]
/proc/loadavg: 2.21 3.32 2.99 3/180 5038
/proc/meminfo: memFree=22897580/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.5 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 33863 102563 0 1 181 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=171860 CPUtime=139.74 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 30399 0 0 0 13966 8 0 0 20 0 1 0 272878084 175984640 38396 33554432000 4194304 5654031 140734820954464 140734820942280 4215030 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5037/statm: 42965 38396 151 357 0 42605 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 335608

[startup+222.3 s]
/proc/loadavg: 2.08 3.08 2.92 3/180 5038
/proc/meminfo: memFree=22862580/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.5 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 33863 102563 0 1 181 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=202680 CPUtime=199.74 cores=0,2,4,6

################
# More data... #
################

/proc/meminfo: memFree=31065708/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.5 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 33863 102563 0 1 181 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=269596 CPUtime=1279.53 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 46889 0 0 0 127919 34 0 0 20 0 1 0 272878084 276066304 61052 33554432000 4194304 5654031 140734820954464 140734820942280 4232925 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5037/statm: 67399 61052 151 357 0 67039 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 433344

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.26 3/181 5120
/proc/meminfo: memFree=31234716/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=174228 CPUtime=1339.29 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 48857 0 0 0 133893 36 0 0 20 0 1 0 272878084 178409472 39148 33554432000 4194304 5654031 140734820954464 140734820942280 4232421 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 43557 39148 151 357 0 43197 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 337976

[startup+1422.31 s]
/proc/loadavg: 2.07 2.04 2.24 3/181 5120
/proc/meminfo: memFree=31188424/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=224016 CPUtime=1399.3 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 50006 0 0 0 139892 38 0 0 20 0 1 0 272878084 229392384 46937 33554432000 4194304 5654031 140734820954464 140734820942280 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 56004 46937 151 357 0 55644 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 387764

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.23 3/181 5120
/proc/meminfo: memFree=31159428/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=274104 CPUtime=1459.29 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 50569 0 0 0 145890 39 0 0 20 0 1 0 272878084 280682496 54654 33554432000 4194304 5654031 140734820954464 140734820942280 4216571 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 68526 54654 151 357 0 68166 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 437852

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.21 3/182 5124
/proc/meminfo: memFree=31112376/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=274104 CPUtime=1519.27 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 50584 0 0 0 151888 39 0 0 20 0 1 0 272878084 280682496 62334 33554432000 4194304 5654031 140734820954464 140734820942280 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 68526 62334 151 357 0 68166 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 437852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/181 5124
/proc/meminfo: memFree=31074496/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=355492 CPUtime=1579.24 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 51293 0 0 0 157884 40 0 0 20 0 1 0 272878084 364023808 70413 33554432000 4194304 5654031 140734820954464 140734820942280 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 88873 70413 151 357 0 88513 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 519240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.18 3/181 5124
/proc/meminfo: memFree=31035612/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=355492 CPUtime=1639.22 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 51339 0 0 0 163881 41 0 0 20 0 1 0 272878084 364023808 80141 33554432000 4194304 5654031 140734820954464 140734820942280 4232784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 88873 80141 151 357 0 88513 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 519240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/182 5135
/proc/meminfo: memFree=30996572/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=487752 CPUtime=1699.2 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 51863 0 0 0 169879 41 0 0 20 0 1 0 272878084 499458048 86797 33554432000 4194304 5654031 140734820954464 140734820942280 4214993 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 121938 86797 151 357 0 121578 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 651500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/181 5135
/proc/meminfo: memFree=31121136/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=224016 CPUtime=1759.2 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 52088 0 0 0 175877 43 0 0 20 0 1 0 272878084 229392384 46928 33554432000 4194304 5654031 140734820954464 140734820942280 4215188 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 56004 46928 151 357 0 55644 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 387764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.15 3/181 5135
/proc/meminfo: memFree=31146576/32873844 swapFree=7108/7108
[pid=5026] ppid=5024 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5026/stat : 5026 (npSolver-pbo-It) S 5024 5026 2929 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 272875852 9367552 275 33554432000 4194304 5064252 140734895048240 140734895047152 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5026/statm: 2287 275 233 213 0 72 0
[pid=5027] ppid=5026 vsize=154600 CPUtime=22.72 cores=0,2,4,6
/proc/5027/stat : 5027 (npSolver-pbo) S 5026 5026 2929 0 -1 4202496 34498 102563 0 1 203 75 1959 35 20 0 1 0 272875853 158310400 30364 33554432000 4194304 5992684 140734723822224 140734723808056 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5027/statm: 38650 30364 184 440 0 38206 0
[pid=5037] ppid=5027 vsize=224016 CPUtime=1777.3 cores=0,2,4,6
/proc/5037/stat : 5037 (glucosInc) R 5027 5026 2929 0 -1 4202496 52092 0 0 0 177687 43 0 0 20 0 1 0 272878084 229392384 48976 33554432000 4194304 5654031 140734820954464 140734820942280 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5037/statm: 56004 48976 151 357 0 55644 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 387764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5026 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1798.49
CPU system time (s): 1.53
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 731640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.22136 second user time and 9.56255 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 23:24:33
IDJOB=3698163
IDBENCH=2850
IDSOLVER=2275
FILE ID=node103/3698163-1338067473
RUNJOBID= node103-1338051805-2945
PBS_JOBID= 14624384
Free space on /tmp= 71560 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-saucier.r.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698163-1338067473/watcher-3698163-1338067473 -o /tmp/evaluation-result-3698163-1338067473/solver-3698163-1338067473 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698163-1338067473.opb 813896570 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=813896570

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        18282344 kB
Buffers:          207824 kB
Cached:          4945156 kB
SwapCached:         5296 kB
Active:          7086956 kB
Inactive:        6451576 kB
Active(anon):    6599040 kB
Inactive(anon):  1789764 kB
Active(file):     487916 kB
Inactive(file):  4661812 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67087884 kB
Dirty:             16572 kB
Writeback:             0 kB
AnonPages:       8409556 kB
Mapped:            11856 kB
Shmem:                 8 kB
Slab:             891768 kB
SReclaimable:     333832 kB
SUnreclaim:       557936 kB
KernelStack:        1504 kB
PageTables:        20600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8514860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7593984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71528 MiB
End job on node103 at 2012-05-26 23:54:35