Trace number 3695280

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.04 1800.61

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null20mast_rapportOE2.0_TMAX300_K67_cod2.opb
MD5SUM38539693a47320a39c14a5b1f3201070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7364
Best CPU time to get the best result obtained on this benchmark772.329
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 486
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26221
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26221
Number of bits of the biggest sum of numbers15
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.44	c fallback to adder encoding
3.48/3.57	c model valid
3.48/3.57	c current solution ok
6.86/7.06	o -1099
6.86/7.06	c fallback to adder encoding
10.46/10.67	c model valid
10.46/10.67	c current solution ok
10.53/10.79	o -1376
10.53/10.79	c fallback to adder encoding
20.15/20.33	c model valid
20.15/20.33	c current solution ok
20.15/20.38	o -2593
20.15/20.38	c fallback to adder encoding
45.65/45.88	c model valid
45.65/45.88	c current solution ok
45.74/45.93	o -3393
45.74/45.93	c fallback to adder encoding
143.53/143.75	c model valid
143.53/143.75	c current solution ok
143.59/143.81	o -3418
143.59/143.81	c fallback to adder encoding
300.45/300.74	c model valid
300.45/300.74	c current solution ok
300.49/300.80	o -3884
300.49/300.80	c fallback to adder encoding
649.35/649.74	c model valid
649.35/649.74	c current solution ok
649.39/649.80	o -3892
649.39/649.80	c fallback to adder encoding
766.52/766.95	c model valid
766.52/766.95	c current solution ok
766.57/767.01	o -3906
766.57/767.01	c fallback to adder encoding
1046.86/1047.36	c model valid
1046.86/1047.36	c current solution ok
1046.91/1047.42	o -3918
1046.91/1047.42	c fallback to adder encoding
1292.21/1292.74	c model valid
1292.21/1292.74	c current solution ok
1292.26/1292.80	o -4416
1292.26/1292.80	c fallback to adder encoding
1800.01/1800.60	./satsolver.sh: line 5: 26737 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.60	c error: unexpected solver exit code
1800.01/1800.60	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-3695280-1338128080/watcher-3695280-1338128080 -o /tmp/evaluation-result-3695280-1338128080/solver-3695280-1338128080 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695280-1338128080.opb 845464141 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.01 2.00 3/177 26687
/proc/meminfo: memFree=27441320/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0

[startup+0.036914 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26687
/proc/meminfo: memFree=27441320/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26687
/proc/meminfo: memFree=27441320/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30022 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26687
/proc/meminfo: memFree=27441320/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700309 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26687
/proc/meminfo: memFree=27441320/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 26691
/proc/meminfo: memFree=27129676/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=96472 CPUtime=0.9 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 11469 0 0 0 83 7 0 0 20 0 1 0 278935234 98787328 15919 33554432000 4194304 5873084 140733245345088 140733245341512 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26688/statm: 24118 15919 171 410 0 23700 0
[pid=26690] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26690/stat : 26690 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278935325 9367552 267 33554432000 4194304 5064252 140736109686320 140736109685232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26690/statm: 2287 267 226 213 0 72 0
[pid=26691] ppid=26690 vsize=97128 CPUtime=0.57 cores=0,2,4,6
/proc/26691/stat : 26691 (glucose_static) R 26690 26687 26234 0 -1 4202496 20617 0 0 0 52 5 0 0 20 0 1 0 278935325 99459072 22109 33554432000 4194304 4896791 140733651491264 140733651488968 4225550 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26691/statm: 24282 22109 76 172 0 24108 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 211896

[startup+3.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26693
/proc/meminfo: memFree=26883996/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=96472 CPUtime=0.9 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 11469 0 0 0 83 7 0 0 20 0 1 0 278935234 98787328 15919 33554432000 4194304 5873084 140733245345088 140733245341512 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26688/statm: 24118 15919 171 410 0 23700 0
[pid=26690] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26690/stat : 26690 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278935325 9367552 267 33554432000 4194304 5064252 140736109686320 140736109685232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26690/statm: 2287 267 226 213 0 72 0
[pid=26691] ppid=26690 vsize=97564 CPUtime=2.17 cores=0,2,4,6
/proc/26691/stat : 26691 (glucose_static) R 26690 26687 26234 0 -1 4202496 20740 0 0 0 212 5 0 0 20 0 1 0 278935325 99905536 22743 33554432000 4194304 4896791 140733651491264 140733651488584 4225108 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26691/statm: 24391 22743 78 172 0 24217 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 212332

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26693
/proc/meminfo: memFree=27112800/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=97732 CPUtime=6.16 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) R 26687 26687 26234 0 -1 4202496 12870 21671 0 0 125 236 249 6 20 0 1 0 278935234 100077568 16241 33554432000 4194304 5873084 140733245345088 140733245340520 5127520 0 0 4096 0 0 0 0 17 0 0 0 11 0 0
/proc/26688/statm: 24433 16241 179 410 0 24015 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 106880

[startup+12.7004 s]
/proc/loadavg: 2.23 2.06 2.01 3/181 26700
/proc/meminfo: memFree=26814992/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=10.65 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 17660 47257 0 0 155 298 585 27 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26699] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26699/stat : 26699 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278936313 9367552 267 33554432000 4194304 5064252 140734908715040 140734908713952 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26699/statm: 2287 267 226 213 0 72 0
[pid=26700] ppid=26699 vsize=100324 CPUtime=1.89 cores=0,2,4,6
/proc/26700/stat : 26700 (glucose_static) R 26699 26687 26234 0 -1 4202496 22419 0 0 0 184 5 0 0 20 0 1 0 278936314 102731776 23405 33554432000 4194304 4896791 140736282678704 140736282675912 4225025 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26700/statm: 25081 23405 77 172 0 24907 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 225568

[startup+25.5005 s]
/proc/loadavg: 2.27 2.07 2.02 3/183 26705
/proc/meminfo: memFree=25873040/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=20.29 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 21007 75005 0 0 170 299 1520 40 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26704] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26704/stat : 26704 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278937277 9367552 267 33554432000 4194304 5064252 140733561762880 140733561761792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26704/statm: 2287 267 226 213 0 72 0
[pid=26705] ppid=26704 vsize=101160 CPUtime=5.05 cores=0,2,4,6
/proc/26705/stat : 26705 (glucose_static) R 26704 26687 26234 0 -1 4202496 24258 0 0 0 500 5 0 0 20 0 1 0 278937278 103587840 23743 33554432000 4194304 4896791 140736357734144 140736357731656 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26705/statm: 25290 23743 78 172 0 25116 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 226404

[startup+51.1005 s]
/proc/loadavg: 2.21 2.08 2.02 3/183 26708
/proc/meminfo: memFree=25874840/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=45.83 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 24234 107426 0 0 185 300 4044 54 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26707] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26707/stat : 26707 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278939832 9367552 267 33554432000 4194304 5064252 140735193901760 140735193900672 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26707/statm: 2287 267 226 213 0 72 0
[pid=26708] ppid=26707 vsize=101120 CPUtime=5.1 cores=0,2,4,6
/proc/26708/stat : 26708 (glucose_static) R 26707 26687 26234 0 -1 4202496 24443 0 0 0 504 6 0 0 20 0 1 0 278939833 103546880 23881 33554432000 4194304 4896791 140736031345552 140736031343064 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26708/statm: 25280 23881 77 172 0 25106 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 226364

[startup+102.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/183 26708
/proc/meminfo: memFree=25863516/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=45.83 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 24234 107426 0 0 185 300 4044 54 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26707] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26707/stat : 26707 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278939832 9367552 267 33554432000 4194304 5064252 140735193901760 140735193900672 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26707/statm: 2287 267 226 213 0 72 0
[pid=26708] ppid=26707 vsize=118228 CPUtime=56.3 cores=0,2,4,6
/proc/26708/stat : 26708 (glucose_static) R 26707 26687 26234 0 -1 4202496 39161 0 0 0 5619 11 0 0 20 0 1 0 278939833 121065472 26775 33554432000 4194304 4896791 140736031345552 140736031343064 4205681 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26708/statm: 29557 26775 78 172 0 29383 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 243472

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 26712
/proc/meminfo: memFree=25869380/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=143.69 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 27577 151813 0 0 200 301 13793 75 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26711] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26711/stat : 26711 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278949626 9367552 267 33554432000 4194304 5064252 140735320823024 140735320821936 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26711/statm: 2287 267 226 213 0 72 0
[pid=26712] ppid=26711 vsize=114976 CPUtime=18.36 cores=0,2,4,6
/proc/26712/stat : 26712 (glucose_static) R 26711 26687 26234 0 -1 4202496 31441 0 0 0 1830 6 0 0 20 0 1 0 278949626 117735424 25072 33554432000 4194304 4896791 140735106195056 140735106192568 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26712/statm: 28744 25072 78 172 0 28570 0
Current children cumulated CPU time (s) 162.05

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


[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 26738
/proc/meminfo: memFree=25797444/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=140788 CPUtime=129.43 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 46732 0 0 0 12927 16 0 0 20 0 1 0 279064519 144166912 30747 33554432000 4194304 4896791 140733317910784 140733317907992 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 35197 30747 78 172 0 35023 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 266032

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26738
/proc/meminfo: memFree=25792612/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=143276 CPUtime=189.4 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 51475 0 0 0 18921 19 0 0 20 0 1 0 279064519 146714624 30392 33554432000 4194304 4896791 140733317910784 140733317908296 4203856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 35819 30392 78 172 0 35645 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 268520

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 26741
/proc/meminfo: memFree=25794324/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=125252 CPUtime=249.41 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 51925 0 0 0 24920 21 0 0 20 0 1 0 279064519 128258048 29486 33554432000 4194304 4896791 140733317910784 140733317908360 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 31313 29486 78 172 0 31139 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 250496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26741
/proc/meminfo: memFree=25779140/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=146308 CPUtime=309.38 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 56270 0 0 0 30913 25 0 0 20 0 1 0 279064519 149819392 31616 33554432000 4194304 4896791 140733317910784 140733317908312 4204119 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 36577 31616 78 172 0 36403 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 271552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26742
/proc/meminfo: memFree=25773124/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=147432 CPUtime=369.36 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 60065 0 0 0 36908 28 0 0 20 0 1 0 279064519 150970368 31925 33554432000 4194304 4896791 140733317910784 140733317908312 4203856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 36858 31925 78 172 0 36684 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 272676

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26742
/proc/meminfo: memFree=25791144/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=180676 CPUtime=429.35 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 63338 0 0 0 42904 31 0 0 20 0 1 0 279064519 185012224 38613 33554432000 4194304 4896791 140733317910784 140733317907992 4224663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 45169 38613 78 172 0 44995 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 305920

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26742
/proc/meminfo: memFree=25785560/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=182408 CPUtime=489.34 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 66318 0 0 0 48900 34 0 0 20 0 1 0 279064519 186785792 37622 33554432000 4194304 4896791 140733317910784 140733317907880 4206896 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 45602 37622 78 172 0 45428 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 307652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26782
/proc/meminfo: memFree=27206708/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=152124 CPUtime=507.64 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 66874 0 0 0 50729 35 0 0 20 0 1 0 279064519 155774976 33070 33554432000 4194304 4896791 140733317910784 140733317908360 4203772 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 38031 33070 78 172 0 37857 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 277368

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26782
/proc/meminfo: memFree=27206708/32873648 swapFree=6336/6336
[pid=26687] ppid=26685 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26687/stat : 26687 (runPb2satCp2.sh) S 26685 26687 26234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278935234 9367552 275 33554432000 4194304 5064252 140735639693600 140735639692512 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26687/statm: 2287 275 233 213 0 72 0
[pid=26688] ppid=26687 vsize=106948 CPUtime=1292.37 cores=0,2,4,6
/proc/26688/stat : 26688 (pb2sat) S 26687 26687 26234 0 -1 4202496 44059 406255 0 0 272 305 128458 202 20 0 1 0 278935234 109514752 18270 33554432000 4194304 5873084 140733245345088 140733245338904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 17 0 0
/proc/26688/statm: 26737 18270 180 410 0 26319 0
[pid=26736] ppid=26688 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26736/stat : 26736 (satsolver.sh) S 26688 26687 26234 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279064519 9367552 266 33554432000 4194304 5064252 140734768004320 140734768003232 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26736/statm: 2287 266 226 213 0 72 0
[pid=26737] ppid=26736 vsize=152124 CPUtime=507.64 cores=0,2,4,6
/proc/26737/stat : 26737 (glucose_static) R 26736 26687 26234 0 -1 4202496 66874 0 0 0 50729 35 0 0 20 0 1 0 279064519 155774976 33070 33554432000 4194304 4896791 140733317910784 140733317908360 4203772 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26737/statm: 38031 33070 78 172 0 37857 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 277368

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.04
CPU user time (s): 1794.6
CPU system time (s): 5.43517
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 357508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 5.43517
maximum resident set size= 192592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 888544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203
involuntary context switches= 2587

runsolver used 6.20406 second user time and 15.2107 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-27 16:14:40
IDJOB=3695280
IDBENCH=90672
IDSOLVER=2273
FILE ID=node112/3695280-1338128080
RUNJOBID= node112-1338122673-26250
PBS_JOBID= 14624490
Free space on /tmp= 71580 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null20mast_rapportOE2.0_TMAX300_K67_cod2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695280-1338128080/watcher-3695280-1338128080 -o /tmp/evaluation-result-3695280-1338128080/solver-3695280-1338128080 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695280-1338128080.opb 845464141 HOME HOME

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

MD5SUM BENCH= 38539693a47320a39c14a5b1f3201070
RANDOM SEED=845464141

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        27443532 kB
Buffers:          345420 kB
Cached:          4189212 kB
SwapCached:            0 kB
Active:           847504 kB
Inactive:        3766668 kB
Active(anon):      82380 kB
Inactive(anon):        0 kB
Active(file):     765124 kB
Inactive(file):  3766668 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22276 kB
Writeback:             0 kB
AnonPages:         96244 kB
Mapped:            14836 kB
Shmem:               200 kB
Slab:             676500 kB
SReclaimable:     120152 kB
SUnreclaim:       556348 kB
KernelStack:        1504 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     226200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node112 at 2012-05-27 16:44:40