Trace number 3696585

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
pb2sat 2012-05-19OPT1 1479.63 1479.91

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.30	c model valid
0.00/0.30	c current solution ok
0.00/0.70	o 1003
0.00/0.70	c current bound: 501
1186.33/1186.61	c model valid
1186.33/1186.61	c current solution ok
1186.33/1186.63	o 1
1186.33/1186.63	c current bound: 0
1479.60/1479.90	s OPTIMUM FOUND
1479.60/1479.90	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 x68 x69 -x70 -x71 x72 x73 -x74 -x75 x76 x77 x78 -x79 -x80 -x81 x82 -x83 -x84 x85 x86 x87 x88 -x89 -x90 -x91 -x92 -x93 x94 

Verifier Data

OK	1

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-3696585-1338071270/watcher-3696585-1338071270 -o /tmp/evaluation-result-3696585-1338071270/solver-3696585-1338071270 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696585-1338071270.opb 903488678 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: 1.92 1.98 1.99 3/179 17982
/proc/meminfo: memFree=27368672/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0

[startup+0.0768369 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 17982
/proc/meminfo: memFree=27368672/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100317 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 17982
/proc/meminfo: memFree=27368672/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 17982
/proc/meminfo: memFree=27368672/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/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: 1.92 1.98 1.99 3/179 17982
/proc/meminfo: memFree=27368672/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 17989
/proc/meminfo: memFree=27319072/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=31520 CPUtime=0.78 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 6730 0 0 0 78 0 0 0 20 0 1 0 273254359 32276480 6931 33554432000 4194304 4896791 140735854090976 140735854088184 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 7880 6931 76 172 0 7706 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 67636

[startup+3.10041 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 17989
/proc/meminfo: memFree=27318204/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=31668 CPUtime=2.38 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 6983 0 0 0 237 1 0 0 20 0 1 0 273254359 32428032 7180 33554432000 4194304 4896791 140735854090976 140735854088024 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 7917 7180 76 172 0 7743 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 67784

[startup+6.30042 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 17989
/proc/meminfo: memFree=27333228/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=36244 CPUtime=5.58 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 7330 0 0 0 557 1 0 0 20 0 1 0 273254359 37113856 8036 33554432000 4194304 4896791 140735854090976 140735854088504 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 9061 8036 76 172 0 8887 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 72360

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 17989
/proc/meminfo: memFree=27329320/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=36532 CPUtime=11.98 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 7735 0 0 0 1197 1 0 0 20 0 1 0 273254359 37408768 8104 33554432000 4194304 4896791 140735854090976 140735854088504 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 9133 8104 76 172 0 8959 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 72648

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 17989
/proc/meminfo: memFree=27327276/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=36968 CPUtime=24.78 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 8921 0 0 0 2476 2 0 0 20 0 1 0 273254359 37855232 8213 33554432000 4194304 4896791 140735854090976 140735854088184 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 9242 8213 76 172 0 9068 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 73084

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 17989
/proc/meminfo: memFree=27321676/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=37880 CPUtime=50.37 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 10884 0 0 0 5035 2 0 0 20 0 1 0 273254359 38789120 8781 33554432000 4194304 4896791 140735854090976 140735854088184 4204016 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 9470 8781 76 172 0 9296 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 73996

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 17990
/proc/meminfo: memFree=27308152/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17988/stat : 17988 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273254358 9367552 267 33554432000 4194304 5064252 140734850393552 140734850392464 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17988/statm: 2287 267 226 213 0 72 0
[pid=17989] ppid=17988 vsize=46184 CPUtime=101.57 cores=0,2,4,6
/proc/17989/stat : 17989 (glucose_static) R 17988 17982 15605 0 -1 4202496 13716 0 0 0 10153 4 0 0 20 0 1 0 273254359 47292416 9399 33554432000 4194304 4896791 140735854090976 140735854088504 4225002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17989/statm: 11546 9399 76 172 0 11372 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 82300

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/184 17993
/proc/meminfo: memFree=27319740/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=17820 CPUtime=0.68 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 5524 7029 0 0 20 31 15 2 20 0 1 0 273254288 18247680 3227 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4455 3227 171 410 0 4037 0
[pid=17988] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=33724 CPUtime=175.62 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 15839 0 0 0 17556 6 0 0 20 0 1 0 273372951 34533376 7599 33554432000 4194304 4896791 140734576242528 140734576239784 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8431 7599 76 172 0 8257 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 71308

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 18049
/proc/meminfo: memFree=27474304/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=34464 CPUtime=235.62 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 18175 0 0 0 23554 8 0 0 20 0 1 0 273372951 35291136 8068 33554432000 4194304 4896791 140734576242528 140734576240040 4224994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8616 8068 76 172 0 8442 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 72048

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

[startup+1433.5 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 18049
/proc/meminfo: memFree=27471332/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=39364 CPUtime=246.81 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 18609 0 0 0 24673 8 0 0 20 0 1 0 273372951 40308736 8480 33554432000 4194304 4896791 140734576242528 140734576239960 4224975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 9841 8480 76 172 0 9667 0
Current children cumulated CPU time (s) 1433.19
Current children cumulated vsize (KiB) 76948

[startup+1459.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27472800/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=35068 CPUtime=272.41 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 20414 0 0 0 27232 9 0 0 20 0 1 0 273372951 35909632 8145 33554432000 4194304 4896791 140734576242528 140734576240040 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8767 8145 76 172 0 8593 0
Current children cumulated CPU time (s) 1458.79
Current children cumulated vsize (KiB) 72652

[startup+1471.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27473168/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=35196 CPUtime=285.21 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 21345 0 0 0 28511 10 0 0 20 0 1 0 273372951 36040704 7987 33554432000 4194304 4896791 140734576242528 140734576240040 4205040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8799 7987 76 172 0 8625 0
Current children cumulated CPU time (s) 1471.59
Current children cumulated vsize (KiB) 72780

[startup+1475.11 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27473416/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=35196 CPUtime=288.42 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 21633 0 0 0 28832 10 0 0 20 0 1 0 273372951 36040704 7708 33554432000 4194304 4896791 140734576242528 140734576240040 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8799 7708 76 172 0 8625 0
Current children cumulated CPU time (s) 1474.8
Current children cumulated vsize (KiB) 72780

[startup+1478.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27471092/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=39552 CPUtime=291.62 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 22058 0 0 0 29152 10 0 0 20 0 1 0 273372951 40501248 8538 33554432000 4194304 4896791 140734576242528 140734576240040 4235673 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 9888 8538 76 172 0 9714 0
Current children cumulated CPU time (s) 1478
Current children cumulated vsize (KiB) 77136

[startup+1479.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27471092/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=32476 CPUtime=292.41 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 22340 0 0 0 29231 10 0 0 20 0 1 0 273372951 33255424 7440 33554432000 4194304 4896791 140734576242528 140734576240040 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8119 7440 76 172 0 7945 0
Current children cumulated CPU time (s) 1478.79
Current children cumulated vsize (KiB) 70060

[startup+1479.51 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27471900/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1186.38 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6224 59409 0 0 21 32 118544 41 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101432 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
[pid=18002] ppid=17983 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18002/stat : 18002 (satsolver.sh) S 17983 17982 15605 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273372951 9367552 266 33554432000 4194304 5064252 140736348220352 140736348219264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18002/statm: 2287 266 226 213 0 72 0
[pid=18003] ppid=18002 vsize=32476 CPUtime=292.82 cores=0,2,4,6
/proc/18003/stat : 18003 (glucose_static) R 18002 17982 15605 0 -1 4202496 22413 0 0 0 29272 10 0 0 20 0 1 0 273372951 33255424 7453 33554432000 4194304 4896791 140734576242528 140734576240040 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18003/statm: 8119 7453 76 172 0 7945 0
Current children cumulated CPU time (s) 1479.2
Current children cumulated vsize (KiB) 70060

[startup+1479.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 18049
/proc/meminfo: memFree=27471900/32873648 swapFree=6336/6336
[pid=17982] ppid=17980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17982/stat : 17982 (runPb2sat.sh) S 17980 17982 15605 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273254288 9367552 274 33554432000 4194304 5064252 140735448038352 140735448037264 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17982/statm: 2287 274 233 213 0 72 0
[pid=17983] ppid=17982 vsize=19288 CPUtime=1479.6 cores=0,2,4,6
/proc/17983/stat : 17983 (pb2sat) S 17982 17982 15605 0 -1 4202496 6245 83113 0 0 21 32 147855 52 20 0 1 0 273254288 19750912 3617 33554432000 4194304 5873084 140733330107616 140733330101928 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17983/statm: 4822 3617 172 410 0 4404 0
Current children cumulated CPU time (s) 1479.6
Current children cumulated vsize (KiB) 28436

Child status: 0
Real time (s): 1479.91
CPU time (s): 1479.63
CPU user time (s): 1478.77
CPU system time (s): 0.857869
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 173672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1478.77
system time used= 0.857869
maximum resident set size= 117684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 46960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134
involuntary context switches= 1688

runsolver used 4.06138 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-27 00:27:50
IDJOB=3696585
IDBENCH=2916
IDSOLVER=2274
FILE ID=node112/3696585-1338071270
RUNJOBID= node112-1338052947-15621
PBS_JOBID= 14624404
Free space on /tmp= 71500 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696585-1338071270/watcher-3696585-1338071270 -o /tmp/evaluation-result-3696585-1338071270/solver-3696585-1338071270 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696585-1338071270.opb 903488678 HOME HOME

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=903488678

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27369200 kB
Buffers:          315360 kB
Cached:          4190224 kB
SwapCached:            0 kB
Active:           988216 kB
Inactive:        3706076 kB
Active(anon):     191048 kB
Inactive(anon):        0 kB
Active(file):     797168 kB
Inactive(file):  3706076 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:        194656 kB
Mapped:            15356 kB
Shmem:               200 kB
Slab:             674116 kB
SReclaimable:     118120 kB
SUnreclaim:       555996 kB
KernelStack:        1480 kB
PageTables:         4040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     333584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71520 MiB
End job on node112 at 2012-05-27 00:52:30