Trace number 3749912

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
npSolver 1.0 (fixed)? (TO) 1800.03 1801.51

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__256.opb
MD5SUMa048c41e885d13c7000ff4a85d8352bd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark3.3045
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10258
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint256
Maximum length of a constraint2049
Number of terms in the objective function 10240
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 446607872
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 446607872
Number of bits of the biggest sum of numbers29
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.14	c run usual solver
0.97/1.19	c model valid
0.97/1.19	c current solution ok
1.47/1.52	o 78430
1.47/1.52	c current bound: 39215
1.47/1.52	c fallback to adder encoding
17.86/17.90	c current bound: 58823
17.86/17.90	c fallback to adder encoding
162.73/162.88	c model valid
162.73/162.88	c current solution ok
162.84/162.90	o 46877
162.84/162.90	c current bound: 43046
162.84/162.90	c fallback to adder encoding
212.60/213.67	c current bound: 44962
212.60/213.67	c fallback to adder encoding
249.61/250.71	c current bound: 45920
249.61/250.71	c fallback to adder encoding
330.99/332.16	c current bound: 46399
330.99/332.16	c fallback to adder encoding
833.89/835.13	c current bound: 46638
833.89/835.13	c fallback to adder encoding
991.26/992.53	c current bound: 46758
991.26/992.53	c fallback to adder encoding
1104.86/1106.21	c current bound: 46818
1104.86/1106.21	c fallback to adder encoding
1322.72/1324.10	c current bound: 46848
1322.72/1324.10	c fallback to adder encoding
1800.03/1801.51	c error: unexpected solver exit code
1800.03/1801.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-3749912-1339158889/watcher-3749912-1339158889 -o /tmp/evaluation-result-3749912-1339158889/solver-3749912-1339158889 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749912-1339158889.opb 761977464 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: 0.98 1.23 1.63 2/173 22187
/proc/meminfo: memFree=29256444/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0

[startup+0.0754841 s]
/proc/loadavg: 0.98 1.23 1.63 2/173 22187
/proc/meminfo: memFree=29256444/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 0.98 1.23 1.63 2/173 22187
/proc/meminfo: memFree=29256444/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300406 s]
/proc/loadavg: 0.98 1.23 1.63 2/173 22187
/proc/meminfo: memFree=29256444/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700376 s]
/proc/loadavg: 0.98 1.23 1.63 2/173 22187
/proc/meminfo: memFree=29256444/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 0.98 1.23 1.63 3/183 22229
/proc/meminfo: memFree=29223556/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=12516 CPUtime=1.47 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) R 22187 22187 17323 0 -1 4202496 4614 25586 0 0 20 27 92 8 20 0 1 0 382017471 12816384 2753 33554432000 4194304 6004724 140733971472208 140733971466832 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 3129 2753 155 442 0 2683 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21664

[startup+3.1004 s]
/proc/loadavg: 0.98 1.23 1.63 3/183 22266
/proc/meminfo: memFree=29108752/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=60844 CPUtime=1.91 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 8996 26101 0 0 58 33 92 8 20 0 1 0 382017471 62304256 13297 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 15211 13297 175 442 0 14765 0
[pid=22258] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382017664 9367552 267 33554432000 4194304 5064252 140734017611568 140734017610480 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22258/statm: 2287 267 226 213 0 72 0
[pid=22259] ppid=22258 vsize=98956 CPUtime=1.15 cores=0,2,4,6
/proc/22259/stat : 22259 (glucose) R 22258 22187 17323 0 -1 4202496 19019 0 0 0 110 5 0 0 20 0 1 0 382017665 101330944 22610 33554432000 4194304 5208918 140735835872272 140735835870104 4211623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22259/statm: 24739 22610 105 248 0 24488 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 178096

[startup+6.30042 s]
/proc/loadavg: 1.14 1.26 1.63 3/183 22287
/proc/meminfo: memFree=29058924/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=60844 CPUtime=1.91 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 8996 26101 0 0 58 33 92 8 20 0 1 0 382017471 62304256 13297 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 15211 13297 175 442 0 14765 0
[pid=22258] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382017664 9367552 267 33554432000 4194304 5064252 140734017611568 140734017610480 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22258/statm: 2287 267 226 213 0 72 0
[pid=22259] ppid=22258 vsize=110632 CPUtime=4.35 cores=0,2,4,6
/proc/22259/stat : 22259 (glucose) R 22258 22187 17323 0 -1 4202496 19098 0 0 0 430 5 0 0 20 0 1 0 382017665 113287168 22687 33554432000 4194304 5208918 140735835872272 140735835870424 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22259/statm: 27658 22687 105 248 0 27407 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 189772

[startup+12.7004 s]
/proc/loadavg: 1.21 1.27 1.63 3/181 22352
/proc/meminfo: memFree=29002668/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=60844 CPUtime=1.91 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 8996 26101 0 0 58 33 92 8 20 0 1 0 382017471 62304256 13297 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 15211 13297 175 442 0 14765 0
[pid=22258] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22258/stat : 22258 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382017664 9367552 267 33554432000 4194304 5064252 140734017611568 140734017610480 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22258/statm: 2287 267 226 213 0 72 0
[pid=22259] ppid=22258 vsize=110632 CPUtime=10.75 cores=0,2,4,6
/proc/22259/stat : 22259 (glucose) R 22258 22187 17323 0 -1 4202496 19302 0 0 0 1069 6 0 0 20 0 1 0 382017665 113287168 22887 33554432000 4194304 5208918 140735835872272 140735835870424 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22259/statm: 27658 22887 105 248 0 27407 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 189772

[startup+25.5004 s]
/proc/loadavg: 1.38 1.31 1.64 3/181 22359
/proc/meminfo: memFree=27892832/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=111644 CPUtime=18.53 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 13989 48782 0 0 116 41 1679 17 20 0 1 0 382017471 114323456 21390 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 27911 21390 176 442 0 27465 0
[pid=22358] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22358/stat : 22358 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382019327 9367552 267 33554432000 4194304 5064252 140735684896016 140735684894928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22358/statm: 2287 267 226 213 0 72 0
[pid=22359] ppid=22358 vsize=148132 CPUtime=6.93 cores=0,2,4,6
/proc/22359/stat : 22359 (glucose) R 22358 22187 17323 0 -1 4202496 27757 0 0 0 686 7 0 0 20 0 1 0 382019327 151687168 32629 33554432000 4194304 5208918 140735197304112 140735197301944 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22359/statm: 37033 32629 104 248 0 36782 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 278072

[startup+51.1004 s]
/proc/loadavg: 1.59 1.36 1.65 3/181 22359
/proc/meminfo: memFree=25960464/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=111644 CPUtime=18.53 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 13989 48782 0 0 116 41 1679 17 20 0 1 0 382017471 114323456 21390 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 27911 21390 176 442 0 27465 0
[pid=22358] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22358/stat : 22358 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382019327 9367552 267 33554432000 4194304 5064252 140735684896016 140735684894928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22358/statm: 2287 267 226 213 0 72 0
[pid=22359] ppid=22358 vsize=167100 CPUtime=32.52 cores=0,2,4,6
/proc/22359/stat : 22359 (glucose) R 22358 22187 17323 0 -1 4202496 28098 0 0 0 3245 7 0 0 20 0 1 0 382019327 171110400 33481 33554432000 4194304 5208918 140735197304112 140735197302264 4228982 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22359/statm: 41775 33481 104 248 0 41524 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 297040

[startup+102.307 s]
/proc/loadavg: 1.82 1.46 1.66 3/181 22360
/proc/meminfo: memFree=15942088/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=111644 CPUtime=18.53 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 13989 48782 0 0 116 41 1679 17 20 0 1 0 382017471 114323456 21390 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 27911 21390 176 442 0 27465 0
[pid=22358] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22358/stat : 22358 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382019327 9367552 267 33554432000 4194304 5064252 140735684896016 140735684894928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22358/statm: 2287 267 226 213 0 72 0
[pid=22359] ppid=22358 vsize=172748 CPUtime=83.71 cores=0,2,4,6
/proc/22359/stat : 22359 (glucose) R 22358 22187 17323 0 -1 4202496 29695 0 0 0 8364 7 0 0 20 0 1 0 382019327 176893952 36611 33554432000 4194304 5208918 140735197304112 140735197301944 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22359/statm: 43187 36611 105 248 0 42936 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 302688

[startup+162.3 s]
/proc/loadavg: 3.18 1.91 1.80 3/183 22362
/proc/meminfo: memFree=10305224/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=111644 CPUtime=18.53 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 13989 48782 0 0 116 41 1679 17 20 0 1 0 382017471 114323456 21390 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22190/statm: 27911 21390 176 442 0 27465 0
[pid=22358] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22358/stat : 22358 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 382019327 9367552 267 33554432000 4194304 5064252 140735684896016 140735684894928 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22358/statm: 2287 267 226 213 0 72 0
[pid=22359] ppid=22358 vsize=178196 CPUtime=143.7 cores=0,2,4,6
/proc/22359/stat : 22359 (glucose) R 22358 22187 17323 0 -1 4202496 32489 0 0 0 14361 9 0 0 20 0 1 0 382019327 182472704 36463 33554432000 4194304 5208918 140735197304112 140735197301944 4211038 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22359/statm: 44549 36463 105 248 0 44298 0
Current children cumulated CPU time (s) 162.23

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

/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 25809 0 0 0 9760 7 0 0 20 0 1 0 382149929 155631616 36711 33554432000 4194304 5208918 140733526689824 140733526686200 4211534 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 37996 36711 104 248 0 37745 0
Current children cumulated CPU time (s) 1420.89
Current children cumulated vsize (KiB) 249156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/183 22538
/proc/meminfo: memFree=28798936/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=201304 CPUtime=157.66 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 26249 0 0 0 15758 8 0 0 20 0 1 0 382149929 206135296 47410 33554432000 4194304 5208918 140733526689824 140733526687816 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 50326 47410 104 248 0 50075 0
Current children cumulated CPU time (s) 1480.88
Current children cumulated vsize (KiB) 298476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/184 22541
/proc/meminfo: memFree=28818460/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=201304 CPUtime=217.65 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 26450 0 0 0 21756 9 0 0 20 0 1 0 382149929 206135296 45874 33554432000 4194304 5208918 140733526689824 140733526687816 4211561 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 50326 45874 104 248 0 50075 0
Current children cumulated CPU time (s) 1540.87
Current children cumulated vsize (KiB) 298476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/184 22564
/proc/meminfo: memFree=28771236/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=232124 CPUtime=277.64 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 27036 0 0 0 27755 9 0 0 20 0 1 0 382149929 237694976 50037 33554432000 4194304 5208918 140733526689824 140733526687976 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 58031 50037 104 248 0 57780 0
Current children cumulated CPU time (s) 1600.86
Current children cumulated vsize (KiB) 329296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22565
/proc/meminfo: memFree=28756164/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=232124 CPUtime=337.64 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 27043 0 0 0 33754 10 0 0 20 0 1 0 382149929 237694976 53621 33554432000 4194304 5208918 140733526689824 140733526686136 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 58031 53621 104 248 0 57780 0
Current children cumulated CPU time (s) 1660.86
Current children cumulated vsize (KiB) 329296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22565
/proc/meminfo: memFree=28787332/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=201304 CPUtime=397.62 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 27254 0 0 0 39752 10 0 0 20 0 1 0 382149929 206135296 45875 33554432000 4194304 5208918 140733526689824 140733526687816 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 50326 45875 104 248 0 50075 0
Current children cumulated CPU time (s) 1720.84
Current children cumulated vsize (KiB) 298476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22572
/proc/meminfo: memFree=28830156/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=232124 CPUtime=457.61 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 27843 0 0 0 45750 11 0 0 20 0 1 0 382149929 237694976 50550 33554432000 4194304 5208918 140733526689824 140733526686200 4211628 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 58031 50550 104 248 0 57780 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 329296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22572
/proc/meminfo: memFree=28795840/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=232124 CPUtime=476.81 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 27846 0 0 0 47670 11 0 0 20 0 1 0 382149929 237694976 52086 33554432000 4194304 5208918 140733526689824 140733526686200 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 58031 52086 104 248 0 57780 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 329296

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 22572
/proc/meminfo: memFree=28795840/32873844 swapFree=7372/7372
[pid=22187] ppid=22184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22187/stat : 22187 (npSolver-pbo.sh) S 22184 22187 17323 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382017471 9367552 274 33554432000 4194304 5064252 140735787482496 140735787481408 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22187/statm: 2287 274 233 213 0 72 0
[pid=22190] ppid=22187 vsize=78876 CPUtime=1323.22 cores=0,2,4,6
/proc/22190/stat : 22190 (npSolver-pbo) S 22187 22187 17323 0 -1 4202496 46271 283266 0 0 449 80 131674 119 20 0 1 0 382017471 80769024 18830 33554432000 4194304 6004724 140733971472208 140733971464560 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 8 0 0
/proc/22190/statm: 19719 18830 176 442 0 19273 0
[pid=22530] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22530/stat : 22530 (satsolver.sh) S 22190 22187 17323 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382149929 9367552 267 33554432000 4194304 5064252 140736070384032 140736070382944 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22530/statm: 2287 267 226 213 0 72 0
[pid=22531] ppid=22530 vsize=232124 CPUtime=476.81 cores=0,2,4,6
/proc/22531/stat : 22531 (glucose) R 22530 22187 17323 0 -1 4202496 27846 0 0 0 47670 11 0 0 20 0 1 0 382149929 237694976 52086 33554432000 4194304 5208918 140733526689824 140733526686200 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22531/statm: 58031 52086 104 248 0 57780 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 329296

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22187 and gives
#  childrusage.ru_utime.tv_sec=1321
#  childrusage.ru_utime.tv_usec=234141
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=7694
# CPU time returned by wait4() is 1323.24
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.51
CPU time (s): 1800.03
CPU user time (s): 1797.93
CPU system time (s): 2.1
CPU usage (%): 99.9176
Max. virtual memory (cumulated for all children) (KiB): 336036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1321.23
system time used= 2.00769
maximum resident set size= 215804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330513
page faults= 0
swaps= 0
block input operations= 8
block output operations= 694200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1033
involuntary context switches= 1666

runsolver used 2.80857 second user time and 7.04793 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-08 14:34:49
IDJOB=3749912
IDBENCH=71888
IDSOLVER=2334
FILE ID=node109/3749912-1339158889
RUNJOBID= node109-1339158889-22162
PBS_JOBID= 14643773
Free space on /tmp= 70804 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__256.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749912-1339158889/watcher-3749912-1339158889 -o /tmp/evaluation-result-3749912-1339158889/solver-3749912-1339158889 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749912-1339158889.opb 761977464 HOME HOME

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

MD5SUM BENCH= a048c41e885d13c7000ff4a85d8352bd
RANDOM SEED=761977464

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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:        29257236 kB
Buffers:         1748488 kB
Cached:           917096 kB
SwapCached:         1336 kB
Active:          2121020 kB
Inactive:         551388 kB
Active(anon):       2044 kB
Inactive(anon):     6080 kB
Active(file):    2118976 kB
Inactive(file):   545308 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             17132 kB
Writeback:            20 kB
AnonPages:         11716 kB
Mapped:             8600 kB
Shmem:                 4 kB
Slab:             802840 kB
SReclaimable:     244948 kB
SUnreclaim:       557892 kB
KernelStack:        1424 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70740 MiB
End job on node109 at 2012-06-08 15:04:50