Trace number 3695390

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.1 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_1.opb
MD5SUM0945390fcac05113ffd57d1199a19e21
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-126
Best CPU time to get the best result obtained on this benchmark1798.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -126
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint51
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31640
Sum of products size (including duplicates)63280
Number of different products15820
Sum of products size31640

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.11	c model valid
0.00/0.11	c current solution ok
0.00/0.32	o 0
0.00/0.32	c (debug) using card networks
0.00/0.46	c model valid
0.00/0.46	c current solution ok
0.00/0.47	o -109
0.00/0.47	c (debug) using card networks
0.00/0.85	c model valid
0.00/0.85	c current solution ok
0.00/0.85	o -110
0.00/0.85	c (debug) using card networks
3.06/3.13	c model valid
3.06/3.13	c current solution ok
3.06/3.13	o -113
3.06/3.13	c (debug) using card networks
7.86/7.97	c model valid
7.86/7.97	c current solution ok
7.86/7.98	o -115
7.86/7.98	c (debug) using card networks
8.86/8.97	c model valid
8.86/8.97	c current solution ok
8.86/8.98	o -117
8.86/8.98	c (debug) using card networks
11.85/11.94	c model valid
11.85/11.94	c current solution ok
11.85/11.94	o -121
11.85/11.94	c (debug) using card networks
568.63/568.81	c model valid
568.63/568.81	c current solution ok
568.63/568.82	o -125
568.63/568.82	c (debug) using card networks
1800.05/1800.50	./satsolver.sh: line 5: 15568 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.50	c error: unexpected solver exit code
1800.05/1800.50	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-3695390-1338084008/watcher-3695390-1338084008 -o /tmp/evaluation-result-3695390-1338084008/solver-3695390-1338084008 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695390-1338084008.opb 779515656 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.02 2.12 3/180 15452
/proc/meminfo: memFree=28043780/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0

[startup+0.052292 s]
/proc/loadavg: 2.00 2.02 2.12 3/180 15452
/proc/meminfo: memFree=28043780/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100323 s]
/proc/loadavg: 2.00 2.02 2.12 3/180 15452
/proc/meminfo: memFree=28043780/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.02 2.12 3/180 15452
/proc/meminfo: memFree=28043780/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 2.00 2.02 2.12 3/180 15452
/proc/meminfo: memFree=28043780/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/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: 2.00 2.02 2.12 3/184 15465
/proc/meminfo: memFree=28010388/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=0.85 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 6110 15227 0 0 22 17 43 3 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15464] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15464/stat : 15464 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274525219 9367552 266 33554432000 4194304 5064252 140737054387680 140737054386592 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15464/statm: 2287 266 226 213 0 72 0
[pid=15465] ppid=15464 vsize=25924 CPUtime=0.61 cores=0,2,4,6
/proc/15465/stat : 15465 (glucose_static) R 15464 15452 10094 0 -1 4202496 5319 0 0 0 60 1 0 0 20 0 1 0 274525220 26546176 5524 33554432000 4194304 4896791 140733867740976 140733867738488 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15465/statm: 6481 5525 78 172 0 6307 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 54336

[startup+3.10035 s]
/proc/loadavg: 2.00 2.02 2.12 3/184 15465
/proc/meminfo: memFree=28008572/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=0.85 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 6110 15227 0 0 22 17 43 3 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15464] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15464/stat : 15464 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274525219 9367552 266 33554432000 4194304 5064252 140737054387680 140737054386592 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15464/statm: 2287 266 226 213 0 72 0
[pid=15465] ppid=15464 vsize=30980 CPUtime=2.21 cores=0,2,4,6
/proc/15465/stat : 15465 (glucose_static) R 15464 15452 10094 0 -1 4202496 7572 0 0 0 219 2 0 0 20 0 1 0 274525220 31723520 6304 33554432000 4194304 4896791 140733867740976 140733867738184 4423776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15465/statm: 7745 6304 79 172 0 7571 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59392

[startup+6.30029 s]
/proc/loadavg: 2.00 2.02 2.12 3/184 15468
/proc/meminfo: memFree=27999884/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=3.14 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 7682 23917 0 0 26 18 264 6 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15467] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15467/stat : 15467 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274525448 9367552 267 33554432000 4194304 5064252 140735346980560 140735346979472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15467/statm: 2287 267 226 213 0 72 0
[pid=15468] ppid=15467 vsize=26736 CPUtime=3.12 cores=0,2,4,6
/proc/15468/stat : 15468 (glucose_static) R 15467 15452 10094 0 -1 4202496 8726 0 0 0 311 1 0 0 20 0 1 0 274525448 27377664 5839 33554432000 4194304 4896791 140734986480304 140734986477624 4205446 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15468/statm: 6684 5839 78 172 0 6510 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 55148

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.12 3/183 15477
/proc/meminfo: memFree=28009012/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=11.95 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 12398 50598 0 0 38 19 1124 14 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15476] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15476/stat : 15476 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274526329 9367552 267 33554432000 4194304 5064252 140734278882752 140734278881664 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15476/statm: 2287 267 226 213 0 72 0
[pid=15477] ppid=15476 vsize=26056 CPUtime=0.71 cores=0,2,4,6
/proc/15477/stat : 15477 (glucose_static) R 15476 15452 10094 0 -1 4202496 5423 0 0 0 71 0 0 0 20 0 1 0 274526329 26681344 6095 33554432000 4194304 4896791 140736354114800 140736354112312 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15477/statm: 6514 6095 78 172 0 6340 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 54468

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.11 3/184 15478
/proc/meminfo: memFree=27977676/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=11.95 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 12398 50598 0 0 38 19 1124 14 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15476] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15476/stat : 15476 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274526329 9367552 267 33554432000 4194304 5064252 140734278882752 140734278881664 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15476/statm: 2287 267 226 213 0 72 0
[pid=15477] ppid=15476 vsize=32784 CPUtime=13.51 cores=0,2,4,6
/proc/15477/stat : 15477 (glucose_static) R 15476 15452 10094 0 -1 4202496 12682 0 0 0 1349 2 0 0 20 0 1 0 274526329 33570816 7497 33554432000 4194304 4896791 140736354114800 140736354112328 4224802 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15477/statm: 8196 7497 78 172 0 8022 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 61196

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.11 3/184 15478
/proc/meminfo: memFree=28027052/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=11.95 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 12398 50598 0 0 38 19 1124 14 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15476] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15476/stat : 15476 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274526329 9367552 267 33554432000 4194304 5064252 140734278882752 140734278881664 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15476/statm: 2287 267 226 213 0 72 0
[pid=15477] ppid=15476 vsize=42448 CPUtime=39.11 cores=0,2,4,6
/proc/15477/stat : 15477 (glucose_static) R 15476 15452 10094 0 -1 4202496 20807 0 0 0 3905 6 0 0 20 0 1 0 274526329 43466752 9689 33554432000 4194304 4896791 140736354114800 140736354112328 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15477/statm: 10612 9689 78 172 0 10438 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70860

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.10 3/184 15501
/proc/meminfo: memFree=27962412/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=11.95 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 12398 50598 0 0 38 19 1124 14 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15476] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15476/stat : 15476 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274526329 9367552 267 33554432000 4194304 5064252 140734278882752 140734278881664 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15476/statm: 2287 267 226 213 0 72 0
[pid=15477] ppid=15476 vsize=46556 CPUtime=90.3 cores=0,2,4,6
/proc/15477/stat : 15477 (glucose_static) R 15476 15452 10094 0 -1 4202496 30326 0 0 0 9017 13 0 0 20 0 1 0 274526329 47673344 10694 33554432000 4194304 4896791 140736354114800 140736354112008 4203834 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15477/statm: 11639 10694 78 172 0 11465 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 74968

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 15501
/proc/meminfo: memFree=27975856/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=11.95 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 12398 50598 0 0 38 19 1124 14 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15476] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 15577
/proc/meminfo: memFree=28032600/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=132164 CPUtime=853.26 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 97429 0 0 0 85247 79 0 0 20 0 1 0 274582016 135335936 28756 33554432000 4194304 4896791 140735995338240 140735995335448 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 33041 28756 78 172 0 32867 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 160576

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 15577
/proc/meminfo: memFree=28032960/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=133380 CPUtime=913.25 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 99198 0 0 0 91241 84 0 0 20 0 1 0 274582016 136581120 30827 33554432000 4194304 4896791 140735995338240 140735995335448 4203704 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 33345 30827 78 172 0 33171 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 161792

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15578
/proc/meminfo: memFree=28011536/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=184604 CPUtime=973.23 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 102917 0 0 0 97235 88 0 0 20 0 1 0 274582016 189034496 34797 33554432000 4194304 4896791 140735995338240 140735995335448 4203834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 46151 34797 78 172 0 45977 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 213016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15578
/proc/meminfo: memFree=27997956/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=185604 CPUtime=1033.22 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 104940 0 0 0 103231 91 0 0 20 0 1 0 274582016 190058496 36494 33554432000 4194304 4896791 140735995338240 140735995335768 4225168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 46401 36494 78 172 0 46227 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 214016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15581
/proc/meminfo: memFree=28064292/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=187856 CPUtime=1093.2 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 108048 0 0 0 109225 95 0 0 20 0 1 0 274582016 192364544 35814 33554432000 4194304 4896791 140735995338240 140735995335768 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 46964 35814 78 172 0 46790 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 216268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15581
/proc/meminfo: memFree=28035212/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=188352 CPUtime=1153.19 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 111206 0 0 0 115218 101 0 0 20 0 1 0 274582016 192872448 40848 33554432000 4194304 4896791 140735995338240 140735995333976 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 47088 40848 78 172 0 46914 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 216764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15581
/proc/meminfo: memFree=28003016/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=270936 CPUtime=1213.18 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 114867 0 0 0 121214 104 0 0 20 0 1 0 274582016 277438464 49408 33554432000 4194304 4896791 140735995338240 140735995335768 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 67734 49408 78 172 0 67560 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 299348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15584
/proc/meminfo: memFree=27938264/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=271332 CPUtime=1231.39 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 115021 0 0 0 123034 105 0 0 20 0 1 0 274582016 277843968 63869 33554432000 4194304 4896791 140735995338240 140735995335448 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 67833 63869 78 172 0 67659 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 299744

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15584
/proc/meminfo: memFree=27938264/32873844 swapFree=7616/7616
[pid=15452] ppid=15450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15452/stat : 15452 (runPb2satCp2.sh) S 15450 15452 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274525131 9367552 275 33554432000 4194304 5064252 140736156463136 140736156462048 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15452/statm: 2287 275 233 213 0 72 0
[pid=15453] ppid=15452 vsize=10116 CPUtime=568.66 cores=0,2,4,6
/proc/15453/stat : 15453 (pb2sat) S 15452 15452 10094 0 -1 4202496 13887 125905 0 0 42 19 56736 69 20 0 1 0 274525131 10358784 1900 33554432000 4194304 5873084 140736856261472 140736856255288 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15453/statm: 2529 1900 174 410 0 2111 0
[pid=15567] ppid=15453 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15567/stat : 15567 (satsolver.sh) S 15453 15452 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274582016 9367552 266 33554432000 4194304 5064252 140733275594000 140733275592912 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15567/statm: 2287 266 226 213 0 72 0
[pid=15568] ppid=15567 vsize=271332 CPUtime=1231.39 cores=0,2,4,6
/proc/15568/stat : 15568 (glucose_static) R 15567 15452 10094 0 -1 4202496 115021 0 0 0 123034 105 0 0 20 0 1 0 274582016 277843968 63869 33554432000 4194304 4896791 140735995338240 140735995335448 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15568/statm: 67833 63869 78 172 0 67659 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 299744

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1798.14
CPU system time (s): 1.9547
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 318188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 1.9547
maximum resident set size= 255476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 59576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 246
involuntary context switches= 2178

runsolver used 3.2815 second user time and 7.95279 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 04:00:08
IDJOB=3695390
IDBENCH=48193
IDSOLVER=2273
FILE ID=node141/3695390-1338084008
RUNJOBID= node141-1338052046-10110
PBS_JOBID= 14624387
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=779515656

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28044524 kB
Buffers:          316148 kB
Cached:          3512856 kB
SwapCached:            0 kB
Active:           866020 kB
Inactive:        3151700 kB
Active(anon):     191132 kB
Inactive(anon):        0 kB
Active(file):     674888 kB
Inactive(file):  3151700 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8956 kB
Writeback:             0 kB
AnonPages:        292068 kB
Mapped:            15152 kB
Shmem:               200 kB
Slab:             667848 kB
SReclaimable:     110372 kB
SUnreclaim:       557476 kB
KernelStack:        1528 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     362424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71532 MiB
End job on node141 at 2012-05-27 04:30:09