Trace number 3694560

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
pb2satCp2 2012-05-19? (TO) 1800.07 1801.21

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_7.opb
MD5SUMc97ea0ca4046b53674ada05533ed4cde
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7290551
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 153990656
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 153911476473
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 153990656
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 153911476473
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

2.88/2.98	c model valid
2.88/2.98	c current solution ok
4.65/4.70	o 72460581
4.65/4.70	c fallback to adder encoding
545.76/546.37	c model valid
545.76/546.37	c current solution ok
545.83/546.44	o 32989751
545.83/546.44	c fallback to adder encoding
630.22/630.87	c model valid
630.22/630.87	c current solution ok
630.29/630.93	o 23184895
630.29/630.93	c fallback to adder encoding
653.05/653.99	c model valid
653.05/653.99	c current solution ok
653.14/654.04	o 18397379
653.14/654.04	c fallback to adder encoding
756.21/757.13	c model valid
756.21/757.13	c current solution ok
756.21/757.18	o 16786575
756.21/757.18	c fallback to adder encoding
1056.43/1057.40	c model valid
1056.43/1057.40	c current solution ok
1056.43/1057.46	o 16499853
1056.43/1057.46	c fallback to adder encoding
1261.80/1262.83	c model valid
1261.80/1262.83	c current solution ok
1261.80/1262.89	o 16226357
1261.80/1262.89	c fallback to adder encoding
1800.07/1801.21	c error: unexpected solver exit code
1800.07/1801.21	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-3694560-1338187321/watcher-3694560-1338187321 -o /tmp/evaluation-result-3694560-1338187321/solver-3694560-1338187321 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694560-1338187321.opb 777286672 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.00 2.00 3/177 19778
/proc/meminfo: memFree=31084176/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0

[startup+0.024417 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19778
/proc/meminfo: memFree=31084176/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19778
/proc/meminfo: memFree=31084176/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19778
/proc/meminfo: memFree=31084176/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19778
/proc/meminfo: memFree=31084176/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19783
/proc/meminfo: memFree=30823688/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=54344 CPUtime=0.53 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 8975 0 0 0 48 5 0 0 20 0 1 0 284856694 55648256 10211 33554432000 4194304 5873084 140734184334928 140734184331352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19779/statm: 13586 10211 169 410 0 13168 0
[pid=19782] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19782/stat : 19782 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284856748 9367552 267 33554432000 4194304 5064252 140735210912240 140735210911152 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19782/statm: 2287 267 226 213 0 72 0
[pid=19783] ppid=19782 vsize=120248 CPUtime=0.95 cores=0,2,4,6
/proc/19783/stat : 19783 (glucose_static) R 19782 19778 17405 0 -1 4202496 25635 0 0 0 90 5 0 0 20 0 1 0 284856748 123133952 28182 33554432000 4194304 4896791 140734996279232 140734995228120 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19783/statm: 30062 28182 78 172 0 29888 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 192888

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 19783
/proc/meminfo: memFree=30687780/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=64252 CPUtime=3.08 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) R 19778 19778 17405 0 -1 4202496 9574 26819 0 0 58 14 229 7 20 0 1 0 284856694 65794048 12695 33554432000 4194304 5873084 140734184334928 140734184331352 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19779/statm: 16063 12695 177 410 0 15645 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 73400

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19787
/proc/meminfo: memFree=30716360/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=234872 CPUtime=6.28 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) R 19778 19778 17405 0 -1 4202496 16438 27331 0 0 239 149 229 11 20 0 1 0 284856694 240508928 50740 33554432000 4194304 5873084 140734184334928 140734184329320 4393201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19779/statm: 58718 50740 183 410 0 58300 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 244020

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19791
/proc/meminfo: memFree=29818328/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=326728 CPUtime=7.03 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 17344 27331 0 0 290 173 229 11 20 0 1 0 284856694 334569472 49672 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/19779/statm: 81682 49672 183 410 0 81264 0
[pid=19790] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19790/stat : 19790 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284857439 9367552 266 33554432000 4194304 5064252 140736204164800 140736204163712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19790/statm: 2287 266 226 213 0 72 0
[pid=19791] ppid=19790 vsize=530380 CPUtime=5.24 cores=0,2,4,6
/proc/19791/stat : 19791 (glucose_static) R 19790 19778 17405 0 -1 4202496 78248 0 0 0 503 21 0 0 20 0 1 0 284857439 543109120 111704 33554432000 4194304 4896791 140735393057328 140735393054696 4223867 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19791/statm: 132595 111704 78 172 0 132421 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 875404

[startup+25.5068 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 19792
/proc/meminfo: memFree=29825900/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=326728 CPUtime=7.03 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 17344 27331 0 0 290 173 229 11 20 0 1 0 284856694 334569472 49672 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/19779/statm: 81682 49672 183 410 0 81264 0
[pid=19790] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19790/stat : 19790 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284857439 9367552 266 33554432000 4194304 5064252 140736204164800 140736204163712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19790/statm: 2287 266 226 213 0 72 0
[pid=19791] ppid=19790 vsize=531460 CPUtime=18.04 cores=0,2,4,6
/proc/19791/stat : 19791 (glucose_static) R 19790 19778 17405 0 -1 4202496 78542 0 0 0 1783 21 0 0 20 0 1 0 284857439 544215040 111998 33554432000 4194304 4896791 140735393057328 140735393054536 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19791/statm: 132865 111998 78 172 0 132691 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 876484

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 19792
/proc/meminfo: memFree=29822736/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=326728 CPUtime=7.03 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 17344 27331 0 0 290 173 229 11 20 0 1 0 284856694 334569472 49672 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/19779/statm: 81682 49672 183 410 0 81264 0
[pid=19790] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19790/stat : 19790 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284857439 9367552 266 33554432000 4194304 5064252 140736204164800 140736204163712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19790/statm: 2287 266 226 213 0 72 0
[pid=19791] ppid=19790 vsize=531732 CPUtime=43.63 cores=0,2,4,6
/proc/19791/stat : 19791 (glucose_static) R 19790 19778 17405 0 -1 4202496 78584 0 0 0 4342 21 0 0 20 0 1 0 284857439 544493568 113062 33554432000 4194304 4896791 140735393057328 140735393054648 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19791/statm: 132933 113062 78 172 0 132759 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 876756

[startup+102.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 19795
/proc/meminfo: memFree=29817964/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=326728 CPUtime=7.03 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 17344 27331 0 0 290 173 229 11 20 0 1 0 284856694 334569472 49672 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/19779/statm: 81682 49672 183 410 0 81264 0
[pid=19790] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19790/stat : 19790 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284857439 9367552 266 33554432000 4194304 5064252 140736204164800 140736204163712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19790/statm: 2287 266 226 213 0 72 0
[pid=19791] ppid=19790 vsize=532004 CPUtime=94.82 cores=0,2,4,6
/proc/19791/stat : 19791 (glucose_static) R 19790 19778 17405 0 -1 4202496 78683 0 0 0 9461 21 0 0 20 0 1 0 284857439 544772096 115205 33554432000 4194304 4896791 140735393057328 140735393054536 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19791/statm: 133001 115205 78 172 0 132827 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 877028

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 19798
/proc/meminfo: memFree=29809972/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=326728 CPUtime=7.03 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 17344 27331 0 0 290 173 229 11 20 0 1 0 284856694 334569472 49672 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 39 0 0
/proc/19779/statm: 81682 49672 183 410 0 81264 0
[pid=19790] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19790/stat : 19790 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284857439 9367552 266 33554432000 4194304 5064252 140736204164800 140736204163712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19790/statm: 2287 266 226 213 0 72 0
[pid=19791] ppid=19790 vsize=532400 CPUtime=154.81 cores=0,2,4,6
/proc/19791/stat : 19791 (glucose_static) R 19790 19778 17405 0 -1 4202496 78770 0 0 0 15460 21 0 0 20 0 1 0 284857439 545177600 117336 33554432000 4194304 4896791 140735393057328 140735393054536 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19791/statm: 133100 117336 78 172 0 132926 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 877424

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 19798
/proc/meminfo: memFree=29773500/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 67694 0 0 0 9743 20 0 0 20 0 1 0 284983158 434561024 91329 33554432000 4194304 4896791 140734924807360 140734924804680 4203891 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 106094 91329 78 172 0 105920 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 636576

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 19850
/proc/meminfo: memFree=29939780/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=425532 CPUtime=157.62 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 67976 0 0 0 15742 20 0 0 20 0 1 0 284983158 435744768 93144 33554432000 4194304 4896791 140734924807360 140734924804568 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 106383 93144 78 172 0 106209 0
Current children cumulated CPU time (s) 1421.26
Current children cumulated vsize (KiB) 637732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 19850
/proc/meminfo: memFree=29919404/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=428796 CPUtime=217.61 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 72994 0 0 0 21735 26 0 0 20 0 1 0 284983158 439087104 94279 33554432000 4194304 4896791 140734924807360 140734924804888 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 107199 94279 78 172 0 107025 0
Current children cumulated CPU time (s) 1481.25
Current children cumulated vsize (KiB) 640996

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 19850
/proc/meminfo: memFree=29951508/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=431024 CPUtime=277.57 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 77326 0 0 0 27729 28 0 0 20 0 1 0 284983158 441368576 94382 33554432000 4194304 4896791 140734924807360 140734924804568 4203709 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 107756 94382 78 172 0 107582 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 643224

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 19854
/proc/meminfo: memFree=29990860/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=432624 CPUtime=337.56 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 80449 0 0 0 33727 29 0 0 20 0 1 0 284983158 443006976 96835 33554432000 4194304 4896791 140734924807360 140734924804568 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 108156 96835 78 172 0 107982 0
Current children cumulated CPU time (s) 1601.2
Current children cumulated vsize (KiB) 644824

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19854
/proc/meminfo: memFree=29995916/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=433840 CPUtime=397.56 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 82690 0 0 0 39723 33 0 0 20 0 1 0 284983158 444252160 92623 33554432000 4194304 4896791 140734924807360 140734924804504 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 108460 92623 78 172 0 108286 0
Current children cumulated CPU time (s) 1661.2
Current children cumulated vsize (KiB) 646040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19857
/proc/meminfo: memFree=29977948/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=434724 CPUtime=457.54 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 86424 0 0 0 45720 34 0 0 20 0 1 0 284983158 445157376 96561 33554432000 4194304 4896791 140734924807360 140734924804568 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 108681 96561 78 172 0 108507 0
Current children cumulated CPU time (s) 1721.18
Current children cumulated vsize (KiB) 646924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19857
/proc/meminfo: memFree=29974436/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=435728 CPUtime=517.53 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 87585 0 0 0 51716 37 0 0 20 0 1 0 284983158 446185472 93014 33554432000 4194304 4896791 140734924807360 140734924804888 4204449 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 108932 93014 78 172 0 108758 0
Current children cumulated CPU time (s) 1781.17
Current children cumulated vsize (KiB) 647928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19899
/proc/meminfo: memFree=30292640/32873844 swapFree=6080/6080
[pid=19778] ppid=19776 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (runPb2satCp2.sh) S 19776 19778 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284856694 9367552 275 33554432000 4194304 5064252 140735560662976 140735560661888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19778/statm: 2287 275 233 213 0 72 0
[pid=19779] ppid=19778 vsize=193904 CPUtime=1263.64 cores=0,2,4,6
/proc/19779/stat : 19779 (pb2sat) S 19778 19778 17405 0 -1 4202496 57430 495571 0 0 1315 305 124457 287 20 0 1 0 284856694 198557696 37971 33554432000 4194304 5873084 140734184334928 140734184328744 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 65 0 0
/proc/19779/statm: 48476 37971 184 410 0 48058 0
[pid=19849] ppid=19779 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19849/stat : 19849 (satsolver.sh) S 19779 19778 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284983158 9367552 267 33554432000 4194304 5064252 140734941066720 140734941065632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19849/statm: 2287 267 226 213 0 72 0
[pid=19850] ppid=19849 vsize=435840 CPUtime=536.43 cores=0,2,4,6
/proc/19850/stat : 19850 (glucose_static) R 19849 19778 17405 0 -1 4202496 87826 0 0 0 53606 37 0 0 20 0 1 0 284983158 446300160 93763 33554432000 4194304 4896791 140734924807360 140734924804888 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19850/statm: 108960 93763 78 172 0 108786 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 648040

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 19778 and gives
#  childrusage.ru_utime.tv_sec=1257
#  childrusage.ru_utime.tv_usec=733795
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=928098
# CPU time returned by wait4() is 1263.66
# 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.21
CPU time (s): 1800.07
CPU user time (s): 1793.78
CPU system time (s): 6.29
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 1104756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1257.73
system time used= 5.9281
maximum resident set size= 690932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2046176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251
involuntary context switches= 1476

runsolver used 2.72659 second user time and 7.32089 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 08:42:01
IDJOB=3694560
IDBENCH=92732
IDSOLVER=2273
FILE ID=node139/3694560-1338187321
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71616 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat85_4_27_7.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694560-1338187321/watcher-3694560-1338187321 -o /tmp/evaluation-result-3694560-1338187321/solver-3694560-1338187321 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694560-1338187321.opb 777286672 HOME HOME

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

MD5SUM BENCH= c97ea0ca4046b53674ada05533ed4cde
RANDOM SEED=777286672

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        31084076 kB
Buffers:          416992 kB
Cached:           476244 kB
SwapCached:          828 kB
Active:           724704 kB
Inactive:         209152 kB
Active(anon):      34264 kB
Inactive(anon):     7968 kB
Active(file):     690440 kB
Inactive(file):   201184 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             44508 kB
Writeback:             0 kB
AnonPages:         38460 kB
Mapped:            12412 kB
Shmem:                 8 kB
Slab:             717940 kB
SReclaimable:     160036 kB
SUnreclaim:       557904 kB
KernelStack:        1504 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     159376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71476 MiB
End job on node139 at 2012-05-28 09:12:03