Trace number 3752274

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-quickBound (fixed)? (TO) 1800.1 1800.61

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx92.opb
MD5SUM27a6a4205f1c6df1de962194e8e7e014
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.140977
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7164
Total number of constraints7824
Number of constraints which are clauses7155
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1132
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.59/1.66	c run inc solver
1.59/1.66	c [INC SYSTEM] run initial solver
1.59/1.66	c [INC SYSTEM] preprocess with white file
8.34/8.59	c [INC SYSTEM] finished preprocessing in 6 s
8.34/8.59	c [INC SYSTEM] execute solver
1800.10/1800.61	HOME/npSolver-pbo-Itdqb.sh: line 18: 29362 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3752274-1339149293/watcher-3752274-1339149293 -o /tmp/evaluation-result-3752274-1339149293/solver-3752274-1339149293 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752274-1339149293.opb 439805293 HOME HOME 

running on 4 cores: 1,3,5,7

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.05 2.02 2.00 3/178 29361
/proc/meminfo: memFree=26753960/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0

[startup+0.029619 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 29361
/proc/meminfo: memFree=26753960/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 29361
/proc/meminfo: memFree=26753960/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 29361
/proc/meminfo: memFree=26753960/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 29361
/proc/meminfo: memFree=26753960/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/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: 2.05 2.02 2.00 3/180 29363
/proc/meminfo: memFree=26664164/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=167812 CPUtime=1.48 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) R 29361 29361 27075 0 -1 4202496 7130 0 0 0 145 3 0 0 20 0 1 0 381053765 171839488 31077 33554432000 4194304 6004724 140737347665824 140737347660424 4579328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29362/statm: 41953 31077 154 442 0 41507 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 176960

[startup+3.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 29365
/proc/meminfo: memFree=26504760/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=1.66 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8088 0 0 0 149 17 0 0 20 0 1 0 381053765 143835136 24761 33554432000 4194304 6004724 140737347665824 140737347660288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29362/statm: 35116 24761 163 442 0 34670 0
[pid=29364] ppid=29362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29364/stat : 29364 (cp2_pre.sh) S 29362 29361 27075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381053931 9367552 277 33554432000 4194304 5064252 140737020723536 140737020722240 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29364/statm: 2287 277 234 213 0 72 0
[pid=29365] ppid=29364 vsize=352276 CPUtime=1.42 cores=1,3,5,7
/proc/29365/stat : 29365 (coprocessor) R 29364 29361 27075 0 -1 4202496 31848 0 0 0 132 10 0 0 20 0 1 0 381053932 360730624 78436 33554432000 4194304 6586260 140735134604512 140735134600776 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29365/statm: 88102 78437 164 584 0 87514 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 511036

[startup+6.30047 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 29365
/proc/meminfo: memFree=26107640/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=1.66 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8088 0 0 0 149 17 0 0 20 0 1 0 381053765 143835136 24761 33554432000 4194304 6004724 140737347665824 140737347660288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29362/statm: 35116 24761 163 442 0 34670 0
[pid=29364] ppid=29362 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29364/stat : 29364 (cp2_pre.sh) S 29362 29361 27075 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381053931 9367552 277 33554432000 4194304 5064252 140737020723536 140737020722240 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29364/statm: 2287 277 234 213 0 72 0
[pid=29365] ppid=29364 vsize=523780 CPUtime=4.61 cores=1,3,5,7
/proc/29365/stat : 29365 (coprocessor) R 29364 29361 27075 0 -1 4202496 64658 0 0 0 445 16 0 0 20 0 1 0 381053932 536350720 128109 33554432000 4194304 6586260 140735134604512 140735134599880 5599454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29365/statm: 130945 128109 190 584 0 130357 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 682540

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 29367
/proc/meminfo: memFree=26447284/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=187708 CPUtime=4.09 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 34698 0 0 0 403 6 0 0 20 0 1 0 381054625 192212992 43656 33554432000 4194304 5654031 140733474911936 140733474909816 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 46927 43656 131 357 0 46567 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 337320

[startup+25.5068 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 29368
/proc/meminfo: memFree=26440584/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=207636 CPUtime=16.89 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 35452 0 0 0 1683 6 0 0 20 0 1 0 381054625 212619264 45427 33554432000 4194304 5654031 140733474911936 140733474909720 4232710 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 51909 45427 131 357 0 51549 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 357248

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 29368
/proc/meminfo: memFree=26433044/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=209656 CPUtime=42.48 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 37473 0 0 0 4240 8 0 0 20 0 1 0 381054625 214687744 46828 33554432000 4194304 5654031 140733474911936 140733474909720 4232720 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 52414 46828 132 357 0 52054 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 359268

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 29368
/proc/meminfo: memFree=26425000/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=215260 CPUtime=93.67 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 40574 0 0 0 9355 12 0 0 20 0 1 0 381054625 220426240 49227 33554432000 4194304 5654031 140733474911936 140733474909720 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 53815 49227 132 357 0 53455 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 364872

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 29368
/proc/meminfo: memFree=26411592/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=249404 CPUtime=153.65 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 45547 0 0 0 15344 21 0 0 20 0 1 0 381054625 255389696 52255 33554432000 4194304 5654031 140733474911936 140733474910024 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 62351 52255 132 357 0 61991 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 399016

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 29368
/proc/meminfo: memFree=26400916/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=253860 CPUtime=213.63 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 51243 0 0 0 21334 29 0 0 20 0 1 0 381054625 259952640 54398 33554432000 4194304 5654031 140733474911936 140733474909720 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 63465 54398 140 357 0 63105 0
Current children cumulated CPU time (s) 222.07

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

/proc/loadavg: 2.00 2.00 2.00 3/181 29401
/proc/meminfo: memFree=26320256/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=293400 CPUtime=1293.44 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 75708 0 0 0 129276 68 0 0 20 0 1 0 381054625 300441600 67578 33554432000 4194304 5654031 140733474911936 140733474909720 4214618 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 73350 67578 141 357 0 72990 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 443012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29445
/proc/meminfo: memFree=26390296/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=294260 CPUtime=1353.43 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 76891 0 0 0 135273 70 0 0 20 0 1 0 381054625 301322240 66847 33554432000 4194304 5654031 140733474911936 140733474909720 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 73565 66847 141 357 0 73205 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 443872

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29445
/proc/meminfo: memFree=26375208/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=297148 CPUtime=1413.41 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 78519 0 0 0 141269 72 0 0 20 0 1 0 381054625 304279552 68007 33554432000 4194304 5654031 140733474911936 140733474909720 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 74287 68007 141 357 0 73927 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 446760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29445
/proc/meminfo: memFree=26355080/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=297892 CPUtime=1473.41 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 79954 0 0 0 147265 76 0 0 20 0 1 0 381054625 305041408 70741 33554432000 4194304 5654031 140733474911936 140733474909720 4215357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 74473 70741 141 357 0 74113 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 447504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29449
/proc/meminfo: memFree=26321564/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=349436 CPUtime=1533.4 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 81851 0 0 0 153260 80 0 0 20 0 1 0 381054625 357822464 74429 33554432000 4194304 5654031 140733474911936 140733474910024 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 87359 74429 141 357 0 86999 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 499048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29449
/proc/meminfo: memFree=26361576/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=271288 CPUtime=1593.38 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 84014 0 0 0 159253 85 0 0 20 0 1 0 381054625 277798912 63859 33554432000 4194304 5654031 140733474911936 140733474909960 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 67822 63859 141 357 0 67462 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 420900

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29449
/proc/meminfo: memFree=26348848/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=302724 CPUtime=1653.38 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 86025 0 0 0 165249 89 0 0 20 0 1 0 381054625 309989376 66653 33554432000 4194304 5654031 140733474911936 140733474910024 4215290 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 75681 66653 141 357 0 75321 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 452336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29449
/proc/meminfo: memFree=26334400/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=303340 CPUtime=1713.37 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 87433 0 0 0 171245 92 0 0 20 0 1 0 381054625 310620160 70080 33554432000 4194304 5654031 140733474911936 140733474910024 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 75835 70080 141 357 0 75475 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 452952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29449
/proc/meminfo: memFree=26294852/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=303940 CPUtime=1773.36 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 88774 0 0 0 177241 95 0 0 20 0 1 0 381054625 311234560 71688 33554432000 4194304 5654031 140733474911936 140733474909720 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 75985 71688 141 357 0 75625 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 453552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29449
/proc/meminfo: memFree=26305656/32873648 swapFree=7388/7388
[pid=29361] ppid=29359 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29361/stat : 29361 (npSolver-pbo-It) S 29359 29361 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381053765 9367552 275 33554432000 4194304 5064252 140734564493376 140734564492288 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29361/statm: 2287 275 233 213 0 72 0
[pid=29362] ppid=29361 vsize=140464 CPUtime=8.44 cores=1,3,5,7
/proc/29362/stat : 29362 (npSolver-pbo) S 29361 29361 27075 0 -1 4202496 8108 66576 0 0 149 17 637 41 20 0 1 0 381053765 143835136 24765 33554432000 4194304 6004724 140737347665824 140737347652104 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29362/statm: 35116 24765 167 442 0 34670 0
[pid=29367] ppid=29362 vsize=354344 CPUtime=1791.66 cores=1,3,5,7
/proc/29367/stat : 29367 (glucosInc) R 29362 29361 27075 0 -1 4202496 89157 0 0 0 179070 96 0 0 20 0 1 0 381054625 362848256 77179 33554432000 4194304 5654031 140733474911936 140733474909720 4216272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29367/statm: 88586 77179 141 357 0 88226 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 503956

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.61
CPU time (s): 1800.1
CPU user time (s): 1798.56
CPU system time (s): 1.54
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 698820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8698
system time used= 0.593909
maximum resident set size= 528748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 243672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 25

runsolver used 5.67114 second user time and 20.4989 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 11:54:53
IDJOB=3752274
IDBENCH=71841
IDSOLVER=2335
FILE ID=node148/3752274-1339149293
RUNJOBID= node148-1339134206-27092
PBS_JOBID= 14643787
Free space on /tmp= 70412 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx92.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752274-1339149293/watcher-3752274-1339149293 -o /tmp/evaluation-result-3752274-1339149293/solver-3752274-1339149293 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752274-1339149293.opb 439805293 HOME HOME

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

MD5SUM BENCH= 27a6a4205f1c6df1de962194e8e7e014
RANDOM SEED=439805293

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26754232 kB
Buffers:          674712 kB
Cached:          4406696 kB
SwapCached:          560 kB
Active:          2702628 kB
Inactive:        2484408 kB
Active(anon):      95028 kB
Inactive(anon):    10620 kB
Active(file):    2607600 kB
Inactive(file):  2473788 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:              9456 kB
Writeback:             0 kB
AnonPages:        117824 kB
Mapped:            12292 kB
Shmem:                36 kB
Slab:             793016 kB
SReclaimable:     236628 kB
SUnreclaim:       556388 kB
KernelStack:        1504 kB
PageTables:         4032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     224820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70372 MiB
End job on node148 at 2012-06-08 12:24:53