Trace number 3694822

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUMa65a3b6248e07fcc15fb8d2bec9ac9bd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark1789.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
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 470
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 470
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.37	c model valid
0.00/0.37	c current solution ok
0.00/0.47	o 254
0.00/0.47	c (debug) using card networks
0.00/0.75	c model valid
0.00/0.75	c current solution ok
0.00/0.75	o 245
0.00/0.75	c (debug) using card networks
0.00/0.99	c model valid
0.00/0.99	c current solution ok
0.00/0.99	o 244
0.00/0.99	c (debug) using card networks
0.99/1.42	c model valid
0.99/1.42	c current solution ok
0.99/1.43	o 236
0.99/1.43	c (debug) using card networks
2.36/2.49	c model valid
2.36/2.49	c current solution ok
2.36/2.49	o 233
2.36/2.49	c (debug) using card networks
3.86/3.94	c model valid
3.86/3.94	c current solution ok
3.86/3.95	o 230
3.86/3.95	c (debug) using card networks
7.17/7.28	c model valid
7.17/7.28	c current solution ok
7.17/7.29	o 225
7.17/7.29	c (debug) using card networks
9.46/9.52	c model valid
9.46/9.52	c current solution ok
9.46/9.52	o 220
9.46/9.52	c (debug) using card networks
30.17/30.29	c model valid
30.17/30.29	c current solution ok
30.17/30.29	o 216
30.17/30.29	c (debug) using card networks
203.82/203.92	c model valid
203.82/203.92	c current solution ok
203.82/203.93	o 215
203.82/203.93	c (debug) using card networks
848.44/848.78	c model valid
848.44/848.78	c current solution ok
848.44/848.79	o 213
848.44/848.79	c (debug) using card networks
1800.10/1800.61	./satsolver.sh: line 5: 28345 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.61	c error: unexpected solver exit code
1800.10/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-3694822-1338050576/watcher-3694822-1338050576 -o /tmp/evaluation-result-3694822-1338050576/solver-3694822-1338050576 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694822-1338050576.opb 1985293322 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.00 2.00 2.00 3/179 28233
/proc/meminfo: memFree=27500640/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0

[startup+0.0792339 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28233
/proc/meminfo: memFree=27500640/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28233
/proc/meminfo: memFree=27500640/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28233
/proc/meminfo: memFree=27500640/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28233
/proc/meminfo: memFree=27500640/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28244
/proc/meminfo: memFree=27493160/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=1.42 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 3370 12929 0 0 39 8 91 4 20 0 1 0 271182492 5980160 1029 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1029 175 410 0 1042 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 14988

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28249
/proc/meminfo: memFree=27482324/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=2.48 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 3844 16507 0 0 40 8 194 6 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 14988
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28255
/proc/meminfo: memFree=27481264/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=3.94 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 4317 20933 0 0 41 9 337 7 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28254] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28254/stat : 28254 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271182888 9367552 267 33554432000 4194304 5064252 140737040353024 140737040351936 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28254/statm: 2287 267 226 213 0 72 0
[pid=28255] ppid=28254 vsize=14220 CPUtime=2.32 cores=1,3,5,7
/proc/28255/stat : 28255 (glucose_static) R 28254 28233 17459 0 -1 4202496 3375 0 0 0 232 0 0 0 20 0 1 0 271182888 14561280 3161 33554432000 4194304 4896791 140733405885424 140733405882952 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28255/statm: 3555 3161 78 172 0 3381 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38356

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28261
/proc/meminfo: memFree=27479792/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=9.52 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 5248 31435 0 0 44 9 888 11 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28260] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28260/stat : 28260 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271183446 9367552 266 33554432000 4194304 5064252 140734189526608 140734189525520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2287 266 226 213 0 72 0
[pid=28261] ppid=28260 vsize=14204 CPUtime=3.15 cores=1,3,5,7
/proc/28261/stat : 28261 (glucose_static) R 28260 28233 17459 0 -1 4202496 4835 0 0 0 314 1 0 0 20 0 1 0 271183446 14544896 3112 33554432000 4194304 4896791 140737342119760 140737342115432 4223846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 3551 3112 78 172 0 3377 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38340

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28318
/proc/meminfo: memFree=27842676/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=9.52 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 5248 31435 0 0 44 9 888 11 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28260] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28260/stat : 28260 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271183446 9367552 266 33554432000 4194304 5064252 140734189526608 140734189525520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2287 266 226 213 0 72 0
[pid=28261] ppid=28260 vsize=18892 CPUtime=15.95 cores=1,3,5,7
/proc/28261/stat : 28261 (glucose_static) R 28260 28233 17459 0 -1 4202496 12090 0 0 0 1591 4 0 0 20 0 1 0 271183446 19345408 4217 33554432000 4194304 4896791 140737342119760 140737342117336 4224994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 4723 4217 78 172 0 4549 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43028

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28330
/proc/meminfo: memFree=27826028/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=30.28 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 5723 47110 0 0 45 9 2957 17 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28323] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28323/stat : 28323 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271185523 9367552 266 33554432000 4194304 5064252 140735254776848 140735254775760 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28323/statm: 2287 266 226 213 0 72 0
[pid=28324] ppid=28323 vsize=23936 CPUtime=20.77 cores=1,3,5,7
/proc/28324/stat : 28324 (glucose_static) R 28323 28233 17459 0 -1 4202496 14135 0 0 0 2073 4 0 0 20 0 1 0 271185523 24510464 5377 33554432000 4194304 4896791 140733888882848 140733888880056 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28324/statm: 5984 5377 78 172 0 5810 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 48072

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28333
/proc/meminfo: memFree=27797408/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=30.28 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 5723 47110 0 0 45 9 2957 17 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28323] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28323/stat : 28323 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271185523 9367552 266 33554432000 4194304 5064252 140735254776848 140735254775760 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28323/statm: 2287 266 226 213 0 72 0
[pid=28324] ppid=28323 vsize=47780 CPUtime=71.97 cores=1,3,5,7
/proc/28324/stat : 28324 (glucose_static) R 28323 28233 17459 0 -1 4202496 30872 0 0 0 7185 12 0 0 20 0 1 0 271185523 48926720 9522 33554432000 4194304 4896791 140733888882848 140733888880376 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28324/statm: 11945 9522 78 172 0 11771 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 71916

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28333
/proc/meminfo: memFree=27805660/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=30.28 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 5723 47110 0 0 45 9 2957 17 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28323] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28323/stat : 28323 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271185523 9367552 266 33554432000 4194304 5064252 140735254776848 140735254775760 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28323/statm: 2287 266 226 213 0 72 0
[pid=28324] ppid=28323 vsize=40544 CPUtime=131.95 cores=1,3,5,7
/proc/28324/stat : 28324 (glucose_static) R 28323 28233 17459 0 -1 4202496 43549 0 0 0 13173 22 0 0 20 0 1 0 271185523 41517056 9621 33554432000 4194304 4896791 140733888882848 140733888880056 4203783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28324/statm: 10136 9621 78 172 0 9962 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 64680

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 28336
/proc/meminfo: memFree=27811460/32873844 swapFree=6592/6592

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28373
/proc/meminfo: memFree=27589084/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=162172 CPUtime=513.36 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 65260 0 0 0 51279 57 0 0 20 0 1 0 271267373 166064128 34221 33554432000 4194304 4896791 140736644733312 140736644730520 4225171 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 40543 34221 78 172 0 40369 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 186308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28373
/proc/meminfo: memFree=27605960/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=113148 CPUtime=573.35 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 68811 0 0 0 57273 62 0 0 20 0 1 0 271267373 115863552 21573 33554432000 4194304 4896791 140736644733312 140736644730840 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 28287 21573 78 172 0 28113 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 137284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28373
/proc/meminfo: memFree=27597464/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=164300 CPUtime=633.33 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 71223 0 0 0 63267 66 0 0 20 0 1 0 271267373 168243200 35382 33554432000 4194304 4896791 140736644733312 140736644730600 4225195 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 41075 35382 78 172 0 40901 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 188436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28374
/proc/meminfo: memFree=27619396/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=83724 CPUtime=693.32 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 73821 0 0 0 69259 73 0 0 20 0 1 0 271267373 85733376 19984 33554432000 4194304 4896791 140736644733312 140736644730888 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 20931 19984 78 172 0 20757 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 107860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28374
/proc/meminfo: memFree=27535944/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=165164 CPUtime=753.3 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 76863 0 0 0 75252 78 0 0 20 0 1 0 271267373 169127936 33474 33554432000 4194304 4896791 140736644733312 140736644730520 4203936 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 41291 33474 78 172 0 41117 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 189300

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 28380
/proc/meminfo: memFree=27767616/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=90164 CPUtime=813.27 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 81275 0 0 0 81244 83 0 0 20 0 1 0 271267373 92327936 19332 33554432000 4194304 4896791 140736644733312 140736644730520 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 22541 19332 78 172 0 22367 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 114300

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 28380
/proc/meminfo: memFree=27745228/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=96892 CPUtime=873.27 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 87174 0 0 0 87238 89 0 0 20 0 1 0 271267373 99217408 23567 33554432000 4194304 4896791 140736644733312 140736644730520 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 24223 23567 78 172 0 24049 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 121028

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 28380
/proc/meminfo: memFree=27711824/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=101940 CPUtime=933.25 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 93407 0 0 0 93231 94 0 0 20 0 1 0 271267373 104386560 23053 33554432000 4194304 4896791 140736644733312 140736644729048 4225796 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 25485 23053 78 172 0 25311 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 126076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 28381
/proc/meminfo: memFree=27701440/32873844 swapFree=6592/6592
[pid=28233] ppid=28231 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28233/stat : 28233 (runPb2satCp2.sh) S 28231 28233 17459 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271182492 9367552 275 33554432000 4194304 5064252 140734282976608 140734282975520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28233/statm: 2287 275 233 213 0 72 0
[pid=28234] ppid=28233 vsize=5840 CPUtime=848.54 cores=1,3,5,7
/proc/28234/stat : 28234 (pb2sat) S 28233 28233 17459 0 -1 4202496 6654 221152 0 0 47 9 84670 128 20 0 1 0 271182492 5980160 1030 33554432000 4194304 5873084 140736318833984 140736318827800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28234/statm: 1460 1030 175 410 0 1042 0
[pid=28344] ppid=28234 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28344/stat : 28344 (satsolver.sh) S 28234 28233 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271267372 9367552 267 33554432000 4194304 5064252 140734053668944 140734053667856 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28344/statm: 2287 267 226 213 0 72 0
[pid=28345] ppid=28344 vsize=84348 CPUtime=951.56 cores=1,3,5,7
/proc/28345/stat : 28345 (glucose_static) R 28344 28233 17459 0 -1 4202496 95080 0 0 0 95060 96 0 0 20 0 1 0 271267373 86372352 20202 33554432000 4194304 4896791 140736644733312 140736644730840 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28345/statm: 21087 20202 78 172 0 20913 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 108484

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.15
CPU user time (s): 1797.79
CPU system time (s): 2.36364
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 319476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.36364
maximum resident set size= 238072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 57768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327
involuntary context switches= 1899

runsolver used 6.30904 second user time and 18.4832 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 18:42:56
IDJOB=3694822
IDBENCH=1948
IDSOLVER=2273
FILE ID=node140/3694822-1338050576
RUNJOBID= node140-1338048396-21538
PBS_JOBID= 14624335
Free space on /tmp= 71392 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_22.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694822-1338050576/watcher-3694822-1338050576 -o /tmp/evaluation-result-3694822-1338050576/solver-3694822-1338050576 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694822-1338050576.opb 1985293322 HOME HOME

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

MD5SUM BENCH= a65a3b6248e07fcc15fb8d2bec9ac9bd
RANDOM SEED=1985293322

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        27500896 kB
Buffers:          299612 kB
Cached:          3962776 kB
SwapCached:            0 kB
Active:          1096752 kB
Inactive:        3478116 kB
Active(anon):     313876 kB
Inactive(anon):        0 kB
Active(file):     782876 kB
Inactive(file):  3478116 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        317640 kB
Mapped:            15396 kB
Shmem:               200 kB
Slab:             658616 kB
SReclaimable:     100840 kB
SUnreclaim:       557776 kB
KernelStack:        1472 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     493592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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 node140 at 2012-05-26 19:12:57