Trace number 3696005

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.06 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
random/rand.biglist/normalized-randee102b.cudf.paranoid.opb
MD5SUMc2fd3c7e76ecc8c4438b5d05181931ce
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14736
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6944
Total number of constraints31468
Number of constraints which are clauses31099
Number of constraints which are cardinality constraints (but not clauses)369
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2558
Biggest coefficient in the objective function 2009
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 1108966
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2009
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 1108966
Number of bits of the biggest sum of numbers21
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.27	c model valid
0.00/0.27	c current solution ok
0.00/0.34	o 157561
0.00/0.34	c current bound: 78780
0.00/0.34	c fallback to adder encoding
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	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-3696005-1338096099/watcher-3696005-1338096099 -o /tmp/evaluation-result-3696005-1338096099/solver-3696005-1338096099 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696005-1338096099.opb 126962670 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6854
/proc/meminfo: memFree=28935252/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0

[startup+0.089872 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6854
/proc/meminfo: memFree=28935252/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100392 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6854
/proc/meminfo: memFree=28935252/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6854
/proc/meminfo: memFree=28935252/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6854
/proc/meminfo: memFree=28935252/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 6945
/proc/meminfo: memFree=28852000/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=50744 CPUtime=0.81 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 11042 0 0 0 78 3 0 0 20 0 1 0 275738534 51961856 10577 33554432000 4194304 4896791 140734916888272 140734916886120 4224653 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 12686 10577 76 172 0 12512 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 92336

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 6948
/proc/meminfo: memFree=28807276/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=51228 CPUtime=2.41 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 11724 0 0 0 238 3 0 0 20 0 1 0 275738534 52457472 10697 33554432000 4194304 4896791 140734916888272 140734916885784 4203104 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 12807 10697 77 172 0 12633 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 92820

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 6950
/proc/meminfo: memFree=28566792/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=52048 CPUtime=5.6 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 12960 0 0 0 557 3 0 0 20 0 1 0 275738534 53297152 10921 33554432000 4194304 4896791 140734916888272 140734916885784 4225008 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 13012 10921 77 172 0 12838 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 93640

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 1.94 3/181 6950
/proc/meminfo: memFree=28562468/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=53216 CPUtime=12 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 14714 0 0 0 1197 3 0 0 20 0 1 0 275738534 54493184 11391 33554432000 4194304 4896791 140734916888272 140734916883944 4224983 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 13304 11391 77 172 0 13130 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 94808

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 1.94 3/181 6950
/proc/meminfo: memFree=28556268/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=62364 CPUtime=24.8 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 18554 0 0 0 2474 6 0 0 20 0 1 0 275738534 63860736 12193 33554432000 4194304 4896791 140734916888272 140734916885784 4209656 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 15591 12193 77 172 0 15417 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 103956

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 1.94 3/181 6950
/proc/meminfo: memFree=28531748/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=66928 CPUtime=50.38 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 23901 0 0 0 5031 7 0 0 20 0 1 0 275738534 68534272 14971 33554432000 4194304 4896791 140734916888272 140734916885784 4225157 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 16732 14971 77 172 0 16558 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 108520

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 1.94 3/181 6950
/proc/meminfo: memFree=28511012/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=71488 CPUtime=101.58 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 25985 0 0 0 10148 10 0 0 20 0 1 0 275738534 73203712 16560 33554432000 4194304 4896791 140734916888272 140734916884008 4224684 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 17872 16560 77 172 0 17698 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 113080

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/179 6950
/proc/meminfo: memFree=28495884/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 46378 0 0 0 136094 41 0 0 20 0 1 0 275738534 166375424 34748 33554432000 4194304 4896791 140734916888272 140734916885800 4203783 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 40619 34748 78 172 0 40445 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 204068

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.96 3/181 6962
/proc/meminfo: memFree=28316852/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=132264 CPUtime=1421.34 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 46813 0 0 0 142092 42 0 0 20 0 1 0 275738534 135438336 29739 33554432000 4194304 4896791 140734916888272 140734916885800 4203775 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 33066 29739 78 172 0 32892 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 173856

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/181 6962
/proc/meminfo: memFree=28290668/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=163220 CPUtime=1481.33 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 46941 0 0 0 148090 43 0 0 20 0 1 0 275738534 167137280 33444 33554432000 4194304 4896791 140734916888272 140734916884008 4225029 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 40805 33444 78 172 0 40631 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 204812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 6962
/proc/meminfo: memFree=28262508/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=163688 CPUtime=1541.32 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 47045 0 0 0 154089 43 0 0 20 0 1 0 275738534 167616512 37125 33554432000 4194304 4896791 140734916888272 140734916885800 4225228 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 40922 37125 78 172 0 40748 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 205280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 6962
/proc/meminfo: memFree=28312788/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=133596 CPUtime=1601.3 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 47637 0 0 0 160086 44 0 0 20 0 1 0 275738534 136802304 30625 33554432000 4194304 4896791 140734916888272 140734916885784 4203806 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 33399 30625 78 172 0 33225 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 175188

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 1.97 3/181 6962
/proc/meminfo: memFree=28270836/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=164924 CPUtime=1661.3 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 47815 0 0 0 166084 46 0 0 20 0 1 0 275738534 168882176 34379 33554432000 4194304 4896791 140734916888272 140734916885496 4203775 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 41231 34379 78 172 0 41057 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 206516

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 1.98 3/182 6966
/proc/meminfo: memFree=28243960/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=165292 CPUtime=1721.29 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 48116 0 0 0 172083 46 0 0 20 0 1 0 275738534 169259008 37568 33554432000 4194304 4896791 140734916888272 140734916885784 4203873 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 41323 37568 78 172 0 41149 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 206884

[startup+1782.3 s]
/proc/loadavg: 2.24 2.09 2.00 3/181 6966
/proc/meminfo: memFree=28254332/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=165804 CPUtime=1781.28 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 48536 0 0 0 178082 46 0 0 20 0 1 0 275738534 169783296 40031 33554432000 4194304 4896791 140734916888272 140734916885800 4225029 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 41451 40031 78 172 0 41277 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 207396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.17 2.09 2.00 3/181 6966
/proc/meminfo: memFree=28238500/32873844 swapFree=7104/7104
[pid=6854] ppid=6852 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6854/stat : 6854 (runPb2sat.sh) S 6852 6854 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275738474 9367552 275 33554432000 4194304 5064252 140733837409472 140733837408384 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6854/statm: 2287 275 233 213 0 72 0
[pid=6855] ppid=6854 vsize=23296 CPUtime=0.57 cores=1,3,5,7
/proc/6855/stat : 6855 (pb2sat) S 6854 6854 5985 0 -1 4202496 4430 2586 0 0 39 9 9 0 20 0 1 0 275738475 23855104 5090 33554432000 4194304 5873084 140735893624944 140735893618760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6855/statm: 5824 5090 179 410 0 5406 0
[pid=6933] ppid=6855 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6933/stat : 6933 (satsolver.sh) S 6855 6854 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738534 9367552 266 33554432000 4194304 5064252 140736083753984 140736083752896 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6933/statm: 2287 266 226 213 0 72 0
[pid=6934] ppid=6933 vsize=216156 CPUtime=1799.49 cores=1,3,5,7
/proc/6934/stat : 6934 (glucose_static) R 6933 6854 5985 0 -1 4202496 49154 0 0 0 179902 47 0 0 20 0 1 0 275738534 221343744 41662 33554432000 4194304 4896791 140734916888272 140734916885480 4225029 0 0 4096 0 0 0 0 17 5 0 0 8 0 0
/proc/6934/statm: 54039 41662 78 172 0 53865 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 257748

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 6854 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=490925
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 0.597908
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1799.5
CPU system time (s): 0.56
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 257748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.490925
system time used= 0.106983
maximum resident set size= 34804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 33584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 9

runsolver used 4.25835 second user time and 11.0233 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 07:21:39
IDJOB=3696005
IDBENCH=72195
IDSOLVER=2274
FILE ID=node104/3696005-1338096099
RUNJOBID= node104-1338094298-6692
PBS_JOBID= 14624457
Free space on /tmp= 71020 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/random/rand.biglist/normalized-randee102b.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696005-1338096099/watcher-3696005-1338096099 -o /tmp/evaluation-result-3696005-1338096099/solver-3696005-1338096099 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696005-1338096099.opb 126962670 HOME HOME

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

MD5SUM BENCH= c2fd3c7e76ecc8c4438b5d05181931ce
RANDOM SEED=126962670

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28936632 kB
Buffers:          318356 kB
Cached:          2790908 kB
SwapCached:            0 kB
Active:          1179080 kB
Inactive:        1942328 kB
Active(anon):      14928 kB
Inactive(anon):        0 kB
Active(file):    1164152 kB
Inactive(file):  1942328 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19252 kB
Writeback:            76 kB
AnonPages:        101020 kB
Mapped:            14892 kB
Shmem:               200 kB
Slab:             677516 kB
SReclaimable:     119700 kB
SUnreclaim:       557816 kB
KernelStack:        1456 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     116436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 70932 MiB
End job on node104 at 2012-05-27 07:51:40