Trace number 3695383

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_3.opb
MD5SUM0f5da0a781de7969842ad5c8dd7a6f1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products15722
Sum of products size31444

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.10	c model valid
0.00/0.10	c current solution ok
0.00/0.27	o 128
0.00/0.27	c (debug) using card networks
1.47/1.60	c model valid
1.47/1.60	c current solution ok
1.58/1.60	o 42
1.58/1.60	c (debug) using card networks
4.47/4.55	c model valid
4.47/4.55	c current solution ok
4.47/4.56	o 41
4.47/4.56	c (debug) using card networks
5.96/6.05	c model valid
5.96/6.05	c current solution ok
5.96/6.05	o 39
5.96/6.05	c (debug) using card networks
8.36/8.44	c model valid
8.36/8.44	c current solution ok
8.36/8.44	o 38
8.36/8.44	c (debug) using card networks
9.86/9.93	c model valid
9.86/9.93	c current solution ok
9.86/9.94	o 37
9.86/9.94	c (debug) using card networks
13.16/13.23	c model valid
13.16/13.23	c current solution ok
13.16/13.24	o 36
13.16/13.24	c (debug) using card networks
1625.41/1625.95	c model valid
1625.41/1625.95	c current solution ok
1625.41/1625.96	o 35
1625.41/1625.96	c (debug) using card networks
1800.05/1800.60	./satsolver.sh: line 5:  6362 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.60	c error: unexpected solver exit code
1800.05/1800.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695383-1338081097/watcher-3695383-1338081097 -o /tmp/evaluation-result-3695383-1338081097/solver-3695383-1338081097 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695383-1338081097.opb 1290115315 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/180 6253
/proc/meminfo: memFree=28468072/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0

[startup+0.105538 s]
/proc/loadavg: 2.00 2.01 2.00 2/180 6253
/proc/meminfo: memFree=28468072/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.308264 s]
/proc/loadavg: 2.00 2.01 2.00 2/180 6253
/proc/meminfo: memFree=28468072/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.40022 s]
/proc/loadavg: 2.00 2.01 2.00 2/180 6253
/proc/meminfo: memFree=28468072/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 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.01 2.00 2/180 6253
/proc/meminfo: memFree=28468072/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 6260
/proc/meminfo: memFree=28444728/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=7572 CPUtime=0.26 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 2700 3798 0 0 9 13 4 0 20 0 1 0 274235726 7753728 1451 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6254/statm: 1893 1451 174 410 0 1475 0
[pid=6259] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6259/stat : 6259 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274235753 9367552 267 33554432000 4194304 5064252 140737251606480 140737251605392 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6259/statm: 2287 267 226 213 0 72 0
[pid=6260] ppid=6259 vsize=16564 CPUtime=1.21 cores=1,3,5,7
/proc/6260/stat : 6260 (glucose_static) R 6259 6253 1501 0 -1 4202496 4200 0 0 0 121 0 0 0 20 0 1 0 274235754 16961536 3600 33554432000 4194304 4896791 140733884767312 140733884764520 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6260/statm: 4141 3600 76 172 0 3967 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 42432

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 6263
/proc/meminfo: memFree=28444844/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8084 CPUtime=1.59 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 3453 9159 0 0 11 13 134 1 20 0 1 0 274235726 8278016 1608 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2021 1608 174 410 0 1603 0
[pid=6262] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6262/stat : 6262 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274235887 9367552 267 33554432000 4194304 5064252 140734754392144 140734754391056 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6262/statm: 2287 267 226 213 0 72 0
[pid=6263] ppid=6262 vsize=16348 CPUtime=1.48 cores=1,3,5,7
/proc/6263/stat : 6263 (glucose_static) R 6262 6253 1501 0 -1 4202496 4209 0 0 0 147 1 0 0 20 0 1 0 274235887 16740352 3508 33554432000 4194304 4896791 140737196754576 140737196751784 4225008 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6263/statm: 4087 3508 78 172 0 3913 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42728

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 6266
/proc/meminfo: memFree=28442316/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=6.04 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 5005 20696 0 0 14 13 572 5 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 17860

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6275
/proc/meminfo: memFree=28439428/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=9.92 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 6558 32249 0 0 17 13 953 9 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6274] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6274/stat : 6274 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274236720 9367552 267 33554432000 4194304 5064252 140735105050144 140735105049056 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6274/statm: 2287 267 226 213 0 72 0
[pid=6275] ppid=6274 vsize=18384 CPUtime=2.74 cores=1,3,5,7
/proc/6275/stat : 6275 (glucose_static) R 6274 6253 1501 0 -1 4202496 5039 0 0 0 273 1 0 0 20 0 1 0 274236721 18825216 3803 33554432000 4194304 4896791 140735623717952 140735623713688 4203037 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6275/statm: 4596 3803 78 172 0 4422 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 45392

[startup+25.5067 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6279
/proc/meminfo: memFree=28423416/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=27488 CPUtime=12.24 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 9575 0 0 0 1222 2 0 0 20 0 1 0 274237051 28147712 5450 33554432000 4194304 4896791 140734051901776 140734051898984 4224960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6278/statm: 6872 5450 78 172 0 6698 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54496

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6279
/proc/meminfo: memFree=28439512/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=24288 CPUtime=37.83 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 17166 0 0 0 3778 5 0 0 20 0 1 0 274237051 24870912 5509 33554432000 4194304 4896791 140734051901776 140734051899352 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6278/statm: 6072 5509 78 172 0 5898 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 51296

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6279
/proc/meminfo: memFree=28389716/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=74888 CPUtime=89 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 29660 0 0 0 8889 11 0 0 20 0 1 0 274237051 76685312 14408 33554432000 4194304 4896791 140734051901776 140734051898984 4204566 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6278/statm: 18722 14408 78 172 0 18548 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 101896

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6279
/proc/meminfo: memFree=28406800/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=58164 CPUtime=148.99 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 38469 0 0 0 14882 17 0 0 20 0 1 0 274237051 59559936 12077 33554432000 4194304 4896791 140734051901776 140734051899304 4203783 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6278/statm: 14541 12077 78 172 0 14367 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6292
/proc/meminfo: memFree=28254388/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=140176 CPUtime=1348.67 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 100249 0 0 0 134778 89 0 0 20 0 1 0 274237051 143540224 30439 33554432000 4194304 4896791 140734051901776 140734051899032 4225191 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6278/statm: 35044 30439 78 172 0 34870 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 167184

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6292
/proc/meminfo: memFree=28270544/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=192568 CPUtime=1408.66 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 103669 0 0 0 140772 94 0 0 20 0 1 0 274237051 197189632 37041 33554432000 4194304 4896791 140734051901776 140734051898984 4225384 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6278/statm: 48142 37041 78 172 0 47968 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 219576

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 6292
/proc/meminfo: memFree=28342580/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=93896 CPUtime=1468.64 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 107553 0 0 0 146765 99 0 0 20 0 1 0 274237051 96149504 22413 33554432000 4194304 4896791 140734051901776 140734051899304 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6278/statm: 23474 22413 78 172 0 23300 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 120904

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6355
/proc/meminfo: memFree=28460836/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=114572 CPUtime=1528.63 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 110463 0 0 0 152760 103 0 0 20 0 1 0 274237051 117321728 24062 33554432000 4194304 4896791 140734051901776 140734051899304 4223776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6278/statm: 28643 24062 78 172 0 28469 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 141580

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 6356
/proc/meminfo: memFree=28444420/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=13.22 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 7313 38603 0 0 19 13 1279 11 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6277] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274237051 9367552 267 33554432000 4194304 5064252 140734684428944 140734684427856 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6277/statm: 2287 267 226 213 0 72 0
[pid=6278] ppid=6277 vsize=115620 CPUtime=1588.58 cores=1,3,5,7
/proc/6278/stat : 6278 (glucose_static) R 6277 6253 1501 0 -1 4202496 113403 0 0 0 158752 106 0 0 20 0 1 0 274237051 118394880 25971 33554432000 4194304 4896791 140734051901776 140734051899304 4225180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6278/statm: 28905 25971 78 172 0 28731 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 142628

[startup+1662.31 s]
/proc/loadavg: 2.14 2.03 2.01 3/184 6362
/proc/meminfo: memFree=28524048/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=1625.49 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 8106 154004 0 0 21 13 162394 121 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6361] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6361/stat : 6361 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274398323 9367552 267 33554432000 4194304 5064252 140733253490752 140733253489664 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6361/statm: 2287 267 226 213 0 72 0
[pid=6362] ppid=6361 vsize=24964 CPUtime=36.31 cores=1,3,5,7
/proc/6362/stat : 6362 (glucose_static) R 6361 6253 1501 0 -1 4202496 19192 0 0 0 3627 4 0 0 20 0 1 0 274398323 25563136 5677 33554432000 4194304 4896791 140736314262048 140736314259256 4225108 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6362/statm: 6241 5677 78 172 0 6067 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 51972

[startup+1722.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/185 6365
/proc/meminfo: memFree=28493460/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=1625.49 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 8106 154004 0 0 21 13 162394 121 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6361] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6361/stat : 6361 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274398323 9367552 267 33554432000 4194304 5064252 140733253490752 140733253489664 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6361/statm: 2287 267 226 213 0 72 0
[pid=6362] ppid=6361 vsize=35120 CPUtime=96.28 cores=1,3,5,7
/proc/6362/stat : 6362 (glucose_static) R 6361 6253 1501 0 -1 4202496 30980 0 0 0 9618 10 0 0 20 0 1 0 274398323 35962880 8022 33554432000 4194304 4896791 140736314262048 140736314259256 4223833 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6362/statm: 8780 8022 78 172 0 8606 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 62128

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 6365
/proc/meminfo: memFree=28485172/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=1625.49 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 8106 154004 0 0 21 13 162394 121 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6361] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6361/stat : 6361 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274398323 9367552 267 33554432000 4194304 5064252 140733253490752 140733253489664 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6361/statm: 2287 267 226 213 0 72 0
[pid=6362] ppid=6361 vsize=60796 CPUtime=156.27 cores=1,3,5,7
/proc/6362/stat : 6362 (glucose_static) R 6361 6253 1501 0 -1 4202496 37603 0 0 0 15613 14 0 0 20 0 1 0 274398323 62255104 12575 33554432000 4194304 4896791 140736314262048 140736314259576 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6362/statm: 15199 12575 78 172 0 15025 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 87804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.04 2.01 3/184 6365
/proc/meminfo: memFree=28472976/32873648 swapFree=7372/7372
[pid=6253] ppid=6251 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6253/stat : 6253 (runPb2satCp2.sh) S 6251 6253 1501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274235726 9367552 274 33554432000 4194304 5064252 140737485701200 140737485700112 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6253/statm: 2287 274 233 213 0 72 0
[pid=6254] ppid=6253 vsize=8712 CPUtime=1625.49 cores=1,3,5,7
/proc/6254/stat : 6254 (pb2sat) S 6253 6253 1501 0 -1 4202496 8106 154004 0 0 21 13 162394 121 20 0 1 0 274235726 8921088 1710 33554432000 4194304 5873084 140733987433904 140733987427720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6254/statm: 2178 1710 174 410 0 1760 0
[pid=6361] ppid=6254 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6361/stat : 6361 (satsolver.sh) S 6254 6253 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274398323 9367552 267 33554432000 4194304 5064252 140733253490752 140733253489664 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6361/statm: 2287 267 226 213 0 72 0
[pid=6362] ppid=6361 vsize=61508 CPUtime=174.56 cores=1,3,5,7
/proc/6362/stat : 6362 (glucose_static) R 6361 6253 1501 0 -1 4202496 39270 0 0 0 17441 15 0 0 20 0 1 0 274398323 62984192 12752 33554432000 4194304 4896791 140736314262048 140736314259256 4225180 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6362/statm: 15377 12752 78 172 0 15203 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 88516

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.61
CPU time (s): 1800.08
CPU user time (s): 1798.57
CPU system time (s): 1.50877
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 294816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.50877
maximum resident set size= 277512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 42288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293
involuntary context switches= 2299

runsolver used 3.2725 second user time and 7.76282 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 03:11:37
IDJOB=3695383
IDBENCH=48113
IDSOLVER=2273
FILE ID=node122/3695383-1338081097
RUNJOBID= node122-1338050676-1518
PBS_JOBID= 14624380
Free space on /tmp= 71300 MiB

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

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

MD5SUM BENCH= 0f5da0a781de7969842ad5c8dd7a6f1b
RANDOM SEED=1290115315

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28468352 kB
Buffers:          274464 kB
Cached:          3222132 kB
SwapCached:            0 kB
Active:          1510424 kB
Inactive:        2102632 kB
Active(anon):     107560 kB
Inactive(anon):    11052 kB
Active(file):    1402864 kB
Inactive(file):  2091580 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8580 kB
Writeback:             0 kB
AnonPages:        108508 kB
Mapped:            14784 kB
Shmem:               200 kB
Slab:             653296 kB
SReclaimable:      97616 kB
SUnreclaim:       555680 kB
KernelStack:        1536 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     250108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71308 MiB
End job on node122 at 2012-05-27 03:41:38