Trace number 3696471

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.14 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM604c6b786f56b09c749bc0d6b7c8f76d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.08
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 constraints94227
Number of constraints which are clauses94227
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.45	o 0
0.00/0.45	c current bound: 636
0.00/0.45	c (debug) using card networks
3.37/3.46	c current bound: 954
3.37/3.46	c (debug) using card networks
8.19/8.31	c current bound: 1113
8.19/8.31	c (debug) using card networks
15.85/16.06	c current bound: 1193
15.85/16.06	c (debug) using card networks
25.47/25.61	c current bound: 1233
25.47/25.61	c (debug) using card networks
30.77/30.99	c model valid
30.77/30.99	c current solution ok
30.86/31.00	o -40
30.86/31.00	c current bound: 1213
30.86/31.00	c (debug) using card networks
41.05/41.22	c current bound: 1223
41.05/41.22	c (debug) using card networks
87.25/87.41	c model valid
87.25/87.41	c current solution ok
87.25/87.42	o -49
87.25/87.42	c current bound: 1218
87.25/87.42	c (debug) using card networks
98.15/98.34	c current bound: 1221
98.15/98.34	c (debug) using card networks
204.01/204.25	c model valid
204.01/204.25	c current solution ok
204.01/204.26	o -51
204.01/204.26	c current bound: 1220
204.01/204.26	c (debug) using card networks
1800.10/1800.71	./satsolver.sh: line 5: 22780 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.71	c error: unexpected solver exit code
1800.10/1800.71	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-3696471-1338063267/watcher-3696471-1338063267 -o /tmp/evaluation-result-3696471-1338063267/solver-3696471-1338063267 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696471-1338063267.opb 335663990 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22739
/proc/meminfo: memFree=28974092/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0

[startup+0.0505209 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22739
/proc/meminfo: memFree=28974092/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100137 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22739
/proc/meminfo: memFree=28974092/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300138 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22739
/proc/meminfo: memFree=28974092/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 22739
/proc/meminfo: memFree=28974092/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 22746
/proc/meminfo: memFree=28931524/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=10352 CPUtime=0.48 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 3306 2939 0 0 34 13 1 0 20 0 1 0 272452168 10600448 1718 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22740/statm: 2588 1718 172 410 0 2170 0
[pid=22745] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272452219 9367552 267 33554432000 4194304 5064252 140736474000640 140736473999552 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22745/statm: 2287 267 226 213 0 72 0
[pid=22746] ppid=22745 vsize=35872 CPUtime=0.98 cores=1,3,5,7
/proc/22746/stat : 22746 (glucose_static) R 22745 22739 21702 0 -1 4202496 8936 0 0 0 97 1 0 0 20 0 1 0 272452219 36732928 7563 33554432000 4194304 4896791 140735887536064 140735887533576 4224913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22746/statm: 8968 7563 76 172 0 8794 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 64520

[startup+3.10032 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 22746
/proc/meminfo: memFree=28930512/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=10352 CPUtime=0.48 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 3306 2939 0 0 34 13 1 0 20 0 1 0 272452168 10600448 1718 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22740/statm: 2588 1718 172 410 0 2170 0
[pid=22745] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22745/stat : 22745 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272452219 9367552 267 33554432000 4194304 5064252 140736474000640 140736473999552 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22745/statm: 2287 267 226 213 0 72 0
[pid=22746] ppid=22745 vsize=36432 CPUtime=2.58 cores=1,3,5,7
/proc/22746/stat : 22746 (glucose_static) R 22745 22739 21702 0 -1 4202496 11004 0 0 0 256 2 0 0 20 0 1 0 272452219 37306368 7737 33554432000 4194304 4896791 140735887536064 140735887533576 4221064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22746/statm: 9108 7737 78 172 0 8934 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 65080

[startup+6.3003 s]
/proc/loadavg: 2.16 2.05 2.01 3/183 22749
/proc/meminfo: memFree=28924924/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=12400 CPUtime=3.5 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 4867 15494 0 0 39 14 294 3 20 0 1 0 272452168 12697600 2527 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22740/statm: 3100 2527 172 410 0 2682 0
[pid=22748] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22748/stat : 22748 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272452520 9367552 267 33554432000 4194304 5064252 140735202568416 140735202567328 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22748/statm: 2287 267 226 213 0 72 0
[pid=22749] ppid=22748 vsize=36060 CPUtime=2.77 cores=1,3,5,7
/proc/22749/stat : 22749 (glucose_static) R 22748 22739 21702 0 -1 4202496 10543 0 0 0 275 2 0 0 20 0 1 0 272452520 36925440 7654 33554432000 4194304 4896791 140734145790704 140734145788216 4224802 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22749/statm: 9015 7654 78 172 0 8841 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 66756

[startup+12.7004 s]
/proc/loadavg: 2.15 2.05 2.01 3/183 22752
/proc/meminfo: memFree=28919912/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=12408 CPUtime=8.24 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 6428 29473 0 0 44 14 760 6 20 0 1 0 272452168 12705792 2527 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22740/statm: 3102 2527 172 410 0 2684 0
[pid=22751] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22751/stat : 22751 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272453005 9367552 267 33554432000 4194304 5064252 140734562184448 140734562183360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22751/statm: 2287 267 226 213 0 72 0
[pid=22752] ppid=22751 vsize=36848 CPUtime=4.31 cores=1,3,5,7
/proc/22752/stat : 22752 (glucose_static) R 22751 22739 21702 0 -1 4202496 13424 0 0 0 430 1 0 0 20 0 1 0 272453005 37732352 8650 33554432000 4194304 4896791 140733936695536 140733936692952 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22752/statm: 9212 8650 76 172 0 9038 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 67552

[startup+25.5004 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 22755
/proc/meminfo: memFree=28916104/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=12408 CPUtime=16.01 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 7989 47429 0 0 50 15 1526 10 20 0 1 0 272452168 12705792 2527 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22740/statm: 3102 2527 172 410 0 2684 0
[pid=22754] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22754/stat : 22754 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272453780 9367552 267 33554432000 4194304 5064252 140735351830704 140735351829616 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22754/statm: 2287 267 226 213 0 72 0
[pid=22755] ppid=22754 vsize=37472 CPUtime=9.36 cores=1,3,5,7
/proc/22755/stat : 22755 (glucose_static) R 22754 22739 21702 0 -1 4202496 19486 0 0 0 933 3 0 0 20 0 1 0 272453780 38371328 8313 33554432000 4194304 4896791 140734501662512 140734501660024 4224924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22755/statm: 9368 8313 78 172 0 9194 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 68176

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 2.01 3/183 22764
/proc/meminfo: memFree=28907876/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=41.15 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 13163 105946 0 0 76 17 3999 23 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22763] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22763/stat : 22763 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272456296 9367552 266 33554432000 4194304 5064252 140736233070976 140736233069888 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22763/statm: 2287 266 226 213 0 72 0
[pid=22764] ppid=22763 vsize=37536 CPUtime=9.8 cores=1,3,5,7
/proc/22764/stat : 22764 (glucose_static) R 22763 22739 21702 0 -1 4202496 19341 0 0 0 977 3 0 0 20 0 1 0 272456296 38436864 8467 33554432000 4194304 4896791 140736350887728 140736350885240 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22764/statm: 9384 8467 78 172 0 9210 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 69736

[startup+102.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 22770
/proc/meminfo: memFree=28905048/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=98.26 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 16545 159496 0 0 97 18 9673 38 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22769] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22769/stat : 22769 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272462009 9367552 266 33554432000 4194304 5064252 140735413333792 140735413332704 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22769/statm: 2287 266 226 213 0 72 0
[pid=22770] ppid=22769 vsize=36868 CPUtime=3.88 cores=1,3,5,7
/proc/22770/stat : 22770 (glucose_static) R 22769 22739 21702 0 -1 4202496 13023 0 0 0 387 1 0 0 20 0 1 0 272462009 37752832 8138 33554432000 4194304 4896791 140733569751184 140733569748696 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22770/statm: 9217 8138 78 172 0 9043 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 69068

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/182 22776
/proc/meminfo: memFree=28899000/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=98.26 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 16545 159496 0 0 97 18 9673 38 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22769] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 22790
/proc/meminfo: memFree=28753740/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=126000 CPUtime=1157.66 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 98403 0 0 0 115699 67 0 0 20 0 1 0 272472601 129024000 30375 33554432000 4194304 4896791 140736500913120 140736500910328 4225445 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 31500 30375 78 172 0 31326 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 158200

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22791
/proc/meminfo: memFree=28739400/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=127480 CPUtime=1217.65 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 102269 0 0 0 121694 71 0 0 20 0 1 0 272472601 130539520 27463 33554432000 4194304 4896791 140736500913120 140736500908856 4225201 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 31870 27463 78 172 0 31696 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 159680

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 22791
/proc/meminfo: memFree=28757904/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=129144 CPUtime=1277.63 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 104465 0 0 0 127691 72 0 0 20 0 1 0 272472601 132243456 29800 33554432000 4194304 4896791 140736500913120 140736500910376 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 32286 29800 78 172 0 32112 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 161344

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 22794
/proc/meminfo: memFree=28764004/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=129884 CPUtime=1337.63 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 107390 0 0 0 133688 75 0 0 20 0 1 0 272472601 133001216 26859 33554432000 4194304 4896791 140736500913120 140736500910648 4225445 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 32471 26859 78 172 0 32297 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 162084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22794
/proc/meminfo: memFree=28734768/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=131180 CPUtime=1397.61 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 109001 0 0 0 139684 77 0 0 20 0 1 0 272472601 134328320 31401 33554432000 4194304 4896791 140736500913120 140736500910328 4230751 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 32795 31401 78 172 0 32621 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 163380

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 22794
/proc/meminfo: memFree=28743000/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=114072 CPUtime=1457.6 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 111342 0 0 0 145680 80 0 0 20 0 1 0 272472601 116809728 26627 33554432000 4194304 4896791 140736500913120 140736500910696 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 28518 26627 78 172 0 28344 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 146272

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22795
/proc/meminfo: memFree=28723124/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=135088 CPUtime=1517.59 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 113834 0 0 0 151676 83 0 0 20 0 1 0 272472601 138330112 29784 33554432000 4194304 4896791 140736500913120 140736500910552 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 33772 29784 78 172 0 33598 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 167288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22835
/proc/meminfo: memFree=25642312/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=135936 CPUtime=1577.58 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 115464 0 0 0 157672 86 0 0 20 0 1 0 272472601 139198464 32042 33554432000 4194304 4896791 140736500913120 140736500910552 4203853 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 33984 32042 78 172 0 33810 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 168136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 22837
/proc/meminfo: memFree=21741760/32873648 swapFree=7100/7100
[pid=22739] ppid=22737 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22739/stat : 22739 (runPb2sat.sh) S 22737 22739 21702 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272452168 9367552 275 33554432000 4194304 5064252 140735543229008 140735543227920 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22739/statm: 2287 275 233 213 0 72 0
[pid=22740] ppid=22739 vsize=13904 CPUtime=204.12 cores=1,3,5,7
/proc/22740/stat : 22740 (pb2sat) S 22739 22739 21702 0 -1 4202496 18704 201334 0 0 112 18 20230 52 20 0 1 0 272452168 14237696 2667 33554432000 4194304 5873084 140735042371312 140735042365128 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22740/statm: 3476 2667 172 410 0 3058 0
[pid=22779] ppid=22740 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22779/stat : 22779 (satsolver.sh) S 22740 22739 21702 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272472601 9367552 267 33554432000 4194304 5064252 140736636757168 140736636756080 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22779/statm: 2287 267 226 213 0 72 0
[pid=22780] ppid=22779 vsize=117588 CPUtime=1595.98 cores=1,3,5,7
/proc/22780/stat : 22780 (glucose_static) R 22779 22739 21702 0 -1 4202496 116487 0 0 0 159511 87 0 0 20 0 1 0 272472601 120410112 26020 33554432000 4194304 4896791 140736500913120 140736500910696 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22780/statm: 29397 26020 78 172 0 29223 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 149788

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.14
CPU user time (s): 1798.54
CPU system time (s): 1.59976
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 227980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.59976
maximum resident set size= 161704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 91296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324
involuntary context switches= 2587

runsolver used 8.47171 second user time and 14.7058 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-26 22:14:27
IDJOB=3696471
IDBENCH=2259
IDSOLVER=2274
FILE ID=node123/3696471-1338063267
RUNJOBID= node123-1338052409-21719
PBS_JOBID= 14624391
Free space on /tmp= 71488 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-1.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696471-1338063267/watcher-3696471-1338063267 -o /tmp/evaluation-result-3696471-1338063267/solver-3696471-1338063267 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696471-1338063267.opb 335663990 HOME HOME

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

MD5SUM BENCH= 604c6b786f56b09c749bc0d6b7c8f76d
RANDOM SEED=335663990

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28973976 kB
Buffers:          273476 kB
Cached:          2792460 kB
SwapCached:            0 kB
Active:           860744 kB
Inactive:        2263900 kB
Active(anon):      60940 kB
Inactive(anon):        0 kB
Active(file):     799804 kB
Inactive(file):  2263900 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15076 kB
Writeback:             0 kB
AnonPages:        229312 kB
Mapped:            15224 kB
Shmem:               200 kB
Slab:             638496 kB
SReclaimable:      82608 kB
SUnreclaim:       555888 kB
KernelStack:        1520 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     176108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68720 MiB
End job on node123 at 2012-05-26 22:44:28