Trace number 3696476

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
MD5SUM4c9dc9cf5c24873d3237c90ee1682632
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109379
Number of constraints which are clauses109379
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 1400
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 1400
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 1400
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

Solver Data

0.00/0.34	c model valid
0.00/0.34	c current solution ok
0.00/0.52	o 0
0.00/0.52	c current bound: 700
0.00/0.52	c (debug) using card networks
3.75/3.87	c current bound: 1050
3.75/3.87	c (debug) using card networks
10.36/10.49	c current bound: 1225
10.36/10.49	c (debug) using card networks
20.65/20.71	c current bound: 1313
20.65/20.71	c (debug) using card networks
35.15/35.28	c current bound: 1357
35.15/35.28	c (debug) using card networks
45.43/45.52	c model valid
45.43/45.52	c current solution ok
45.43/45.52	o -43
45.43/45.52	c current bound: 1335
45.43/45.52	c (debug) using card networks
66.81/66.96	c current bound: 1346
66.81/66.96	c (debug) using card networks
1800.05/1800.51	./satsolver.sh: line 5: 15109 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-3696476-1338062057/watcher-3696476-1338062057 -o /tmp/evaluation-result-3696476-1338062057/solver-3696476-1338062057 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696476-1338062057.opb 1032907043 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 15027
/proc/meminfo: memFree=28063584/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0

[startup+0.096794 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 15027
/proc/meminfo: memFree=28063584/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/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: 2.00 2.01 2.00 2/179 15027
/proc/meminfo: memFree=28063584/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 15027
/proc/meminfo: memFree=28063584/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 15027
/proc/meminfo: memFree=28063584/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15034
/proc/meminfo: memFree=28020172/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=10356 CPUtime=0.55 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 3093 3161 0 0 39 15 1 0 20 0 1 0 272334199 10604544 1966 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 2589 1966 172 410 0 2171 0
[pid=15033] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15033/stat : 15033 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272334257 9367552 267 33554432000 4194304 5064252 140736992146416 140736992145328 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15033/statm: 2287 267 226 213 0 72 0
[pid=15034] ppid=15033 vsize=36240 CPUtime=0.9 cores=0,2,4,6
/proc/15034/stat : 15034 (glucose_static) R 15033 15027 14257 0 -1 4202496 8898 0 0 0 89 1 0 0 20 0 1 0 272334257 37109760 7727 33554432000 4194304 4896791 140735875381184 140735875378696 4224164 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15034/statm: 9060 7727 76 172 0 8886 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 64892

[startup+3.10041 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15034
/proc/meminfo: memFree=28019520/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=10356 CPUtime=0.55 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 3093 3161 0 0 39 15 1 0 20 0 1 0 272334199 10604544 1966 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 2589 1966 172 410 0 2171 0
[pid=15033] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15033/stat : 15033 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272334257 9367552 267 33554432000 4194304 5064252 140736992146416 140736992145328 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15033/statm: 2287 267 226 213 0 72 0
[pid=15034] ppid=15033 vsize=36320 CPUtime=2.5 cores=0,2,4,6
/proc/15034/stat : 15034 (glucose_static) R 15033 15027 14257 0 -1 4202496 10835 0 0 0 249 1 0 0 20 0 1 0 272334257 37191680 7820 33554432000 4194304 4896791 140735875381184 140735875378696 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15034/statm: 9080 7820 76 172 0 8906 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 64972

[startup+6.30041 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15037
/proc/meminfo: memFree=28013508/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=12412 CPUtime=3.91 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 4420 15892 0 0 44 16 328 3 20 0 1 0 272334199 12709888 2342 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 3103 2342 172 410 0 2685 0
[pid=15036] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15036/stat : 15036 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272334593 9367552 266 33554432000 4194304 5064252 140734371757584 140734371756496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15036/statm: 2287 266 226 213 0 72 0
[pid=15037] ppid=15036 vsize=37540 CPUtime=2.35 cores=0,2,4,6
/proc/15037/stat : 15037 (glucose_static) R 15036 15027 14257 0 -1 4202496 10939 0 0 0 233 2 0 0 20 0 1 0 272334593 38440960 8685 33554432000 4194304 4896791 140736494219328 140736494216840 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15037/statm: 9385 8685 78 172 0 9211 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 68248

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15040
/proc/meminfo: memFree=28013444/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=12412 CPUtime=10.52 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 5747 32180 0 0 49 17 979 7 20 0 1 0 272334199 12709888 2342 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 3103 2342 172 410 0 2685 0
[pid=15039] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15039/stat : 15039 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272335254 9367552 267 33554432000 4194304 5064252 140735650343184 140735650342096 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15039/statm: 2287 267 226 213 0 72 0
[pid=15040] ppid=15039 vsize=37576 CPUtime=2.13 cores=0,2,4,6
/proc/15040/stat : 15040 (glucose_static) R 15039 15027 14257 0 -1 4202496 10724 0 0 0 212 1 0 0 20 0 1 0 272335255 38477824 8212 33554432000 4194304 4896791 140736676872784 140736676870296 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15040/statm: 9394 8212 76 172 0 9220 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 68284

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15091
/proc/meminfo: memFree=28052688/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=12412 CPUtime=20.74 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 7074 52026 0 0 54 18 1991 11 20 0 1 0 272334199 12709888 2342 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 3103 2342 172 410 0 2685 0
[pid=15087] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15087/stat : 15087 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272336277 9367552 267 33554432000 4194304 5064252 140734745897280 140734745896192 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15087/statm: 2287 267 226 213 0 72 0
[pid=15088] ppid=15087 vsize=37764 CPUtime=4.7 cores=0,2,4,6
/proc/15088/stat : 15088 (glucose_static) R 15087 15027 14257 0 -1 4202496 13689 0 0 0 468 2 0 0 20 0 1 0 272336277 38670336 8313 33554432000 4194304 4896791 140735726005440 140735726002952 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15088/statm: 9441 8313 78 172 0 9267 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 68472

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15103
/proc/meminfo: memFree=28044424/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=45.53 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 11378 94727 0 0 77 19 4435 22 20 0 1 0 272334199 16609280 3295 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3295 172 410 0 3637 0
[pid=15099] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15099/stat : 15099 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272338758 9367552 266 33554432000 4194304 5064252 140734913878832 140734913877744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15099/statm: 2287 266 226 213 0 72 0
[pid=15100] ppid=15099 vsize=37828 CPUtime=5.48 cores=0,2,4,6
/proc/15100/stat : 15100 (glucose_static) R 15099 15027 14257 0 -1 4202496 14493 0 0 0 546 2 0 0 20 0 1 0 272338758 38735872 8747 33554432000 4194304 4896791 140734436456304 140734436453816 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15100/statm: 9457 8747 78 172 0 9283 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 72344

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 15112
/proc/meminfo: memFree=28029664/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=46640 CPUtime=35.24 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 33215 0 0 0 3516 8 0 0 20 0 1 0 272340902 47759360 10957 33554432000 4194304 4896791 140737260394384 140737260390120 4203834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 11660 10957 78 172 0 11486 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 81156

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 15115
/proc/meminfo: memFree=28003644/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15149
/proc/meminfo: memFree=27879316/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=134904 CPUtime=1354.98 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 125782 0 0 0 135423 75 0 0 20 0 1 0 272340902 138141696 29376 33554432000 4194304 4896791 140737260394384 140737260391912 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 33726 29376 78 172 0 33552 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 169420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15149
/proc/meminfo: memFree=27872868/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=136644 CPUtime=1414.95 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 127198 0 0 0 141418 77 0 0 20 0 1 0 272340902 139923456 28358 33554432000 4194304 4896791 140737260394384 140737260391960 4224708 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 34161 28358 78 172 0 33987 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 171160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15149
/proc/meminfo: memFree=27873188/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=118340 CPUtime=1474.94 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 128591 0 0 0 147415 79 0 0 20 0 1 0 272340902 121180160 27968 33554432000 4194304 4896791 140737260394384 140737260391960 4225168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 29585 27968 78 172 0 29411 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 152856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15152
/proc/meminfo: memFree=27860556/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=119328 CPUtime=1534.92 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 130893 0 0 0 153411 81 0 0 20 0 1 0 272340902 122191872 28711 33554432000 4194304 4896791 140737260394384 140737260391960 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 29832 28711 78 172 0 29658 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 153844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15152
/proc/meminfo: memFree=27854268/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=121176 CPUtime=1594.92 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 131767 0 0 0 159409 83 0 0 20 0 1 0 272340902 124084224 28452 33554432000 4194304 4896791 140737260394384 140737260391960 4225439 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 30294 28452 78 172 0 30120 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 155692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15152
/proc/meminfo: memFree=27806688/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=122212 CPUtime=1654.91 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 133681 0 0 0 165406 85 0 0 20 0 1 0 272340902 125145088 27395 33554432000 4194304 4896791 140737260394384 140737260391592 4225038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 30553 27395 78 172 0 30379 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 156728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15153
/proc/meminfo: memFree=27837900/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=173052 CPUtime=1714.9 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 135172 0 0 0 171404 86 0 0 20 0 1 0 272340902 177205248 37038 33554432000 4194304 4896791 140737260394384 140737260391816 4225379 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 43263 37038 78 172 0 43089 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 207568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15153
/proc/meminfo: memFree=27848748/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=142408 CPUtime=1733.1 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 135713 0 0 0 173223 87 0 0 20 0 1 0 272340902 145825792 29725 33554432000 4194304 4896791 140737260394384 140737260391592 4225168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 35602 29725 78 172 0 35428 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 176924

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 15153
/proc/meminfo: memFree=27848748/32873844 swapFree=6856/6856
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15027/stat : 15027 (runPb2sat.sh) S 15025 15027 14257 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272334199 9367552 274 33554432000 4194304 5064252 140734852022304 140734852021216 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=16220 CPUtime=66.95 cores=0,2,4,6
/proc/15028/stat : 15028 (pb2sat) S 15027 15027 14257 0 -1 4202496 13681 121618 0 0 82 20 6565 28 20 0 1 0 272334199 16609280 3506 33554432000 4194304 5873084 140733660146880 140733660140696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15028/statm: 4055 3506 172 410 0 3637 0
[pid=15108] ppid=15028 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15108/stat : 15108 (satsolver.sh) S 15028 15027 14257 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272340901 9367552 267 33554432000 4194304 5064252 140736043779312 140736043778224 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15108/statm: 2287 267 226 213 0 72 0
[pid=15109] ppid=15108 vsize=142408 CPUtime=1733.1 cores=0,2,4,6
/proc/15109/stat : 15109 (glucose_static) R 15108 15027 14257 0 -1 4202496 135713 0 0 0 173223 87 0 0 20 0 1 0 272340902 145825792 29725 33554432000 4194304 4896791 140737260394384 140737260391592 4225168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15109/statm: 35602 29725 78 172 0 35428 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 176924

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1798.72
CPU system time (s): 1.37079
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 237920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.37079
maximum resident set size= 172668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 67312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220
involuntary context switches= 2215

runsolver used 2.6056 second user time and 7.2649 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 21:54:17
IDJOB=3696476
IDBENCH=2245
IDSOLVER=2274
FILE ID=node106/3696476-1338062057
RUNJOBID= node106-1338052970-14273
PBS_JOBID= 14624417
Free space on /tmp= 71296 MiB

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

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

MD5SUM BENCH= 4c9dc9cf5c24873d3237c90ee1682632
RANDOM SEED=1032907043

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.065
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.065
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.065
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:        28063956 kB
Buffers:          300504 kB
Cached:          3602204 kB
SwapCached:            0 kB
Active:          1293160 kB
Inactive:        2708312 kB
Active(anon):     101552 kB
Inactive(anon):        0 kB
Active(file):    1191608 kB
Inactive(file):  2708312 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10892 kB
Writeback:             0 kB
AnonPages:        214372 kB
Mapped:            15232 kB
Shmem:               200 kB
Slab:             669120 kB
SReclaimable:     111616 kB
SUnreclaim:       557504 kB
KernelStack:        1520 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71272 MiB
End job on node106 at 2012-05-26 22:24:18