Trace number 3697817

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 NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.08 1801.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_5_mh_ic.opb
MD5SUM60919230beb4b87ee73e0f0d7ecbd414
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4402831
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14243306439
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14243306439
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.05/1.21	c run inc solver
1.05/1.21	c [INC SYSTEM] run initial solver
1.05/1.21	c [INC SYSTEM] preprocess with white file
5.62/5.81	c [INC SYSTEM] finished preprocessing in 4 s
5.62/5.81	c [INC SYSTEM] execute solver
11.83/12.02	c [INC SEARCH] formula is SAT
11.83/12.05	c [INC SYSTEM] solved the initial formula
12.02/12.20	c model valid
12.02/12.20	c current solution ok
14.29/14.53	o 314535575
14.29/14.53	c [INC SYSTEM] there exists a inc, kill it!
14.29/14.53	c write failed with 2
14.29/14.54	c [INC SEARCH] iteration: 0
14.29/14.54	c [INC BOUNDS] best value:314535600 search for 314535599
14.29/14.54	c [INC SYSTEM] create new solver instance
14.29/14.54	c [INC] encode full formula
14.29/14.54	c fallback to adder encoding
17.13/17.37	c set iterative enc to: adder
17.13/17.37	c set iterative enc to: none
17.60/18.60	c [INC SEARCH] isOptimum variable: 0

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-3697817-1338127273/watcher-3697817-1338127273 -o /tmp/evaluation-result-3697817-1338127273/solver-3697817-1338127273 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697817-1338127273.opb 159720109 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: 2.00 2.05 2.34 3/179 15477
/proc/meminfo: memFree=28195964/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0

[startup+0.0910431 s]
/proc/loadavg: 2.00 2.05 2.34 3/179 15477
/proc/meminfo: memFree=28195964/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100284 s]
/proc/loadavg: 2.00 2.05 2.34 3/179 15477
/proc/meminfo: memFree=28195964/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300253 s]
/proc/loadavg: 2.00 2.05 2.34 3/179 15477
/proc/meminfo: memFree=28195964/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.00 2.05 2.34 3/179 15477
/proc/meminfo: memFree=28195964/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.05 2.34 3/181 15479
/proc/meminfo: memFree=28128380/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=99812 CPUtime=1.08 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 12389 0 0 0 98 10 0 0 20 0 1 0 278852383 102207488 17674 33554432000 4194304 5992684 140733209951536 140733209945984 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 24953 17674 171 440 0 24509 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 108960

[startup+3.10044 s]
/proc/loadavg: 2.00 2.05 2.34 3/183 15481
/proc/meminfo: memFree=27840988/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=99812 CPUtime=1.08 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 12389 0 0 0 98 10 0 0 20 0 1 0 278852383 102207488 17674 33554432000 4194304 5992684 140733209951536 140733209945984 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 24953 17674 171 440 0 24509 0
[pid=15480] ppid=15478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15480/stat : 15480 (cp2_pre.sh) S 15478 15477 14200 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278852507 9367552 277 33554432000 4194304 5064252 140736558048560 140736558047264 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15480/statm: 2287 277 234 213 0 72 0
[pid=15481] ppid=15480 vsize=318820 CPUtime=1.84 cores=0,2,4,6
/proc/15481/stat : 15481 (coprocessor) R 15480 15477 14200 0 -1 4202496 41931 0 0 0 176 8 0 0 20 0 1 0 278852507 326471680 72123 33554432000 4194304 6586260 140736415857056 140736415853320 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/15481/statm: 79705 72124 166 584 0 79117 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 436928

[startup+6.30028 s]
/proc/loadavg: 2.00 2.05 2.33 3/183 15481
/proc/meminfo: memFree=27691148/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=99812 CPUtime=5.65 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 12407 52390 0 0 98 11 434 22 20 0 1 0 278852383 102207488 17676 33554432000 4194304 5992684 140733209951536 140733209937800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 24953 17676 173 440 0 24509 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 108960

[startup+12.7004 s]
/proc/loadavg: 2.00 2.05 2.33 3/182 15483
/proc/meminfo: memFree=27927288/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=113744 CPUtime=6.35 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) R 15477 15477 14200 0 -1 4202496 14920 52390 0 0 128 51 434 22 20 0 1 0 278852383 116473856 21166 33554432000 4194304 5992684 140733209951536 140733209937800 5179696 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 28436 21166 180 440 0 27992 0
[pid=15483] ppid=15478 vsize=175340 CPUtime=6.17 cores=0,2,4,6
/proc/15483/stat : 15483 (glucosInc) S 15478 15477 14200 0 -1 4202496 33266 0 0 0 610 7 0 0 20 0 1 0 278852964 179548160 39501 33554432000 4194304 5654031 140734307811520 140734307809832 4976656 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/15483/statm: 43835 39501 146 357 0 43475 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 298232

[startup+25.5004 s]
/proc/loadavg: 2.08 2.07 2.33 3/182 15486
/proc/meminfo: memFree=27234860/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=627556 CPUtime=6.88 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 98441 0 0 0 662 26 0 0 20 0 1 0 278854244 642617344 147431 33554432000 4194304 5654031 140734996460304 140734996458088 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 156889 147431 131 357 0 156529 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 762464

[startup+51.1004 s]
/proc/loadavg: 2.05 2.06 2.32 3/181 15486
/proc/meminfo: memFree=27241316/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=629536 CPUtime=32.48 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 98980 0 0 0 3221 27 0 0 20 0 1 0 278854244 644644864 148481 33554432000 4194304 5654031 140734996460304 140734996458088 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 157384 148481 141 357 0 157024 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 764444

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.30 3/181 15486
/proc/meminfo: memFree=27232940/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=631584 CPUtime=83.67 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 100012 0 0 0 8340 27 0 0 20 0 1 0 278854244 646742016 149513 33554432000 4194304 5654031 140734996460304 140734996448120 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 157896 149513 142 357 0 157536 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 766492

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.28 3/180 15486
/proc/meminfo: memFree=27214948/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=727260 CPUtime=143.66 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 101366 0 0 0 14338 28 0 0 20 0 1 0 278854244 744714240 153421 33554432000 4194304 5654031 140734996460304 140734996448120 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 181815 153421 142 357 0 181455 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 862168

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.26 3/181 15487
/proc/meminfo: memFree=27210604/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=727260 CPUtime=203.65 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 101368 0 0 0 20337 28 0 0 20 0 1 0 278854244 744714240 153934 33554432000 4194304 5654031 140734996460304 140734996448120 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 181815 153934 142 357 0 181455 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 862168

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.24 3/181 15487
/proc/meminfo: memFree=27206756/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27351220/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=727684 CPUtime=1283.26 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 102632 0 0 0 128293 33 0 0 20 0 1 0 278854244 745148416 157793 33554432000 4194304 5654031 140734996460304 140734996448120 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 181921 157793 142 357 0 181561 0
Current children cumulated CPU time (s) 1300.86
Current children cumulated vsize (KiB) 862592

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.08 3/181 15543
/proc/meminfo: memFree=27333104/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1343.24 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 103975 0 0 0 134291 33 0 0 20 0 1 0 278854244 760750080 161691 33554432000 4194304 5654031 140734996460304 140734996448120 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 161691 142 357 0 185370 0
Current children cumulated CPU time (s) 1360.84
Current children cumulated vsize (KiB) 877828

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.08 3/181 15544
/proc/meminfo: memFree=27325348/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1403.25 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104126 0 0 0 140291 34 0 0 20 0 1 0 278854244 760750080 162864 33554432000 4194304 5654031 140734996460304 140734996448120 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 162864 142 357 0 185370 0
Current children cumulated CPU time (s) 1420.85
Current children cumulated vsize (KiB) 877828

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.08 3/181 15544
/proc/meminfo: memFree=27318460/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1463.23 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104128 0 0 0 146289 34 0 0 20 0 1 0 278854244 760750080 163888 33554432000 4194304 5654031 140734996460304 140734996448120 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 163888 142 357 0 185370 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 877828

[startup+1542.3 s]
/proc/loadavg: 2.10 2.06 2.08 3/181 15544
/proc/meminfo: memFree=27309220/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1523.22 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104130 0 0 0 152288 34 0 0 20 0 1 0 278854244 760750080 164912 33554432000 4194304 5654031 140734996460304 140734996448120 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 164912 142 357 0 185370 0
Current children cumulated CPU time (s) 1540.82
Current children cumulated vsize (KiB) 877828

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.08 3/181 15544
/proc/meminfo: memFree=27335684/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1583.21 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104132 0 0 0 158287 34 0 0 20 0 1 0 278854244 760750080 165936 33554432000 4194304 5654031 140734996460304 140734996448120 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 165936 142 357 0 185370 0
Current children cumulated CPU time (s) 1600.81
Current children cumulated vsize (KiB) 877828

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.08 3/181 15544
/proc/meminfo: memFree=27327008/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1643.2 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104134 0 0 0 164286 34 0 0 20 0 1 0 278854244 760750080 166960 33554432000 4194304 5654031 140734996460304 140734996448120 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 166960 142 357 0 185370 0
Current children cumulated CPU time (s) 1660.8
Current children cumulated vsize (KiB) 877828

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.08 3/181 15545
/proc/meminfo: memFree=27318428/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1703.19 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104243 0 0 0 170285 34 0 0 20 0 1 0 278854244 760750080 168602 33554432000 4194304 5654031 140734996460304 140734996448120 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 168602 142 357 0 185370 0
Current children cumulated CPU time (s) 1720.79
Current children cumulated vsize (KiB) 877828

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.08 3/182 15548
/proc/meminfo: memFree=27311652/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1763.19 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104245 0 0 0 176284 35 0 0 20 0 1 0 278854244 760750080 169626 33554432000 4194304 5654031 140734996460304 140734996448120 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 169626 142 357 0 185370 0
Current children cumulated CPU time (s) 1780.79
Current children cumulated vsize (KiB) 877828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.05 2.06 2.08 3/181 15548
/proc/meminfo: memFree=27353536/32873844 swapFree=7116/7116
[pid=15477] ppid=15475 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15477/stat : 15477 (npSolver-pbo-It) S 15475 15477 14200 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278852383 9367552 274 33554432000 4194304 5064252 140734104567088 140734104566000 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15477/statm: 2287 274 233 213 0 72 0
[pid=15478] ppid=15477 vsize=125760 CPUtime=17.6 cores=0,2,4,6
/proc/15478/stat : 15478 (npSolver-pbo) S 15477 15477 14200 0 -1 4202496 24305 86693 0 0 438 235 1045 42 20 0 1 0 278852383 128778240 24212 33554432000 4194304 5992684 140733209951536 140733209937368 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 13 0 0
/proc/15478/statm: 31440 24212 190 440 0 30996 0
[pid=15486] ppid=15478 vsize=742920 CPUtime=1782.48 cores=0,2,4,6
/proc/15486/stat : 15486 (glucosInc) R 15478 15477 14200 0 -1 4202496 104434 0 0 0 178212 36 0 0 20 0 1 0 278854244 760750080 158018 33554432000 4194304 5654031 140734996460304 140734996448120 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15486/statm: 185730 158018 142 357 0 185370 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 877828

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 15477 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=839744
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=786576
# CPU time returned by wait4() is 17.6263
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.62
CPU time (s): 1800.08
CPU user time (s): 1796.95
CPU system time (s): 3.13
CPU usage (%): 99.9147
Max. virtual memory (cumulated for all children) (KiB): 1089444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8397
system time used= 2.78658
maximum resident set size= 502716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 723144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1061
involuntary context switches= 1058

runsolver used 2.46062 second user time and 11.5732 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 16:01:13
IDJOB=3697817
IDBENCH=92687
IDSOLVER=2275
FILE ID=node138/3697817-1338127273
RUNJOBID= node138-1338124125-14216
PBS_JOBID= 14624507
Free space on /tmp= 71232 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_5_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697817-1338127273/watcher-3697817-1338127273 -o /tmp/evaluation-result-3697817-1338127273/solver-3697817-1338127273 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697817-1338127273.opb 159720109 HOME HOME

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

MD5SUM BENCH= 60919230beb4b87ee73e0f0d7ecbd414
RANDOM SEED=159720109

node138.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		: 2667.347
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	: 5334.69
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		: 2667.347
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		: 2667.347
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.91
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		: 2667.347
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		: 2667.347
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		: 2667.347
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	: 5331.91
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		: 2667.347
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.92
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		: 2667.347
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:        28195964 kB
Buffers:          411276 kB
Cached:          2662856 kB
SwapCached:          212 kB
Active:          1870480 kB
Inactive:        1933164 kB
Active(anon):     720764 kB
Inactive(anon):    11368 kB
Active(file):    1149716 kB
Inactive(file):  1921796 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             12360 kB
Writeback:             0 kB
AnonPages:        738368 kB
Mapped:            15696 kB
Shmem:               200 kB
Slab:             732516 kB
SReclaimable:     174744 kB
SUnreclaim:       557772 kB
KernelStack:        1480 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     978500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 70996 MiB
End job on node138 at 2012-05-27 16:31:17