Trace number 3701094

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 1.0? (TO) 1800.07 1801.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mzzv11.opb
MD5SUMa74bcf40291587dc368e3a23fd278be9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-10859
Best CPU time to get the best result obtained on this benchmark76.8603
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -10639
Optimality of the best value was proved NO
Number of variables11247
Total number of constraints9744
Number of constraints which are clauses77
Number of constraints which are cardinality constraints (but not clauses)5755
Number of constraints which are nor clauses,nor cardinality constraints3912
Minimum length of a constraint2
Maximum length of a constraint68
Number of terms in the objective function 773
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 76861
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1999
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 76861
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.10/8.17	c run usual solver
58.64/59.36	c model valid
58.64/59.36	c current solution ok
63.79/65.28	o -1157
63.79/65.28	c current bound: 6166
63.79/65.28	c fallback to adder encoding
1062.14/1063.50	c model valid
1062.14/1063.50	c current solution ok
1062.14/1063.83	o -7344
1062.14/1063.83	c current bound: 3072
1062.14/1063.83	c fallback to adder encoding
1800.07/1801.61	c error: unexpected solver exit code
1800.07/1801.61	s UNKNOWN

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-3701094-1338310762/watcher-3701094-1338310762 -o /tmp/evaluation-result-3701094-1338310762/solver-3701094-1338310762 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701094-1338310762.opb 2123189216 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: 0.00 0.00 1.37 3/177 26378
/proc/meminfo: memFree=27936180/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0

[startup+0.0248499 s]
/proc/loadavg: 0.00 0.00 1.37 3/177 26378
/proc/meminfo: memFree=27936180/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/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: 0.00 0.00 1.37 3/177 26378
/proc/meminfo: memFree=27936180/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 0.00 0.00 1.37 3/177 26378
/proc/meminfo: memFree=27936180/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 0.00 0.00 1.37 3/177 26378
/proc/meminfo: memFree=27936180/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 0.00 0.00 1.37 3/181 26382
/proc/meminfo: memFree=27774808/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=67676 CPUtime=1.48 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) R 26378 26378 26333 0 -1 4202496 3486 0 0 0 147 1 0 0 20 0 1 0 297201307 69300224 9061 33554432000 4194304 5992684 140733799033712 140733799027224 4571337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26379/statm: 16919 9061 146 440 0 16475 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 76824

[startup+3.10031 s]
/proc/loadavg: 0.16 0.03 1.38 3/181 26382
/proc/meminfo: memFree=27554400/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=133428 CPUtime=3.09 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) R 26378 26378 26333 0 -1 4202496 4082 0 0 0 305 4 0 0 20 0 1 0 297201307 136630272 20356 33554432000 4194304 5992684 140733799033712 140733799024792 4523502 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26379/statm: 33357 20356 146 440 0 32913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142576

[startup+6.30027 s]
/proc/loadavg: 0.16 0.03 1.38 3/181 26382
/proc/meminfo: memFree=27377240/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=266428 CPUtime=6.29 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) R 26378 26378 26333 0 -1 4202496 5120 0 0 0 622 7 0 0 20 0 1 0 297201307 272822272 42281 33554432000 4194304 5992684 140733799033712 140733799029832 4375262 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26379/statm: 66607 42281 146 440 0 66163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275576

[startup+12.7006 s]
/proc/loadavg: 0.44 0.10 1.38 3/183 26384
/proc/meminfo: memFree=26571984/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=279616 CPUtime=8.16 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 9178 0 0 0 773 43 0 0 20 0 1 0 297201307 286326784 57927 33554432000 4194304 5992684 140733799033712 140733799027744 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26379/statm: 69904 57927 170 440 0 69460 0
[pid=26383] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26383/stat : 26383 (cp2_pre.sh) S 26379 26378 26333 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 297202124 9367552 277 33554432000 4194304 5064252 140735345446928 140735345445632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26383/statm: 2287 277 234 213 0 72 0
[pid=26384] ppid=26383 vsize=591748 CPUtime=4.51 cores=1,3,5,7
/proc/26384/stat : 26384 (coprocessor) R 26383 26378 26333 0 -1 4202496 100171 0 0 0 424 27 0 0 20 0 1 0 297202124 605949952 134470 33554432000 4194304 6586260 140734131676720 140734131672984 4546597 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26384/statm: 147937 134470 166 584 0 147349 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 889660

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 1.39 3/183 26394
/proc/meminfo: memFree=25736892/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=279616 CPUtime=8.16 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 9178 0 0 0 773 43 0 0 20 0 1 0 297201307 286326784 57927 33554432000 4194304 5992684 140733799033712 140733799027744 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26379/statm: 69904 57927 170 440 0 69460 0
[pid=26383] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26383/stat : 26383 (cp2_pre.sh) S 26379 26378 26333 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 297202124 9367552 277 33554432000 4194304 5064252 140735345446928 140735345445632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26383/statm: 2287 277 234 213 0 72 0
[pid=26384] ppid=26383 vsize=650280 CPUtime=17.31 cores=1,3,5,7
/proc/26384/stat : 26384 (coprocessor) R 26383 26378 26333 0 -1 4202496 113549 0 0 0 1701 30 0 0 20 0 1 0 297202124 665886720 150914 33554432000 4194304 6586260 140734131676720 140734131672744 4758322 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26384/statm: 162570 150914 182 584 0 161982 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 948192

[startup+51.1069 s]
/proc/loadavg: 1.19 0.32 1.41 2/184 26397
/proc/meminfo: memFree=25529972/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=279616 CPUtime=8.16 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 9178 0 0 0 773 43 0 0 20 0 1 0 297201307 286326784 57927 33554432000 4194304 5992684 140733799033712 140733799027744 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26379/statm: 69904 57927 170 440 0 69460 0
[pid=26383] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26383/stat : 26383 (cp2_pre.sh) S 26379 26378 26333 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 297202124 9367552 277 33554432000 4194304 5064252 140735345446928 140735345445632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26383/statm: 2287 277 234 213 0 72 0
[pid=26384] ppid=26383 vsize=688656 CPUtime=42.28 cores=1,3,5,7
/proc/26384/stat : 26384 (coprocessor) R 26383 26378 26333 0 -1 4202496 119215 0 0 0 4157 71 0 0 20 0 1 0 297202124 705183744 160157 33554432000 4194304 6586260 140734131676720 140734131672472 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 62 0 0
/proc/26384/statm: 172164 160157 195 584 0 171576 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 986568

[startup+102.3 s]
/proc/loadavg: 1.80 0.64 1.46 3/184 26430
/proc/meminfo: memFree=25798248/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=288908 CPUtime=64.2 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 12879 168255 0 0 874 465 4944 137 20 0 1 0 297201307 295841792 60191 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72227 60191 186 440 0 71783 0
[pid=26406] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26406/stat : 26406 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297207841 9367552 267 33554432000 4194304 5064252 140734789445728 140734789444640 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2287 267 226 213 0 72 0
[pid=26407] ppid=26406 vsize=420840 CPUtime=36.94 cores=1,3,5,7
/proc/26407/stat : 26407 (glucose) R 26406 26378 26333 0 -1 4202496 50078 0 0 0 3675 19 0 0 20 0 1 0 297207841 430940160 93374 33554432000 4194304 5208918 140737068763568 140737068761400 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26407/statm: 105210 93374 103 248 0 104959 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 728044

[startup+162.301 s]
/proc/loadavg: 1.93 0.89 1.49 3/183 26430
/proc/meminfo: memFree=25807332/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=288908 CPUtime=64.2 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 12879 168255 0 0 874 465 4944 137 20 0 1 0 297201307 295841792 60191 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72227 60191 186 440 0 71783 0
[pid=26406] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26406/stat : 26406 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297207841 9367552 267 33554432000 4194304 5064252 140734789445728 140734789444640 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2287 267 226 213 0 72 0
[pid=26407] ppid=26406 vsize=436180 CPUtime=96.93 cores=1,3,5,7
/proc/26407/stat : 26407 (glucose) R 26406 26378 26333 0 -1 4202496 54460 0 0 0 9664 29 0 0 20 0 1 0 297207841 446648320 91028 33554432000 4194304 5208918 140737068763568 140737068759944 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26407/statm: 109045 91028 104 248 0 108794 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 743384

[startup+222.3 s]
/proc/loadavg: 1.97 1.09 1.52 3/183 26430
/proc/meminfo: memFree=25793248/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=288908 CPUtime=64.2 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 12879 168255 0 0 874 465 4944 137 20 0 1 0 297201307 295841792 60191 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72227 60191 186 440 0 71783 0
[pid=26406] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 60177 0 0 0 35793 42 0 0 20 0 1 0 297307696 579649536 105242 33554432000 4194304 5208918 140734020134960 140734020130728 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 141516 105242 104 248 0 141265 0
Current children cumulated CPU time (s) 1420.87
Current children cumulated vsize (KiB) 876340

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/183 26449
/proc/meminfo: memFree=25703032/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=566772 CPUtime=418.33 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 60454 0 0 0 41791 42 0 0 20 0 1 0 297307696 580374528 113184 33554432000 4194304 5208918 140734020134960 140734020131336 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 141693 113184 104 248 0 141442 0
Current children cumulated CPU time (s) 1480.85
Current children cumulated vsize (KiB) 877048

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/183 26449
/proc/meminfo: memFree=25746208/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=436820 CPUtime=478.33 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 61544 0 0 0 47785 48 0 0 20 0 1 0 297307696 447303680 102973 33554432000 4194304 5208918 140734020134960 140734020132792 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 109205 102973 104 248 0 108954 0
Current children cumulated CPU time (s) 1540.85
Current children cumulated vsize (KiB) 747096

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/183 26449
/proc/meminfo: memFree=25708976/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=572056 CPUtime=538.32 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 62521 0 0 0 53782 50 0 0 20 0 1 0 297307696 585785344 111611 33554432000 4194304 5208918 140734020134960 140734020131336 4211648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 143014 111611 104 248 0 142763 0
Current children cumulated CPU time (s) 1600.84
Current children cumulated vsize (KiB) 882332

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/183 26449
/proc/meminfo: memFree=25756124/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=441036 CPUtime=598.31 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 63591 0 0 0 59774 57 0 0 20 0 1 0 297307696 451620864 99849 33554432000 4194304 5208918 140734020134960 140734020132792 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 110259 99849 104 248 0 110008 0
Current children cumulated CPU time (s) 1660.83
Current children cumulated vsize (KiB) 751312

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/183 26449
/proc/meminfo: memFree=25721712/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=574444 CPUtime=658.29 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 64252 0 0 0 65770 59 0 0 20 0 1 0 297307696 588230656 108273 33554432000 4194304 5208918 140734020134960 140734020131272 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 143611 108273 104 248 0 143360 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 884720

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/183 26450
/proc/meminfo: memFree=25730728/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=443084 CPUtime=718.25 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 65107 0 0 0 71761 64 0 0 20 0 1 0 297307696 453718016 105995 33554432000 4194304 5208918 140734020134960 140734020131336 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 110771 105995 104 248 0 110520 0
Current children cumulated CPU time (s) 1780.77
Current children cumulated vsize (KiB) 753360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 1.92 1.95 1.87 2/174 26475
/proc/meminfo: memFree=26897976/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=575344 CPUtime=737.55 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 65672 0 0 0 73690 65 0 0 20 0 1 0 297307696 589152256 108664 33554432000 4194304 5208918 140734020134960 140734020133112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 143836 108664 104 248 0 143585 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 885620

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.6 s]
/proc/loadavg: 1.92 1.95 1.87 2/174 26475
/proc/meminfo: memFree=26897976/32873844 swapFree=7116/7116
[pid=26378] ppid=26376 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26378/stat : 26378 (npSolver-pbo.sh) S 26376 26378 26333 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 297201307 9367552 275 33554432000 4194304 5064252 140736980555264 140736980554176 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26378/statm: 2287 275 233 213 0 72 0
[pid=26379] ppid=26378 vsize=291980 CPUtime=1062.52 cores=1,3,5,7
/proc/26379/stat : 26379 (npSolver-pbo) S 26378 26378 26333 0 -1 4202496 16576 248672 0 0 885 466 104622 279 20 0 1 0 297201307 298987520 60872 33554432000 4194304 5992684 140733799033712 140733799026032 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/26379/statm: 72995 60872 187 440 0 72551 0
[pid=26443] ppid=26379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26443/stat : 26443 (satsolver.sh) S 26379 26378 26333 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 297307695 9367552 267 33554432000 4194304 5064252 140736710264576 140736710263488 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26443/statm: 2287 267 226 213 0 72 0
[pid=26444] ppid=26443 vsize=575344 CPUtime=737.55 cores=1,3,5,7
/proc/26444/stat : 26444 (glucose) R 26443 26378 26333 0 -1 4202496 65672 0 0 0 73690 65 0 0 20 0 1 0 297307696 589152256 108664 33554432000 4194304 5208918 140734020134960 140734020133112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26444/statm: 143836 108664 104 248 0 143585 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 885620

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26378 and gives
#  childrusage.ru_utime.tv_sec=1055
#  childrusage.ru_utime.tv_usec=85602
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=469864
# CPU time returned by wait4() is 1062.56
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1791.97
CPU system time (s): 8.1
CPU usage (%): 99.9142
Max. virtual memory (cumulated for all children) (KiB): 1125020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1055.09
system time used= 7.46986
maximum resident set size= 647692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266226
page faults= 0
swaps= 0
block input operations= 16
block output operations= 1947728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1252
involuntary context switches= 1128

runsolver used 6.36303 second user time and 18.7012 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-29 18:59:22
IDJOB=3701094
IDBENCH=1875
IDSOLVER=2277
FILE ID=node138/3701094-1338310762
RUNJOBID= node138-1338310760-26350
PBS_JOBID= 14632090
Free space on /tmp= 71176 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mzzv11.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701094-1338310762/watcher-3701094-1338310762 -o /tmp/evaluation-result-3701094-1338310762/solver-3701094-1338310762 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701094-1338310762.opb 2123189216 HOME HOME

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

MD5SUM BENCH= a74bcf40291587dc368e3a23fd278be9
RANDOM SEED=2123189216

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:        27938040 kB
Buffers:          677780 kB
Cached:          3340968 kB
SwapCached:          208 kB
Active:          1545200 kB
Inactive:        2497124 kB
Active(anon):       6256 kB
Inactive(anon):    11648 kB
Active(file):    1538944 kB
Inactive(file):  2485476 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             22236 kB
Writeback:             0 kB
AnonPages:         24816 kB
Mapped:            14772 kB
Shmem:               200 kB
Slab:             755492 kB
SReclaimable:     197844 kB
SUnreclaim:       557648 kB
KernelStack:        1416 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     130512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70816 MiB
End job on node138 at 2012-05-29 19:29:24