Trace number 3696470

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.1 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
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 -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 1150
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 1150
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 1150
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.25	c model valid
0.00/0.25	c current solution ok
0.00/0.38	o 0
0.00/0.38	c current bound: 575
0.00/0.38	c (debug) using card networks
5.05/5.14	c current bound: 863
5.05/5.14	c (debug) using card networks
13.56/13.65	c current bound: 1007
13.56/13.65	c (debug) using card networks
25.96/26.02	c current bound: 1079
25.96/26.02	c (debug) using card networks
42.25/42.38	c current bound: 1115
42.25/42.38	c (debug) using card networks
45.56/45.63	c model valid
45.56/45.63	c current solution ok
45.56/45.63	o -37
45.56/45.63	c current bound: 1096
45.56/45.63	c (debug) using card networks
59.94/60.02	c current bound: 1105
59.94/60.02	c (debug) using card networks
88.74/88.85	c model valid
88.74/88.85	c current solution ok
88.74/88.86	o -45
88.74/88.86	c current bound: 1101
88.74/88.86	c (debug) using card networks
1800.05/1800.51	./satsolver.sh: line 5: 12733 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.51	c error: unexpected solver exit code
1800.05/1800.51	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-3696470-1338063570/watcher-3696470-1338063570 -o /tmp/evaluation-result-3696470-1338063570/solver-3696470-1338063570 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696470-1338063570.opb 1409356134 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: 1.94 2.00 1.99 2/179 12636
/proc/meminfo: memFree=28895364/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0

[startup+0.0535871 s]
/proc/loadavg: 1.94 2.00 1.99 2/179 12636
/proc/meminfo: memFree=28895364/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 1.94 2.00 1.99 2/179 12636
/proc/meminfo: memFree=28895364/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 1.94 2.00 1.99 2/179 12636
/proc/meminfo: memFree=28895364/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700258 s]
/proc/loadavg: 1.94 2.00 1.99 2/179 12636
/proc/meminfo: memFree=28895364/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 1.94 2.00 1.99 4/183 12646
/proc/meminfo: memFree=28899480/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=8300 CPUtime=0.41 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 3208 2710 0 0 29 12 0 0 20 0 1 0 272481499 8499200 1665 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 2075 1665 172 410 0 1657 0
[pid=12645] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12645/stat : 12645 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272481543 9367552 266 33554432000 4194304 5064252 140737332850992 140737332849904 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12645/statm: 2287 266 226 213 0 72 0
[pid=12646] ppid=12645 vsize=32760 CPUtime=1.04 cores=1,3,5,7
/proc/12646/stat : 12646 (glucose_static) R 12645 12636 11448 0 -1 4202496 8495 0 0 0 103 1 0 0 20 0 1 0 272481543 33546240 7383 33554432000 4194304 4896791 140736048718608 140736048716120 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12646/statm: 8190 7383 76 172 0 8016 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 59356

[startup+3.10044 s]
/proc/loadavg: 1.94 2.00 1.99 4/183 12646
/proc/meminfo: memFree=28896140/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=8300 CPUtime=0.41 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 3208 2710 0 0 29 12 0 0 20 0 1 0 272481499 8499200 1665 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 2075 1665 172 410 0 1657 0
[pid=12645] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12645/stat : 12645 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272481543 9367552 266 33554432000 4194304 5064252 140737332850992 140737332849904 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12645/statm: 2287 266 226 213 0 72 0
[pid=12646] ppid=12645 vsize=32796 CPUtime=2.64 cores=1,3,5,7
/proc/12646/stat : 12646 (glucose_static) R 12645 12636 11448 0 -1 4202496 10336 0 0 0 263 1 0 0 20 0 1 0 272481543 33583104 7425 33554432000 4194304 4896791 140736048718608 140736048716120 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12646/statm: 8199 7425 76 172 0 8025 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 59392

[startup+6.30046 s]
/proc/loadavg: 2.03 2.01 2.00 4/183 12649
/proc/meminfo: memFree=28892244/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=11372 CPUtime=5.18 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 4559 16488 0 0 34 13 468 3 20 0 1 0 272481499 11644928 2265 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 2843 2265 172 410 0 2425 0
[pid=12648] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12648/stat : 12648 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272482019 9367552 267 33554432000 4194304 5064252 140737165635424 140737165634336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12648/statm: 2287 267 226 213 0 72 0
[pid=12649] ppid=12648 vsize=32872 CPUtime=1.08 cores=1,3,5,7
/proc/12649/stat : 12649 (glucose_static) R 12648 12636 11448 0 -1 4202496 7884 0 0 0 107 1 0 0 20 0 1 0 272482019 33660928 7443 33554432000 4194304 4896791 140733576196928 140733576194440 4223809 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12649/statm: 8218 7443 76 172 0 8044 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 62540

[startup+12.7005 s]
/proc/loadavg: 2.10 2.03 2.01 4/183 12649
/proc/meminfo: memFree=28885052/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=11372 CPUtime=5.18 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 4559 16488 0 0 34 13 468 3 20 0 1 0 272481499 11644928 2265 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 2843 2265 172 410 0 2425 0
[pid=12648] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12648/stat : 12648 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272482019 9367552 267 33554432000 4194304 5064252 140737165635424 140737165634336 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12648/statm: 2287 267 226 213 0 72 0
[pid=12649] ppid=12648 vsize=35824 CPUtime=7.48 cores=1,3,5,7
/proc/12649/stat : 12649 (glucose_static) R 12648 12636 11448 0 -1 4202496 14547 0 0 0 745 3 0 0 20 0 1 0 272482019 36683776 7611 33554432000 4194304 4896791 140733576196928 140733576194440 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12649/statm: 8956 7611 76 172 0 8782 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 65492

[startup+25.5005 s]
/proc/loadavg: 2.08 2.03 2.00 4/183 12652
/proc/meminfo: memFree=28881988/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=11372 CPUtime=13.69 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 5910 33239 0 0 39 14 1308 8 20 0 1 0 272481499 11644928 2265 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 2843 2265 172 410 0 2425 0
[pid=12651] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12651/stat : 12651 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272482870 9367552 267 33554432000 4194304 5064252 140736224249904 140736224248816 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12651/statm: 2287 267 226 213 0 72 0
[pid=12652] ppid=12651 vsize=33472 CPUtime=11.77 cores=1,3,5,7
/proc/12652/stat : 12652 (glucose_static) R 12651 12636 11448 0 -1 4202496 19690 0 0 0 1174 3 0 0 20 0 1 0 272482870 34275328 7476 33554432000 4194304 4896791 140735502868896 140735502866408 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12652/statm: 8368 7476 77 172 0 8194 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63140

[startup+51.1005 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 12718
/proc/meminfo: memFree=28886672/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=45.66 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 10900 93613 0 0 63 16 4464 23 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12714] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12714/stat : 12714 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272486068 9367552 267 33554432000 4194304 5064252 140736037488896 140736037487808 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12714/statm: 2287 267 226 213 0 72 0
[pid=12715] ppid=12714 vsize=36604 CPUtime=5.39 cores=1,3,5,7
/proc/12715/stat : 12715 (glucose_static) R 12714 12636 11448 0 -1 4202496 13844 0 0 0 536 3 0 0 20 0 1 0 272486068 37482496 8059 33554432000 4194304 4896791 140735146913280 140735146910792 4224861 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12715/statm: 9151 8059 78 172 0 8977 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 67788

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 12736
/proc/meminfo: memFree=28877580/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=37868 CPUtime=13.37 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 22286 0 0 0 1332 5 0 0 20 0 1 0 272490391 38776832 8912 33554432000 4194304 4896791 140736588955904 140736588953416 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 9467 8912 78 172 0 9293 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 69052

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 12736
/proc/meminfo: memFree=28853836/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12749
/proc/meminfo: memFree=28704784/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=154692 CPUtime=1333.07 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 137751 0 0 0 133211 96 0 0 20 0 1 0 272490391 158404608 33082 33554432000 4194304 4896791 140736588955904 140736588953432 4224722 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 38673 33082 78 172 0 38499 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 185876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12749
/proc/meminfo: memFree=28746740/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=124712 CPUtime=1393.05 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 139999 0 0 0 139205 100 0 0 20 0 1 0 272490391 127705088 26545 33554432000 4194304 4896791 140736588955904 140736588953432 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 31178 26545 78 172 0 31004 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 155896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28717768/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=125472 CPUtime=1453.04 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 141560 0 0 0 145202 102 0 0 20 0 1 0 272490391 128483328 29360 33554432000 4194304 4896791 140736588955904 140736588953416 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 31368 29360 78 172 0 31194 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 156656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28735200/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=157772 CPUtime=1513.02 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 143664 0 0 0 151197 105 0 0 20 0 1 0 272490391 161558528 31153 33554432000 4194304 4896791 140736588955904 140736588953112 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 39443 31153 78 172 0 39269 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 188956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28702528/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=158696 CPUtime=1573.01 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 145669 0 0 0 157193 108 0 0 20 0 1 0 272490391 162504704 35346 33554432000 4194304 4896791 140736588955904 140736588953160 4225550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 39674 35346 78 172 0 39500 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 189880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28727688/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=109512 CPUtime=1633.01 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 147782 0 0 0 163189 112 0 0 20 0 1 0 272490391 112140288 26184 33554432000 4194304 4896791 140736588955904 140736588953480 4225361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 27378 26184 78 172 0 27204 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 140696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28714632/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=129796 CPUtime=1692.99 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 149962 0 0 0 169184 115 0 0 20 0 1 0 272490391 132911104 28318 33554432000 4194304 4896791 140736588955904 140736588953432 4204408 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 32449 28318 78 172 0 32275 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 160980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28722280/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=130196 CPUtime=1711.19 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 150319 0 0 0 171004 115 0 0 20 0 1 0 272490391 133320704 31736 33554432000 4194304 4896791 140736588955904 140736588953112 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 32549 31736 78 172 0 32375 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 161380

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28722280/32873844 swapFree=7900/7900
[pid=12636] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12636/stat : 12636 (runPb2sat.sh) S 12634 12636 11448 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272481499 9367552 274 33554432000 4194304 5064252 140736001768944 140736001767856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12636/statm: 2287 274 233 213 0 72 0
[pid=12637] ppid=12636 vsize=12888 CPUtime=88.86 cores=1,3,5,7
/proc/12637/stat : 12637 (pb2sat) S 12636 12636 11448 0 -1 4202496 14397 149581 0 0 83 17 8747 39 20 0 1 0 272481499 13197312 2621 33554432000 4194304 5873084 140734440098960 140734440092776 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12637/statm: 3222 2621 172 410 0 2804 0
[pid=12732] ppid=12637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12732/stat : 12732 (satsolver.sh) S 12637 12636 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272490391 9367552 266 33554432000 4194304 5064252 140733416336528 140733416335440 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12732/statm: 2287 266 226 213 0 72 0
[pid=12733] ppid=12732 vsize=130196 CPUtime=1711.19 cores=1,3,5,7
/proc/12733/stat : 12733 (glucose_static) R 12732 12636 11448 0 -1 4202496 150319 0 0 0 171004 115 0 0 20 0 1 0 272490391 133320704 31736 33554432000 4194304 4896791 140736588955904 140736588953112 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12733/statm: 32549 31736 78 172 0 32375 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 161380

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1798.36
CPU system time (s): 1.73673
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 222152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 1.73673
maximum resident set size= 170144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 69024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241
involuntary context switches= 1887

runsolver used 3.51347 second user time and 9.40457 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 22:19:30
IDJOB=3696470
IDBENCH=2262
IDSOLVER=2274
FILE ID=node137/3696470-1338063570
RUNJOBID= node137-1338049161-11465
PBS_JOBID= 14624375
Free space on /tmp= 71268 MiB

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

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

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=1409356134

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28895744 kB
Buffers:          276632 kB
Cached:          2806508 kB
SwapCached:        22060 kB
Active:          1035144 kB
Inactive:        2146980 kB
Active(anon):      78388 kB
Inactive(anon):    22680 kB
Active(file):     956756 kB
Inactive(file):  2124300 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             10532 kB
Writeback:             0 kB
AnonPages:        212888 kB
Mapped:            10524 kB
Shmem:                 0 kB
Slab:             648404 kB
SReclaimable:      89992 kB
SUnreclaim:       558412 kB
KernelStack:        1520 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     213188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71252 MiB
End job on node137 at 2012-05-26 22:49:30