Trace number 3696472

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
pb2sat 2012-05-19? (TO) 1800.05 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM1a88750537364c45876077f809191628
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94308
Number of constraints which are clauses94308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
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 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
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.29	c model valid
0.00/0.29	c current solution ok
0.00/0.43	o 0
0.00/0.43	c current bound: 636
0.00/0.43	c (debug) using card networks
3.55/3.60	c current bound: 954
3.55/3.60	c (debug) using card networks
8.76/8.86	c current bound: 1113
8.76/8.86	c (debug) using card networks
16.92/17.02	c current bound: 1193
16.92/17.02	c (debug) using card networks
26.92/27.08	c current bound: 1233
26.92/27.08	c (debug) using card networks
35.62/35.76	c model valid
35.62/35.76	c current solution ok
35.62/35.76	o -40
35.62/35.76	c current bound: 1213
35.62/35.76	c (debug) using card networks
47.61/47.79	c current bound: 1223
47.61/47.79	c (debug) using card networks
112.41/112.56	c model valid
112.41/112.56	c current solution ok
112.41/112.57	o -49
112.41/112.57	c current bound: 1218
112.41/112.57	c (debug) using card networks
123.59/123.70	c current bound: 1221
123.59/123.70	c (debug) using card networks
1491.62/1492.09	c model valid
1491.62/1492.09	c current solution ok
1491.71/1492.11	o -51
1491.71/1492.11	c current bound: 1220
1491.71/1492.11	c (debug) using card networks
1800.02/1800.50	./satsolver.sh: line 5:  2327 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.50	c error: unexpected solver exit code
1800.02/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-3696472-1338062883/watcher-3696472-1338062883 -o /tmp/evaluation-result-3696472-1338062883/solver-3696472-1338062883 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696472-1338062883.opb 674084051 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.05 2.03 2.00 3/177 2212
/proc/meminfo: memFree=28932228/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0

[startup+0.0769629 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2212
/proc/meminfo: memFree=28932228/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2212
/proc/meminfo: memFree=28932228/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2212
/proc/meminfo: memFree=28932228/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700173 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 2212
/proc/meminfo: memFree=28932228/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 2219
/proc/meminfo: memFree=28889156/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=10352 CPUtime=0.46 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 3118 2508 0 0 34 11 1 0 20 0 1 0 272416903 10600448 2039 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 2588 2039 172 410 0 2170 0
[pid=2218] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2218/stat : 2218 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272416952 9367552 267 33554432000 4194304 5064252 140737058271408 140737058270320 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2218/statm: 2287 267 226 213 0 72 0
[pid=2219] ppid=2218 vsize=35912 CPUtime=0.99 cores=0,2,4,6
/proc/2219/stat : 2219 (glucose_static) R 2218 2212 1205 0 -1 4202496 9006 0 0 0 98 1 0 0 20 0 1 0 272416952 36773888 7573 33554432000 4194304 4896791 140737479196832 140737479194344 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2219/statm: 8978 7573 76 172 0 8804 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 64560

[startup+3.10034 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 2219
/proc/meminfo: memFree=28887420/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=10352 CPUtime=0.46 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 3118 2508 0 0 34 11 1 0 20 0 1 0 272416903 10600448 2039 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 2588 2039 172 410 0 2170 0
[pid=2218] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2218/stat : 2218 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272416952 9367552 267 33554432000 4194304 5064252 140737058271408 140737058270320 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2218/statm: 2287 267 226 213 0 72 0
[pid=2219] ppid=2218 vsize=35952 CPUtime=2.59 cores=0,2,4,6
/proc/2219/stat : 2219 (glucose_static) R 2218 2212 1205 0 -1 4202496 10932 0 0 0 258 1 0 0 20 0 1 0 272416952 36814848 8130 33554432000 4194304 4896791 140737479196832 140737479194344 4225228 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2219/statm: 8988 8130 78 172 0 8814 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 64600

[startup+6.30035 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 2222
/proc/meminfo: memFree=28902360/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=12400 CPUtime=3.63 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 4572 15061 0 0 39 12 310 2 20 0 1 0 272416903 12697600 2421 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 3100 2421 172 410 0 2682 0
[pid=2221] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2221/stat : 2221 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272417269 9367552 267 33554432000 4194304 5064252 140736808450112 140736808449024 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2221/statm: 2287 267 226 213 0 72 0
[pid=2222] ppid=2221 vsize=36012 CPUtime=2.61 cores=0,2,4,6
/proc/2222/stat : 2222 (glucose_static) R 2221 2212 1205 0 -1 4202496 10929 0 0 0 260 1 0 0 20 0 1 0 272417270 36876288 7640 33554432000 4194304 4896791 140737303022672 140737303020184 4224943 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2222/statm: 9003 7640 78 172 0 8829 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 66708

[startup+12.7004 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 2225
/proc/meminfo: memFree=28894876/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=12408 CPUtime=8.87 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 6026 29895 0 0 44 13 825 5 20 0 1 0 272416903 12705792 2421 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 3102 2421 172 410 0 2684 0
[pid=2224] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2224/stat : 2224 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272417795 9367552 266 33554432000 4194304 5064252 140735602343744 140735602342656 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2224/statm: 2287 266 226 213 0 72 0
[pid=2225] ppid=2224 vsize=36804 CPUtime=3.75 cores=0,2,4,6
/proc/2225/stat : 2225 (glucose_static) R 2224 2212 1205 0 -1 4202496 12863 0 0 0 374 1 0 0 20 0 1 0 272417795 37687296 8118 33554432000 4194304 4896791 140735118064096 140735118061608 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2225/statm: 9201 8118 76 172 0 9027 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 67508

[startup+25.5004 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 2228
/proc/meminfo: memFree=28902016/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=12408 CPUtime=17.03 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 7480 48313 0 0 49 14 1631 9 20 0 1 0 272416903 12705792 2421 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 3102 2421 172 410 0 2684 0
[pid=2227] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2227/stat : 2227 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272418612 9367552 267 33554432000 4194304 5064252 140734798803248 140734798802160 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2227/statm: 2287 267 226 213 0 72 0
[pid=2228] ppid=2227 vsize=34544 CPUtime=8.39 cores=0,2,4,6
/proc/2228/stat : 2228 (glucose_static) R 2227 2212 1205 0 -1 4202496 17942 0 0 0 837 2 0 0 20 0 1 0 272418612 35373056 8117 33554432000 4194304 4896791 140736893297120 140736893294632 4209632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2228/statm: 8636 8117 78 172 0 8462 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 65248

[startup+51.1003 s]
/proc/loadavg: 2.22 2.07 2.02 3/181 2238
/proc/meminfo: memFree=28892236/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=47.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 12987 111748 0 0 75 16 4664 22 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2237] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2237/stat : 2237 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272421688 9367552 266 33554432000 4194304 5064252 140736065781888 140736065780800 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2237/statm: 2287 266 226 213 0 72 0
[pid=2238] ppid=2237 vsize=36772 CPUtime=3.23 cores=0,2,4,6
/proc/2238/stat : 2238 (glucose_static) R 2237 2212 1205 0 -1 4202496 11258 0 0 0 322 1 0 0 20 0 1 0 272421688 37654528 8086 33554432000 4194304 4896791 140733304211968 140733304209480 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2238/statm: 9193 8086 76 172 0 9019 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 71292

[startup+102.306 s]
/proc/loadavg: 2.08 2.06 2.01 3/181 2238
/proc/meminfo: memFree=28868716/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=47.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 12987 111748 0 0 75 16 4664 22 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2237] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2237/stat : 2237 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272421688 9367552 266 33554432000 4194304 5064252 140736065781888 140736065780800 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2237/statm: 2287 266 226 213 0 72 0
[pid=2238] ppid=2237 vsize=52812 CPUtime=54.43 cores=0,2,4,6
/proc/2238/stat : 2238 (glucose_static) R 2237 2212 1205 0 -1 4202496 36314 0 0 0 5433 10 0 0 20 0 1 0 272421688 54079488 11958 33554432000 4194304 4896791 140733304211968 140733304209176 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2238/statm: 13203 11958 78 172 0 13029 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 87332

[startup+162.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/182 2247
/proc/meminfo: memFree=28866652/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=123.67 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 17169 174929 0 0 96 18 12214 39 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2246] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2324
/proc/meminfo: memFree=28740528/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=123.67 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 17169 174929 0 0 96 18 12214 39 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2246] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2246/stat : 2246 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272429279 9367552 267 33554432000 4194304 5064252 140733276881504 140733276880416 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2246/statm: 2287 267 226 213 0 72 0
[pid=2247] ppid=2246 vsize=134100 CPUtime=1298.26 cores=0,2,4,6
/proc/2247/stat : 2247 (glucose_static) R 2246 2212 1205 0 -1 4202496 121681 0 0 0 129749 77 0 0 20 0 1 0 272429280 137318400 29488 33554432000 4194304 4896791 140733983964304 140733983961592 4225171 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2247/statm: 33525 29488 78 172 0 33351 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 168620

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2324
/proc/meminfo: memFree=28730424/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=123.67 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 17169 174929 0 0 96 18 12214 39 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2246] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2246/stat : 2246 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272429279 9367552 267 33554432000 4194304 5064252 140733276881504 140733276880416 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2246/statm: 2287 267 226 213 0 72 0
[pid=2247] ppid=2246 vsize=167084 CPUtime=1358.24 cores=0,2,4,6
/proc/2247/stat : 2247 (glucose_static) R 2246 2212 1205 0 -1 4202496 124503 0 0 0 135745 79 0 0 20 0 1 0 272429280 171094016 34171 33554432000 4194304 4896791 140733983964304 140733983961512 4206896 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2247/statm: 41771 34171 78 172 0 41597 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 201604

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 2327
/proc/meminfo: memFree=28791104/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=47008 CPUtime=50.1 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 30243 0 0 0 5002 8 0 0 20 0 1 0 272566120 48136192 10858 33554432000 4194304 4896791 140736658390640 140736658387848 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 11752 10858 78 172 0 11578 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 81528

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/181 2328
/proc/meminfo: memFree=28802088/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=51392 CPUtime=110.08 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 38386 0 0 0 10995 13 0 0 20 0 1 0 272566120 52625408 12183 33554432000 4194304 4896791 140736658390640 140736658388216 4225442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 12848 12183 78 172 0 12674 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 85912

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2328
/proc/meminfo: memFree=28779092/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=61984 CPUtime=170.07 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 46733 0 0 0 16989 18 0 0 20 0 1 0 272566120 63471616 14460 33554432000 4194304 4896791 140736658390640 140736658387848 4224975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 15496 14460 78 172 0 15322 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 96504

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 2328
/proc/meminfo: memFree=28783824/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=76880 CPUtime=230.05 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 55089 0 0 0 22982 23 0 0 20 0 1 0 272566120 78725120 17244 33554432000 4194304 4896791 140736658390640 140736658387848 4225397 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 19220 17244 78 172 0 19046 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 111400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 2329
/proc/meminfo: memFree=28758256/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=67832 CPUtime=290.04 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 61380 0 0 0 28978 26 0 0 20 0 1 0 272566120 69459968 15926 33554432000 4194304 4896791 140736658390640 140736658388168 4224693 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 16958 15926 78 172 0 16784 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 102352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 2329
/proc/meminfo: memFree=28780024/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=79936 CPUtime=308.25 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 63577 0 0 0 30797 28 0 0 20 0 1 0 272566120 81854464 16560 33554432000 4194304 4896791 140736658390640 140736658387848 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 19984 16560 78 172 0 19810 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 114456

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.01 2.00 3/182 2329
/proc/meminfo: memFree=28780024/32873844 swapFree=7104/7104
[pid=2212] ppid=2210 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2212/stat : 2212 (runPb2sat.sh) S 2210 2212 1205 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272416903 9367552 275 33554432000 4194304 5064252 140736090985232 140736090984144 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2212/statm: 2287 275 233 213 0 72 0
[pid=2213] ppid=2212 vsize=16224 CPUtime=1491.77 cores=0,2,4,6
/proc/2213/stat : 2213 (pb2sat) S 2212 2212 1205 0 -1 4202496 19726 301087 0 0 111 18 148928 120 20 0 1 0 272416903 16613376 3248 33554432000 4194304 5873084 140735087471824 140735087465640 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2213/statm: 4056 3248 172 410 0 3638 0
[pid=2326] ppid=2213 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2326/stat : 2326 (satsolver.sh) S 2213 2212 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272566120 9367552 267 33554432000 4194304 5064252 140733703336448 140733703335360 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2326/statm: 2287 267 226 213 0 72 0
[pid=2327] ppid=2326 vsize=79936 CPUtime=308.25 cores=0,2,4,6
/proc/2327/stat : 2327 (glucose_static) R 2326 2212 1205 0 -1 4202496 63577 0 0 0 30797 28 0 0 20 0 1 0 272566120 81854464 16560 33554432000 4194304 4896791 140736658390640 140736658387848 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2327/statm: 19984 16560 78 172 0 19810 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 114456

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.37
CPU system time (s): 1.67474
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 231956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 1.67474
maximum resident set size= 159016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 91280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289
involuntary context switches= 2086

runsolver used 3.18252 second user time and 7.79881 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-26 22:08:03
IDJOB=3696472
IDBENCH=2256
IDSOLVER=2274
FILE ID=node104/3696472-1338062883
RUNJOBID= node104-1338052957-1221
PBS_JOBID= 14624411
Free space on /tmp= 70992 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696472-1338062883/watcher-3696472-1338062883 -o /tmp/evaluation-result-3696472-1338062883/solver-3696472-1338062883 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696472-1338062883.opb 674084051 HOME HOME

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

MD5SUM BENCH= 1a88750537364c45876077f809191628
RANDOM SEED=674084051

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28932492 kB
Buffers:          285140 kB
Cached:          2780580 kB
SwapCached:            0 kB
Active:          1231748 kB
Inactive:        1910604 kB
Active(anon):      79196 kB
Inactive(anon):        0 kB
Active(file):    1152552 kB
Inactive(file):  1910604 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10980 kB
Writeback:             0 kB
AnonPages:         83292 kB
Mapped:            15412 kB
Shmem:               200 kB
Slab:             659656 kB
SReclaimable:     102060 kB
SUnreclaim:       557596 kB
KernelStack:        1456 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     184252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 70976 MiB
End job on node104 at 2012-05-26 22:38:04