Trace number 3695416

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.13 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
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-38
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint110
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)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

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.13	c model valid
0.00/0.13	c current solution ok
0.00/0.40	o 0
0.00/0.40	c (debug) using card networks
0.00/0.49	c model valid
0.00/0.49	c current solution ok
0.00/0.50	o -28
0.00/0.50	c (debug) using card networks
0.00/0.60	c model valid
0.00/0.60	c current solution ok
0.00/0.60	o -29
0.00/0.60	c (debug) using card networks
0.00/0.70	c model valid
0.00/0.70	c current solution ok
0.00/0.71	o -30
0.00/0.71	c (debug) using card networks
0.00/0.83	c model valid
0.00/0.83	c current solution ok
0.00/0.84	o -31
0.00/0.84	c (debug) using card networks
0.00/0.94	c model valid
0.00/0.94	c current solution ok
0.00/0.95	o -32
0.00/0.95	c (debug) using card networks
1.25/1.38	c model valid
1.25/1.38	c current solution ok
1.25/1.39	o -34
1.25/1.39	c (debug) using card networks
83.95/84.05	c model valid
83.95/84.05	c current solution ok
83.95/84.06	o -36
83.95/84.06	c (debug) using card networks
1800.10/1800.61	./satsolver.sh: line 5: 23065 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.61	c error: unexpected solver exit code
1800.10/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-3695416-1338083710/watcher-3695416-1338083710 -o /tmp/evaluation-result-3695416-1338083710/solver-3695416-1338083710 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695416-1338083710.opb 1498297535 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 3/177 23037
/proc/meminfo: memFree=28233616/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0

[startup+0.0101351 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23037
/proc/meminfo: memFree=28233616/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10025 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23037
/proc/meminfo: memFree=28233616/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23037
/proc/meminfo: memFree=28233616/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23037
/proc/meminfo: memFree=28233616/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23059
/proc/meminfo: memFree=28209508/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=1.38 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 7788 32395 0 0 30 24 72 12 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 16636

[startup+3.10041 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23062
/proc/meminfo: memFree=28202128/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=1.38 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 7788 32395 0 0 30 24 72 12 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23061] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23061/stat : 23061 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274497046 9367552 267 33554432000 4194304 5064252 140736188065952 140736188064864 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23061/statm: 2287 267 226 213 0 72 0
[pid=23062] ppid=23061 vsize=22176 CPUtime=1.69 cores=1,3,5,7
/proc/23062/stat : 23062 (glucose_static) R 23061 23037 18174 0 -1 4202496 4697 0 0 0 168 1 0 0 20 0 1 0 274497047 22708224 4962 33554432000 4194304 4896791 140733678824576 140733678821976 4224887 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23062/statm: 5544 4962 78 172 0 5370 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 47960

[startup+6.30041 s]
/proc/loadavg: 2.16 2.04 2.01 3/181 23062
/proc/meminfo: memFree=28193684/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=1.38 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 7788 32395 0 0 30 24 72 12 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23061] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23061/stat : 23061 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274497046 9367552 267 33554432000 4194304 5064252 140736188065952 140736188064864 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23061/statm: 2287 267 226 213 0 72 0
[pid=23062] ppid=23061 vsize=27224 CPUtime=4.88 cores=1,3,5,7
/proc/23062/stat : 23062 (glucose_static) R 23061 23037 18174 0 -1 4202496 6889 0 0 0 487 1 0 0 20 0 1 0 274497047 27877376 5928 33554432000 4194304 4896791 140733678824576 140733678821976 4224708 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23062/statm: 6806 5928 78 172 0 6632 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 53008

[startup+12.7004 s]
/proc/loadavg: 2.15 2.04 2.01 3/181 23062
/proc/meminfo: memFree=28210144/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=1.38 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 7788 32395 0 0 30 24 72 12 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23061] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23061/stat : 23061 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274497046 9367552 267 33554432000 4194304 5064252 140736188065952 140736188064864 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23061/statm: 2287 267 226 213 0 72 0
[pid=23062] ppid=23061 vsize=23640 CPUtime=11.29 cores=1,3,5,7
/proc/23062/stat : 23062 (glucose_static) R 23061 23037 18174 0 -1 4202496 9165 0 0 0 1126 3 0 0 20 0 1 0 274497047 24207360 5402 33554432000 4194304 4896791 140733678824576 140733678821784 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23062/statm: 5910 5402 78 172 0 5736 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49424

[startup+25.5003 s]
/proc/loadavg: 2.11 2.04 2.01 3/181 23062
/proc/meminfo: memFree=28182036/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=1.38 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 7788 32395 0 0 30 24 72 12 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23061] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23061/stat : 23061 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274497046 9367552 267 33554432000 4194304 5064252 140736188065952 140736188064864 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23061/statm: 2287 267 226 213 0 72 0
[pid=23062] ppid=23061 vsize=36268 CPUtime=24.08 cores=1,3,5,7
/proc/23062/stat : 23062 (glucose_static) R 23061 23037 18174 0 -1 4202496 12849 0 0 0 2404 4 0 0 20 0 1 0 274497047 37138432 8170 33554432000 4194304 4896791 140733678824576 140733678820312 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23062/statm: 9067 8170 78 172 0 8893 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62052

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 23062
/proc/meminfo: memFree=28193412/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=1.38 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 7788 32395 0 0 30 24 72 12 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23061] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23061/stat : 23061 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274497046 9367552 267 33554432000 4194304 5064252 140736188065952 140736188064864 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23061/statm: 2287 267 226 213 0 72 0
[pid=23062] ppid=23061 vsize=49400 CPUtime=49.67 cores=1,3,5,7
/proc/23062/stat : 23062 (glucose_static) R 23061 23037 18174 0 -1 4202496 18097 0 0 0 4960 7 0 0 20 0 1 0 274497047 50585600 9535 33554432000 4194304 4896791 140733678824576 140733678822104 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23062/statm: 12350 9535 78 172 0 12176 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75184

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/181 23065
/proc/meminfo: memFree=28184808/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=24552 CPUtime=18.21 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 15736 0 0 0 1817 4 0 0 20 0 1 0 274505314 25141248 5595 33554432000 4194304 4896791 140734390439360 140734390436760 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 6138 5595 78 172 0 5964 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 50336

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 23066
/proc/meminfo: memFree=28165632/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=50908 CPUtime=78.19 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 30178 0 0 0 7807 12 0 0 20 0 1 0 274505314 52129792 9633 33554432000 4194304 4896791 140734390439360 140734390436888 4225417 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 12727 9633 78 172 0 12553 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23228
/proc/meminfo: memFree=28089028/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=107992 CPUtime=1277.87 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 88710 0 0 0 127724 63 0 0 20 0 1 0 274505314 110583808 23997 33554432000 4194304 4896791 140734390439360 140734390436568 4204115 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 26998 23997 78 172 0 26824 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 133776

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23228
/proc/meminfo: memFree=28081428/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=108984 CPUtime=1337.85 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 89818 0 0 0 133720 65 0 0 20 0 1 0 274505314 111599616 24453 33554432000 4194304 4896791 140734390439360 140734390436568 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 27246 24453 78 172 0 27072 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 134768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23228
/proc/meminfo: memFree=28097284/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=111100 CPUtime=1397.84 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 91800 0 0 0 139716 68 0 0 20 0 1 0 274505314 113766400 23512 33554432000 4194304 4896791 140734390439360 140734390436616 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 27775 23512 78 172 0 27601 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 136884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23231
/proc/meminfo: memFree=28005196/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=143828 CPUtime=1457.81 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 92835 0 0 0 145712 69 0 0 20 0 1 0 274505314 147279872 29663 33554432000 4194304 4896791 140734390439360 140734390436792 4225168 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 35957 29663 78 172 0 35783 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 169612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23231
/proc/meminfo: memFree=28048816/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=144760 CPUtime=1517.8 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 94265 0 0 0 151709 71 0 0 20 0 1 0 274505314 148234240 28031 33554432000 4194304 4896791 140734390439360 140734390436568 4203856 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 36190 28031 78 172 0 36016 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 170544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23232
/proc/meminfo: memFree=28036472/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=114748 CPUtime=1577.78 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 95118 0 0 0 157705 73 0 0 20 0 1 0 274505314 117501952 26188 33554432000 4194304 4896791 140734390439360 140734390436616 4225191 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 28687 26188 78 172 0 28513 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 140532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23232
/proc/meminfo: memFree=27914052/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=115924 CPUtime=1637.78 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 96701 0 0 0 163702 76 0 0 20 0 1 0 274505314 118706176 25512 33554432000 4194304 4896791 140734390439360 140734390436568 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 28981 25512 78 172 0 28807 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 141708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23232
/proc/meminfo: memFree=28067944/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=98968 CPUtime=1697.75 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 98162 0 0 0 169697 78 0 0 20 0 1 0 274505314 101343232 22626 33554432000 4194304 4896791 140734390439360 140734390436936 4225652 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 24742 22626 78 172 0 24568 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 124752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23232
/proc/meminfo: memFree=28007068/32873852 swapFree=6848/6848
[pid=23037] ppid=23035 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (runPb2satCp2.sh) S 23035 23037 18174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274496906 9367552 275 33554432000 4194304 5064252 140734610870624 140734610869536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 2287 275 233 213 0 72 0
[pid=23038] ppid=23037 vsize=7488 CPUtime=84.03 cores=1,3,5,7
/proc/23038/stat : 23038 (pb2sat) S 23037 23037 18174 0 -1 4202496 8624 56289 0 0 33 24 8322 24 20 0 1 0 274496906 7667712 1493 33554432000 4194304 5873084 140735730318128 140735730311944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23038/statm: 1872 1493 174 410 0 1454 0
[pid=23064] ppid=23038 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23064/stat : 23064 (satsolver.sh) S 23038 23037 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274505314 9367552 266 33554432000 4194304 5064252 140734145606048 140734145604960 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23064/statm: 2287 266 226 213 0 72 0
[pid=23065] ppid=23064 vsize=117936 CPUtime=1716.07 cores=1,3,5,7
/proc/23065/stat : 23065 (glucose_static) R 23064 23037 18174 0 -1 4202496 98728 0 0 0 171528 79 0 0 20 0 1 0 274505314 120766464 25740 33554432000 4194304 4896791 140734390439360 140734390436888 4225011 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23065/statm: 29484 25740 78 172 0 29310 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 143720

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.13
CPU user time (s): 1798.84
CPU system time (s): 1.2878
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 204892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.2878
maximum resident set size= 155104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 51048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301
involuntary context switches= 4035

runsolver used 3.9314 second user time and 10.0935 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 03:55:10
IDJOB=3695416
IDBENCH=48184
IDSOLVER=2273
FILE ID=node128/3695416-1338083710
RUNJOBID= node128-1338053110-18191
PBS_JOBID= 14624418
Free space on /tmp= 71352 MiB

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

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1498297535

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28233624 kB
Buffers:          351416 kB
Cached:          3414752 kB
SwapCached:            0 kB
Active:           986888 kB
Inactive:        2835300 kB
Active(anon):      58100 kB
Inactive(anon):        0 kB
Active(file):     928788 kB
Inactive(file):  2835300 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:         62112 kB
Mapped:            15380 kB
Shmem:               204 kB
Slab:             679496 kB
SReclaimable:     121892 kB
SUnreclaim:       557604 kB
KernelStack:        1472 kB
PageTables:         4616 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     178188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71332 MiB
End job on node128 at 2012-05-27 04:25:11