Trace number 3694714

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.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
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 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
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.22	c model valid
0.00/0.22	c current solution ok
0.00/0.53	o -16
0.00/0.53	c (debug) using card networks
0.00/0.98	c model valid
0.00/0.98	c current solution ok
0.00/0.99	o -17
0.00/0.99	c (debug) using card networks
1.06/1.17	c model valid
1.06/1.17	c current solution ok
1.06/1.18	o -18
1.06/1.18	c (debug) using card networks
1.16/1.46	c model valid
1.16/1.46	c current solution ok
1.16/1.47	o -19
1.16/1.47	c (debug) using card networks
13.46/13.51	c model valid
13.46/13.51	c current solution ok
13.46/13.52	o -21
13.46/13.52	c (debug) using card networks
40.34/40.47	c model valid
40.34/40.47	c current solution ok
40.34/40.48	o -22
40.34/40.48	c (debug) using card networks
49.56/49.69	c model valid
49.56/49.69	c current solution ok
49.56/49.70	o -23
49.56/49.70	c (debug) using card networks
583.88/584.01	c model valid
583.88/584.01	c current solution ok
583.88/584.03	o -25
583.88/584.03	c (debug) using card networks
1800.07/1800.41	./satsolver.sh: line 5:  2836 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3694714-1338050000/watcher-3694714-1338050000 -o /tmp/evaluation-result-3694714-1338050000/solver-3694714-1338050000 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694714-1338050000.opb 1153620033 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: 1.00 1.06 1.41 4/175 2796
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0

[startup+0.10401 s]
/proc/loadavg: 1.00 1.06 1.41 4/175 2796
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200282 s]
/proc/loadavg: 1.00 1.06 1.41 4/175 2796
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30027 s]
/proc/loadavg: 1.00 1.06 1.41 4/175 2796
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700272 s]
/proc/loadavg: 1.00 1.06 1.41 4/175 2796
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 1.00 1.06 1.41 4/181 2808
/proc/meminfo: memFree=28713592/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10408 CPUtime=1.45 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 4531 25493 0 0 21 24 92 8 20 0 1 0 271128589 10657792 2174 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2602 2174 175 410 0 2184 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 19556

[startup+3.1004 s]
/proc/loadavg: 1.08 1.08 1.42 4/181 2814
/proc/meminfo: memFree=28695748/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10408 CPUtime=1.45 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 4531 25493 0 0 21 24 92 8 20 0 1 0 271128589 10657792 2174 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2602 2174 175 410 0 2184 0
[pid=2813] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2813/stat : 2813 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271128737 9367552 266 33554432000 4194304 5064252 140734489562784 140734489561696 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2813/statm: 2287 266 226 213 0 72 0
[pid=2814] ppid=2813 vsize=24816 CPUtime=1.61 cores=0,2,4,6
/proc/2814/stat : 2814 (glucose_static) R 2813 2796 32565 0 -1 4202496 5188 0 0 0 161 0 0 0 20 0 1 0 271128737 25411584 5721 33554432000 4194304 4896791 140734735816848 140734735814424 4203844 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2814/statm: 6204 5721 78 172 0 6030 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 53520

[startup+6.30039 s]
/proc/loadavg: 1.08 1.08 1.42 4/181 2814
/proc/meminfo: memFree=28644852/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10408 CPUtime=1.45 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 4531 25493 0 0 21 24 92 8 20 0 1 0 271128589 10657792 2174 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2602 2174 175 410 0 2184 0
[pid=2813] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2813/stat : 2813 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271128737 9367552 266 33554432000 4194304 5064252 140734489562784 140734489561696 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2813/statm: 2287 266 226 213 0 72 0
[pid=2814] ppid=2813 vsize=28216 CPUtime=4.81 cores=0,2,4,6
/proc/2814/stat : 2814 (glucose_static) R 2813 2796 32565 0 -1 4202496 5755 0 0 0 481 0 0 0 20 0 1 0 271128737 28893184 6564 33554432000 4194304 4896791 140734735816848 140734735814376 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2814/statm: 7054 6564 78 172 0 6880 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 56920

[startup+12.7004 s]
/proc/loadavg: 1.22 1.11 1.42 4/181 2814
/proc/meminfo: memFree=28533624/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10408 CPUtime=1.45 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 4531 25493 0 0 21 24 92 8 20 0 1 0 271128589 10657792 2174 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2602 2174 175 410 0 2184 0
[pid=2813] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2813/stat : 2813 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271128737 9367552 266 33554432000 4194304 5064252 140734489562784 140734489561696 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2813/statm: 2287 266 226 213 0 72 0
[pid=2814] ppid=2813 vsize=29056 CPUtime=11.22 cores=0,2,4,6
/proc/2814/stat : 2814 (glucose_static) R 2813 2796 32565 0 -1 4202496 7585 0 0 0 1120 2 0 0 20 0 1 0 271128737 29753344 6206 33554432000 4194304 4896791 140734735816848 140734735813992 4224963 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2814/statm: 7264 6206 78 172 0 7090 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57760

[startup+25.5004 s]
/proc/loadavg: 1.34 1.14 1.43 4/183 2819
/proc/meminfo: memFree=27766488/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10408 CPUtime=13.49 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 5062 34602 0 0 22 24 1292 11 20 0 1 0 271128589 10657792 2174 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2602 2174 175 410 0 2184 0
[pid=2816] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2816/stat : 2816 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271129942 9367552 267 33554432000 4194304 5064252 140736876531712 140736876530624 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2816/statm: 2287 267 226 213 0 72 0
[pid=2817] ppid=2816 vsize=29320 CPUtime=11.96 cores=0,2,4,6
/proc/2817/stat : 2817 (glucose_static) R 2816 2796 32565 0 -1 4202496 8726 0 0 0 1193 3 0 0 20 0 1 0 271129942 30023680 6570 33554432000 4194304 4896791 140733713735984 140733713733512 4404510 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2817/statm: 7330 6571 78 172 0 7156 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 58024

[startup+51.1004 s]
/proc/loadavg: 1.64 1.22 1.45 4/183 2828
/proc/meminfo: memFree=27415316/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=49.68 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6119 60258 0 0 26 25 4896 21 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2827] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2827/stat : 2827 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271133560 9367552 267 33554432000 4194304 5064252 140735096121344 140735096120256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2827/statm: 2287 267 226 213 0 72 0
[pid=2828] ppid=2827 vsize=24820 CPUtime=1.38 cores=0,2,4,6
/proc/2828/stat : 2828 (glucose_static) R 2827 2796 32565 0 -1 4202496 6275 0 0 0 137 1 0 0 20 0 1 0 271133560 25415680 5526 33554432000 4194304 4896791 140734655747168 140734655744376 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2828/statm: 6205 5526 78 172 0 6031 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 53780

[startup+102.3 s]
/proc/loadavg: 1.86 1.35 1.48 4/183 2829
/proc/meminfo: memFree=27344144/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=49.68 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6119 60258 0 0 26 25 4896 21 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2827] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2827/stat : 2827 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271133560 9367552 267 33554432000 4194304 5064252 140735096121344 140735096120256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2827/statm: 2287 267 226 213 0 72 0
[pid=2828] ppid=2827 vsize=44536 CPUtime=52.58 cores=0,2,4,6
/proc/2828/stat : 2828 (glucose_static) R 2827 2796 32565 0 -1 4202496 18709 0 0 0 5252 6 0 0 20 0 1 0 271133560 45604864 10478 33554432000 4194304 4896791 140734655747168 140734655744696 4224617 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2828/statm: 11134 10478 78 172 0 10960 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 73496

[startup+162.3 s]
/proc/loadavg: 1.94 1.47 1.50 4/183 2829
/proc/meminfo: memFree=27312484/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=49.68 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6119 60258 0 0 26 25 4896 21 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2827] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2827/stat : 2827 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 271133560 9367552 267 33554432000 4194304 5064252 140735096121344 140735096120256 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2827/statm: 2287 267 226 213 0 72 0
[pid=2828] ppid=2827 vsize=59196 CPUtime=112.57 cores=0,2,4,6
/proc/2828/stat : 2828 (glucose_static) R 2827 2796 32565 0 -1 4202496 25807 0 0 0 11245 12 0 0 20 0 1 0 271133560 60616704 12425 33554432000 4194304 4896791 140734655747168 140734655744696 4224913 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2828/statm: 14799 12425 78 172 0 14625 0
Current children cumulated CPU time (s) 162.25

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


[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 1.85 4/183 2846
/proc/meminfo: memFree=27158736/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=175888 CPUtime=838.11 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 79472 0 0 0 83749 62 0 0 20 0 1 0 271186993 180109312 38717 33554432000 4194304 4896791 140736282765664 140736282762872 4207799 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 43972 38717 78 172 0 43798 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 204848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.86 4/183 2846
/proc/meminfo: memFree=27290592/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=65176 CPUtime=898.1 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 82565 0 0 0 89744 66 0 0 20 0 1 0 271186993 66740224 15783 33554432000 4194304 4896791 140736282765664 140736282763240 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 16294 15783 78 172 0 16120 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 94136

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.86 4/183 2846
/proc/meminfo: memFree=27263756/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=77516 CPUtime=958.1 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 85308 0 0 0 95740 70 0 0 20 0 1 0 271186993 79376384 17780 33554432000 4194304 4896791 140736282765664 140736282763192 4225168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 19379 17780 78 172 0 19205 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 106476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/184 2850
/proc/meminfo: memFree=27238184/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=78336 CPUtime=1018.08 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 87793 0 0 0 101734 74 0 0 20 0 1 0 271186993 80216064 19007 33554432000 4194304 4896791 140736282765664 140736282761400 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 19584 19007 78 172 0 19410 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 107296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/184 2873
/proc/meminfo: memFree=27217504/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=97992 CPUtime=1078.07 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 90806 0 0 0 107729 78 0 0 20 0 1 0 271186993 100343808 20243 33554432000 4194304 4896791 140736282765664 140736282763192 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 24498 20243 78 172 0 24324 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 126952

[startup+1722.3 s]
/proc/loadavg: 2.15 2.03 1.89 4/183 2873
/proc/meminfo: memFree=27093208/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=80096 CPUtime=1138.06 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 93177 0 0 0 113725 81 0 0 20 0 1 0 271186993 82018304 17267 33554432000 4194304 4896791 140736282765664 140736282763240 4203862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 20024 17267 78 172 0 19850 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 109056

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.90 4/183 2873
/proc/meminfo: memFree=27159924/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=180660 CPUtime=1198.05 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 94937 0 0 0 119722 83 0 0 20 0 1 0 271186993 184995840 43035 33554432000 4194304 4896791 140736282765664 140736282762872 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 45165 43035 78 172 0 44991 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 209620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 1.90 3/183 2873
/proc/meminfo: memFree=27228560/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=99884 CPUtime=1216.16 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 96420 0 0 0 121532 84 0 0 20 0 1 0 271186993 102281216 24287 33554432000 4194304 4896791 140736282765664 140736282763192 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 24971 24287 78 172 0 24797 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 128844

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 1.90 3/183 2873
/proc/meminfo: memFree=27228560/32873844 swapFree=7100/7100
[pid=2796] ppid=2794 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2796/stat : 2796 (runPb2satCp2.sh) S 2794 2796 32565 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734592430096 140734592429008 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2796/statm: 2287 274 233 213 0 72 0
[pid=2798] ppid=2796 vsize=10664 CPUtime=583.91 cores=0,2,4,6
/proc/2798/stat : 2798 (pb2sat) S 2796 2796 32565 0 -1 4202496 6651 119594 0 0 27 25 58277 62 20 0 1 0 271128589 10919936 2175 33554432000 4194304 5873084 140736770250624 140736770244440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2798/statm: 2666 2175 175 410 0 2248 0
[pid=2835] ppid=2798 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2835/stat : 2835 (satsolver.sh) S 2798 2796 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271186992 9367552 267 33554432000 4194304 5064252 140736739386944 140736739385856 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2835/statm: 2287 267 226 213 0 72 0
[pid=2836] ppid=2835 vsize=99884 CPUtime=1216.16 cores=0,2,4,6
/proc/2836/stat : 2836 (glucose_static) R 2835 2796 32565 0 -1 4202496 96420 0 0 0 121532 84 0 0 20 0 1 0 271186993 102281216 24287 33554432000 4194304 4896791 140736282765664 140736282763192 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2836/statm: 24971 24287 78 172 0 24797 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 128844

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1798.37
CPU system time (s): 1.73374
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 290320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 1.73374
maximum resident set size= 203800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 1957

runsolver used 3.56646 second user time and 8.5307 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 18:33:20
IDJOB=3694714
IDBENCH=1870
IDSOLVER=2273
FILE ID=node103/3694714-1338050000
RUNJOBID= node103-1338050000-2769
PBS_JOBID= 14624368
Free space on /tmp= 71572 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694714-1338050000/watcher-3694714-1338050000 -o /tmp/evaluation-result-3694714-1338050000/solver-3694714-1338050000 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694714-1338050000.opb 1153620033 HOME HOME

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1153620033

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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	: 5411.36
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.189
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.189
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:        28766360 kB
Buffers:          255500 kB
Cached:          3068524 kB
SwapCached:            0 kB
Active:           897020 kB
Inactive:        2437484 kB
Active(anon):      13328 kB
Inactive(anon):        0 kB
Active(file):     883692 kB
Inactive(file):  2437484 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17496 kB
Writeback:             0 kB
AnonPages:         17832 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             634436 kB
SReclaimable:      76780 kB
SUnreclaim:       557656 kB
KernelStack:        1392 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71012 MiB
End job on node103 at 2012-05-26 19:03:21