Trace number 3694545

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.09 1800.81

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_8.opb
MD5SUM4bf433c60343e128a7fab53c33d88c45
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3841241
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48028849250
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48028849250
Number of bits of the biggest sum of numbers36
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

0.00/0.77	c model valid
0.00/0.77	c current solution ok
1.17/1.25	o 419170891
1.17/1.25	c fallback to adder encoding
4.37/4.43	c model valid
4.37/4.43	c current solution ok
4.37/4.46	o 128094871
4.37/4.46	c fallback to adder encoding
7.22/7.69	c model valid
7.22/7.69	c current solution ok
7.30/7.71	o 60236917
7.30/7.71	c fallback to adder encoding
15.21/15.65	c model valid
15.21/15.65	c current solution ok
15.21/15.67	o 52936203
15.21/15.67	c fallback to adder encoding
19.51/19.96	c model valid
19.51/19.96	c current solution ok
19.51/19.98	o 24384403
19.51/19.98	c fallback to adder encoding
89.60/90.04	c model valid
89.60/90.04	c current solution ok
89.60/90.06	o 24362347
89.60/90.06	c fallback to adder encoding
207.66/208.17	c model valid
207.66/208.17	c current solution ok
207.75/208.20	o 23370385
207.75/208.20	c fallback to adder encoding
226.97/227.40	c model valid
226.97/227.40	c current solution ok
226.97/227.42	o 19184253
226.97/227.42	c fallback to adder encoding
280.76/281.22	c model valid
280.76/281.22	c current solution ok
280.76/281.24	o 16087883
280.76/281.24	c fallback to adder encoding
283.55/284.03	c model valid
283.55/284.03	c current solution ok
283.55/284.05	o 7462929
283.55/284.05	c fallback to adder encoding
532.09/532.63	c model valid
532.09/532.63	c current solution ok
532.09/532.66	o 7095279
532.09/532.66	c fallback to adder encoding
1048.73/1049.34	c model valid
1048.73/1049.34	c current solution ok
1048.73/1049.36	o 5217743
1048.73/1049.36	c fallback to adder encoding
1800.09/1800.81	c error: unexpected solver exit code
1800.09/1800.81	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-3694545-1338181919/watcher-3694545-1338181919 -o /tmp/evaluation-result-3694545-1338181919/solver-3694545-1338181919 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694545-1338181919.opb 1238482437 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.02 2.01 2.00 4/179 19331
/proc/meminfo: memFree=30526200/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0

[startup+0.0130711 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 19331
/proc/meminfo: memFree=30526200/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 19331
/proc/meminfo: memFree=30526200/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 19331
/proc/meminfo: memFree=30526200/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 19331
/proc/meminfo: memFree=30526200/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 19335
/proc/meminfo: memFree=30349692/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=45988 CPUtime=1.47 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) R 19331 19331 17405 0 -1 4202496 8378 8790 0 0 48 40 56 3 20 0 1 0 284316423 47091712 10512 33554432000 4194304 5873084 140737291102080 140737291096856 4995879 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19332/statm: 11497 10513 184 410 0 11079 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 55136

[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 19336
/proc/meminfo: memFree=30226152/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=95140 CPUtime=2.14 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 10222 8790 0 0 106 49 56 3 20 0 1 0 284316423 97423360 20716 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19332/statm: 23785 20716 184 410 0 23367 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 104288
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 2.02 2.01 2.00 2/181 19339
/proc/meminfo: memFree=30251652/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=5.29 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 18229 44373 0 0 186 59 269 15 20 0 1 0 284316423 126197760 26717 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 35 0 0
/proc/19332/statm: 30810 26717 184 410 0 30392 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 132388

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19344
/proc/meminfo: memFree=30060132/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=8.08 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 25570 78664 0 0 257 68 457 26 20 0 1 0 284316423 126197760 25693 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 35 0 0
/proc/19332/statm: 30810 25693 184 410 0 30392 0
[pid=19343] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19343/stat : 19343 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284317269 9367552 267 33554432000 4194304 5064252 140735390566576 140735390565488 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19343/statm: 2287 267 226 213 0 72 0
[pid=19344] ppid=19343 vsize=173804 CPUtime=4.22 cores=0,2,4,6
/proc/19344/stat : 19344 (glucose_static) R 19343 19331 17405 0 -1 4202496 32806 0 0 0 415 7 0 0 20 0 1 0 284317269 177975296 36754 33554432000 4194304 4896791 140734670622128 140734670619640 4225011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19344/statm: 43451 36754 78 172 0 43277 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 315340

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 19350
/proc/meminfo: memFree=30075444/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=20.25 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 41023 146378 0 0 387 84 1506 48 20 0 1 0 284316423 126197760 24157 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 35 0 0
/proc/19332/statm: 30810 24157 184 410 0 30392 0
[pid=19349] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19349/stat : 19349 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284318485 9367552 267 33554432000 4194304 5064252 140734001808992 140734001807904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19349/statm: 2287 267 226 213 0 72 0
[pid=19350] ppid=19349 vsize=147924 CPUtime=4.86 cores=0,2,4,6
/proc/19350/stat : 19350 (glucose_static) R 19349 19331 17405 0 -1 4202496 28714 0 0 0 479 7 0 0 20 0 1 0 284318485 151474176 31161 33554432000 4194304 4896791 140736686945552 140736686942760 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19350/statm: 36981 31161 78 172 0 36807 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 289460

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 19350
/proc/meminfo: memFree=30076072/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=20.25 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 41023 146378 0 0 387 84 1506 48 20 0 1 0 284316423 126197760 24157 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 35 0 0
/proc/19332/statm: 30810 24157 184 410 0 30392 0
[pid=19349] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19349/stat : 19349 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284318485 9367552 267 33554432000 4194304 5064252 140734001808992 140734001807904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19349/statm: 2287 267 226 213 0 72 0
[pid=19350] ppid=19349 vsize=169464 CPUtime=30.46 cores=0,2,4,6
/proc/19350/stat : 19350 (glucose_static) R 19349 19331 17405 0 -1 4202496 31024 0 0 0 3038 8 0 0 20 0 1 0 284318485 173531136 32836 33554432000 4194304 4896791 140736686945552 140736686943080 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19350/statm: 42366 32836 78 172 0 42192 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 311000

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 19353
/proc/meminfo: memFree=30074016/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=90.3 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 48331 179894 0 0 447 91 8433 59 20 0 1 0 284316423 126197760 24157 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/19332/statm: 30810 24157 184 410 0 30392 0
[pid=19352] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19352/stat : 19352 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284325493 9367552 266 33554432000 4194304 5064252 140734220344624 140734220343536 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19352/statm: 2287 266 226 213 0 72 0
[pid=19353] ppid=19352 vsize=148772 CPUtime=11.58 cores=0,2,4,6
/proc/19353/stat : 19353 (glucose_static) R 19352 19331 17405 0 -1 4202496 29442 0 0 0 1150 8 0 0 20 0 1 0 284325493 152342528 31879 33554432000 4194304 4896791 140734871912096 140734871909304 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19353/statm: 37193 31879 78 172 0 37019 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 290308

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19354
/proc/meminfo: memFree=30058936/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=90.3 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 48331 179894 0 0 447 91 8433 59 20 0 1 0 284316423 126197760 24157 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/19332/statm: 30810 24157 184 410 0 30392 0
[pid=19352] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19352/stat : 19352 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284325493 9367552 266 33554432000 4194304 5064252 140734220344624 140734220343536 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19352/statm: 2287 266 226 213 0 72 0
[pid=19353] ppid=19352 vsize=171468 CPUtime=71.56 cores=0,2,4,6
/proc/19353/stat : 19353 (glucose_static) R 19352 19331 17405 0 -1 4202496 32244 0 0 0 7146 10 0 0 20 0 1 0 284325493 175583232 35835 33554432000 4194304 4896791 140734871912096 140734871909736 4224640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19353/statm: 42867 35835 78 172 0 42693 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 313004

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19357
/proc/meminfo: memFree=30066892/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=123240 CPUtime=208.41 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 55515 216034 0 0 507 99 20160 75 20 0 1 0 284316423 126197760 24157 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 35 0 0
/proc/19332/statm: 30810 24157 184 410 0 30392 0

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

/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 37679 0 0 0 31222 16 0 0 20 0 1 0 284421407 149843968 31387 33554432000 4194304 4896791 140733992494784 140733992492008 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 36583 31387 78 172 0 36409 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 255100

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 19383
/proc/meminfo: memFree=30067224/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=148008 CPUtime=372.38 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 40664 0 0 0 37219 19 0 0 20 0 1 0 284421407 151560192 32850 33554432000 4194304 4896791 140733992494784 140733992492312 4203844 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 37002 32850 78 172 0 36828 0
Current children cumulated CPU time (s) 1421.65
Current children cumulated vsize (KiB) 256776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19384
/proc/meminfo: memFree=30073368/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=149144 CPUtime=432.37 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 43060 0 0 0 43215 22 0 0 20 0 1 0 284421407 152723456 32119 33554432000 4194304 4896791 140733992494784 140733992492312 4224950 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 37286 32119 78 172 0 37112 0
Current children cumulated CPU time (s) 1481.64
Current children cumulated vsize (KiB) 257912

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 19384
/proc/meminfo: memFree=30073200/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=131792 CPUtime=492.36 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 45398 0 0 0 49212 24 0 0 20 0 1 0 284421407 134955008 31545 33554432000 4194304 4896791 140733992494784 140733992492360 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 32948 31545 78 172 0 32774 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 240560

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19384
/proc/meminfo: memFree=30040748/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=182856 CPUtime=552.34 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 46785 0 0 0 55209 25 0 0 20 0 1 0 284421407 187244544 39010 33554432000 4194304 4896791 140733992494784 140733992491976 4206747 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 45714 39010 78 172 0 45540 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 291624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19384
/proc/meminfo: memFree=30043496/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=183800 CPUtime=612.34 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 48779 0 0 0 61207 27 0 0 20 0 1 0 284421407 188211200 38322 33554432000 4194304 4896791 140733992494784 140733992492312 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 45950 38322 78 172 0 45776 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 292568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19387
/proc/meminfo: memFree=30054224/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=154068 CPUtime=672.32 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 50163 0 0 0 67204 28 0 0 20 0 1 0 284421407 157765632 35482 33554432000 4194304 4896791 140733992494784 140733992492424 4225523 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 38517 35482 78 172 0 38343 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 262836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19388
/proc/meminfo: memFree=30047984/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=156448 CPUtime=732.31 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 52397 0 0 0 73200 31 0 0 20 0 1 0 284421407 160202752 36986 33554432000 4194304 4896791 140733992494784 140733992492008 4224666 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 39112 36986 78 172 0 38938 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 265216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19430
/proc/meminfo: memFree=30607728/32873844 swapFree=6080/6080
[pid=19331] ppid=19329 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19331/stat : 19331 (runPb2satCp2.sh) S 19329 19331 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284316422 9367552 275 33554432000 4194304 5064252 140734371394544 140734371393456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19331/statm: 2287 275 233 213 0 72 0
[pid=19332] ppid=19331 vsize=90472 CPUtime=1049.27 cores=0,2,4,6
/proc/19332/stat : 19332 (pb2sat) S 19331 19331 17405 0 -1 4202496 86994 403792 0 0 768 128 103877 154 20 0 1 0 284316423 92643328 21085 33554432000 4194304 5873084 140737291102080 140737291095896 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 35 0 0
/proc/19332/statm: 22618 21085 184 410 0 22200 0
[pid=19377] ppid=19332 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19377/stat : 19377 (satsolver.sh) S 19332 19331 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284421407 9367552 267 33554432000 4194304 5064252 140735695271856 140735695270768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19377/statm: 2287 267 226 213 0 72 0
[pid=19378] ppid=19377 vsize=187532 CPUtime=750.82 cores=0,2,4,6
/proc/19378/stat : 19378 (glucose_static) R 19377 19331 17405 0 -1 4202496 53117 0 0 0 75050 32 0 0 20 0 1 0 284421407 192032768 39190 33554432000 4194304 4896791 140733992494784 140733992490520 4224680 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19378/statm: 46883 39190 78 172 0 46709 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 296300

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 19331 and gives
#  childrusage.ru_utime.tv_sec=1046
#  childrusage.ru_utime.tv_usec=454914
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=834569
# CPU time returned by wait4() is 1049.29
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.09
CPU user time (s): 1796.95
CPU system time (s): 3.14
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 343500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1046.45
system time used= 2.83457
maximum resident set size= 203532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1154312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 187
involuntary context switches= 1270

runsolver used 3.69344 second user time and 9.30358 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 07:11:59
IDJOB=3694545
IDBENCH=92722
IDSOLVER=2273
FILE ID=node139/3694545-1338181919
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 4bf433c60343e128a7fab53c33d88c45
RANDOM SEED=1238482437

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:        30534164 kB
Buffers:          410644 kB
Cached:           568760 kB
SwapCached:          828 kB
Active:          1245456 kB
Inactive:         232348 kB
Active(anon):     491580 kB
Inactive(anon):     7968 kB
Active(file):     753876 kB
Inactive(file):   224380 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:            137956 kB
Writeback:             0 kB
AnonPages:        685092 kB
Mapped:            12572 kB
Shmem:                 8 kB
Slab:             724268 kB
SReclaimable:     162624 kB
SUnreclaim:       561644 kB
KernelStack:        1520 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     710588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71568 MiB
End job on node139 at 2012-05-28 07:42:00