Trace number 3695413

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
pb2satCp2 2012-05-19? (TO) 1800.11 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c model valid
0.00/0.06	c current solution ok
0.00/0.16	o 0
0.00/0.16	c (debug) using card networks
0.00/0.22	c model valid
0.00/0.22	c current solution ok
0.00/0.23	o -53
0.00/0.23	c (debug) using card networks
0.00/0.29	c model valid
0.00/0.29	c current solution ok
0.00/0.29	o -56
0.00/0.29	c (debug) using card networks
0.00/0.38	c model valid
0.00/0.38	c current solution ok
0.00/0.38	o -59
0.00/0.38	c (debug) using card networks
0.00/0.45	c model valid
0.00/0.45	c current solution ok
0.00/0.46	o -60
0.00/0.46	c (debug) using card networks
19.55/19.63	c model valid
19.55/19.63	c current solution ok
19.55/19.63	o -62
19.55/19.63	c (debug) using card networks
52.66/52.75	c model valid
52.66/52.75	c current solution ok
52.66/52.76	o -63
52.66/52.76	c (debug) using card networks
168.23/168.31	c model valid
168.23/168.31	c current solution ok
168.23/168.32	o -64
168.23/168.32	c (debug) using card networks
627.99/628.26	c model valid
627.99/628.26	c current solution ok
627.99/628.27	o -66
627.99/628.27	c (debug) using card networks
1800.11/1800.61	c error: unexpected solver exit code
1800.11/1800.61	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-3695413-1338085024/watcher-3695413-1338085024 -o /tmp/evaluation-result-3695413-1338085024/solver-3695413-1338085024 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695413-1338085024.opb 722722432 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: 1.99 1.98 1.99 3/179 12529
/proc/meminfo: memFree=28871628/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0

[startup+0.024148 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 12529
/proc/meminfo: memFree=28871628/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 12529
/proc/meminfo: memFree=28871628/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 12529
/proc/meminfo: memFree=28871628/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700208 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 12529
/proc/meminfo: memFree=28871628/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/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: 1.99 1.98 1.99 3/183 12548
/proc/meminfo: memFree=28865268/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=0.44 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 3902 17006 0 0 13 9 17 5 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12547] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12547/stat : 12547 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274627329 9367552 267 33554432000 4194304 5064252 140733564491712 140733564490624 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=14228 CPUtime=1.01 cores=1,3,5,7
/proc/12548/stat : 12548 (glucose_static) R 12547 12529 6780 0 -1 4202496 3687 0 0 0 101 0 0 0 20 0 1 0 274627329 14569472 3134 33554432000 4194304 4896791 140734382725872 140734382723272 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12548/statm: 3557 3134 78 172 0 3383 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 37844

[startup+3.10033 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12548
/proc/meminfo: memFree=28859192/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=0.44 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 3902 17006 0 0 13 9 17 5 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12547] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12547/stat : 12547 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274627329 9367552 267 33554432000 4194304 5064252 140733564491712 140733564490624 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=17376 CPUtime=2.62 cores=1,3,5,7
/proc/12548/stat : 12548 (glucose_static) R 12547 12529 6780 0 -1 4202496 5417 0 0 0 261 1 0 0 20 0 1 0 274627329 17793024 3978 33554432000 4194304 4896791 140734382725872 140734382723080 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12548/statm: 4344 3978 78 172 0 4170 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40992

[startup+6.30036 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12548
/proc/meminfo: memFree=28852176/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=0.44 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 3902 17006 0 0 13 9 17 5 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12547] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12547/stat : 12547 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274627329 9367552 267 33554432000 4194304 5064252 140733564491712 140733564490624 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=15376 CPUtime=5.82 cores=1,3,5,7
/proc/12548/stat : 12548 (glucose_static) R 12547 12529 6780 0 -1 4202496 7325 0 0 0 580 2 0 0 20 0 1 0 274627329 15745024 3575 33554432000 4194304 4896791 140734382725872 140734382723192 4203755 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12548/statm: 3844 3575 78 172 0 3670 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38992

[startup+12.7003 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12548
/proc/meminfo: memFree=28851872/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=0.44 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 3902 17006 0 0 13 9 17 5 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12547] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12547/stat : 12547 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274627329 9367552 267 33554432000 4194304 5064252 140733564491712 140733564490624 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12547/statm: 2287 267 226 213 0 72 0
[pid=12548] ppid=12547 vsize=30584 CPUtime=12.22 cores=1,3,5,7
/proc/12548/stat : 12548 (glucose_static) R 12547 12529 6780 0 -1 4202496 10337 0 0 0 1219 3 0 0 20 0 1 0 274627329 31318016 5951 33554432000 4194304 4896791 140734382725872 140734382723272 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12548/statm: 7646 5951 78 172 0 7472 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 54200

[startup+25.5003 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12551
/proc/meminfo: memFree=28853048/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=19.62 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 4553 31779 0 0 15 9 1928 10 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12550] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12550/stat : 12550 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274629247 9367552 266 33554432000 4194304 5064252 140734677953520 140734677952432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12550/statm: 2287 266 226 213 0 72 0
[pid=12551] ppid=12550 vsize=29652 CPUtime=5.84 cores=1,3,5,7
/proc/12551/stat : 12551 (glucose_static) R 12550 12529 6780 0 -1 4202496 7828 0 0 0 582 2 0 0 20 0 1 0 274629247 30363648 5438 33554432000 4194304 4896791 140733628843824 140733628841032 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12551/statm: 7413 5438 78 172 0 7239 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53268

[startup+51.1005 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12551
/proc/meminfo: memFree=28822852/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=19.62 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 4553 31779 0 0 15 9 1928 10 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12550] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12550/stat : 12550 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274629247 9367552 266 33554432000 4194304 5064252 140734677953520 140734677952432 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12550/statm: 2287 266 226 213 0 72 0
[pid=12551] ppid=12550 vsize=61980 CPUtime=31.43 cores=1,3,5,7
/proc/12551/stat : 12551 (glucose_static) R 12550 12529 6780 0 -1 4202496 13953 0 0 0 3138 5 0 0 20 0 1 0 274629247 63467520 12300 33554432000 4194304 4896791 140733628843824 140733628841352 4225240 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12551/statm: 15495 12300 78 172 0 15321 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 85596

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12554
/proc/meminfo: memFree=28825960/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=52.74 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 5202 47955 0 0 17 9 5231 17 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12553] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12553/stat : 12553 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274632559 9367552 267 33554432000 4194304 5064252 140737110586528 140737110585440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12553/statm: 2287 267 226 213 0 72 0
[pid=12554] ppid=12553 vsize=34032 CPUtime=49.51 cores=1,3,5,7
/proc/12554/stat : 12554 (glucose_static) R 12553 12529 6780 0 -1 4202496 21354 0 0 0 4943 8 0 0 20 0 1 0 274632559 34848768 8215 33554432000 4194304 4896791 140734683913600 140734683910808 4203956 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12554/statm: 8508 8215 78 172 0 8334 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57648

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12554
/proc/meminfo: memFree=28814524/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=52.74 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 5202 47955 0 0 17 9 5231 17 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12553] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 81006 0 0 0 73318 65 0 0 20 0 1 0 274690111 122613760 28186 33554432000 4194304 4896791 140733445592768 140733445588504 4224992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 29935 28186 78 172 0 29761 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 143356

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 12576
/proc/meminfo: memFree=28732936/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=89432 CPUtime=793.82 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 85905 0 0 0 79310 72 0 0 20 0 1 0 274690111 91578368 20619 33554432000 4194304 4896791 140733445592768 140733445588504 4203730 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 22358 20619 78 172 0 22184 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 113048

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 12576
/proc/meminfo: memFree=28726864/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=90564 CPUtime=853.81 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 88850 0 0 0 85305 76 0 0 20 0 1 0 274690111 92737536 21937 33554432000 4194304 4896791 140733445592768 140733445590168 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 22641 21937 78 172 0 22467 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 114180

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12576
/proc/meminfo: memFree=28690308/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=121788 CPUtime=913.79 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 92157 0 0 0 91298 81 0 0 20 0 1 0 274690111 124710912 28703 33554432000 4194304 4896791 140733445592768 140733445588504 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 30447 28703 78 172 0 30273 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 145404

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12576
/proc/meminfo: memFree=28663540/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=61152 CPUtime=973.76 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 96144 0 0 0 97289 87 0 0 20 0 1 0 274690111 62619648 14629 33554432000 4194304 4896791 140733445592768 140733445590344 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 15288 14629 78 172 0 15114 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 84768

[startup+1662.3 s]
/proc/loadavg: 1.96 1.99 1.99 3/183 12633
/proc/meminfo: memFree=28802796/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=73980 CPUtime=1033.74 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 98950 0 0 0 103284 90 0 0 20 0 1 0 274690111 75755520 15802 33554432000 4194304 4896791 140733445592768 140733445590344 4203936 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 18495 15802 78 172 0 18321 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 97596

[startup+1722.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 12637
/proc/meminfo: memFree=28739288/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=175524 CPUtime=1093.73 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 101015 0 0 0 109281 92 0 0 20 0 1 0 274690111 179736576 32699 33554432000 4194304 4896791 140733445592768 140733445589976 4203968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 43881 32699 78 172 0 43707 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 199140

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12637
/proc/meminfo: memFree=28673740/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=260740 CPUtime=1153.72 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 102049 0 0 0 115277 95 0 0 20 0 1 0 274690111 266997760 46484 33554432000 4194304 4896791 140733445592768 140733445590200 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 65185 46484 78 172 0 65011 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 284356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 12640
/proc/meminfo: memFree=28757708/32873844 swapFree=7116/7116
[pid=12529] ppid=12527 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12529/stat : 12529 (runPb2satCp2.sh) S 12527 12529 6780 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274627282 9367552 275 33554432000 4194304 5064252 140734517385760 140734517384672 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12529/statm: 2287 275 233 213 0 72 0
[pid=12530] ppid=12529 vsize=5320 CPUtime=628.08 cores=1,3,5,7
/proc/12530/stat : 12530 (pb2sat) S 12529 12529 6780 0 -1 4202496 6500 151275 0 0 21 9 62695 83 20 0 1 0 274627282 5447680 956 33554432000 4194304 5873084 140734707736240 140734707730056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12530/statm: 1330 956 174 410 0 912 0
[pid=12564] ppid=12530 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12564/stat : 12564 (satsolver.sh) S 12530 12529 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274690111 9367552 267 33554432000 4194304 5064252 140737396233456 140737396232368 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12564/statm: 2287 267 226 213 0 72 0
[pid=12565] ppid=12564 vsize=129544 CPUtime=1172.03 cores=1,3,5,7
/proc/12565/stat : 12565 (glucose_static) R 12564 12529 6780 0 -1 4202496 103011 0 0 0 117105 98 0 0 20 0 1 0 274690111 132653056 28039 33554432000 4194304 4896791 140733445592768 140733445589976 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12565/statm: 32386 28039 78 172 0 32212 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 153160

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

Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1798.21
CPU system time (s): 1.9
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 333676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.168
system time used= 0.935857
maximum resident set size= 117436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169
involuntary context switches= 710

runsolver used 4.43133 second user time and 10.5834 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 04:17:04
IDJOB=3695413
IDBENCH=48215
IDSOLVER=2273
FILE ID=node146/3695413-1338085024
RUNJOBID= node146-1338052923-6797
PBS_JOBID= 14624393
Free space on /tmp= 71176 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695413-1338085024/watcher-3695413-1338085024 -o /tmp/evaluation-result-3695413-1338085024/solver-3695413-1338085024 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695413-1338085024.opb 722722432 HOME HOME

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=722722432

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28872264 kB
Buffers:          312444 kB
Cached:          2838780 kB
SwapCached:         2616 kB
Active:           972596 kB
Inactive:        2219376 kB
Active(anon):      39592 kB
Inactive(anon):     3384 kB
Active(file):     933004 kB
Inactive(file):  2215992 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              8624 kB
Writeback:             0 kB
AnonPages:         45788 kB
Mapped:             9160 kB
Shmem:                 0 kB
Slab:             670324 kB
SReclaimable:     111720 kB
SUnreclaim:       558604 kB
KernelStack:        1512 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     172768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71164 MiB
End job on node146 at 2012-05-27 04:47:04