Trace number 3696000

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.01 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/caixa/normalized-1468.cudf.paranoid.opb
MD5SUM3c482cb7cfaad47c113ec78915fd216b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1.67374
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9467
Total number of constraints49636
Number of constraints which are clauses49636
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1935
Number of terms in the objective function 4469
Biggest coefficient in the objective function 2538
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 4908490
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2538
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 4908490
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.29	o 469727
0.00/0.29	c current bound: 234863
0.00/0.29	c fallback to adder encoding
1800.01/1800.41	c error: unexpected solver exit code
1800.01/1800.41	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-3696000-1338098363/watcher-3696000-1338098363 -o /tmp/evaluation-result-3696000-1338098363/solver-3696000-1338098363 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696000-1338098363.opb 1904535025 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.01 2.04 2.01 3/179 6731
/proc/meminfo: memFree=30609452/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0

[startup+0.00882892 s]
/proc/loadavg: 2.01 2.04 2.01 3/179 6731
/proc/meminfo: memFree=30609452/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100146 s]
/proc/loadavg: 2.01 2.04 2.01 3/179 6731
/proc/meminfo: memFree=30609452/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300192 s]
/proc/loadavg: 2.01 2.04 2.01 3/179 6731
/proc/meminfo: memFree=30609452/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 2.01 2.04 2.01 3/179 6731
/proc/meminfo: memFree=30609452/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.01 2.04 2.01 3/183 6738
/proc/meminfo: memFree=30492444/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=81984 CPUtime=0.72 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 17783 0 0 0 67 5 0 0 20 0 1 0 275962436 83951616 18377 33554432000 4194304 4896791 140733954309600 140733954306744 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 20496 18377 76 172 0 20322 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 141916

[startup+3.10023 s]
/proc/loadavg: 2.01 2.04 2.01 3/183 6738
/proc/meminfo: memFree=30465068/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=82492 CPUtime=2.32 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 18052 0 0 0 227 5 0 0 20 0 1 0 275962436 84471808 18482 33554432000 4194304 4896791 140733954309600 140733954306856 4203064 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 20623 18482 78 172 0 20449 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 142424

[startup+6.30029 s]
/proc/loadavg: 2.01 2.04 2.01 3/183 6738
/proc/meminfo: memFree=30458252/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=83672 CPUtime=5.52 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 18850 0 0 0 547 5 0 0 20 0 1 0 275962436 85680128 19284 33554432000 4194304 4896791 140733954309600 140733954306920 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 20918 19284 78 172 0 20744 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 143604

[startup+12.7004 s]
/proc/loadavg: 2.00 2.04 2.01 3/183 6738
/proc/meminfo: memFree=30455616/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=97512 CPUtime=11.92 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 20700 0 0 0 1187 5 0 0 20 0 1 0 275962436 99852288 19980 33554432000 4194304 4896791 140733954309600 140733954306808 4225141 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 24378 19980 78 172 0 24204 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 157444

[startup+25.5004 s]
/proc/loadavg: 2.00 2.04 2.01 3/183 6738
/proc/meminfo: memFree=30442740/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=99572 CPUtime=24.71 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 21781 0 0 0 2466 5 0 0 20 0 1 0 275962436 101961728 21394 33554432000 4194304 4896791 140733954309600 140733954306808 4203009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 24893 21394 78 172 0 24719 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 159504

[startup+51.1004 s]
/proc/loadavg: 2.00 2.04 2.00 3/184 6741
/proc/meminfo: memFree=30430768/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=103884 CPUtime=50.28 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 23893 0 0 0 5021 7 0 0 20 0 1 0 275962436 106377216 23285 33554432000 4194304 4896791 140733954309600 140733954306808 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 25971 23285 78 172 0 25797 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 163816

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/184 6764
/proc/meminfo: memFree=30430164/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=109848 CPUtime=101.48 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 25880 0 0 0 10139 9 0 0 20 0 1 0 275962436 112484352 25763 33554432000 4194304 4896791 140733954309600 140733954306808 4203856 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6738/statm: 27462 25763 78 172 0 27288 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 169780

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 6764
/proc/meminfo: memFree=30412972/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 61170 0 0 0 136074 51 0 0 20 0 1 0 275962436 209358848 44997 33554432000 4194304 4896791 140733954309600 140733954307112 4205660 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 51113 44997 78 172 0 50939 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 264384

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 6821
/proc/meminfo: memFree=30414580/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=174512 CPUtime=1421.24 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 61849 0 0 0 142071 53 0 0 20 0 1 0 275962436 178700288 41581 33554432000 4194304 4896791 140733954309600 140733954305336 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 43628 41581 78 172 0 43454 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 234444

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6821
/proc/meminfo: memFree=30380940/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=206324 CPUtime=1481.22 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 62683 0 0 0 148068 54 0 0 20 0 1 0 275962436 211275776 47004 33554432000 4194304 4896791 140733954309600 140733954306824 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 51581 47004 78 172 0 51407 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 266256

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 6821
/proc/meminfo: memFree=30393468/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=178376 CPUtime=1541.22 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 63544 0 0 0 154066 56 0 0 20 0 1 0 275962436 182657024 42471 33554432000 4194304 4896791 140733954309600 140733954307176 4203041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 44594 42471 78 172 0 44420 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 238308

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6821
/proc/meminfo: memFree=30368632/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=210084 CPUtime=1601.2 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 64355 0 0 0 160063 57 0 0 20 0 1 0 275962436 215126016 48383 33554432000 4194304 4896791 140733954309600 140733954307128 4204125 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 52521 48383 78 172 0 52347 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 270016

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 6822
/proc/meminfo: memFree=30323492/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=261124 CPUtime=1661.19 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 65599 0 0 0 166061 58 0 0 20 0 1 0 275962436 267390976 51996 33554432000 4194304 4896791 140733954309600 140733954306824 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 65281 51996 78 172 0 65107 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 321056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6823
/proc/meminfo: memFree=30348640/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=212036 CPUtime=1721.18 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 66932 0 0 0 172058 60 0 0 20 0 1 0 275962436 217124864 48594 33554432000 4194304 4896791 140733954309600 140733954307128 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 53009 48594 78 172 0 52835 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 271968

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6823
/proc/meminfo: memFree=30348644/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=213252 CPUtime=1781.17 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 69008 0 0 0 178055 62 0 0 20 0 1 0 275962436 218370048 44820 33554432000 4194304 4896791 140733954309600 140733954307128 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 53313 44820 78 172 0 53139 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 273184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6823
/proc/meminfo: memFree=30351244/32873648 swapFree=6860/6860
[pid=6731] ppid=6729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6731/stat : 6731 (runPb2sat.sh) S 6729 6731 5734 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 275962359 9367552 275 33554432000 4194304 5064252 140736253301984 140736253300896 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6731/statm: 2287 275 233 213 0 72 0
[pid=6732] ppid=6731 vsize=41636 CPUtime=0.74 cores=0,2,4,6
/proc/6732/stat : 6732 (pb2sat) S 6731 6731 5734 0 -1 4202496 5706 2622 0 0 60 13 1 0 20 0 1 0 275962360 42635264 8994 33554432000 4194304 5873084 140734769174736 140734769168552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6732/statm: 10409 8994 179 410 0 9991 0
[pid=6737] ppid=6732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6737/stat : 6737 (satsolver.sh) S 6732 6731 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275962436 9367552 267 33554432000 4194304 5064252 140735962975792 140735962974704 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6737/statm: 2287 267 226 213 0 72 0
[pid=6738] ppid=6737 vsize=213376 CPUtime=1799.27 cores=0,2,4,6
/proc/6738/stat : 6738 (glucose_static) R 6737 6731 5734 0 -1 4202496 69035 0 0 0 179865 62 0 0 20 0 1 0 275962436 218497024 46380 33554432000 4194304 4896791 140733954309600 140733954307128 4203849 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6738/statm: 53344 46380 78 172 0 53170 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 273308

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 6731 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=622905
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 0.766883
# 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): 1800.41
CPU time (s): 1800.01
CPU user time (s): 1799.26
CPU system time (s): 0.75
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 372592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.622905
system time used= 0.143978
maximum resident set size= 63936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 11

runsolver used 6.93795 second user time and 17.6403 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-27 07:59:23
IDJOB=3696000
IDBENCH=72240
IDSOLVER=2274
FILE ID=node116/3696000-1338098363
RUNJOBID= node116-1338088521-5750
PBS_JOBID= 14624463
Free space on /tmp= 71400 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/caixa/normalized-1468.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696000-1338098363/watcher-3696000-1338098363 -o /tmp/evaluation-result-3696000-1338098363/solver-3696000-1338098363 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696000-1338098363.opb 1904535025 HOME HOME

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

MD5SUM BENCH= 3c482cb7cfaad47c113ec78915fd216b
RANDOM SEED=1904535025

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:        30609732 kB
Buffers:          304876 kB
Cached:           783080 kB
SwapCached:         3244 kB
Active:          1156656 kB
Inactive:         280408 kB
Active(anon):     339704 kB
Inactive(anon):     8932 kB
Active(file):     816952 kB
Inactive(file):   271476 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103660 kB
Dirty:              9764 kB
Writeback:             0 kB
AnonPages:        502892 kB
Mapped:            13480 kB
Shmem:                96 kB
Slab:             685912 kB
SReclaimable:     130376 kB
SUnreclaim:       555536 kB
KernelStack:        1520 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     504208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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= 71360 MiB
End job on node116 at 2012-05-27 08:29:24