Trace number 3694756

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.08 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
MD5SUM9711add7b63200e6cedabbc5764a3737
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark18.6762
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1040
Total number of constraints3656
Number of constraints which are clauses3656
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 constraint10
Number of terms in the objective function 1040
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 1040
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 1040
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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.03	o 469
0.00/0.03	c (debug) using card networks
0.00/0.27	c model valid
0.00/0.27	c current solution ok
0.00/0.39	o 465
0.00/0.39	c (debug) using card networks
0.00/0.64	c model valid
0.00/0.64	c current solution ok
0.00/0.65	o 447
0.00/0.65	c (debug) using card networks
0.00/0.92	c model valid
0.00/0.92	c current solution ok
0.00/0.93	o 443
0.00/0.93	c (debug) using card networks
1.03/1.27	c model valid
1.03/1.27	c current solution ok
1.03/1.28	o 390
1.03/1.28	c (debug) using card networks
1.15/1.66	c model valid
1.15/1.66	c current solution ok
1.15/1.67	o 381
1.15/1.67	c (debug) using card networks
1.54/2.04	c model valid
1.54/2.04	c current solution ok
1.54/2.04	o 373
1.54/2.04	c (debug) using card networks
2.33/2.50	c model valid
2.33/2.50	c current solution ok
2.33/2.50	o 365
2.33/2.50	c (debug) using card networks
5.02/5.21	c model valid
5.02/5.21	c current solution ok
5.02/5.21	o 361
5.02/5.21	c (debug) using card networks
9.88/10.17	c model valid
9.88/10.17	c current solution ok
9.88/10.18	o 360
9.88/10.18	c (debug) using card networks
15.67/15.99	c model valid
15.67/15.99	c current solution ok
15.67/15.99	o 354
15.67/15.99	c (debug) using card networks
83.65/83.99	c model valid
83.65/83.99	c current solution ok
83.77/84.00	o 348
83.77/84.00	c (debug) using card networks
91.66/91.98	c model valid
91.66/91.98	c current solution ok
91.66/91.98	o 345
91.66/91.98	c (debug) using card networks
165.42/165.75	c model valid
165.42/165.75	c current solution ok
165.42/165.76	o 344
165.42/165.76	c (debug) using card networks
394.97/395.39	c model valid
394.97/395.39	c current solution ok
394.97/395.40	o 343
394.97/395.40	c (debug) using card networks
1800.04/1800.71	./satsolver.sh: line 5:  8113 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.71	c error: unexpected solver exit code
1800.04/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-3694756-1338058354/watcher-3694756-1338058354 -o /tmp/evaluation-result-3694756-1338058354/solver-3694756-1338058354 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694756-1338058354.opb 2116094674 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.02 2.00 2/179 8021
/proc/meminfo: memFree=29321792/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0

[startup+0.038951 s]
/proc/loadavg: 2.00 2.02 2.00 2/179 8021
/proc/meminfo: memFree=29321792/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100171 s]
/proc/loadavg: 2.00 2.02 2.00 2/179 8021
/proc/meminfo: memFree=29321792/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 2.00 2.02 2.00 2/179 8021
/proc/meminfo: memFree=29321792/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700172 s]
/proc/loadavg: 2.00 2.02 2.00 2/179 8021
/proc/meminfo: memFree=29321792/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8037
/proc/meminfo: memFree=29298788/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=1.15 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 9525 23757 0 0 21 3 84 7 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 17764

[startup+3.10033 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8046
/proc/meminfo: memFree=29303136/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=2.37 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 15392 41071 0 0 33 5 187 12 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 17764
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8052
/proc/meminfo: memFree=29291656/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=5.09 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 17254 49022 0 0 38 5 452 14 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8051] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8051/stat : 8051 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271960965 9367552 266 33554432000 4194304 5064252 140735832555712 140735832554624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8051/statm: 2287 266 226 213 0 72 0
[pid=8052] ppid=8051 vsize=22872 CPUtime=0.99 cores=0,2,4,6
/proc/8052/stat : 8052 (glucose_static) R 8051 8021 7219 0 -1 4202496 5552 0 0 0 99 0 0 0 20 0 1 0 271960966 23420928 4826 33554432000 4194304 4896791 140734059167744 140734058116792 4224227 0 0 4096 0 0 0 0 17 4 0 0 2 0 0
/proc/8052/statm: 5718 4826 78 172 0 5544 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 49784

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8097
/proc/meminfo: memFree=29380836/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=10 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 19113 59066 0 0 42 6 936 16 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8096] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8096/stat : 8096 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271961460 9367552 267 33554432000 4194304 5064252 140737232124368 140737232123280 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8096/statm: 2287 267 226 213 0 72 0
[pid=8097] ppid=8096 vsize=23112 CPUtime=2.47 cores=0,2,4,6
/proc/8097/stat : 8097 (glucose_static) R 8096 8021 7219 0 -1 4202496 6159 0 0 0 246 1 0 0 20 0 1 0 271961460 23666688 4785 33554432000 4194304 4896791 140736035092640 140736035090152 4224718 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8097/statm: 5778 4785 78 172 0 5604 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 50024

[startup+25.5005 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8100
/proc/meminfo: memFree=29374472/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=15.81 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 20976 67558 0 0 46 6 1510 19 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8099] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8099/stat : 8099 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271962041 9367552 267 33554432000 4194304 5064252 140734001128032 140734001126944 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8099/statm: 2287 267 226 213 0 72 0
[pid=8100] ppid=8099 vsize=26816 CPUtime=9.46 cores=0,2,4,6
/proc/8100/stat : 8100 (glucose_static) R 8099 8021 7219 0 -1 4202496 8031 0 0 0 944 2 0 0 20 0 1 0 271962042 27459584 6116 33554432000 4194304 4896791 140737144584160 140737144581672 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8100/statm: 6704 6116 78 172 0 6530 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 53728

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 8100
/proc/meminfo: memFree=29362036/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=15.81 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 20976 67558 0 0 46 6 1510 19 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8099] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8099/stat : 8099 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271962041 9367552 267 33554432000 4194304 5064252 140734001128032 140734001126944 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8099/statm: 2287 267 226 213 0 72 0
[pid=8100] ppid=8099 vsize=33876 CPUtime=35.05 cores=0,2,4,6
/proc/8100/stat : 8100 (glucose_static) R 8099 8021 7219 0 -1 4202496 13647 0 0 0 3501 4 0 0 20 0 1 0 271962042 34689024 7647 33554432000 4194304 4896791 140737144584160 140737144581368 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8100/statm: 8469 7647 78 172 0 8295 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 60788

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8106
/proc/meminfo: memFree=29368812/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=91.77 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 24695 98990 0 0 54 7 9087 29 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8105] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8105/stat : 8105 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271969640 9367552 267 33554432000 4194304 5064252 140737005424480 140737005423392 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8105/statm: 2287 267 226 213 0 72 0
[pid=8106] ppid=8105 vsize=27088 CPUtime=10.27 cores=0,2,4,6
/proc/8106/stat : 8106 (glucose_static) R 8105 8021 7219 0 -1 4202496 11155 0 0 0 1025 2 0 0 20 0 1 0 271969640 27738112 5547 33554432000 4194304 4896791 140734803145312 140734803142840 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8106/statm: 6772 5547 78 172 0 6598 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 54000

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8106
/proc/meminfo: memFree=29350244/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=91.77 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 24695 98990 0 0 54 7 9087 29 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8105] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8105/stat : 8105 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271969640 9367552 267 33554432000 4194304 5064252 140737005424480 140737005423392 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8105/statm: 2287 267 226 213 0 72 0
[pid=8106] ppid=8105 vsize=32684 CPUtime=70.25 cores=0,2,4,6
/proc/8106/stat : 8106 (glucose_static) R 8105 8021 7219 0 -1 4202496 27528 0 0 0 7017 8 0 0 20 0 1 0 271969640 33468416 7336 33554432000 4194304 4896791 140734803145312 140734803140328 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8106/statm: 8171 7336 78 172 0 7997 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 59596

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8109
/proc/meminfo: memFree=29350056/32873844 swapFree=7116/7116

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 8146
/proc/meminfo: memFree=29242020/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=109212 CPUtime=1026.6 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 77676 0 0 0 102609 51 0 0 20 0 1 0 271999982 111833088 23799 33554432000 4194304 4896791 140736924288496 140736924285784 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 27303 23799 78 172 0 27129 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 136124

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 8147
/proc/meminfo: memFree=29242384/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=111016 CPUtime=1086.57 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 79731 0 0 0 108605 52 0 0 20 0 1 0 271999982 113680384 26826 33554432000 4194304 4896791 140736924288496 140736924285704 4224913 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 27754 26826 78 172 0 27580 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 137928

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 8147
/proc/meminfo: memFree=29218436/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=142188 CPUtime=1146.56 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 81908 0 0 0 114602 54 0 0 20 0 1 0 271999982 145600512 30147 33554432000 4194304 4896791 140736924288496 140736924285928 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 35547 30147 78 172 0 35373 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 169100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8147
/proc/meminfo: memFree=29234504/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=142960 CPUtime=1206.55 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 84245 0 0 0 120599 56 0 0 20 0 1 0 271999982 146391040 29231 33554432000 4194304 4896791 140736924288496 140736924285752 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 35740 29231 78 172 0 35566 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 169872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8150
/proc/meminfo: memFree=29259392/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=94976 CPUtime=1266.54 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 87272 0 0 0 126594 60 0 0 20 0 1 0 271999982 97255424 20917 33554432000 4194304 4896791 140736924288496 140736924285928 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 23744 20917 78 172 0 23570 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 121888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8150
/proc/meminfo: memFree=29244828/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=97080 CPUtime=1326.53 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 89010 0 0 0 132591 62 0 0 20 0 1 0 271999982 99409920 23075 33554432000 4194304 4896791 140736924288496 140736924284168 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 24270 23075 78 172 0 24096 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 123992

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8151
/proc/meminfo: memFree=29254488/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=97788 CPUtime=1386.51 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 91162 0 0 0 138587 64 0 0 20 0 1 0 271999982 100134912 23343 33554432000 4194304 4896791 140736924288496 140736924285704 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 24447 23343 78 172 0 24273 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 124700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8151
/proc/meminfo: memFree=29235996/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=116756 CPUtime=1404.91 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 91706 0 0 0 140427 64 0 0 20 0 1 0 271999982 119558144 26438 33554432000 4194304 4896791 140736924288496 140736924283512 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 29189 26438 78 172 0 29015 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 143668

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8151
/proc/meminfo: memFree=29235996/32873844 swapFree=7116/7116
[pid=8021] ppid=8019 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8021/stat : 8021 (runPb2satCp2.sh) S 8019 8021 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271960438 9367552 275 33554432000 4194304 5064252 140736394696880 140736394695792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8021/statm: 2287 275 233 213 0 72 0
[pid=8022] ppid=8021 vsize=8616 CPUtime=395.13 cores=0,2,4,6
/proc/8022/stat : 8022 (pb2sat) S 8021 8021 7219 0 -1 4202496 28511 172481 0 0 62 9 39387 55 20 0 1 0 271960438 8822784 1771 33554432000 4194304 5873084 140733961460992 140733961454808 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/8022/statm: 2154 1771 175 410 0 1736 0
[pid=8112] ppid=8022 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8112/stat : 8112 (satsolver.sh) S 8022 8021 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271999982 9367552 266 33554432000 4194304 5064252 140733339470624 140733339469536 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8112/statm: 2287 266 226 213 0 72 0
[pid=8113] ppid=8112 vsize=116756 CPUtime=1404.91 cores=0,2,4,6
/proc/8113/stat : 8113 (glucose_static) R 8112 8021 7219 0 -1 4202496 91706 0 0 0 140427 64 0 0 20 0 1 0 271999982 119558144 26438 33554432000 4194304 4896791 140736924288496 140736924283512 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8113/statm: 29189 26438 78 172 0 29015 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 143668

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.08
CPU user time (s): 1798.78
CPU system time (s): 1.2968
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 193028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.2968
maximum resident set size= 141060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 368
involuntary context switches= 2070

runsolver used 5.99509 second user time and 20.1209 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 20:52:34
IDJOB=3694756
IDBENCH=2119
IDSOLVER=2273
FILE ID=node138/3694756-1338058354
RUNJOBID= node138-1338052933-7235
PBS_JOBID= 14624399
Free space on /tmp= 71512 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694756-1338058354/watcher-3694756-1338058354 -o /tmp/evaluation-result-3694756-1338058354/solver-3694756-1338058354 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694756-1338058354.opb 2116094674 HOME HOME

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

MD5SUM BENCH= 9711add7b63200e6cedabbc5764a3737
RANDOM SEED=2116094674

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.347
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.347
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.92
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.347
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:        29322056 kB
Buffers:          296504 kB
Cached:          2330684 kB
SwapCached:          232 kB
Active:           822308 kB
Inactive:        1907760 kB
Active(anon):      93988 kB
Inactive(anon):    11384 kB
Active(file):     728320 kB
Inactive(file):  1896376 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:              8612 kB
Writeback:             0 kB
AnonPages:        251268 kB
Mapped:            15184 kB
Shmem:               200 kB
Slab:             682440 kB
SReclaimable:     124788 kB
SUnreclaim:       557652 kB
KernelStack:        1520 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     228328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71504 MiB
End job on node138 at 2012-05-26 21:22:34