Trace number 3695411

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_2.opb
MD5SUM8d62286ae12c02f1d9e42b05c51333f2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-116
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

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.03	c model valid
0.00/0.03	c current solution ok
0.00/0.07	o 0
0.00/0.07	c (debug) using card networks
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.12	o -99
0.00/0.12	c (debug) using card networks
0.00/0.18	c model valid
0.00/0.18	c current solution ok
0.00/0.18	o -101
0.00/0.18	c (debug) using card networks
0.00/0.37	c model valid
0.00/0.37	c current solution ok
0.00/0.38	o -102
0.00/0.38	c (debug) using card networks
1.65/1.78	c model valid
1.65/1.78	c current solution ok
1.65/1.78	o -107
1.65/1.78	c (debug) using card networks
19.05/19.13	c model valid
19.05/19.13	c current solution ok
19.05/19.14	o -111
19.05/19.14	c (debug) using card networks
163.42/163.58	c model valid
163.42/163.58	c current solution ok
163.42/163.58	o -112
163.42/163.58	c (debug) using card networks
438.95/439.17	c model valid
438.95/439.17	c current solution ok
438.95/439.17	o -113
438.95/439.17	c (debug) using card networks
671.90/672.18	c model valid
671.90/672.18	c current solution ok
671.90/672.18	o -114
671.90/672.18	c (debug) using card networks
1800.05/1800.61	./satsolver.sh: line 5:  2627 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3695411-1338085563/watcher-3695411-1338085563 -o /tmp/evaluation-result-3695411-1338085563/solver-3695411-1338085563 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695411-1338085563.opb 703551373 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2533
/proc/meminfo: memFree=29962560/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0

[startup+0.00652 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2533
/proc/meminfo: memFree=29962560/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2533
/proc/meminfo: memFree=29962560/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2533
/proc/meminfo: memFree=29962560/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2533
/proc/meminfo: memFree=29962560/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2549
/proc/meminfo: memFree=29947164/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=0.36 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 2698 11063 0 0 7 3 24 2 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2548] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2548/stat : 2548 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274680673 9367552 267 33554432000 4194304 5064252 140735254824448 140735254823360 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2548/statm: 2287 267 226 213 0 72 0
[pid=2549] ppid=2548 vsize=12436 CPUtime=1.09 cores=1,3,5,7
/proc/2549/stat : 2549 (glucose_static) R 2548 2533 28113 0 -1 4202496 3230 0 0 0 109 0 0 0 20 0 1 0 274680673 12734464 2541 33554432000 4194304 4896791 140735314744560 140735314742088 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2549/statm: 3109 2541 78 172 0 2935 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 35428

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2552
/proc/meminfo: memFree=29947536/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=1.76 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3299 15732 0 0 8 3 161 4 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2551] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274680814 9367552 267 33554432000 4194304 5064252 140736510777120 140736510776032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2551/statm: 2287 267 226 213 0 72 0
[pid=2552] ppid=2551 vsize=12616 CPUtime=1.29 cores=1,3,5,7
/proc/2552/stat : 2552 (glucose_static) R 2551 2533 28113 0 -1 4202496 3381 0 0 0 129 0 0 0 20 0 1 0 274680814 12918784 2851 33554432000 4194304 4896791 140733980939904 140733980937480 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2552/statm: 3154 2851 78 172 0 2980 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 35608

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2552
/proc/meminfo: memFree=29940024/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=1.76 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3299 15732 0 0 8 3 161 4 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2551] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274680814 9367552 267 33554432000 4194304 5064252 140736510777120 140736510776032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2551/statm: 2287 267 226 213 0 72 0
[pid=2552] ppid=2551 vsize=20536 CPUtime=4.49 cores=1,3,5,7
/proc/2552/stat : 2552 (glucose_static) R 2551 2533 28113 0 -1 4202496 7171 0 0 0 448 1 0 0 20 0 1 0 274680814 21028864 4032 33554432000 4194304 4896791 140733980939904 140733980935640 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2552/statm: 5134 4032 78 172 0 4960 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 43528

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2552
/proc/meminfo: memFree=29923660/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=1.76 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3299 15732 0 0 8 3 161 4 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2551] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2551/stat : 2551 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274680814 9367552 267 33554432000 4194304 5064252 140736510777120 140736510776032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2551/statm: 2287 267 226 213 0 72 0
[pid=2552] ppid=2551 vsize=29012 CPUtime=10.89 cores=1,3,5,7
/proc/2552/stat : 2552 (glucose_static) R 2551 2533 28113 0 -1 4202496 11452 0 0 0 1086 3 0 0 20 0 1 0 274680814 29708288 6730 33554432000 4194304 4896791 140733980939904 140733980937272 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2552/statm: 7253 6730 78 172 0 7079 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 52004

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2555
/proc/meminfo: memFree=29970748/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=19.12 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3891 31922 0 0 9 4 1890 9 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2554] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2554/stat : 2554 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274682549 9367552 267 33554432000 4194304 5064252 140734934380544 140734934379456 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2554/statm: 2287 267 226 213 0 72 0
[pid=2555] ppid=2554 vsize=20760 CPUtime=6.34 cores=1,3,5,7
/proc/2555/stat : 2555 (glucose_static) R 2554 2533 28113 0 -1 4202496 7121 0 0 0 631 3 0 0 20 0 1 0 274682549 21258240 4758 33554432000 4194304 4896791 140733562627360 140733562624568 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2555/statm: 5190 4758 78 172 0 5016 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43752

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2555
/proc/meminfo: memFree=29933740/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=19.12 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3891 31922 0 0 9 4 1890 9 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2554] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2554/stat : 2554 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274682549 9367552 267 33554432000 4194304 5064252 140734934380544 140734934379456 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2554/statm: 2287 267 226 213 0 72 0
[pid=2555] ppid=2554 vsize=43660 CPUtime=31.93 cores=1,3,5,7
/proc/2555/stat : 2555 (glucose_static) R 2554 2533 28113 0 -1 4202496 19469 0 0 0 3186 7 0 0 20 0 1 0 274682549 44707840 9237 33554432000 4194304 4896791 140733562627360 140733562624568 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2555/statm: 10915 9237 78 172 0 10741 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 66652

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2555
/proc/meminfo: memFree=29906304/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=19.12 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3891 31922 0 0 9 4 1890 9 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2554] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2554/stat : 2554 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274682549 9367552 267 33554432000 4194304 5064252 140734934380544 140734934379456 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2554/statm: 2287 267 226 213 0 72 0
[pid=2555] ppid=2554 vsize=67704 CPUtime=83.12 cores=1,3,5,7
/proc/2555/stat : 2555 (glucose_static) R 2554 2533 28113 0 -1 4202496 30519 0 0 0 8298 14 0 0 20 0 1 0 274682549 69328896 15951 33554432000 4194304 4896791 140733562627360 140733562624568 4206884 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2555/statm: 16926 15951 78 172 0 16752 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 90696

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2556
/proc/meminfo: memFree=29955500/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=19.12 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 3891 31922 0 0 9 4 1890 9 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2554] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2636
/proc/meminfo: memFree=29968168/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=70224 CPUtime=689.87 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 108469 0 0 0 68909 78 0 0 20 0 1 0 274747854 71909376 16308 33554432000 4194304 4896791 140735904762480 140735904760008 4225038 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 17556 16308 78 172 0 17382 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 93216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2637
/proc/meminfo: memFree=29913264/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=122504 CPUtime=749.86 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 113189 0 0 0 74902 84 0 0 20 0 1 0 274747854 125444096 27691 33554432000 4194304 4896791 140735904762480 140735904757496 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 30626 27691 78 172 0 30452 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 145496

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 2640
/proc/meminfo: memFree=29954420/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=74140 CPUtime=809.83 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 118482 0 0 0 80892 91 0 0 20 0 1 0 274747854 75919360 17794 33554432000 4194304 4896791 140735904762480 140735904760008 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 18535 17794 78 172 0 18361 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 97132

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 2640
/proc/meminfo: memFree=29910028/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=126012 CPUtime=869.81 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 123092 0 0 0 86886 95 0 0 20 0 1 0 274747854 129036288 27571 33554432000 4194304 4896791 140735904762480 140735904759688 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 31503 27571 78 172 0 31329 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 149004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2640
/proc/meminfo: memFree=29854252/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=178268 CPUtime=929.8 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 127445 0 0 0 92880 100 0 0 20 0 1 0 274747854 182546432 41211 33554432000 4194304 4896791 140735904762480 140735904759688 4225191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 44567 41211 78 172 0 44393 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 201260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2640
/proc/meminfo: memFree=29950124/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=80764 CPUtime=989.77 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 131565 0 0 0 98872 105 0 0 20 0 1 0 274747854 82702336 17806 33554432000 4194304 4896791 140735904762480 140735904760056 4225209 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 20191 17806 78 172 0 20017 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 103756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2641
/proc/meminfo: memFree=29854720/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=183484 CPUtime=1049.75 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 133401 0 0 0 104868 107 0 0 20 0 1 0 274747854 187887616 43734 33554432000 4194304 4896791 140735904762480 140735904759688 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 45871 43734 78 172 0 45697 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 206476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2641
/proc/meminfo: memFree=29872992/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=184776 CPUtime=1109.74 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 136140 0 0 0 110862 112 0 0 20 0 1 0 274747854 189210624 34357 33554432000 4194304 4896791 140735904762480 140735904760008 4204099 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 46194 34357 78 172 0 46020 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 207768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2641
/proc/meminfo: memFree=29858936/32873844 swapFree=7628/7628
[pid=2533] ppid=2531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2533/stat : 2533 (runPb2satCp2.sh) S 2531 2533 28113 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274680634 9367552 275 33554432000 4194304 5064252 140734112257408 140734112256320 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2533/statm: 2287 275 233 213 0 72 0
[pid=2534] ppid=2533 vsize=4696 CPUtime=672 cores=1,3,5,7
/proc/2534/stat : 2534 (pb2sat) S 2533 2533 28113 0 -1 4202496 5693 186379 0 0 14 4 67076 106 20 0 1 0 274680634 4808704 806 33554432000 4194304 5873084 140733246928864 140733246922680 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2534/statm: 1174 806 174 410 0 756 0
[pid=2626] ppid=2534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2626/stat : 2626 (satsolver.sh) S 2534 2533 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274747854 9367552 266 33554432000 4194304 5064252 140735672562176 140735672561088 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2626/statm: 2287 266 226 213 0 72 0
[pid=2627] ppid=2626 vsize=185412 CPUtime=1128.05 cores=1,3,5,7
/proc/2627/stat : 2627 (glucose_static) R 2626 2533 28113 0 -1 4202496 136286 0 0 0 112692 113 0 0 20 0 1 0 274747854 189861888 40137 33554432000 4194304 4896791 140735904762480 140735904759736 4225439 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2627/statm: 46353 40137 78 172 0 46179 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 208404

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.62
CPU time (s): 1800.09
CPU user time (s): 1797.83
CPU system time (s): 2.25466
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 318916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 2.25466
maximum resident set size= 223492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 402
involuntary context switches= 2670

runsolver used 3.48947 second user time and 7.83681 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 04:26:03
IDJOB=3695411
IDBENCH=48220
IDSOLVER=2273
FILE ID=node145/3695411-1338085563
RUNJOBID= node145-1338052957-28130
PBS_JOBID= 14624410
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695411-1338085563/watcher-3695411-1338085563 -o /tmp/evaluation-result-3695411-1338085563/solver-3695411-1338085563 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695411-1338085563.opb 703551373 HOME HOME

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

MD5SUM BENCH= 8d62286ae12c02f1d9e42b05c51333f2
RANDOM SEED=703551373

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29963452 kB
Buffers:          286524 kB
Cached:          1673788 kB
SwapCached:            0 kB
Active:           762812 kB
Inactive:        1331960 kB
Active(anon):     125124 kB
Inactive(anon):    12140 kB
Active(file):     637688 kB
Inactive(file):  1319820 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8592 kB
Writeback:             0 kB
AnonPages:        172280 kB
Mapped:            15308 kB
Shmem:               200 kB
Slab:             673048 kB
SReclaimable:     114812 kB
SUnreclaim:       558236 kB
KernelStack:        1520 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     273836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71540 MiB
End job on node145 at 2012-05-27 04:56:03