Trace number 3695408

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.11 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
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-29
Best CPU time to get the best result obtained on this benchmark1797.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.07	o 0
0.00/0.07	c (debug) using card networks
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.09	o -20
0.00/0.09	c (debug) using card networks
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.12	o -21
0.00/0.12	c (debug) using card networks
0.00/0.14	c model valid
0.00/0.14	c current solution ok
0.00/0.15	o -22
0.00/0.15	c (debug) using card networks
0.00/0.26	c model valid
0.00/0.26	c current solution ok
0.00/0.26	o -23
0.00/0.26	c (debug) using card networks
0.00/0.55	c model valid
0.00/0.55	c current solution ok
0.00/0.55	o -24
0.00/0.55	c (debug) using card networks
1.66/1.77	c model valid
1.66/1.77	c current solution ok
1.66/1.77	o -25
1.66/1.77	c (debug) using card networks
3.55/3.63	c model valid
3.55/3.63	c current solution ok
3.55/3.63	o -26
3.55/3.63	c (debug) using card networks
5.74/5.81	c model valid
5.74/5.81	c current solution ok
5.74/5.81	o -27
5.74/5.81	c (debug) using card networks
86.03/86.17	c model valid
86.03/86.17	c current solution ok
86.03/86.17	o -28
86.03/86.17	c (debug) using card networks
1800.07/1800.61	./satsolver.sh: line 5: 12491 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.61	c error: unexpected solver exit code
1800.07/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-3695408-1338084850/watcher-3695408-1338084850 -o /tmp/evaluation-result-3695408-1338084850/solver-3695408-1338084850 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695408-1338084850.opb 366522971 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 2/179 12456
/proc/meminfo: memFree=28759868/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0

[startup+0.043822 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12456
/proc/meminfo: memFree=28759868/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12456
/proc/meminfo: memFree=28759868/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300136 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12456
/proc/meminfo: memFree=28759868/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700133 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12456
/proc/meminfo: memFree=28759868/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 12478
/proc/meminfo: memFree=28750580/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3300 CPUtime=0.53 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 1878 13210 0 0 6 3 41 3 20 0 1 0 274609884 3379200 475 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 825 475 174 410 0 407 0
[pid=12477] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12477/stat : 12477 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274609940 9367552 267 33554432000 4194304 5064252 140734178378000 140734178376912 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12477/statm: 2287 267 226 213 0 72 0
[pid=12478] ppid=12477 vsize=10044 CPUtime=0.93 cores=0,2,4,6
/proc/12478/stat : 12478 (glucose_static) R 12477 12456 6780 0 -1 4202496 2251 0 0 0 93 0 0 0 20 0 1 0 274609940 10285056 1774 33554432000 4194304 4896791 140737085338560 140737085335880 4225157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12478/statm: 2511 1774 78 172 0 2337 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 31640

[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 12481
/proc/meminfo: memFree=28749216/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3300 CPUtime=1.74 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2109 17111 0 0 6 3 161 4 20 0 1 0 274609884 3379200 475 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 825 475 174 410 0 407 0
[pid=12480] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12480/stat : 12480 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274610062 9367552 267 33554432000 4194304 5064252 140735568755920 140735568754832 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12480/statm: 2287 267 226 213 0 72 0
[pid=12481] ppid=12480 vsize=8440 CPUtime=1.31 cores=0,2,4,6
/proc/12481/stat : 12481 (glucose_static) R 12480 12456 6780 0 -1 4202496 3023 0 0 0 131 0 0 0 20 0 1 0 274610062 8642560 1548 33554432000 4194304 4896791 140736988982080 140736988979464 4225379 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12481/statm: 2110 1548 78 172 0 1936 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 30036

[startup+6.30017 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 12484
/proc/meminfo: memFree=28743556/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=5.78 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2592 25911 0 0 8 4 560 6 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 12608

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 12487
/proc/meminfo: memFree=28729304/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=5.78 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2592 25911 0 0 8 4 560 6 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12486] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12486/stat : 12486 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274610466 9367552 267 33554432000 4194304 5064252 140734941336768 140734941335680 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 2287 267 226 213 0 72 0
[pid=12487] ppid=12486 vsize=11148 CPUtime=6.86 cores=0,2,4,6
/proc/12487/stat : 12487 (glucose_static) R 12486 12456 6780 0 -1 4202496 6704 0 0 0 684 2 0 0 20 0 1 0 274610466 11415552 2366 33554432000 4194304 4896791 140733257499248 140733257496824 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12487/statm: 2787 2366 78 172 0 2613 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 32904

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 1.99 3/183 12487
/proc/meminfo: memFree=28793996/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=5.78 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2592 25911 0 0 8 4 560 6 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12486] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12486/stat : 12486 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274610466 9367552 267 33554432000 4194304 5064252 140734941336768 140734941335680 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 2287 267 226 213 0 72 0
[pid=12487] ppid=12486 vsize=20520 CPUtime=19.65 cores=0,2,4,6
/proc/12487/stat : 12487 (glucose_static) R 12486 12456 6780 0 -1 4202496 11622 0 0 0 1962 3 0 0 20 0 1 0 274610466 21012480 4596 33554432000 4194304 4896791 140733257499248 140733257496456 4225014 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12487/statm: 5130 4596 78 172 0 4956 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 42276

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 12487
/proc/meminfo: memFree=28754752/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=5.78 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2592 25911 0 0 8 4 560 6 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12486] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12486/stat : 12486 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274610466 9367552 267 33554432000 4194304 5064252 140734941336768 140734941335680 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12486/statm: 2287 267 226 213 0 72 0
[pid=12487] ppid=12486 vsize=23064 CPUtime=45.25 cores=0,2,4,6
/proc/12487/stat : 12487 (glucose_static) R 12486 12456 6780 0 -1 4202496 18547 0 0 0 4519 6 0 0 20 0 1 0 274610466 23617536 5061 33554432000 4194304 4896791 140733257499248 140733257496456 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12487/statm: 5766 5061 78 172 0 5592 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 44820

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 12491
/proc/meminfo: memFree=28770700/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=15436 CPUtime=16.1 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 10435 0 0 0 1607 3 0 0 20 0 1 0 274618502 15806464 2839 33554432000 4194304 4896791 140733266112288 140733266109864 4203889 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12491/statm: 3859 2839 78 172 0 3685 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 37192

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12491
/proc/meminfo: memFree=28756256/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=32440 CPUtime=76.08 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 22896 0 0 0 7599 9 0 0 20 0 1 0 274618502 33218560 7147 33554432000 4194304 4896791 140733266112288 140733266109496 4206184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12491/statm: 8110 7147 78 172 0 7936 0
Current children cumulated CPU time (s) 162.19

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12572
/proc/meminfo: memFree=28744032/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=98508 CPUtime=1275.75 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 94582 0 0 0 127517 58 0 0 20 0 1 0 274618502 100872192 20499 33554432000 4194304 4896791 140733266112288 140733266109816 4224975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 24627 20499 78 172 0 24453 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 120264

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12572
/proc/meminfo: memFree=28754500/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=101248 CPUtime=1335.72 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 96384 0 0 0 133512 60 0 0 20 0 1 0 274618502 103677952 22014 33554432000 4194304 4896791 140733266112288 140733266109496 4225183 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 25312 22014 78 172 0 25138 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 123004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12572
/proc/meminfo: memFree=28696448/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=103772 CPUtime=1395.7 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 98275 0 0 0 139509 61 0 0 20 0 1 0 274618502 106262528 24726 33554432000 4194304 4896791 140733266112288 140733266109720 4225151 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 25943 24726 78 172 0 25769 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 125528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12572
/proc/meminfo: memFree=28764168/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=85440 CPUtime=1455.7 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 101263 0 0 0 145506 64 0 0 20 0 1 0 274618502 87490560 18920 33554432000 4194304 4896791 140733266112288 140733266109864 4225204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 21360 18920 78 172 0 21186 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 107196

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 12576
/proc/meminfo: memFree=28723132/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=104808 CPUtime=1515.68 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 102989 0 0 0 151502 66 0 0 20 0 1 0 274618502 107323392 21630 33554432000 4194304 4896791 140733266112288 140733266109816 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 26202 21630 78 172 0 26028 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 126564

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 12576
/proc/meminfo: memFree=28708124/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=105480 CPUtime=1575.67 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 104498 0 0 0 157499 68 0 0 20 0 1 0 274618502 108011520 22540 33554432000 4194304 4896791 140733266112288 140733266109816 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 26370 22540 78 172 0 26196 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 127236

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12576
/proc/meminfo: memFree=28676472/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=106192 CPUtime=1635.66 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 106091 0 0 0 163496 70 0 0 20 0 1 0 274618502 108740608 24343 33554432000 4194304 4896791 140733266112288 140733266109496 4225038 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 26548 24343 78 172 0 26374 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 127948

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12576
/proc/meminfo: memFree=28726392/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=107560 CPUtime=1695.66 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 107464 0 0 0 169494 72 0 0 20 0 1 0 274618502 110141440 24787 33554432000 4194304 4896791 140733266112288 140733266109720 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 26890 24787 78 172 0 26716 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 129316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12576
/proc/meminfo: memFree=28678612/32873844 swapFree=7116/7116
[pid=12456] ppid=12454 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12456/stat : 12456 (runPb2satCp2.sh) S 12454 12456 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274609884 9367552 275 33554432000 4194304 5064252 140736652833888 140736652832800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12456/statm: 2287 275 233 213 0 72 0
[pid=12457] ppid=12456 vsize=3460 CPUtime=86.11 cores=0,2,4,6
/proc/12457/stat : 12457 (pb2sat) S 12456 12456 6780 0 -1 4202496 2842 51599 0 0 8 4 8583 16 20 0 1 0 274609884 3543040 494 33554432000 4194304 5873084 140734121988736 140734121982552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12457/statm: 865 494 174 410 0 447 0
[pid=12490] ppid=12457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12490/stat : 12490 (satsolver.sh) S 12457 12456 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274618502 9367552 267 33554432000 4194304 5064252 140736232909280 140736232908192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12490/statm: 2287 267 226 213 0 72 0
[pid=12491] ppid=12490 vsize=138764 CPUtime=1713.96 cores=0,2,4,6
/proc/12491/stat : 12491 (glucose_static) R 12490 12456 6780 0 -1 4202496 108124 0 0 0 171324 72 0 0 20 0 1 0 274618502 142094336 27996 33554432000 4194304 4896791 140733266112288 140733266109720 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12491/statm: 34691 27996 78 172 0 34517 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 160520

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.11
CPU user time (s): 1799.17
CPU system time (s): 0.938857
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 189948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.938857
maximum resident set size= 138844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245
involuntary context switches= 2237

runsolver used 2.73058 second user time and 7.14791 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 04:14:10
IDJOB=3695408
IDBENCH=48212
IDSOLVER=2273
FILE ID=node146/3695408-1338084850
RUNJOBID= node146-1338052923-6796
PBS_JOBID= 14624393
Free space on /tmp= 71176 MiB

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

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=366522971

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28760132 kB
Buffers:          312228 kB
Cached:          2840420 kB
SwapCached:         2616 kB
Active:          1069444 kB
Inactive:        2219708 kB
Active(anon):     135168 kB
Inactive(anon):     3384 kB
Active(file):     934276 kB
Inactive(file):  2216324 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              8604 kB
Writeback:             0 kB
AnonPages:        155684 kB
Mapped:             9156 kB
Shmem:                 0 kB
Slab:             670344 kB
SReclaimable:     111728 kB
SUnreclaim:       558616 kB
KernelStack:        1472 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     307056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 71168 MiB
End job on node146 at 2012-05-27 04:44:10