Trace number 3695415

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_60_1.opb
MD5SUM5c1211f8aed9d33c9f0c9019d9cd9874
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-37
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -37
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 constraint60
Maximum length of a constraint103
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)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

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.14	c model valid
0.00/0.14	c current solution ok
0.00/0.39	o 0
0.00/0.39	c (debug) using card networks
0.00/0.48	c model valid
0.00/0.48	c current solution ok
0.00/0.49	o -24
0.00/0.49	c (debug) using card networks
0.00/0.58	c model valid
0.00/0.58	c current solution ok
0.00/0.58	o -25
0.00/0.58	c (debug) using card networks
0.00/0.68	c model valid
0.00/0.68	c current solution ok
0.00/0.68	o -26
0.00/0.68	c (debug) using card networks
0.00/0.83	c model valid
0.00/0.83	c current solution ok
0.00/0.83	o -28
0.00/0.83	c (debug) using card networks
0.97/1.04	c model valid
0.97/1.04	c current solution ok
0.97/1.05	o -31
0.97/1.05	c (debug) using card networks
3.98/4.01	c model valid
3.98/4.01	c current solution ok
3.98/4.01	o -32
3.98/4.01	c (debug) using card networks
4.27/4.35	c model valid
4.27/4.35	c current solution ok
4.27/4.35	o -33
4.27/4.35	c (debug) using card networks
4.34/5.37	c model valid
4.34/5.37	c current solution ok
4.34/5.38	o -34
4.34/5.38	c (debug) using card networks
27.64/27.77	c model valid
27.64/27.77	c current solution ok
27.64/27.77	o -36
27.64/27.77	c (debug) using card networks
98.54/98.60	c model valid
98.54/98.60	c current solution ok
98.54/98.61	o -38
98.54/98.61	c (debug) using card networks
1800.05/1800.61	./satsolver.sh: line 5:  2443 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-3695415-1338083949/watcher-3695415-1338083949 -o /tmp/evaluation-result-3695415-1338083949/solver-3695415-1338083949 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695415-1338083949.opb 836178814 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/179 2403
/proc/meminfo: memFree=30030036/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runsolver) D 2401 2403 28113 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 274519236 12095488 50 33554432000 4194304 5436572 140734321231776 140734321228072 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/2403/statm: 2953 50 31 304 0 2645 0

[startup+0.0286739 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2403
/proc/meminfo: memFree=30030036/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2403
/proc/meminfo: memFree=30030036/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2403
/proc/meminfo: memFree=30030036/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700206 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2403
/proc/meminfo: memFree=30030036/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2422
/proc/meminfo: memFree=30003728/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=1.03 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 6917 26670 0 0 29 21 46 7 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 16632

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2425
/proc/meminfo: memFree=29996532/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=1.03 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 6917 26670 0 0 29 21 46 7 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2424] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2424/stat : 2424 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274519342 9367552 266 33554432000 4194304 5064252 140735035812688 140735035811600 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2424/statm: 2287 266 226 213 0 72 0
[pid=2425] ppid=2424 vsize=19492 CPUtime=2.02 cores=0,2,4,6
/proc/2425/stat : 2425 (glucose_static) R 2424 2403 28113 0 -1 4202496 6131 0 0 0 202 0 0 0 20 0 1 0 274519343 19959808 4391 33554432000 4194304 4896791 140734259275040 140734259272248 4224816 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2425/statm: 4873 4391 78 172 0 4699 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 45272

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2434
/proc/meminfo: memFree=29998616/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=5.36 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 9527 45248 0 0 39 21 464 12 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2433] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274519775 9367552 267 33554432000 4194304 5064252 140736395163488 140736395162400 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2433/statm: 2287 267 226 213 0 72 0
[pid=2434] ppid=2433 vsize=19224 CPUtime=0.9 cores=0,2,4,6
/proc/2434/stat : 2434 (glucose_static) R 2433 2403 28113 0 -1 4202496 4628 0 0 0 89 1 0 0 20 0 1 0 274519776 19685376 4200 33554432000 4194304 4896791 140733389854016 140733389851416 4225344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2434/statm: 4806 4200 78 172 0 4632 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2434
/proc/meminfo: memFree=29953760/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=5.36 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 9527 45248 0 0 39 21 464 12 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2433] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274519775 9367552 267 33554432000 4194304 5064252 140736395163488 140736395162400 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2433/statm: 2287 267 226 213 0 72 0
[pid=2434] ppid=2433 vsize=23184 CPUtime=7.29 cores=0,2,4,6
/proc/2434/stat : 2434 (glucose_static) R 2433 2403 28113 0 -1 4202496 9168 0 0 0 727 2 0 0 20 0 1 0 274519776 23740416 5076 33554432000 4194304 4896791 140733389854016 140733389851224 4203749 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2434/statm: 5796 5076 78 172 0 5622 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 48964

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2434
/proc/meminfo: memFree=29983860/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=5.36 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 9527 45248 0 0 39 21 464 12 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2433] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2433/stat : 2433 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274519775 9367552 267 33554432000 4194304 5064252 140736395163488 140736395162400 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2433/statm: 2287 267 226 213 0 72 0
[pid=2434] ppid=2433 vsize=28924 CPUtime=20.09 cores=0,2,4,6
/proc/2434/stat : 2434 (glucose_static) R 2433 2403 28113 0 -1 4202496 13388 0 0 0 2005 4 0 0 20 0 1 0 274519776 29618176 6511 33554432000 4194304 4896791 140733389854016 140733389851160 4205488 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2434/statm: 7231 6511 78 172 0 7057 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 54704

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2437
/proc/meminfo: memFree=29979492/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=27.75 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 10397 60250 0 0 42 22 2694 17 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2436] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2436/stat : 2436 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274522015 9367552 267 33554432000 4194304 5064252 140734738140384 140734738139296 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2436/statm: 2287 267 226 213 0 72 0
[pid=2437] ppid=2436 vsize=35972 CPUtime=23.3 cores=0,2,4,6
/proc/2437/stat : 2437 (glucose_static) R 2436 2403 28113 0 -1 4202496 14203 0 0 0 2326 4 0 0 20 0 1 0 274522015 36835328 6829 33554432000 4194304 4896791 140736034455216 140736034452424 4230803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2437/statm: 8993 6829 78 172 0 8819 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 61752

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2443
/proc/meminfo: memFree=29994036/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=27052 CPUtime=3.67 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 6159 0 0 0 366 1 0 0 20 0 1 0 274529098 27701248 5461 33554432000 4194304 4896791 140736746963392 140736746960792 4230803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2443/statm: 6763 5461 78 172 0 6589 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 52832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2469
/proc/meminfo: memFree=30013808/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=38364 CPUtime=63.65 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 21122 0 0 0 6357 8 0 0 20 0 1 0 274529098 39284736 8882 33554432000 4194304 4896791 140736746963392 140736746959128 4224992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2443/statm: 9591 8882 78 172 0 9417 0
Current children cumulated CPU time (s) 162.2

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2488
/proc/meminfo: memFree=29836716/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=136172 CPUtime=1263.29 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 75640 0 0 0 126271 58 0 0 20 0 1 0 274529098 139440128 30900 33554432000 4194304 4896791 140736746963392 140736746960600 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 34043 30900 78 172 0 33869 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 161952

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 2488
/proc/meminfo: memFree=29802760/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=137036 CPUtime=1323.28 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 77065 0 0 0 132267 61 0 0 20 0 1 0 274529098 140324864 31642 33554432000 4194304 4896791 140736746963392 140736746960600 4203780 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 34259 31642 78 172 0 34085 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 162816

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 2492
/proc/meminfo: memFree=29950184/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=139028 CPUtime=1383.26 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 78997 0 0 0 138263 63 0 0 20 0 1 0 274529098 142364672 29022 33554432000 4194304 4896791 140736746963392 140736746960600 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 34757 29022 78 172 0 34583 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 164808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2492
/proc/meminfo: memFree=29934700/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=140100 CPUtime=1443.24 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 80569 0 0 0 144259 65 0 0 20 0 1 0 274529098 143462400 29950 33554432000 4194304 4896791 140736746963392 140736746960600 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 35025 29950 78 172 0 34851 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 165880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2495
/proc/meminfo: memFree=29937068/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=141520 CPUtime=1503.23 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 82142 0 0 0 150255 68 0 0 20 0 1 0 274529098 144916480 27684 33554432000 4194304 4896791 140736746963392 140736746960600 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 35380 27684 78 172 0 35206 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 167300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2555
/proc/meminfo: memFree=29944596/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=111264 CPUtime=1563.21 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 82994 0 0 0 156251 70 0 0 20 0 1 0 274529098 113934336 26798 33554432000 4194304 4896791 140736746963392 140736746960600 4203674 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 27816 26798 78 172 0 27642 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 137044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2555
/proc/meminfo: memFree=29925084/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=142772 CPUtime=1623.2 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 85438 0 0 0 162248 72 0 0 20 0 1 0 274529098 146198528 28461 33554432000 4194304 4896791 140736746963392 140736746960600 4203806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 35693 28461 78 172 0 35519 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 168552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2559
/proc/meminfo: memFree=29969024/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=113752 CPUtime=1683.19 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 86928 0 0 0 168245 74 0 0 20 0 1 0 274529098 116482048 23798 33554432000 4194304 4896791 140736746963392 140736746960600 4204125 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 28438 23798 78 172 0 28264 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 139532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2559
/proc/meminfo: memFree=29945156/32873844 swapFree=7628/7628
[pid=2403] ppid=2401 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2403/stat : 2403 (runPb2satCp2.sh) S 2401 2403 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274519236 9367552 274 33554432000 4194304 5064252 140734502177616 140734502176528 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2403/statm: 2287 274 233 213 0 72 0
[pid=2405] ppid=2403 vsize=7484 CPUtime=98.55 cores=0,2,4,6
/proc/2405/stat : 2405 (pb2sat) S 2403 2403 28113 0 -1 4202496 11267 86748 0 0 44 22 9761 28 20 0 1 0 274519237 7663616 1490 33554432000 4194304 5873084 140736973869872 140736973863688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2405/statm: 1871 1490 174 410 0 1453 0
[pid=2442] ppid=2405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2442/stat : 2442 (satsolver.sh) S 2405 2403 28113 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274529098 9367552 267 33554432000 4194304 5064252 140735687414960 140735687413872 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2442/statm: 2287 267 226 213 0 72 0
[pid=2443] ppid=2442 vsize=113892 CPUtime=1701.5 cores=0,2,4,6
/proc/2443/stat : 2443 (glucose_static) R 2442 2403 28113 0 -1 4202496 86983 0 0 0 170075 75 0 0 20 0 1 0 274529098 116625408 26422 33554432000 4194304 4896791 140736746963392 140736746960680 4225171 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2443/statm: 28473 26422 78 172 0 28299 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 139672

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): 1798.82
CPU system time (s): 1.26981
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 248852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.26981
maximum resident set size= 173904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 67344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315
involuntary context switches= 2447

runsolver used 2.76058 second user time and 7.08192 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 03:59:09
IDJOB=3695415
IDBENCH=48188
IDSOLVER=2273
FILE ID=node145/3695415-1338083949
RUNJOBID= node145-1338052957-28129
PBS_JOBID= 14624410
Free space on /tmp= 71548 MiB

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

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

MD5SUM BENCH= 5c1211f8aed9d33c9f0c9019d9cd9874
RANDOM SEED=836178814

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:        30030680 kB
Buffers:          285488 kB
Cached:          1670212 kB
SwapCached:            0 kB
Active:           699904 kB
Inactive:        1331912 kB
Active(anon):      65808 kB
Inactive(anon):    12364 kB
Active(file):     634096 kB
Inactive(file):  1319548 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8960 kB
Writeback:             0 kB
AnonPages:        170920 kB
Mapped:            14912 kB
Shmem:               200 kB
Slab:             673040 kB
SReclaimable:     114788 kB
SUnreclaim:       558252 kB
KernelStack:        1520 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     194888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71536 MiB
End job on node145 at 2012-05-27 04:29:09