Trace number 3694817

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.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
MD5SUM90154dd1b8a90675a35ad37cbef52f77
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark193
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 189
Optimality of the best value was proved NO
Number of variables481
Total number of constraints481
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 constraints481
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 481
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 481
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 481
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.39	c model valid
0.00/0.39	c current solution ok
0.00/0.48	o 264
0.00/0.48	c (debug) using card networks
0.00/0.67	c model valid
0.00/0.67	c current solution ok
0.00/0.67	o 258
0.00/0.67	c (debug) using card networks
0.96/1.07	c model valid
0.96/1.07	c current solution ok
0.96/1.07	o 249
0.96/1.07	c (debug) using card networks
2.16/2.24	c model valid
2.16/2.24	c current solution ok
2.16/2.25	o 245
2.16/2.25	c (debug) using card networks
3.74/3.84	c model valid
3.74/3.84	c current solution ok
3.74/3.85	o 243
3.74/3.85	c (debug) using card networks
5.65/5.75	c model valid
5.65/5.75	c current solution ok
5.65/5.76	o 235
5.65/5.76	c (debug) using card networks
10.55/10.65	c model valid
10.55/10.65	c current solution ok
10.55/10.66	o 229
10.55/10.66	c (debug) using card networks
15.53/15.64	c model valid
15.53/15.64	c current solution ok
15.53/15.65	o 226
15.53/15.65	c (debug) using card networks
30.74/30.86	c model valid
30.74/30.86	c current solution ok
30.74/30.86	o 224
30.74/30.86	c (debug) using card networks
1616.28/1616.74	c model valid
1616.28/1616.74	c current solution ok
1616.28/1616.75	o 223
1616.28/1616.75	c (debug) using card networks
1800.05/1800.50	./satsolver.sh: line 5: 28380 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.50	c error: unexpected solver exit code
1800.05/1800.50	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-3694817-1338050596/watcher-3694817-1338050596 -o /tmp/evaluation-result-3694817-1338050596/solver-3694817-1338050596 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694817-1338050596.opb 1784277607 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: 2.00 2.00 2.00 3/179 28299
/proc/meminfo: memFree=27862412/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0

[startup+0.0450511 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28299
/proc/meminfo: memFree=27862412/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28299
/proc/meminfo: memFree=27862412/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28299
/proc/meminfo: memFree=27862412/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70016 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28299
/proc/meminfo: memFree=27862412/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28309
/proc/meminfo: memFree=27840328/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=1.06 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 2949 10148 0 0 40 7 56 3 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 14900

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28312
/proc/meminfo: memFree=27844040/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=2.22 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 3411 13800 0 0 41 7 170 4 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 14900
heavy processes:

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28318
/proc/meminfo: memFree=27843048/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=5.74 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 4337 23092 0 0 44 8 515 7 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 14900

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28327
/proc/meminfo: memFree=27846608/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=10.63 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 4783 29305 0 0 45 8 1001 9 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28326] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28326/stat : 28326 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271185526 9367552 266 33554432000 4194304 5064252 140737030269648 140737030268560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28326/statm: 2287 266 226 213 0 72 0
[pid=28327] ppid=28326 vsize=14064 CPUtime=2.01 cores=0,2,4,6
/proc/28327/stat : 28327 (glucose_static) R 28326 28299 17459 0 -1 4202496 3601 0 0 0 201 0 0 0 20 0 1 0 271185526 14401536 3051 33554432000 4194304 4896791 140735031672848 140735031670248 4224706 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/28327/statm: 3516 3051 78 172 0 3342 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 38112

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28330
/proc/meminfo: memFree=27831560/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=15.61 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5247 36461 0 0 46 8 1495 12 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28329] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28329/stat : 28329 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271186025 9367552 266 33554432000 4194304 5064252 140736454905264 140736454904176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28329/statm: 2287 266 226 213 0 72 0
[pid=28330] ppid=28329 vsize=22736 CPUtime=9.82 cores=0,2,4,6
/proc/28330/stat : 28330 (glucose_static) R 28329 28299 17459 0 -1 4202496 6636 0 0 0 981 1 0 0 20 0 1 0 271186025 23281664 4391 33554432000 4194304 4896791 140734438594960 140734438592168 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28330/statm: 5684 4391 78 172 0 5510 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 46784

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28333
/proc/meminfo: memFree=27833508/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=23804 CPUtime=20.21 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 10747 0 0 0 2018 3 0 0 20 0 1 0 271187546 24375296 4649 33554432000 4194304 4896791 140735308800912 140735308798440 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 5951 4649 78 172 0 5777 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 47852

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28333
/proc/meminfo: memFree=27789060/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=36288 CPUtime=71.4 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 26228 0 0 0 7131 9 0 0 20 0 1 0 271187546 37158912 8764 33554432000 4194304 4896791 140735308800912 140735308795928 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 9072 8764 78 172 0 8898 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 60336

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 28333
/proc/meminfo: memFree=27765596/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=71188 CPUtime=131.38 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 39979 0 0 0 13122 16 0 0 20 0 1 0 271187546 72896512 13483 33554432000 4194304 4896791 140735308800912 140735308798440 4223776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 17797 13483 78 172 0 17623 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 95236

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28337
/proc/meminfo: memFree=27785788/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28373
/proc/meminfo: memFree=27592348/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=161296 CPUtime=1391.12 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 150351 0 0 0 138988 124 0 0 20 0 1 0 271187546 165167104 34556 33554432000 4194304 4896791 140735308800912 140735308798120 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 40324 34556 78 172 0 40150 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 185344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28374
/proc/meminfo: memFree=27607440/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=212448 CPUtime=1451.1 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 153209 0 0 0 144981 129 0 0 20 0 1 0 271187546 217546752 43812 33554432000 4194304 4896791 140735308800912 140735308798120 4225201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 53112 43812 78 172 0 52938 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 236496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28374
/proc/meminfo: memFree=27617028/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=113216 CPUtime=1511.09 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 156508 0 0 0 150974 135 0 0 20 0 1 0 271187546 115933184 27239 33554432000 4194304 4896791 140735308800912 140735308796584 4225191 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 28304 27239 78 172 0 28130 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 137264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28374
/proc/meminfo: memFree=27551544/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=30.81 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 5694 46833 0 0 47 8 3011 15 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28332] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28332/stat : 28332 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271187546 9367552 267 33554432000 4194304 5064252 140733850245008 140733850243920 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28332/statm: 2287 267 226 213 0 72 0
[pid=28333] ppid=28332 vsize=163716 CPUtime=1571.07 cores=0,2,4,6
/proc/28333/stat : 28333 (glucose_static) R 28332 28299 17459 0 -1 4202496 160063 0 0 0 156968 139 0 0 20 0 1 0 271187546 167645184 34656 33554432000 4194304 4896791 140735308800912 140735308798120 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28333/statm: 40929 34656 78 172 0 40755 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 187764

[startup+1662.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/184 28380
/proc/meminfo: memFree=27781196/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=1616.36 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 6157 208402 0 0 49 8 161421 158 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28379] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28379/stat : 28379 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271346135 9367552 267 33554432000 4194304 5064252 140735012734096 140735012733008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28379/statm: 2287 267 226 213 0 72 0
[pid=28380] ppid=28379 vsize=28140 CPUtime=45.51 cores=0,2,4,6
/proc/28380/stat : 28380 (glucose_static) R 28379 28299 17459 0 -1 4202496 19661 0 0 0 4544 7 0 0 20 0 1 0 271346135 28815360 6431 33554432000 4194304 4896791 140734897437056 140734897434584 4203806 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28380/statm: 7035 6431 78 172 0 6861 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 52188

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 28380
/proc/meminfo: memFree=27747068/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=1616.36 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 6157 208402 0 0 49 8 161421 158 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28379] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28379/stat : 28379 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271346135 9367552 267 33554432000 4194304 5064252 140735012734096 140735012733008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28379/statm: 2287 267 226 213 0 72 0
[pid=28380] ppid=28379 vsize=39072 CPUtime=105.5 cores=0,2,4,6
/proc/28380/stat : 28380 (glucose_static) R 28379 28299 17459 0 -1 4202496 33593 0 0 0 10535 15 0 0 20 0 1 0 271346135 40009728 9201 33554432000 4194304 4896791 140734897437056 140734897432728 4223833 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28380/statm: 9768 9201 78 172 0 9594 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 63120

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 28421
/proc/meminfo: memFree=27763404/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=1616.36 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 6157 208402 0 0 49 8 161421 158 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28379] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28379/stat : 28379 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271346135 9367552 267 33554432000 4194304 5064252 140735012734096 140735012733008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28379/statm: 2287 267 226 213 0 72 0
[pid=28380] ppid=28379 vsize=106728 CPUtime=165.49 cores=0,2,4,6
/proc/28380/stat : 28380 (glucose_static) R 28379 28299 17459 0 -1 4202496 44968 0 0 0 16526 23 0 0 20 0 1 0 271346135 109289472 22476 33554432000 4194304 4896791 140734897437056 140734897434264 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28380/statm: 26682 22476 78 172 0 26508 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 130776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.16 2.05 2.01 3/183 28423
/proc/meminfo: memFree=27703692/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=1616.36 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 6157 208402 0 0 49 8 161421 158 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28379] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28379/stat : 28379 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271346135 9367552 267 33554432000 4194304 5064252 140735012734096 140735012733008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28379/statm: 2287 267 226 213 0 72 0
[pid=28380] ppid=28379 vsize=76992 CPUtime=183.69 cores=0,2,4,6
/proc/28380/stat : 28380 (glucose_static) R 28379 28299 17459 0 -1 4202496 46982 0 0 0 18344 25 0 0 20 0 1 0 271346135 78839808 18560 33554432000 4194304 4896791 140734897437056 140734897434264 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28380/statm: 19248 18560 78 172 0 19074 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 101040

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.16 2.05 2.01 3/183 28423
/proc/meminfo: memFree=27703692/32873844 swapFree=6592/6592
[pid=28299] ppid=28297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28299/stat : 28299 (runPb2satCp2.sh) S 28297 28299 17459 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271184459 9367552 275 33554432000 4194304 5064252 140735179121728 140735179120640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28299/statm: 2287 275 233 213 0 72 0
[pid=28300] ppid=28299 vsize=5752 CPUtime=1616.36 cores=0,2,4,6
/proc/28300/stat : 28300 (pb2sat) S 28299 28299 17459 0 -1 4202496 6157 208402 0 0 49 8 161421 158 20 0 1 0 271184459 5890048 1038 33554432000 4194304 5873084 140734494779856 140734494773672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28300/statm: 1438 1038 175 410 0 1020 0
[pid=28379] ppid=28300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28379/stat : 28379 (satsolver.sh) S 28300 28299 17459 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271346135 9367552 267 33554432000 4194304 5064252 140735012734096 140735012733008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28379/statm: 2287 267 226 213 0 72 0
[pid=28380] ppid=28379 vsize=76992 CPUtime=183.69 cores=0,2,4,6
/proc/28380/stat : 28380 (glucose_static) R 28379 28299 17459 0 -1 4202496 46982 0 0 0 18344 25 0 0 20 0 1 0 271346135 78839808 18560 33554432000 4194304 4896791 140734897437056 140734897434264 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28380/statm: 19248 18560 78 172 0 19074 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 101040

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.16
CPU system time (s): 1.92171
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 253016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 1.92171
maximum resident set size= 223180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 56184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272
involuntary context switches= 2171

runsolver used 3.58745 second user time and 9.38557 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 18:43:16
IDJOB=3694817
IDBENCH=1949
IDSOLVER=2273
FILE ID=node140/3694817-1338050596
RUNJOBID= node140-1338048396-21537
PBS_JOBID= 14624335
Free space on /tmp= 71472 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_17.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694817-1338050596/watcher-3694817-1338050596 -o /tmp/evaluation-result-3694817-1338050596/solver-3694817-1338050596 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694817-1338050596.opb 1784277607 HOME HOME

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

MD5SUM BENCH= 90154dd1b8a90675a35ad37cbef52f77
RANDOM SEED=1784277607

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:        27862948 kB
Buffers:          299704 kB
Cached:          3882916 kB
SwapCached:            0 kB
Active:           737456 kB
Inactive:        3478136 kB
Active(anon):      34732 kB
Inactive(anon):        0 kB
Active(file):     702724 kB
Inactive(file):  3478136 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21216 kB
Writeback:             0 kB
AnonPages:        136716 kB
Mapped:            15244 kB
Shmem:               200 kB
Slab:             657692 kB
SReclaimable:      99728 kB
SUnreclaim:       557964 kB
KernelStack:        1520 kB
PageTables:         3816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71436 MiB
End job on node140 at 2012-05-26 19:13:17