Trace number 3695063

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.05 1800.81

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUM904168892843efef74e3394360b8d762
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
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 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
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

1.38/1.43	c model valid
1.38/1.43	c current solution ok
1.98/2.04	o 34
1.98/2.04	c (debug) using card networks
4.77/4.81	c model valid
4.77/4.81	c current solution ok
4.79/4.95	o 33
4.79/4.95	c (debug) using card networks
7.14/7.52	c model valid
7.14/7.52	c current solution ok
7.14/7.54	o 32
7.14/7.54	c (debug) using card networks
7.64/8.07	c model valid
7.64/8.07	c current solution ok
7.64/8.08	o 31
7.64/8.08	c (debug) using card networks
15.44/15.84	c model valid
15.44/15.84	c current solution ok
15.44/15.86	o 30
15.44/15.86	c (debug) using card networks
22.33/22.70	c model valid
22.33/22.70	c current solution ok
22.33/22.71	o 29
22.33/22.71	c (debug) using card networks
29.13/29.56	c model valid
29.13/29.56	c current solution ok
29.13/29.57	o 27
29.13/29.57	c (debug) using card networks
54.52/54.93	c model valid
54.52/54.93	c current solution ok
54.52/54.94	o 26
54.52/54.94	c (debug) using card networks
178.07/178.50	c model valid
178.07/178.50	c current solution ok
178.07/178.52	o 25
178.07/178.52	c (debug) using card networks
1068.27/1068.90	c model valid
1068.27/1068.90	c current solution ok
1068.27/1068.92	o 24
1068.27/1068.92	c (debug) using card networks
1800.01/1800.81	./satsolver.sh: line 5: 14316 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.81	c error: unexpected solver exit code
1800.01/1800.81	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-3695063-1338077589/watcher-3695063-1338077589 -o /tmp/evaluation-result-3695063-1338077589/solver-3695063-1338077589 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695063-1338077589.opb 1095922376 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.04 2.01 2.00 3/179 14168
/proc/meminfo: memFree=28071372/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0

[startup+0.021232 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14168
/proc/meminfo: memFree=28071372/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14168
/proc/meminfo: memFree=28071372/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14168
/proc/meminfo: memFree=28071372/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70032 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14168
/proc/meminfo: memFree=28071372/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50015 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 14172
/proc/meminfo: memFree=28011708/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=22008 CPUtime=1.48 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) R 14168 14168 10094 0 -1 4202496 5614 10479 0 0 68 7 71 2 20 0 1 0 273883268 22536192 4983 33554432000 4194304 5873084 140736278685984 140736278681416 5127520 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/14169/statm: 5502 4983 176 410 0 5084 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31156

[startup+3.10047 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 14175
/proc/meminfo: memFree=28026404/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=25376 CPUtime=2.05 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 7198 10993 0 0 81 50 71 3 20 0 1 0 273883268 25985024 5667 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14169/statm: 6344 5667 177 410 0 5926 0
[pid=14174] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14174/stat : 14174 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273883476 9367552 266 33554432000 4194304 5064252 140736956267568 140736956266480 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14174/statm: 2287 266 226 213 0 72 0
[pid=14175] ppid=14174 vsize=55148 CPUtime=1.01 cores=1,3,5,7
/proc/14175/stat : 14175 (glucose_static) R 14174 14168 10094 0 -1 4202496 12341 0 0 0 99 2 0 0 20 0 1 0 273883476 56471552 12472 33554432000 4194304 4896791 140734471700720 140734471698248 4224696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14175/statm: 13787 12472 78 172 0 13613 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 98820

[startup+6.30046 s]
/proc/loadavg: 2.19 2.04 2.01 3/183 14178
/proc/meminfo: memFree=27985648/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=4.84 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 10079 24673 0 0 104 51 321 8 20 0 1 0 273883268 29241344 6304 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14169/statm: 7139 6304 177 410 0 6721 0
[pid=14177] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14177/stat : 14177 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273883767 9367552 267 33554432000 4194304 5064252 140735459924224 140735459923136 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14177/statm: 2287 267 226 213 0 72 0
[pid=14178] ppid=14177 vsize=50704 CPUtime=1.09 cores=1,3,5,7
/proc/14178/stat : 14178 (glucose_static) R 14177 14168 10094 0 -1 4202496 12673 0 0 0 107 2 0 0 20 0 1 0 273883767 51920896 12020 33554432000 4194304 4896791 140734537593440 140734537590744 4230803 0 0 4096 0 0 0 0 17 1 0 0 20 0 0
/proc/14178/statm: 12676 12020 78 172 0 12502 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 97556

[startup+12.7005 s]
/proc/loadavg: 2.18 2.04 2.01 3/183 14184
/proc/meminfo: memFree=27981048/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=7.74 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 14977 51677 0 0 148 52 556 18 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14183] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14183/stat : 14183 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273884079 9367552 267 33554432000 4194304 5064252 140734371277200 140734371276112 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14183/statm: 2287 267 226 213 0 72 0
[pid=14184] ppid=14183 vsize=54320 CPUtime=4.57 cores=1,3,5,7
/proc/14184/stat : 14184 (glucose_static) R 14183 14168 10094 0 -1 4202496 13996 0 0 0 454 3 0 0 20 0 1 0 273884080 55623680 12796 33554432000 4194304 4896791 140735554212112 140735554209320 4205681 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14184/statm: 13580 12796 78 172 0 13406 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 101172

[startup+25.5005 s]
/proc/loadavg: 2.21 2.06 2.01 3/183 14190
/proc/meminfo: memFree=27982512/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=22.37 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 19876 83258 0 0 193 53 1961 30 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14189] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14189/stat : 14189 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273885542 9367552 267 33554432000 4194304 5064252 140733655361904 140733655360816 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14189/statm: 2287 267 226 213 0 72 0
[pid=14190] ppid=14189 vsize=49220 CPUtime=2.75 cores=1,3,5,7
/proc/14190/stat : 14190 (glucose_static) R 14189 14168 10094 0 -1 4202496 13335 0 0 0 272 3 0 0 20 0 1 0 273885542 50401280 11153 33554432000 4194304 4896791 140733759573120 140733759570264 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14190/statm: 12305 11153 78 172 0 12131 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 96072

[startup+51.1004 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 14193
/proc/meminfo: memFree=27980844/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=29.22 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 22324 98825 0 0 215 54 2617 36 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14192] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14192/stat : 14192 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273886228 9367552 266 33554432000 4194304 5064252 140735235248880 140735235247792 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14192/statm: 2287 266 226 213 0 72 0
[pid=14193] ppid=14192 vsize=62420 CPUtime=21.48 cores=1,3,5,7
/proc/14193/stat : 14193 (glucose_static) R 14192 14168 10094 0 -1 4202496 16930 0 0 0 2143 5 0 0 20 0 1 0 273886228 63918080 12944 33554432000 4194304 4896791 140733280207568 140733280205096 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14193/statm: 15605 12944 78 172 0 15431 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 109272

[startup+102.307 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 14199
/proc/meminfo: memFree=27976516/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=54.57 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 24702 117684 0 0 237 54 5123 43 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14195] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14195/stat : 14195 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273888765 9367552 266 33554432000 4194304 5064252 140734371011776 140734371010688 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14195/statm: 2287 266 226 213 0 72 0
[pid=14196] ppid=14195 vsize=57060 CPUtime=47.31 cores=1,3,5,7
/proc/14196/stat : 14196 (glucose_static) R 14195 14168 10094 0 -1 4202496 18857 0 0 0 4725 6 0 0 20 0 1 0 273888765 58429440 13228 33554432000 4194304 4896791 140737060835632 140737060833160 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14196/statm: 14265 13228 78 172 0 14091 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 103912

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 14202
/proc/meminfo: memFree=27961544/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=54.57 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 24702 117684 0 0 237 54 5123 43 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14195] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14195/stat : 14195 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273888765 9367552 266 33554432000 4194304 5064252 140734371011776 140734371010688 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14195/statm: 2287 266 226 213 0 72 0
[pid=14196] ppid=14195 vsize=78192 CPUtime=107.28 cores=1,3,5,7
/proc/14196/stat : 14196 (glucose_static) R 14195 14168 10094 0 -1 4202496 24751 0 0 0 10718 10 0 0 20 0 1 0 273888765 80068608 17821 33554432000 4194304 4896791 140737060835632 140737060832840 4206022 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14196/statm: 19548 17821 78 172 0 19374 0
Current children cumulated CPU time (s) 161.85

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


[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 14352
/proc/meminfo: memFree=28070368/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=70336 CPUtime=293.26 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 27556 0 0 0 29309 17 0 0 20 0 1 0 273990164 72024064 16706 33554432000 4194304 4896791 140734276608288 140734276605496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 17584 16706 78 172 0 17410 0
Current children cumulated CPU time (s) 1361.59
Current children cumulated vsize (KiB) 117188

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 14355
/proc/meminfo: memFree=28046148/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=83056 CPUtime=353.27 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 29191 0 0 0 35307 20 0 0 20 0 1 0 273990164 85049344 19434 33554432000 4194304 4896791 140734276608288 140734276605512 4224980 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 20764 19434 78 172 0 20590 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 129908

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 14361
/proc/meminfo: memFree=28052484/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=102912 CPUtime=413.24 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 30493 0 0 0 41303 21 0 0 20 0 1 0 273990164 105381888 22270 33554432000 4194304 4896791 140734276608288 140734276605432 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 25728 22270 78 172 0 25554 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 149764

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 14368
/proc/meminfo: memFree=28037360/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=103736 CPUtime=473.23 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 31678 0 0 0 47300 23 0 0 20 0 1 0 273990164 106225664 22961 33554432000 4194304 4896791 140734276608288 140734276605512 4224640 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 25934 22961 78 172 0 25760 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 150588

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/183 14374
/proc/meminfo: memFree=28043968/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=104316 CPUtime=533.21 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 32845 0 0 0 53296 25 0 0 20 0 1 0 273990164 106819584 23112 33554432000 4194304 4896791 140734276608288 140734276605496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 26079 23112 78 172 0 25905 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 151168

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 14383
/proc/meminfo: memFree=28038500/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=105104 CPUtime=593.19 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 34030 0 0 0 59293 26 0 0 20 0 1 0 273990164 107626496 22290 33554432000 4194304 4896791 140734276608288 140734276605496 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 26276 22290 78 172 0 26102 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 151956

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 14392
/proc/meminfo: memFree=28046216/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=105796 CPUtime=653.19 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 35197 0 0 0 65291 28 0 0 20 0 1 0 273990164 108335104 22471 33554432000 4194304 4896791 140734276608288 140734276605496 4224821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 26449 22471 78 172 0 26275 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 152648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14398
/proc/meminfo: memFree=28038052/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=106220 CPUtime=713.18 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 37114 0 0 0 71288 30 0 0 20 0 1 0 273990164 108769280 22662 33554432000 4194304 4896791 140734276608288 140734276603304 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 26555 22662 78 172 0 26381 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 153072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14402
/proc/meminfo: memFree=28036836/32873844 swapFree=7616/7616
[pid=14168] ppid=14166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14168/stat : 14168 (runPb2satCp2.sh) S 14166 14168 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273883268 9367552 275 33554432000 4194304 5064252 140736594972400 140736594971312 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14168/statm: 2287 275 233 213 0 72 0
[pid=14169] ppid=14168 vsize=28556 CPUtime=1068.33 cores=1,3,5,7
/proc/14169/stat : 14169 (pb2sat) S 14168 14168 10094 0 -1 4202496 29528 192476 0 0 281 56 106399 97 20 0 1 0 273883268 29241344 6463 33554432000 4194304 5873084 140736278685984 140736278679800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14169/statm: 7139 6463 177 410 0 6721 0
[pid=14315] ppid=14169 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14315/stat : 14315 (satsolver.sh) S 14169 14168 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273990163 9367552 266 33554432000 4194304 5064252 140733452944016 140733452942928 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14315/statm: 2287 266 226 213 0 72 0
[pid=14316] ppid=14315 vsize=106512 CPUtime=731.68 cores=1,3,5,7
/proc/14316/stat : 14316 (glucose_static) R 14315 14168 10094 0 -1 4202496 37169 0 0 0 73138 30 0 0 20 0 1 0 273990164 109068288 24250 33554432000 4194304 4896791 140734276608288 140734276605496 4225180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14316/statm: 26628 24250 78 172 0 26454 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 153364

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.81
CPU time (s): 1800.05
CPU user time (s): 1798.19
CPU system time (s): 1.85472
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 205380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 1.85472
maximum resident set size= 128192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 198720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328
involuntary context switches= 1968

runsolver used 10.2264 second user time and 14.9927 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 02:13:09
IDJOB=3695063
IDBENCH=25020
IDSOLVER=2273
FILE ID=node141/3695063-1338077589
RUNJOBID= node141-1338052046-10111
PBS_JOBID= 14624387
Free space on /tmp= 71472 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695063-1338077589/watcher-3695063-1338077589 -o /tmp/evaluation-result-3695063-1338077589/solver-3695063-1338077589 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695063-1338077589.opb 1095922376 HOME HOME

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

MD5SUM BENCH= 904168892843efef74e3394360b8d762
RANDOM SEED=1095922376

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28072148 kB
Buffers:          305532 kB
Cached:          3568760 kB
SwapCached:            0 kB
Active:           822680 kB
Inactive:        3176036 kB
Active(anon):     126344 kB
Inactive(anon):        0 kB
Active(file):     696336 kB
Inactive(file):  3176036 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13196 kB
Writeback:             0 kB
AnonPages:        147724 kB
Mapped:            15248 kB
Shmem:               200 kB
Slab:             660844 kB
SReclaimable:     103452 kB
SUnreclaim:       557392 kB
KernelStack:        1520 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     260684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 71472 MiB
End job on node141 at 2012-05-27 02:43:10