Trace number 3695062

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
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.49	c model valid
0.00/0.49	c current solution ok
0.00/0.84	o 34
0.00/0.84	c (debug) using card networks
1.08/1.13	c model valid
1.08/1.13	c current solution ok
1.08/1.14	o 32
1.08/1.14	c (debug) using card networks
2.06/2.14	c model valid
2.06/2.14	c current solution ok
2.06/2.15	o 31
2.06/2.15	c (debug) using card networks
5.27/5.38	c model valid
5.27/5.38	c current solution ok
5.27/5.39	o 30
5.27/5.39	c (debug) using card networks
6.68/6.70	c model valid
6.68/6.70	c current solution ok
6.68/6.71	o 28
6.68/6.71	c (debug) using card networks
15.27/15.39	c model valid
15.27/15.39	c current solution ok
15.27/15.40	o 27
15.27/15.40	c (debug) using card networks
30.37/30.42	c model valid
30.37/30.42	c current solution ok
30.37/30.43	o 26
30.37/30.43	c (debug) using card networks
81.96/82.03	c model valid
81.96/82.03	c current solution ok
81.96/82.04	o 25
81.96/82.04	c (debug) using card networks
304.71/304.81	c model valid
304.71/304.81	c current solution ok
304.71/304.82	o 24
304.71/304.82	c (debug) using card networks
1800.09/1800.51	./satsolver.sh: line 5: 14961 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.51	c error: unexpected solver exit code
1800.09/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-3695062-1338077452/watcher-3695062-1338077452 -o /tmp/evaluation-result-3695062-1338077452/solver-3695062-1338077452 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695062-1338077452.opb 709352957 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.00 2.00 3/180 14929
/proc/meminfo: memFree=28411240/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0

[startup+0.0738359 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14929
/proc/meminfo: memFree=28411240/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14929
/proc/meminfo: memFree=28411240/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300295 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14929
/proc/meminfo: memFree=28411240/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14929
/proc/meminfo: memFree=28411240/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14936
/proc/meminfo: memFree=28363044/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=1.13 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 5658 16128 0 0 55 29 24 5 20 0 1 0 273869629 15753216 3418 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14930/statm: 3846 3418 177 410 0 3428 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 24532

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14942
/proc/meminfo: memFree=28379876/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=2.13 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 6921 24910 0 0 67 29 109 8 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14941] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14941/stat : 14941 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273869846 9367552 267 33554432000 4194304 5064252 140735892863584 140735892862496 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14941/statm: 2287 267 226 213 0 72 0
[pid=14942] ppid=14941 vsize=34660 CPUtime=0.92 cores=0,2,4,6
/proc/14942/stat : 14942 (glucose_static) R 14941 14929 9863 0 -1 4202496 7669 0 0 0 91 1 0 0 20 0 1 0 273869846 35491840 7165 33554432000 4194304 4896791 140734272122176 140734272119224 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14942/statm: 8665 7165 78 172 0 8491 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 68340

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14945
/proc/meminfo: memFree=28358748/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=5.38 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 8184 35621 0 0 79 30 418 11 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14944] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14944/stat : 14944 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273870170 9367552 266 33554432000 4194304 5064252 140736948825248 140736948824160 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14944/statm: 2287 266 226 213 0 72 0
[pid=14945] ppid=14944 vsize=32024 CPUtime=0.88 cores=0,2,4,6
/proc/14945/stat : 14945 (glucose_static) R 14944 14929 9863 0 -1 4202496 7163 0 0 0 87 1 0 0 20 0 1 0 273870170 32792576 7103 33554432000 4194304 4896791 140733378834352 140733378831656 4224821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14945/statm: 8006 7103 78 172 0 7832 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 65704

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14948
/proc/meminfo: memFree=28354396/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=6.71 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 9447 44019 0 0 92 30 535 14 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14947] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14947/stat : 14947 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273870302 9367552 267 33554432000 4194304 5064252 140734232893040 140734232891952 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14947/statm: 2287 267 226 213 0 72 0
[pid=14948] ppid=14947 vsize=39916 CPUtime=5.96 cores=0,2,4,6
/proc/14948/stat : 14948 (glucose_static) R 14947 14929 9863 0 -1 4202496 8125 0 0 0 594 2 0 0 20 0 1 0 273870303 40873984 9049 33554432000 4194304 4896791 140736890848000 140736890845208 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14948/statm: 9979 9049 76 172 0 9805 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 73596

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14951
/proc/meminfo: memFree=28355932/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=15.39 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 10703 54087 0 0 105 30 1386 18 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14950] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14950/stat : 14950 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273871171 9367552 266 33554432000 4194304 5064252 140733707869184 140733707868096 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14950/statm: 2287 266 226 213 0 72 0
[pid=14951] ppid=14950 vsize=36984 CPUtime=10.07 cores=0,2,4,6
/proc/14951/stat : 14951 (glucose_static) R 14950 14929 9863 0 -1 4202496 9959 0 0 0 1005 2 0 0 20 0 1 0 273871171 37871616 8219 33554432000 4194304 4896791 140737428209376 140737428206584 4203936 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14951/statm: 9246 8219 78 172 0 9072 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 70664

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14954
/proc/meminfo: memFree=28347336/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=30.42 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 11952 66391 0 0 118 30 2872 22 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14953] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14953/stat : 14953 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273872674 9367552 267 33554432000 4194304 5064252 140735880780288 140735880779200 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14953/statm: 2287 267 226 213 0 72 0
[pid=14954] ppid=14953 vsize=37944 CPUtime=20.63 cores=0,2,4,6
/proc/14954/stat : 14954 (glucose_static) R 14953 14929 9863 0 -1 4202496 13748 0 0 0 2060 3 0 0 20 0 1 0 273872674 38854656 8541 33554432000 4194304 4896791 140737365774976 140737365772504 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14954/statm: 9486 8541 78 172 0 9312 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 71624

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14957
/proc/meminfo: memFree=28351244/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=82.02 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 13215 86134 0 0 131 31 8011 29 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14956] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14956/stat : 14956 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273877835 9367552 266 33554432000 4194304 5064252 140733241494848 140733241493760 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14956/statm: 2287 266 226 213 0 72 0
[pid=14957] ppid=14956 vsize=42032 CPUtime=20.23 cores=0,2,4,6
/proc/14957/stat : 14957 (glucose_static) R 14956 14929 9863 0 -1 4202496 13933 0 0 0 2019 4 0 0 20 0 1 0 273877836 43040768 8580 33554432000 4194304 4896791 140736665787824 140736665785400 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14957/statm: 10508 8580 78 172 0 10334 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 75712

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14957
/proc/meminfo: memFree=28335800/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=82.02 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 13215 86134 0 0 131 31 8011 29 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14956] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14956/stat : 14956 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273877835 9367552 266 33554432000 4194304 5064252 140733241494848 140733241493760 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14956/statm: 2287 266 226 213 0 72 0
[pid=14957] ppid=14956 vsize=65084 CPUtime=80.21 cores=0,2,4,6
/proc/14957/stat : 14957 (glucose_static) R 14956 14929 9863 0 -1 4202496 22168 0 0 0 8012 9 0 0 20 0 1 0 273877836 66646016 13151 33554432000 4194304 4896791 140736665787824 140736665785352 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14957/statm: 16271 13151 78 172 0 16097 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15036
/proc/meminfo: memFree=28740948/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=105336 CPUtime=1057.22 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 57988 0 0 0 105675 47 0 0 20 0 1 0 273900113 107864064 20843 33554432000 4194304 4896791 140735346861472 140735346859000 4224812 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 26334 20843 78 172 0 26160 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 139016

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15044
/proc/meminfo: memFree=28742896/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=87212 CPUtime=1117.21 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 58568 0 0 0 111673 48 0 0 20 0 1 0 273900113 89305088 20638 33554432000 4194304 4896791 140735346861472 140735346856552 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 21803 20638 78 172 0 21629 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 120892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15053
/proc/meminfo: memFree=28751432/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=87900 CPUtime=1177.2 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 59544 0 0 0 117670 50 0 0 20 0 1 0 273900113 90009600 20317 33554432000 4194304 4896791 140735346861472 140735346858984 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 21975 20317 78 172 0 21801 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 121580

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15059
/proc/meminfo: memFree=28739388/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=88460 CPUtime=1237.19 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 60315 0 0 0 123667 52 0 0 20 0 1 0 273900113 90583040 20879 33554432000 4194304 4896791 140735346861472 140735346859048 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 22115 20879 78 172 0 21941 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 122140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15068
/proc/meminfo: memFree=28749740/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=89500 CPUtime=1297.18 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 61315 0 0 0 129665 53 0 0 20 0 1 0 273900113 91648000 20215 33554432000 4194304 4896791 140735346861472 140735346858680 4225178 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 22375 20215 78 172 0 22201 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 123180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15074
/proc/meminfo: memFree=28742264/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=90232 CPUtime=1357.15 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 62264 0 0 0 135661 54 0 0 20 0 1 0 273900113 92397568 21377 33554432000 4194304 4896791 140735346861472 140735346857144 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 22558 21377 78 172 0 22384 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 123912

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15084
/proc/meminfo: memFree=28745632/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=90772 CPUtime=1417.14 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 63526 0 0 0 141658 56 0 0 20 0 1 0 273900113 92950528 20998 33554432000 4194304 4896791 140735346861472 140735346859048 4224680 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 22693 20998 78 172 0 22519 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 124452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15099
/proc/meminfo: memFree=28752280/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=91360 CPUtime=1477.13 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 65033 0 0 0 147655 58 0 0 20 0 1 0 273900113 93552640 20094 33554432000 4194304 4896791 140735346861472 140735346859048 4207754 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 22840 20094 78 172 0 22666 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 125040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15099
/proc/meminfo: memFree=28735332/32873844 swapFree=7612/7612
[pid=14929] ppid=14927 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14929/stat : 14929 (runPb2satCp2.sh) S 14927 14929 9863 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273869629 9367552 274 33554432000 4194304 5064252 140733916019824 140733916018736 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14929/statm: 2287 274 233 213 0 72 0
[pid=14930] ppid=14929 vsize=15384 CPUtime=304.75 cores=0,2,4,6
/proc/14930/stat : 14930 (pb2sat) S 14929 14929 9863 0 -1 4202496 14478 117235 0 0 144 31 30252 48 20 0 1 0 273869629 15753216 3442 33554432000 4194304 5873084 140736277150304 140736277144120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14930/statm: 3846 3442 177 410 0 3428 0
[pid=14960] ppid=14930 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (satsolver.sh) S 14930 14929 9863 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273900113 9367552 266 33554432000 4194304 5064252 140737230860784 140737230859696 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14960/statm: 2287 266 226 213 0 72 0
[pid=14961] ppid=14960 vsize=110328 CPUtime=1495.34 cores=0,2,4,6
/proc/14961/stat : 14961 (glucose_static) R 14960 14929 9863 0 -1 4202496 65382 0 0 0 149475 59 0 0 20 0 1 0 273900113 112975872 22033 33554432000 4194304 4896791 140735346861472 140735346859000 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14961/statm: 27582 22033 78 172 0 27408 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 144008

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1798.72
CPU system time (s): 1.39879
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 205180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.39879
maximum resident set size= 130796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 101800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201
involuntary context switches= 2239

runsolver used 2.6286 second user time and 7.27789 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 02:10:53
IDJOB=3695062
IDBENCH=25019
IDSOLVER=2273
FILE ID=node143/3695062-1338077452
RUNJOBID= node143-1338052948-9879
PBS_JOBID= 14624405
Free space on /tmp= 71328 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695062-1338077452/watcher-3695062-1338077452 -o /tmp/evaluation-result-3695062-1338077452/solver-3695062-1338077452 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695062-1338077452.opb 709352957 HOME HOME

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=709352957

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        28411868 kB
Buffers:          303884 kB
Cached:          2984740 kB
SwapCached:            0 kB
Active:          1255128 kB
Inactive:        2413748 kB
Active(anon):     383320 kB
Inactive(anon):        0 kB
Active(file):     871808 kB
Inactive(file):  2413748 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10924 kB
Writeback:             0 kB
AnonPages:        390308 kB
Mapped:            15172 kB
Shmem:               200 kB
Slab:             652456 kB
SReclaimable:      94952 kB
SUnreclaim:       557504 kB
KernelStack:        1528 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     582484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71412 MiB
End job on node143 at 2012-05-27 02:40:53