Trace number 3694813

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.08 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.35	c model valid
0.00/0.35	c current solution ok
0.00/0.47	o 257
0.00/0.47	c (debug) using card networks
0.00/0.62	c model valid
0.00/0.62	c current solution ok
0.00/0.63	o 252
0.00/0.63	c (debug) using card networks
0.96/1.04	c model valid
0.96/1.04	c current solution ok
0.96/1.04	o 243
0.96/1.04	c (debug) using card networks
1.03/1.56	c model valid
1.03/1.56	c current solution ok
1.03/1.57	o 236
1.03/1.57	c (debug) using card networks
3.76/3.83	c model valid
3.76/3.83	c current solution ok
3.76/3.83	o 232
3.76/3.83	c (debug) using card networks
6.76/6.86	c model valid
6.76/6.86	c current solution ok
6.76/6.87	o 226
6.76/6.87	c (debug) using card networks
20.05/20.18	c model valid
20.05/20.18	c current solution ok
20.05/20.18	o 219
20.05/20.18	c (debug) using card networks
346.36/346.51	c model valid
346.36/346.51	c current solution ok
346.36/346.51	o 218
346.36/346.51	c (debug) using card networks
725.84/726.10	c model valid
725.84/726.10	c current solution ok
725.84/726.11	o 213
725.84/726.11	c (debug) using card networks
1800.08/1800.61	c error: unexpected solver exit code
1800.08/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-3694813-1338050676/watcher-3694813-1338050676 -o /tmp/evaluation-result-3694813-1338050676/solver-3694813-1338050676 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694813-1338050676.opb 658729386 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: 1.00 1.11 1.48 3/175 1548
/proc/meminfo: memFree=28647244/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0

[startup+0.090378 s]
/proc/loadavg: 1.00 1.11 1.48 3/175 1548
/proc/meminfo: memFree=28647244/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 1.00 1.11 1.48 3/175 1548
/proc/meminfo: memFree=28647244/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30022 s]
/proc/loadavg: 1.00 1.11 1.48 3/175 1548
/proc/meminfo: memFree=28647244/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 1.00 1.11 1.48 3/175 1548
/proc/meminfo: memFree=28647244/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.00 1.11 1.48 4/183 1575
/proc/meminfo: memFree=28610756/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=1.03 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 2499 9847 0 0 37 9 54 3 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 14936

[startup+3.10033 s]
/proc/loadavg: 1.08 1.12 1.48 4/183 1587
/proc/meminfo: memFree=28610516/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=1.55 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 2946 13651 0 0 38 9 104 4 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1581] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1581/stat : 1581 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271193752 9367552 267 33554432000 4194304 5064252 140737340446480 140737340445392 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1581/statm: 2287 267 226 213 0 72 0
[pid=1582] ppid=1581 vsize=14052 CPUtime=1.51 cores=0,2,4,6
/proc/1582/stat : 1582 (glucose_static) R 1581 1548 1501 0 -1 4202496 2779 0 0 0 150 1 0 0 20 0 1 0 271193752 14389248 2881 33554432000 4194304 4896791 140736593046272 140736593042008 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1582/statm: 3513 2881 78 172 0 3339 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38136

[startup+6.30033 s]
/proc/loadavg: 1.08 1.12 1.48 4/183 1590
/proc/meminfo: memFree=28607044/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=3.82 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 3394 17799 0 0 39 9 328 6 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1589] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1589/stat : 1589 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271193979 9367552 267 33554432000 4194304 5064252 140734941033904 140734941032816 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1589/statm: 2287 267 226 213 0 72 0
[pid=1590] ppid=1589 vsize=14268 CPUtime=2.44 cores=0,2,4,6
/proc/1590/stat : 1590 (glucose_static) R 1589 1548 1501 0 -1 4202496 3104 0 0 0 244 0 0 0 20 0 1 0 271193979 14610432 3196 33554432000 4194304 4896791 140735411587120 140735411584328 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1590/statm: 3567 3196 78 172 0 3393 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38352

[startup+12.7004 s]
/proc/loadavg: 1.22 1.15 1.49 4/183 1599
/proc/meminfo: memFree=28602552/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=6.85 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 3858 22402 0 0 40 9 628 8 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1595] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1595/stat : 1595 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271194282 9367552 267 33554432000 4194304 5064252 140735860257088 140735860256000 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1595/statm: 2287 267 226 213 0 72 0
[pid=1596] ppid=1595 vsize=15060 CPUtime=5.8 cores=0,2,4,6
/proc/1596/stat : 1596 (glucose_static) R 1595 1548 1501 0 -1 4202496 5105 0 0 0 579 1 0 0 20 0 1 0 271194282 15421440 3223 33554432000 4194304 4896791 140736949867312 140736949862984 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1596/statm: 3765 3223 78 172 0 3591 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 39144

[startup+25.5003 s]
/proc/loadavg: 1.42 1.20 1.50 4/183 1608
/proc/meminfo: memFree=28604432/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=20.17 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 4323 31723 0 0 41 10 1955 11 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1604] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1604/stat : 1604 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271195614 9367552 266 33554432000 4194304 5064252 140733755759952 140733755758864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1604/statm: 2287 266 226 213 0 72 0
[pid=1605] ppid=1604 vsize=17652 CPUtime=5.29 cores=0,2,4,6
/proc/1605/stat : 1605 (glucose_static) R 1604 1548 1501 0 -1 4202496 4812 0 0 0 528 1 0 0 20 0 1 0 271195614 18075648 4180 33554432000 4194304 4896791 140737480863712 140737480859384 4230494 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1605/statm: 4413 4180 78 172 0 4239 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41736

[startup+51.1003 s]
/proc/loadavg: 1.62 1.26 1.51 4/182 1608
/proc/meminfo: memFree=28581200/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=20.17 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 4323 31723 0 0 41 10 1955 11 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1604] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1604/stat : 1604 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271195614 9367552 266 33554432000 4194304 5064252 140733755759952 140733755758864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1604/statm: 2287 266 226 213 0 72 0
[pid=1605] ppid=1604 vsize=25324 CPUtime=30.89 cores=0,2,4,6
/proc/1605/stat : 1605 (glucose_static) R 1604 1548 1501 0 -1 4202496 16650 0 0 0 3083 6 0 0 20 0 1 0 271195614 25931776 5851 33554432000 4194304 4896791 140737480863712 140737480860856 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1605/statm: 6331 5851 78 172 0 6157 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49408

[startup+102.307 s]
/proc/loadavg: 1.85 1.38 1.54 4/183 1612
/proc/meminfo: memFree=28589548/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=20.17 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 4323 31723 0 0 41 10 1955 11 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1604] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1604/stat : 1604 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271195614 9367552 266 33554432000 4194304 5064252 140733755759952 140733755758864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1604/statm: 2287 266 226 213 0 72 0
[pid=1605] ppid=1604 vsize=30020 CPUtime=82.06 cores=0,2,4,6
/proc/1605/stat : 1605 (glucose_static) R 1604 1548 1501 0 -1 4202496 32014 0 0 0 8194 12 0 0 20 0 1 0 271195614 30740480 6957 33554432000 4194304 4896791 140737480863712 140737480861240 4223809 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1605/statm: 7505 6957 78 172 0 7331 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 54104

[startup+162.3 s]
/proc/loadavg: 1.94 1.49 1.56 4/183 1612
/proc/meminfo: memFree=28559496/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=20.17 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 4323 31723 0 0 41 10 1955 11 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1604] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1604/stat : 1604 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271195614 9367552 266 33554432000 4194304 5064252 140733755759952 140733755758864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1604/statm: 2287 266 226 213 0 72 0
[pid=1605] ppid=1604 vsize=56308 CPUtime=142.04 cores=0,2,4,6
/proc/1605/stat : 1605 (glucose_static) R 1604 1548 1501 0 -1 4202496 43986 0 0 0 14184 20 0 0 20 0 1 0 271195614 57659392 11390 33554432000 4194304 4896791 140737480863712 140737480861240 4225108 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1605/statm: 14077 11390 78 172 0 13903 0
Current children cumulated CPU time (s) 162.21

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

/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 84301 0 0 0 63535 64 0 0 20 0 1 0 271266206 189927424 41009 33554432000 4194304 4896791 140736640186976 140736640184184 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 46369 41009 78 172 0 46195 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 209560

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 1.86 4/183 1663
/proc/meminfo: memFree=28377548/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=269784 CPUtime=695.98 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 87694 0 0 0 69528 70 0 0 20 0 1 0 271266206 276258816 49661 33554432000 4194304 4896791 140736640186976 140736640184232 4237589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 67446 49661 78 172 0 67272 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 293868

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.87 4/183 1664
/proc/meminfo: memFree=28462980/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=108744 CPUtime=755.96 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 91089 0 0 0 75519 77 0 0 20 0 1 0 271266206 111353856 23096 33554432000 4194304 4896791 140736640186976 140736640184504 4204480 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 27186 23096 78 172 0 27012 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 132828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/184 1668
/proc/meminfo: memFree=28463012/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=109812 CPUtime=815.93 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 93660 0 0 0 81512 81 0 0 20 0 1 0 271266206 112447488 25135 33554432000 4194304 4896791 140736640186976 140736640184504 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 27453 25135 78 172 0 27279 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 133896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.88 4/183 1668
/proc/meminfo: memFree=28409964/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=141016 CPUtime=875.93 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 97213 0 0 0 87506 87 0 0 20 0 1 0 271266206 144400384 28897 33554432000 4194304 4896791 140736640186976 140736640184504 4225168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 35254 28897 78 172 0 35080 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 165100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.89 4/183 1668
/proc/meminfo: memFree=28448680/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=142532 CPUtime=935.91 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 99837 0 0 0 93499 92 0 0 20 0 1 0 271266206 145952768 28626 33554432000 4194304 4896791 140736640186976 140736640184504 4207807 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 35633 28626 78 172 0 35459 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 166616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.89 4/183 1668
/proc/meminfo: memFree=28441220/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=144224 CPUtime=995.89 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 101896 0 0 0 99493 96 0 0 20 0 1 0 271266206 147685376 28795 33554432000 4194304 4896791 140736640186976 140736640184184 4203841 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 36056 28795 78 172 0 35882 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 168308

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.90 4/183 1669
/proc/meminfo: memFree=28423880/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=146396 CPUtime=1055.89 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 105062 0 0 0 105489 100 0 0 20 0 1 0 271266206 149909504 30520 33554432000 4194304 4896791 140736640186976 140736640184504 4204099 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 36599 30520 78 172 0 36425 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 170480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.90 2/175 1697
/proc/meminfo: memFree=28482976/32873648 swapFree=7372/7372
[pid=1548] ppid=1544 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (runPb2satCp2.sh) S 1544 1548 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271193594 9367552 275 33554432000 4194304 5064252 140735032067136 140735032066048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2287 275 233 213 0 72 0
[pid=1550] ppid=1548 vsize=5788 CPUtime=725.89 cores=0,2,4,6
/proc/1550/stat : 1550 (pb2sat) S 1548 1548 1501 0 -1 4202496 5219 176147 0 0 44 10 72444 91 20 0 1 0 271193594 5926912 1117 33554432000 4194304 5873084 140734119282208 140734119276024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1550/statm: 1447 1117 175 410 0 1029 0
[pid=1623] ppid=1550 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1623/stat : 1623 (satsolver.sh) S 1550 1548 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271266206 9367552 267 33554432000 4194304 5064252 140736563215952 140736563214864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1623/statm: 2287 267 226 213 0 72 0
[pid=1624] ppid=1623 vsize=196892 CPUtime=1074.19 cores=0,2,4,6
/proc/1624/stat : 1624 (glucose_static) R 1623 1548 1501 0 -1 4202496 105694 0 0 0 107318 101 0 0 20 0 1 0 271266206 201617408 41356 33554432000 4194304 4896791 140736640186976 140736640184264 4225352 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1624/statm: 49223 41356 78 172 0 49049 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 220976

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 1548 and gives
#  childrusage.ru_utime.tv_sec=724
#  childrusage.ru_utime.tv_usec=886800
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=17845
# CPU time returned by wait4() is 725.905
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1798.06
CPU system time (s): 2.02
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 347412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 724.887
system time used= 1.01784
maximum resident set size= 135240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182343
page faults= 0
swaps= 0
block input operations= 0
block output operations= 49608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204
involuntary context switches= 785

runsolver used 6.65899 second user time and 19.2131 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-26 18:44:36
IDJOB=3694813
IDBENCH=1950
IDSOLVER=2273
FILE ID=node122/3694813-1338050676
RUNJOBID= node122-1338050676-1517
PBS_JOBID= 14624380
Free space on /tmp= 71328 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694813-1338050676/watcher-3694813-1338050676 -o /tmp/evaluation-result-3694813-1338050676/solver-3694813-1338050676 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694813-1338050676.opb 658729386 HOME HOME

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=658729386

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28648152 kB
Buffers:          243552 kB
Cached:          3193052 kB
SwapCached:            0 kB
Active:          1358288 kB
Inactive:        2088308 kB
Active(anon):       2308 kB
Inactive(anon):    11052 kB
Active(file):    1355980 kB
Inactive(file):  2077256 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17116 kB
Writeback:             0 kB
AnonPages:         17876 kB
Mapped:            13004 kB
Shmem:               200 kB
Slab:             639096 kB
SReclaimable:      83256 kB
SUnreclaim:       555840 kB
KernelStack:        1376 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71316 MiB
End job on node122 at 2012-05-26 19:14:37