Trace number 3694818

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_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
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 constraints469
Minimum length of a constraint3
Maximum length of a constraint18
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.43	c model valid
0.00/0.43	c current solution ok
0.00/0.52	o 257
0.00/0.52	c (debug) using card networks
0.00/0.64	c model valid
0.00/0.64	c current solution ok
0.00/0.65	o 248
0.00/0.65	c (debug) using card networks
1.16/1.27	c model valid
1.16/1.27	c current solution ok
1.16/1.27	o 243
1.16/1.27	c (debug) using card networks
2.25/2.34	c model valid
2.25/2.34	c current solution ok
2.25/2.34	o 239
2.25/2.34	c (debug) using card networks
3.46/3.54	c model valid
3.46/3.54	c current solution ok
3.46/3.55	o 232
3.46/3.55	c (debug) using card networks
5.87/6.00	c model valid
5.87/6.00	c current solution ok
5.98/6.00	o 230
5.98/6.00	c (debug) using card networks
8.16/8.22	c model valid
8.16/8.22	c current solution ok
8.16/8.22	o 227
8.16/8.22	c (debug) using card networks
12.96/13.02	c model valid
12.96/13.02	c current solution ok
12.96/13.02	o 224
12.96/13.02	c (debug) using card networks
28.85/28.99	c model valid
28.85/28.99	c current solution ok
28.85/29.00	o 220
28.85/29.00	c (debug) using card networks
1724.96/1725.43	c model valid
1724.96/1725.43	c current solution ok
1724.96/1725.44	o 217
1724.96/1725.44	c (debug) using card networks
1800.05/1800.50	./satsolver.sh: line 5: 14139 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-3694818-1338310748/watcher-3694818-1338310748 -o /tmp/evaluation-result-3694818-1338310748/solver-3694818-1338310748 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694818-1338310748.opb 709189190 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: 0.00 0.00 1.18 2/173 14036
/proc/meminfo: memFree=27943956/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0

[startup+0.068292 s]
/proc/loadavg: 0.00 0.00 1.18 2/173 14036
/proc/meminfo: memFree=27943956/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100208 s]
/proc/loadavg: 0.00 0.00 1.18 2/173 14036
/proc/meminfo: memFree=27943956/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 0.00 0.00 1.18 2/173 14036
/proc/meminfo: memFree=27943956/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 0.00 0.00 1.18 2/173 14036
/proc/meminfo: memFree=27943956/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 0.00 0.00 1.18 3/183 14061
/proc/meminfo: memFree=27907172/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=1.25 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 2922 9502 0 0 43 7 72 3 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 14900

[startup+3.10026 s]
/proc/loadavg: 0.08 0.02 1.17 3/181 14065
/proc/meminfo: memFree=27916272/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=2.33 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 3369 13227 0 0 44 8 176 5 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 14900
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 0.08 0.02 1.17 3/183 14076
/proc/meminfo: memFree=27903648/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=6 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 4282 21444 0 0 47 8 537 8 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 14900

[startup+12.7004 s]
/proc/loadavg: 0.23 0.05 1.18 3/183 14085
/proc/meminfo: memFree=27898148/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=8.21 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 4731 25318 0 0 48 8 756 9 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14084] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14084/stat : 14084 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297200042 9367552 267 33554432000 4194304 5064252 140734250490016 140734250488928 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14084/statm: 2287 267 226 213 0 72 0
[pid=14085] ppid=14084 vsize=14976 CPUtime=4.45 cores=0,2,4,6
/proc/14085/stat : 14085 (glucose_static) R 14084 14036 13995 0 -1 4202496 4611 0 0 0 445 0 0 0 20 0 1 0 297200042 15335424 3461 33554432000 4194304 4896791 140736429051696 140736429047432 4224715 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14085/statm: 3744 3461 78 172 0 3570 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39024

[startup+25.5003 s]
/proc/loadavg: 0.69 0.16 1.20 3/183 14088
/proc/meminfo: memFree=27894584/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=13 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5195 31130 0 0 49 8 1233 10 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14087] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14087/stat : 14087 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297200522 9367552 266 33554432000 4194304 5064252 140734194343344 140734194342256 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14087/statm: 2287 266 226 213 0 72 0
[pid=14088] ppid=14087 vsize=18748 CPUtime=12.45 cores=0,2,4,6
/proc/14088/stat : 14088 (glucose_static) R 14087 14036 13995 0 -1 4202496 9401 0 0 0 1243 2 0 0 20 0 1 0 297200522 19197952 3931 33554432000 4194304 4896791 140735445100352 140735445097560 4205597 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14088/statm: 4687 3931 78 172 0 4513 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 42796

[startup+51.1004 s]
/proc/loadavg: 1.14 0.31 1.22 3/183 14091
/proc/meminfo: memFree=27882200/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=19992 CPUtime=22.06 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 12161 0 0 0 2202 4 0 0 20 0 1 0 297202120 20471808 4706 33554432000 4194304 4896791 140736075378064 140736075375592 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 4998 4706 78 172 0 4824 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 44040

[startup+102.306 s]
/proc/loadavg: 1.69 0.60 1.26 3/184 14094
/proc/meminfo: memFree=27863556/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=36740 CPUtime=73.25 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 23979 0 0 0 7315 10 0 0 20 0 1 0 297202120 37621760 7412 33554432000 4194304 4896791 140736075378064 140736075375640 4225191 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 9185 7412 78 172 0 9011 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 60788

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 1.30 3/184 14121
/proc/meminfo: memFree=27855004/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=70580 CPUtime=133.23 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 32476 0 0 0 13306 17 0 0 20 0 1 0 297202120 72273920 13616 33554432000 4194304 4896791 140736075378064 140736075375592 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 17645 13616 78 172 0 17471 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 94628

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 1.34 3/183 14121
/proc/meminfo: memFree=27835308/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.79 3/183 14135
/proc/meminfo: memFree=27615548/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=253636 CPUtime=1392.97 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 91792 0 0 0 139198 99 0 0 20 0 1 0 297202120 259723264 46773 33554432000 4194304 4896791 140736075378064 140736075375592 4225168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 63409 46773 78 172 0 63235 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 277684

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/183 14135
/proc/meminfo: memFree=27547624/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=172676 CPUtime=1452.95 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 93317 0 0 0 145194 101 0 0 20 0 1 0 297202120 176820224 40738 33554432000 4194304 4896791 140736075378064 140736075375592 4225171 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 43169 40738 78 172 0 42995 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 196724

[startup+1542.3 s]
/proc/loadavg: 2.11 2.00 1.82 3/183 14135
/proc/meminfo: memFree=27572644/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=173104 CPUtime=1512.94 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 94986 0 0 0 151190 104 0 0 20 0 1 0 297202120 177258496 36872 33554432000 4194304 4896791 140736075378064 140736075375592 4204471 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 43276 36872 78 172 0 43102 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 197152

[startup+1602.3 s]
/proc/loadavg: 2.04 2.00 1.83 3/183 14135
/proc/meminfo: memFree=27619752/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=131500 CPUtime=1572.93 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 97976 0 0 0 157184 109 0 0 20 0 1 0 297202120 134656000 31477 33554432000 4194304 4896791 140736075378064 140736075375272 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 32875 31477 78 172 0 32701 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 155548

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/183 14136
/proc/meminfo: memFree=27676096/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=105380 CPUtime=1632.91 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 102221 0 0 0 163177 114 0 0 20 0 1 0 297202120 107909120 23349 33554432000 4194304 4896791 140736075378064 140736075373144 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 26345 23349 78 172 0 26171 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 129428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/183 14136
/proc/meminfo: memFree=27713964/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=28.97 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 5643 43745 0 0 50 8 2824 15 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14090] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14090/stat : 14090 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 297202119 9367552 267 33554432000 4194304 5064252 140733248485184 140733248484096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14090/statm: 2287 267 226 213 0 72 0
[pid=14091] ppid=14090 vsize=91052 CPUtime=1692.89 cores=0,2,4,6
/proc/14091/stat : 14091 (glucose_static) R 14090 14036 13995 0 -1 4202496 106497 0 0 0 169169 120 0 0 20 0 1 0 297202120 93237248 20699 33554432000 4194304 4896791 140736075378064 140736075375640 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14091/statm: 22763 20699 78 172 0 22589 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 115100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/183 14139
/proc/meminfo: memFree=27775900/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=1725.03 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 6106 151891 0 0 52 8 172306 137 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14138] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14138/stat : 14138 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297371764 9367552 266 33554432000 4194304 5064252 140734120452480 140734120451392 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14138/statm: 2287 266 226 213 0 72 0
[pid=14139] ppid=14138 vsize=46704 CPUtime=56.82 cores=0,2,4,6
/proc/14139/stat : 14139 (glucose_static) R 14138 14036 13995 0 -1 4202496 27832 0 0 0 5674 8 0 0 20 0 1 0 297371764 47824896 9663 33554432000 4194304 4896791 140737393403504 140737393400712 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14139/statm: 11676 9663 78 172 0 11502 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 70752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.85 3/183 14139
/proc/meminfo: memFree=27736480/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=1725.03 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 6106 151891 0 0 52 8 172306 137 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14138] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14138/stat : 14138 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297371764 9367552 266 33554432000 4194304 5064252 140734120452480 140734120451392 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14138/statm: 2287 266 226 213 0 72 0
[pid=14139] ppid=14138 vsize=35976 CPUtime=75.02 cores=0,2,4,6
/proc/14139/stat : 14139 (glucose_static) R 14138 14036 13995 0 -1 4202496 34047 0 0 0 7492 10 0 0 20 0 1 0 297371764 36839424 8125 33554432000 4194304 4896791 140737393403504 140737393401032 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14139/statm: 8994 8125 78 172 0 8820 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 60024

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.00 2.00 1.85 3/183 14139
/proc/meminfo: memFree=27736480/32873844 swapFree=7620/7620
[pid=14036] ppid=14033 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14036/stat : 14036 (runPb2satCp2.sh) S 14033 14036 13995 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 297199219 9367552 274 33554432000 4194304 5064252 140735920528080 140735920526992 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14036/statm: 2287 274 233 213 0 72 0
[pid=14039] ppid=14036 vsize=5752 CPUtime=1725.03 cores=0,2,4,6
/proc/14039/stat : 14039 (pb2sat) S 14036 14036 13995 0 -1 4202496 6106 151891 0 0 52 8 172306 137 20 0 1 0 297199219 5890048 1073 33554432000 4194304 5873084 140737317270368 140737317264184 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14039/statm: 1438 1073 175 410 0 1020 0
[pid=14138] ppid=14039 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14138/stat : 14138 (satsolver.sh) S 14039 14036 13995 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 297371764 9367552 266 33554432000 4194304 5064252 140734120452480 140734120451392 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14138/statm: 2287 266 226 213 0 72 0
[pid=14139] ppid=14138 vsize=35976 CPUtime=75.02 cores=0,2,4,6
/proc/14139/stat : 14139 (glucose_static) R 14138 14036 13995 0 -1 4202496 34047 0 0 0 7492 10 0 0 20 0 1 0 297371764 36839424 8125 33554432000 4194304 4896791 140737393403504 140737393401032 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14139/statm: 8994 8125 78 172 0 8820 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 60024

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.51
CPU system time (s): 1.57276
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 366168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.57276
maximum resident set size= 283196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 58104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296
involuntary context switches= 1986

runsolver used 2.5986 second user time and 7.2399 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-29 18:59:08
IDJOB=3694818
IDBENCH=1958
IDSOLVER=2273
FILE ID=node143/3694818-1338310748
RUNJOBID= node143-1338310748-14011
PBS_JOBID= 14632085
Free space on /tmp= 69164 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_18.opb.PB06.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694818-1338310748/watcher-3694818-1338310748 -o /tmp/evaluation-result-3694818-1338310748/solver-3694818-1338310748 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694818-1338310748.opb 709189190 HOME HOME

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=709189190

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        27944856 kB
Buffers:          450280 kB
Cached:          3592904 kB
SwapCached:            0 kB
Active:          3299764 kB
Inactive:         754740 kB
Active(anon):       2056 kB
Inactive(anon):    11300 kB
Active(file):    3297708 kB
Inactive(file):   743440 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17112 kB
Writeback:             0 kB
AnonPages:         18148 kB
Mapped:            13444 kB
Shmem:               200 kB
Slab:             734748 kB
SReclaimable:     177272 kB
SUnreclaim:       557476 kB
KernelStack:        1376 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69140 MiB
End job on node143 at 2012-05-29 19:29:09