Trace number 3701262

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? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-1.opb
MD5SUMb8b0df75c0f0dbb89ae9601b9070a445
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109676
Number of constraints which are clauses109676
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
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.22	c run usual solver
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.73	o 0
0.00/0.73	c current bound: 700
0.00/0.73	c (debug) using card networks
5.26/5.38	c current bound: 1050
5.26/5.38	c (debug) using card networks
12.96/13.02	c current bound: 1225
12.96/13.02	c (debug) using card networks
25.96/26.02	c current bound: 1313
25.96/26.02	c (debug) using card networks
44.27/44.38	c current bound: 1357
44.27/44.38	c (debug) using card networks
57.57/57.68	c model valid
57.57/57.68	c current solution ok
57.57/57.69	o -43
57.57/57.69	c current bound: 1335
57.57/57.69	c (debug) using card networks
80.45/80.54	c current bound: 1346
80.45/80.54	c (debug) using card networks
1800.06/1800.41	c error: unexpected solver exit code
1800.06/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-3701262-1338061711/watcher-3701262-1338061711 -o /tmp/evaluation-result-3701262-1338061711/solver-3701262-1338061711 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701262-1338061711.opb 1930460989 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.04 2.02 2.00 3/179 16513
/proc/meminfo: memFree=29202204/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0

[startup+0.034328 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 16513
/proc/meminfo: memFree=29202204/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 16513
/proc/meminfo: memFree=29202204/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 16513
/proc/meminfo: memFree=29202204/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 16513
/proc/meminfo: memFree=29202204/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50046 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16527
/proc/meminfo: memFree=29158712/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=10464 CPUtime=0.77 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 3096 7455 0 0 41 15 20 1 20 0 1 0 272295973 10715136 1956 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 2616 1956 177 440 0 2172 0
[pid=16526] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16526/stat : 16526 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272296052 9367552 267 33554432000 4194304 5064252 140736180596384 140736180595296 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16526/statm: 2287 267 226 213 0 72 0
[pid=16527] ppid=16526 vsize=36876 CPUtime=0.7 cores=1,3,5,7
/proc/16527/stat : 16527 (glucose) R 16526 16513 15154 0 -1 4202496 7025 0 0 0 68 2 0 0 20 0 1 0 272296053 37761024 7801 33554432000 4194304 5208918 140735034836752 140735034834696 4218967 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16527/statm: 9219 7801 95 248 0 8968 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 65636

[startup+3.10047 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16527
/proc/meminfo: memFree=29157968/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=10464 CPUtime=0.77 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 3096 7455 0 0 41 15 20 1 20 0 1 0 272295973 10715136 1956 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 2616 1956 177 440 0 2172 0
[pid=16526] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16526/stat : 16526 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272296052 9367552 267 33554432000 4194304 5064252 140736180596384 140736180595296 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16526/statm: 2287 267 226 213 0 72 0
[pid=16527] ppid=16526 vsize=37332 CPUtime=2.3 cores=1,3,5,7
/proc/16527/stat : 16527 (glucose) R 16526 16513 15154 0 -1 4202496 7106 0 0 0 228 2 0 0 20 0 1 0 272296053 38227968 7882 33554432000 4194304 5208918 140735034836752 140735034834584 4205128 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16527/statm: 9333 7882 103 248 0 9082 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 66092

[startup+6.30038 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 16532
/proc/meminfo: memFree=29193728/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=5.42 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 3690 17468 0 0 46 15 476 5 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 21668

[startup+12.7005 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 16534
/proc/meminfo: memFree=29150676/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=5.42 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 3690 17468 0 0 46 15 476 5 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16533] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16533/stat : 16533 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272296518 9367552 266 33554432000 4194304 5064252 140737075031600 140737075030512 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16533/statm: 2287 266 226 213 0 72 0
[pid=16534] ppid=16533 vsize=38560 CPUtime=7.24 cores=1,3,5,7
/proc/16534/stat : 16534 (glucose) R 16533 16513 15154 0 -1 4202496 8324 0 0 0 723 1 0 0 20 0 1 0 272296518 39485440 8825 33554432000 4194304 5208918 140736677710960 140736677708792 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16534/statm: 9640 8825 103 248 0 9389 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69376

[startup+25.5005 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 16542
/proc/meminfo: memFree=29117788/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=13.06 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 4284 29138 0 0 51 16 1231 8 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16540] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16540/stat : 16540 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272297281 9367552 266 33554432000 4194304 5064252 140735192186944 140735192185856 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16540/statm: 2287 266 226 213 0 72 0
[pid=16541] ppid=16540 vsize=38888 CPUtime=12.4 cores=1,3,5,7
/proc/16541/stat : 16541 (glucose) R 16540 16513 15154 0 -1 4202496 9016 0 0 0 1238 2 0 0 20 0 1 0 272297282 39821312 8547 33554432000 4194304 5208918 140733911847408 140733911845496 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16541/statm: 9722 8547 104 248 0 9471 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69704

[startup+51.1005 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 16556
/proc/meminfo: memFree=29149992/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=44.41 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 5472 54343 0 0 62 17 4346 16 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16555] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16555/stat : 16555 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272300417 9367552 267 33554432000 4194304 5064252 140736686336576 140736686335488 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16555/statm: 2287 267 226 213 0 72 0
[pid=16556] ppid=16555 vsize=38664 CPUtime=6.65 cores=1,3,5,7
/proc/16556/stat : 16556 (glucose) R 16555 16513 15154 0 -1 4202496 8520 0 0 0 663 2 0 0 20 0 1 0 272300417 39591936 8952 33554432000 4194304 5208918 140734060561696 140734060559528 4229035 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16556/statm: 9666 8952 103 248 0 9415 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69480

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 16573
/proc/meminfo: memFree=29129876/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=58424 CPUtime=21.69 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 11592 0 0 0 2167 2 0 0 20 0 1 0 272304033 59826176 13919 33554432000 4194304 5208918 140734831288944 140734831285256 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 14606 13919 105 248 0 14355 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 89240

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 16573
/proc/meminfo: memFree=29073332/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=70028 CPUtime=81.66 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 15208 0 0 0 8162 4 0 0 20 0 1 0 272304033 71708672 16820 33554432000 4194304 5208918 140734831288944 140734831287032 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 17507 16820 105 248 0 17256 0
Current children cumulated CPU time (s) 162.21

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

/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 39332 0 0 0 128099 49 0 0 20 0 1 0 272304033 199344128 47790 33554432000 4194304 5208918 140734831288944 140734831286936 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 48668 47790 105 248 0 48417 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 225488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16607
/proc/meminfo: memFree=28894040/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=225492 CPUtime=1341.48 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 40595 0 0 0 134096 52 0 0 20 0 1 0 272304033 230903808 48072 33554432000 4194304 5208918 140734831288944 140734831287096 4229770 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 56373 48072 105 248 0 56122 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 256308

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 16607
/proc/meminfo: memFree=28887996/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=145352 CPUtime=1401.46 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 41881 0 0 0 140092 54 0 0 20 0 1 0 272304033 148840448 35651 33554432000 4194304 5208918 140734831288944 140734831287096 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 36338 35651 105 248 0 36087 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 176168

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16607
/proc/meminfo: memFree=28949232/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=145352 CPUtime=1461.45 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 42864 0 0 0 146088 57 0 0 20 0 1 0 272304033 148840448 35651 33554432000 4194304 5208918 140734831288944 140734831287032 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 36338 35651 105 248 0 36087 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 176168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16716
/proc/meminfo: memFree=29136424/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=194672 CPUtime=1521.44 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 44222 0 0 0 152085 59 0 0 20 0 1 0 272304033 199344128 43694 33554432000 4194304 5208918 140734831288944 140734831286936 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 48668 43694 105 248 0 48417 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 225488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16842
/proc/meminfo: memFree=28042072/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=194672 CPUtime=1581.42 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 45220 0 0 0 158081 61 0 0 20 0 1 0 272304033 199344128 45742 33554432000 4194304 5208918 140734831288944 140734831284712 4229728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 48668 45742 105 248 0 48417 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 225488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16842
/proc/meminfo: memFree=26921408/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=194672 CPUtime=1641.42 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 46203 0 0 0 164079 63 0 0 20 0 1 0 272304033 199344128 46766 33554432000 4194304 5208918 140734831288944 140734831286936 4229532 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 48668 46766 105 248 0 48417 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 225488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16842
/proc/meminfo: memFree=25772624/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=225492 CPUtime=1701.41 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 47773 0 0 0 170075 66 0 0 20 0 1 0 272304033 230903808 49393 33554432000 4194304 5208918 140734831288944 140734831287096 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 56373 49393 105 248 0 56122 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 256308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16842
/proc/meminfo: memFree=25409384/32873844 swapFree=6856/6856
[pid=16513] ppid=16511 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16513/stat : 16513 (npSolver-pbo.sh) S 16511 16513 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272295973 9367552 274 33554432000 4194304 5064252 140737183625648 140737183624560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16513/statm: 2287 274 233 213 0 72 0
[pid=16514] ppid=16513 vsize=12520 CPUtime=80.55 cores=1,3,5,7
/proc/16514/stat : 16514 (npSolver-pbo) S 16513 16513 15154 0 -1 4202496 6686 80351 0 0 84 18 7921 32 20 0 1 0 272295973 12820480 2629 33554432000 4194304 5992684 140734603438720 140734603431040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 3130 2629 177 440 0 2686 0
[pid=16569] ppid=16514 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16569/stat : 16569 (satsolver.sh) S 16514 16513 15154 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272304033 9367552 266 33554432000 4194304 5064252 140733478116096 140733478115008 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16569/statm: 2287 266 226 213 0 72 0
[pid=16570] ppid=16569 vsize=225492 CPUtime=1719.51 cores=1,3,5,7
/proc/16570/stat : 16570 (glucose) R 16569 16513 15154 0 -1 4202496 47780 0 0 0 171885 66 0 0 20 0 1 0 272304033 230903808 52977 33554432000 4194304 5208918 140734831288944 140734831287096 4229326 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16570/statm: 56373 52977 105 248 0 56122 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 256308

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 16513 and gives
#  childrusage.ru_utime.tv_sec=80
#  childrusage.ru_utime.tv_usec=66827
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=511922
# CPU time returned by wait4() is 80.5788
# 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.41
CPU time (s): 1800.06
CPU user time (s): 1798.9
CPU system time (s): 1.16
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 256308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.0668
system time used= 0.511922
maximum resident set size= 44676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 69832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307
involuntary context switches= 166

runsolver used 8.44072 second user time and 17.8453 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 21:48:31
IDJOB=3701262
IDBENCH=2249
IDSOLVER=2277
FILE ID=node144/3701262-1338061711
RUNJOBID= node144-1338050589-15171
PBS_JOBID= 14624378
Free space on /tmp= 71472 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701262-1338061711/watcher-3701262-1338061711 -o /tmp/evaluation-result-3701262-1338061711/solver-3701262-1338061711 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701262-1338061711.opb 1930460989 HOME HOME

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

MD5SUM BENCH= b8b0df75c0f0dbb89ae9601b9070a445
RANDOM SEED=1930460989

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.90
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29202616 kB
Buffers:          274836 kB
Cached:          2500592 kB
SwapCached:            0 kB
Active:           848852 kB
Inactive:        2047960 kB
Active(anon):     122436 kB
Inactive(anon):        0 kB
Active(file):     726416 kB
Inactive(file):  2047960 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10940 kB
Writeback:            16 kB
AnonPages:        126756 kB
Mapped:            15424 kB
Shmem:               200 kB
Slab:             637980 kB
SReclaimable:      80220 kB
SUnreclaim:       557760 kB
KernelStack:        1488 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     237972 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= 71456 MiB
End job on node144 at 2012-05-26 22:18:31