Trace number 3695989

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.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-python-cairo.cudf.paranoid.opb
MD5SUM8424b7061409513cf5c3292b053a86a1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141778
Best CPU time to get the best result obtained on this benchmark260.852
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
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.88	c model valid
0.00/0.88	c current solution ok
1.08/1.14	o 2448906
1.08/1.14	c current bound: 1224453
1.08/1.14	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3695989-1338097900/watcher-3695989-1338097900 -o /tmp/evaluation-result-3695989-1338097900/solver-3695989-1338097900 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695989-1338097900.opb 1742257348 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.17 2.09 2.00 3/177 7004
/proc/meminfo: memFree=28439336/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0

[startup+0.0243021 s]
/proc/loadavg: 2.17 2.09 2.00 3/177 7004
/proc/meminfo: memFree=28439336/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100249 s]
/proc/loadavg: 2.17 2.09 2.00 3/177 7004
/proc/meminfo: memFree=28439336/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 2.17 2.09 2.00 3/177 7004
/proc/meminfo: memFree=28439336/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 2.17 2.09 2.00 3/177 7004
/proc/meminfo: memFree=28439336/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.17 2.09 2.00 3/177 7051
/proc/meminfo: memFree=28897228/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=52632 CPUtime=1.48 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) R 7004 7004 5985 0 -1 4202496 7758 4389 0 0 114 22 11 1 20 0 1 0 275918558 53895168 10585 33554432000 4194304 5873084 140735494612816 140735494608152 4995838 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 13158 10585 180 410 0 12740 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61780

[startup+3.10047 s]
/proc/loadavg: 2.15 2.09 2.00 3/181 7056
/proc/meminfo: memFree=28689440/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=159012 CPUtime=1 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 31979 0 0 0 90 10 0 0 20 0 1 0 275918767 162828288 35983 33554432000 4194304 4896791 140733803170528 140733802119352 4202836 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 39753 35983 76 172 0 39579 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 262708

[startup+6.30046 s]
/proc/loadavg: 2.15 2.09 2.00 3/181 7056
/proc/meminfo: memFree=28538268/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=160968 CPUtime=4.2 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 32671 0 0 0 409 11 0 0 20 0 1 0 275918767 164831232 36663 33554432000 4194304 4896791 140733803170528 140733803167736 4204099 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 40242 36663 77 172 0 40068 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 264664

[startup+12.7004 s]
/proc/loadavg: 2.20 2.10 2.00 3/181 7056
/proc/meminfo: memFree=28540400/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=180092 CPUtime=10.6 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 32719 0 0 0 1049 11 0 0 20 0 1 0 275918767 184414208 36703 33554432000 4194304 4896791 140733803170528 140733803167848 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 45023 36703 77 172 0 44849 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 283788

[startup+25.5067 s]
/proc/loadavg: 2.17 2.09 2.00 3/181 7056
/proc/meminfo: memFree=28535808/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=180092 CPUtime=23.41 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 32760 0 0 0 2330 11 0 0 20 0 1 0 275918767 184414208 36739 33554432000 4194304 4896791 140733803170528 140733803167848 4203026 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 45023 36739 77 172 0 44849 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 283788

[startup+51.1004 s]
/proc/loadavg: 2.17 2.10 2.01 3/181 7056
/proc/meminfo: memFree=28523512/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=183416 CPUtime=48.99 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 33946 0 0 0 4887 12 0 0 20 0 1 0 275918767 187817984 38620 33554432000 4194304 4896791 140733803170528 140733803168040 4203058 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 45854 38620 77 172 0 45680 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 287112

[startup+102.3 s]
/proc/loadavg: 2.13 2.10 2.01 3/181 7056
/proc/meminfo: memFree=28507696/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=187988 CPUtime=100.19 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 35721 0 0 0 10006 13 0 0 20 0 1 0 275918767 192499712 41258 33554432000 4194304 4896791 140733803170528 140733803167672 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 46997 41258 77 172 0 46823 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 291684

[startup+162.3 s]
/proc/loadavg: 2.11 2.09 2.00 3/181 7056
/proc/meminfo: memFree=28483012/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=196464 CPUtime=160.15 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 41548 0 0 0 15999 16 0 0 20 0 1 0 275918767 201179136 44980 33554432000 4194304 4896791 140733803170528 140733803167736 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 49116 44980 77 172 0 48942 0
Current children cumulated CPU time (s) 162.21

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

/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 72011 0 0 0 135922 73 0 0 20 0 1 0 275918767 353251328 72761 33554432000 4194304 4896791 140733803170528 140733803167736 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 86243 72761 77 172 0 86069 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 448668

[startup+1422.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/181 7089
/proc/meminfo: memFree=28295776/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=297160 CPUtime=1419.94 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 73861 0 0 0 141915 79 0 0 20 0 1 0 275918767 304291840 68494 33554432000 4194304 4896791 140733803170528 140733803166264 4224913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 74290 68494 77 172 0 74116 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 400856

[startup+1482.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/181 7090
/proc/meminfo: memFree=28245624/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=349576 CPUtime=1479.94 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 75332 0 0 0 147913 81 0 0 20 0 1 0 275918767 357965824 75547 33554432000 4194304 4896791 140733803170528 140733803167736 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 87394 75547 77 172 0 87220 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 453272

[startup+1542.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/181 7090
/proc/meminfo: memFree=28284608/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=354948 CPUtime=1539.93 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 78084 0 0 0 153905 88 0 0 20 0 1 0 275918767 363466752 74817 33554432000 4194304 4896791 140733803170528 140733803167672 4225038 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 88737 74817 77 172 0 88563 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 458644

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/181 7090
/proc/meminfo: memFree=28250716/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=358320 CPUtime=1599.91 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 79945 0 0 0 159900 91 0 0 20 0 1 0 275918767 366919680 78209 33554432000 4194304 4896791 140733803170528 140733803167736 4225511 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 89580 78209 77 172 0 89406 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 462016

[startup+1662.31 s]
/proc/loadavg: 2.03 2.05 2.00 3/181 7090
/proc/meminfo: memFree=28294612/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=311420 CPUtime=1659.91 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 82310 0 0 0 165895 96 0 0 20 0 1 0 275918767 318894080 73936 33554432000 4194304 4896791 140733803170528 140733803166264 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 77855 73936 77 172 0 77681 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 415116

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/182 7093
/proc/meminfo: memFree=28259108/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=363560 CPUtime=1719.9 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 84268 0 0 0 171889 101 0 0 20 0 1 0 275918767 372285440 76896 33554432000 4194304 4896791 140733803170528 140733803168056 4202982 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 90890 76896 77 172 0 90716 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 467256

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/181 7094
/proc/meminfo: memFree=28232236/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=365372 CPUtime=1779.89 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 86101 0 0 0 177884 105 0 0 20 0 1 0 275918767 374140928 78394 33554432000 4194304 4896791 140733803170528 140733803167752 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 91343 78394 77 172 0 91169 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 469068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.06 2.01 3/181 7094
/proc/meminfo: memFree=28265112/32873844 swapFree=7104/7104
[pid=7004] ppid=7002 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7004/stat : 7004 (runPb2sat.sh) S 7002 7004 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275918558 9367552 275 33554432000 4194304 5064252 140735551275776 140735551274688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7004/statm: 2287 275 233 213 0 72 0
[pid=7005] ppid=7004 vsize=85400 CPUtime=2.06 cores=1,3,5,7
/proc/7005/stat : 7005 (pb2sat) S 7004 7004 5985 0 -1 4202496 8871 4389 0 0 162 32 11 1 20 0 1 0 275918558 87449600 18777 33554432000 4194304 5873084 140735494612816 140735494606632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7005/statm: 21350 18777 180 410 0 20932 0
[pid=7055] ppid=7005 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7055/stat : 7055 (satsolver.sh) S 7005 7004 5985 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275918767 9367552 267 33554432000 4194304 5064252 140734496348368 140734496347280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7055/statm: 2287 267 226 213 0 72 0
[pid=7056] ppid=7055 vsize=366180 CPUtime=1797.99 cores=1,3,5,7
/proc/7056/stat : 7056 (glucose_static) R 7055 7004 5985 0 -1 4202496 86285 0 0 0 179694 105 0 0 20 0 1 0 275918767 374968320 81644 33554432000 4194304 4896791 140733803170528 140733803165560 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7056/statm: 91545 81644 77 172 0 91371 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 469876

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 7004 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=740735
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=351946
# CPU time returned by wait4() is 2.09268
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1798.67
CPU system time (s): 1.38
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 548836

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

runsolver used 3.59745 second user time and 8.72967 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 07:51:40
IDJOB=3695989
IDBENCH=72235
IDSOLVER=2274
FILE ID=node104/3695989-1338097900
RUNJOBID= node104-1338094298-6692
PBS_JOBID= 14624457
Free space on /tmp= 70956 MiB

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

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

MD5SUM BENCH= 8424b7061409513cf5c3292b053a86a1
RANDOM SEED=1742257348

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:        28439864 kB
Buffers:          319840 kB
Cached:          2859396 kB
SwapCached:            0 kB
Active:          1670400 kB
Inactive:        1945592 kB
Active(anon):     439104 kB
Inactive(anon):        0 kB
Active(file):    1231296 kB
Inactive(file):  1945592 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12056 kB
Writeback:             0 kB
AnonPages:        511096 kB
Mapped:            15228 kB
Shmem:               200 kB
Slab:             677160 kB
SReclaimable:     119656 kB
SUnreclaim:       557504 kB
KernelStack:        1504 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     589632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 70928 MiB
End job on node104 at 2012-05-27 08:21:40