Trace number 3696218

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
pb2sat 2012-05-19? (TO) 1800.01 1801.12

General information on the benchmark

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

Solver Data

1.35/1.43	c model valid
1.35/1.43	c current solution ok
2.46/2.56	o 343546115
2.46/2.56	c current bound: 171773070
2.46/2.56	c fallback to adder encoding
1800.01/1801.11	c error: unexpected solver exit code
1800.01/1801.11	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-3696218-1338140415/watcher-3696218-1338140415 -o /tmp/evaluation-result-3696218-1338140415/solver-3696218-1338140415 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696218-1338140415.opb 16949192 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.08 2.02 2.01 2/180 7054
/proc/meminfo: memFree=25492516/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0

[startup+0.0531391 s]
/proc/loadavg: 2.08 2.02 2.01 2/180 7054
/proc/meminfo: memFree=25492516/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 2.08 2.02 2.01 2/180 7054
/proc/meminfo: memFree=25492516/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.08 2.02 2.01 2/180 7054
/proc/meminfo: memFree=25492516/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 2.08 2.02 2.01 2/180 7054
/proc/meminfo: memFree=25492516/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 7058
/proc/meminfo: memFree=25191872/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=36456 CPUtime=1.45 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) R 7054 7054 5701 0 -1 4202496 7785 16974 0 0 69 7 66 3 20 0 1 0 280167563 37330944 7982 33554432000 4194304 5873084 140736403839440 140736403835320 5127520 0 0 4096 0 0 0 0 17 0 0 0 2 0 0
/proc/7055/statm: 9114 7982 176 410 0 8696 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 45604

[startup+3.10021 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 7058
/proc/meminfo: memFree=24852988/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=133672 CPUtime=3.05 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) R 7054 7054 5701 0 -1 4202496 15903 17487 0 0 139 95 66 5 20 0 1 0 280167563 136880128 24292 33554432000 4194304 5873084 140736403839440 140736403833832 4394360 0 0 4096 0 0 0 0 17 0 0 0 2 0 0
/proc/7055/statm: 33418 24292 183 410 0 33000 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 142820

[startup+6.30021 s]
/proc/loadavg: 2.16 2.04 2.01 2/182 7059
/proc/meminfo: memFree=23131120/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=519464 CPUtime=5.49 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) R 7054 7054 5701 0 -1 4202496 17892 17487 0 0 353 125 66 5 20 0 1 0 280167563 531931136 110499 33554432000 4194304 5873084 140736403839440 140736403833896 5129975 0 0 4096 0 0 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 129866 110499 183 410 0 129448 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 528612

[startup+12.7003 s]
/proc/loadavg: 2.23 2.05 2.02 3/184 7061
/proc/meminfo: memFree=21724560/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=557556 CPUtime=6.37 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 84736 0 0 0 611 26 0 0 20 0 1 0 280168196 570937344 122277 33554432000 4194304 4896791 140735955537072 140735955534280 4223805 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 139389 122277 77 172 0 139215 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 906132

[startup+25.5004 s]
/proc/loadavg: 2.24 2.06 2.02 3/184 7061
/proc/meminfo: memFree=21741212/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=563152 CPUtime=19.16 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 86354 0 0 0 1890 26 0 0 20 0 1 0 280168196 576667648 124406 33554432000 4194304 4896791 140735955537072 140735955534120 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 140788 124406 78 172 0 140614 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 911728

[startup+51.1004 s]
/proc/loadavg: 2.16 2.06 2.02 3/183 7061
/proc/meminfo: memFree=21720396/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=565284 CPUtime=44.76 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 87348 0 0 0 4449 27 0 0 20 0 1 0 280168196 578850816 125400 33554432000 4194304 4896791 140735955537072 140735955534280 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 141321 125400 78 172 0 141147 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 913860

[startup+102.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/183 7061
/proc/meminfo: memFree=21603736/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=567288 CPUtime=95.95 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 87858 0 0 0 9568 27 0 0 20 0 1 0 280168196 580902912 126421 33554432000 4194304 4896791 140735955537072 140735955534280 4225124 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 141822 126421 78 172 0 141648 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 915864

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/183 7061
/proc/meminfo: memFree=21594000/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=569352 CPUtime=155.93 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 90665 0 0 0 15566 27 0 0 20 0 1 0 280168196 583016448 128467 33554432000 4194304 4896791 140735955537072 140735955534280 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 142338 128467 78 172 0 142164 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 917928

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 7061
/proc/meminfo: memFree=21574152/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/7061/statm: 147176 131969 78 172 0 147002 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 937280

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7095
/proc/meminfo: memFree=21497404/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=589040 CPUtime=1415.75 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 109744 0 0 0 141532 43 0 0 20 0 1 0 280168196 603176960 133592 33554432000 4194304 4896791 140735955537072 140735955534600 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 147260 133592 78 172 0 147086 0
Current children cumulated CPU time (s) 1421.26
Current children cumulated vsize (KiB) 937616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7095
/proc/meminfo: memFree=21489324/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=590224 CPUtime=1475.74 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 110008 0 0 0 147531 43 0 0 20 0 1 0 280168196 604389376 134878 33554432000 4194304 4896791 140735955537072 140735955534280 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 147556 134878 78 172 0 147382 0
Current children cumulated CPU time (s) 1481.25
Current children cumulated vsize (KiB) 938800

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7096
/proc/meminfo: memFree=21486208/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=591544 CPUtime=1535.73 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 110360 0 0 0 153530 43 0 0 20 0 1 0 280168196 605741056 136237 33554432000 4194304 4896791 140735955537072 140735955534280 4203041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 147886 136237 78 172 0 147712 0
Current children cumulated CPU time (s) 1541.24
Current children cumulated vsize (KiB) 940120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7096
/proc/meminfo: memFree=21475044/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=673448 CPUtime=1595.72 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 111968 0 0 0 159528 44 0 0 20 0 1 0 280168196 689610752 137200 33554432000 4194304 4896791 140735955537072 140735955534280 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 168362 137200 78 172 0 168188 0
Current children cumulated CPU time (s) 1601.23
Current children cumulated vsize (KiB) 1022024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7096
/proc/meminfo: memFree=21467716/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=673712 CPUtime=1655.71 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 112367 0 0 0 165527 44 0 0 20 0 1 0 280168196 689881088 139127 33554432000 4194304 4896791 140735955537072 140735955534296 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 168428 139127 78 172 0 168254 0
Current children cumulated CPU time (s) 1661.22
Current children cumulated vsize (KiB) 1022288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7096
/proc/meminfo: memFree=21463416/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=673808 CPUtime=1715.71 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 113552 0 0 0 171526 45 0 0 20 0 1 0 280168196 689979392 140183 33554432000 4194304 4896791 140735955537072 140735955534584 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 168452 140183 78 172 0 168278 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 1022384

[startup+1782.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 7141
/proc/meminfo: memFree=26515392/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=592632 CPUtime=1775.7 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 113769 0 0 0 177522 48 0 0 20 0 1 0 280168196 606855168 132875 33554432000 4194304 4896791 140735955537072 140735955534648 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 148158 132875 78 172 0 147984 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 941208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7144
/proc/meminfo: memFree=26176624/32873648 swapFree=6864/6864
[pid=7054] ppid=7052 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7054/stat : 7054 (runPb2sat.sh) S 7052 7054 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280167563 9367552 274 33554432000 4194304 5064252 140735741975488 140735741974400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7054/statm: 2287 274 233 213 0 72 0
[pid=7055] ppid=7054 vsize=330280 CPUtime=5.51 cores=0,2,4,6
/proc/7055/stat : 7055 (pb2sat) S 7054 7054 5701 0 -1 4202496 17893 17487 0 0 353 127 66 5 20 0 1 0 280167563 338206720 63204 33554432000 4194304 5873084 140736403839440 140736403833256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 78 0 0
/proc/7055/statm: 82570 63204 183 410 0 82152 0
[pid=7060] ppid=7055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7060/stat : 7060 (satsolver.sh) S 7055 7054 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280168196 9367552 267 33554432000 4194304 5064252 140737024553328 140737024552240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7060/statm: 2287 267 226 213 0 72 0
[pid=7061] ppid=7060 vsize=593108 CPUtime=1794.5 cores=0,2,4,6
/proc/7061/stat : 7061 (glucose_static) R 7060 7054 5701 0 -1 4202496 113862 0 0 0 179402 48 0 0 20 0 1 0 280168196 607342592 133479 33554432000 4194304 4896791 140735955537072 140735955534328 4224696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7061/statm: 148277 133479 78 172 0 148103 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 941684

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

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 7054 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=199361
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=340796
# CPU time returned by wait4() is 5.54016
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.12
CPU time (s): 1800.01
CPU user time (s): 1798.21
CPU system time (s): 1.8
CPU usage (%): 99.9386
Max. virtual memory (cumulated for all children) (KiB): 1152824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.19936
system time used= 1.3408
maximum resident set size= 441996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36356
page faults= 0
swaps= 0
block input operations= 8
block output operations= 460048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 20

runsolver used 4.37233 second user time and 10.8424 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 19:40:16
IDJOB=3696218
IDBENCH=92653
IDSOLVER=2274
FILE ID=node120/3696218-1338140415
RUNJOBID= node120-1338124133-5717
PBS_JOBID= 14624508
Free space on /tmp= 70692 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_2_mh_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696218-1338140415/watcher-3696218-1338140415 -o /tmp/evaluation-result-3696218-1338140415/solver-3696218-1338140415 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696218-1338140415.opb 16949192 HOME HOME

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

MD5SUM BENCH= ae034981987dcf56811f1bb984859bc0
RANDOM SEED=16949192

node120.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        25496456 kB
Buffers:          332740 kB
Cached:          4563764 kB
SwapCached:          636 kB
Active:          2679648 kB
Inactive:        3828972 kB
Active(anon):    1601184 kB
Inactive(anon):    12532 kB
Active(file):    1078464 kB
Inactive(file):  3816440 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:           1008928 kB
Writeback:             0 kB
AnonPages:       1531844 kB
Mapped:            14924 kB
Shmem:               120 kB
Slab:             725700 kB
SReclaimable:     169452 kB
SUnreclaim:       556248 kB
KernelStack:        1448 kB
PageTables:         7568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2059360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 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= 71232 MiB
End job on node120 at 2012-05-27 20:10:17