Trace number 3695351

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.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-144
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Quality of the solution as a function of time


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

Solver Data

1.37/1.43	c model valid
1.37/1.43	c current solution ok
1.68/1.76	o -87
1.68/1.76	c (debug) using card networks
8.16/8.22	c model valid
8.16/8.22	c current solution ok
8.16/8.23	o -89
8.16/8.23	c (debug) using card networks
13.16/13.24	c model valid
13.16/13.24	c current solution ok
13.16/13.25	o -91
13.16/13.25	c (debug) using card networks
22.67/22.78	c model valid
22.67/22.78	c current solution ok
22.67/22.78	o -92
22.67/22.78	c (debug) using card networks
33.36/33.46	c model valid
33.36/33.46	c current solution ok
33.36/33.47	o -93
33.36/33.47	c (debug) using card networks
46.34/46.43	c model valid
46.34/46.43	c current solution ok
46.34/46.43	o -101
46.34/46.43	c (debug) using card networks
73.94/74.01	c model valid
73.94/74.01	c current solution ok
73.94/74.03	o -108
73.94/74.03	c (debug) using card networks
209.80/209.93	c model valid
209.80/209.93	c current solution ok
209.80/209.94	o -109
209.80/209.94	c (debug) using card networks
656.69/656.90	c model valid
656.69/656.90	c current solution ok
656.69/656.91	o -111
656.69/656.91	c (debug) using card networks
1274.34/1274.70	c model valid
1274.34/1274.70	c current solution ok
1274.34/1274.71	o -112
1274.34/1274.71	c (debug) using card networks
1800.03/1800.51	./satsolver.sh: line 5: 11423 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3695351-1338086271/watcher-3695351-1338086271 -o /tmp/evaluation-result-3695351-1338086271/solver-3695351-1338086271 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695351-1338086271.opb 1455205576 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.01 2.00 2.00 3/179 11319
/proc/meminfo: memFree=29338708/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0

[startup+0.0746591 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11319
/proc/meminfo: memFree=29338708/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100336 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11319
/proc/meminfo: memFree=29338708/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300321 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11319
/proc/meminfo: memFree=29338708/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70033 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11319
/proc/meminfo: memFree=29338708/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 11323
/proc/meminfo: memFree=29303244/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=12216 CPUtime=1.47 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) R 11319 11319 7219 0 -1 4202496 3511 5869 0 0 11 6 129 1 20 0 1 0 274752142 12509184 2680 33554432000 4194304 5873084 140734203694320 140734203689816 5127424 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3054 2680 174 410 0 2636 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21364

[startup+3.10044 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 11326
/proc/meminfo: memFree=29290608/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=12728 CPUtime=1.75 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 3876 6383 0 0 17 27 129 2 20 0 1 0 274752142 13033472 2805 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3182 2805 175 410 0 2764 0
[pid=11325] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11325/stat : 11325 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274752320 9367552 266 33554432000 4194304 5064252 140736386318096 140736386317008 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11325/statm: 2287 266 226 213 0 72 0
[pid=11326] ppid=11325 vsize=28816 CPUtime=1.31 cores=1,3,5,7
/proc/11326/stat : 11326 (glucose_static) R 11325 11319 7219 0 -1 4202496 6253 0 0 0 130 1 0 0 20 0 1 0 274752320 29507584 6413 33554432000 4194304 4896791 140736134278352 140736134275656 4224617 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11326/statm: 7204 6413 78 172 0 7030 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59840

[startup+6.30044 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 11326
/proc/meminfo: memFree=29280724/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=12728 CPUtime=1.75 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 3876 6383 0 0 17 27 129 2 20 0 1 0 274752142 13033472 2805 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3182 2805 175 410 0 2764 0
[pid=11325] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11325/stat : 11325 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274752320 9367552 266 33554432000 4194304 5064252 140736386318096 140736386317008 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11325/statm: 2287 266 226 213 0 72 0
[pid=11326] ppid=11325 vsize=32196 CPUtime=4.51 cores=1,3,5,7
/proc/11326/stat : 11326 (glucose_static) R 11325 11319 7219 0 -1 4202496 6642 0 0 0 450 1 0 0 20 0 1 0 274752320 32968704 6787 33554432000 4194304 4896791 140736134278352 140736134275560 4224819 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11326/statm: 8049 6787 78 172 0 7875 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63220

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 11329
/proc/meminfo: memFree=29265456/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=14292 CPUtime=8.22 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 4979 15114 0 0 20 27 770 5 20 0 1 0 274752142 14635008 3196 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3573 3196 175 410 0 3155 0
[pid=11328] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11328/stat : 11328 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274752966 9367552 266 33554432000 4194304 5064252 140736111787824 140736111786736 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11328/statm: 2287 266 226 213 0 72 0
[pid=11329] ppid=11328 vsize=32328 CPUtime=4.44 cores=1,3,5,7
/proc/11329/stat : 11329 (glucose_static) R 11328 11319 7219 0 -1 4202496 6565 0 0 0 443 1 0 0 20 0 1 0 274752967 33103872 6793 33554432000 4194304 4896791 140736062035312 140736062032520 4203058 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11329/statm: 8082 6793 78 172 0 7908 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64916

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11392
/proc/meminfo: memFree=29427852/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=22.78 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 7389 31993 0 0 24 28 2214 12 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11391] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11391/stat : 11391 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274754422 9367552 267 33554432000 4194304 5064252 140735549371648 140735549370560 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11391/statm: 2287 267 226 213 0 72 0
[pid=11392] ppid=11391 vsize=32068 CPUtime=2.69 cores=1,3,5,7
/proc/11392/stat : 11392 (glucose_static) R 11391 11319 7219 0 -1 4202496 5843 0 0 0 268 1 0 0 20 0 1 0 274754422 32837632 6690 33554432000 4194304 4896791 140737100346560 140737100343768 4224867 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11392/statm: 8017 6690 78 172 0 7843 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 65680

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11398
/proc/meminfo: memFree=29424424/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=46.41 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 9755 48894 0 0 28 28 4567 18 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11397] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11397/stat : 11397 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274756787 9367552 267 33554432000 4194304 5064252 140734733399584 140734733398496 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11397/statm: 2287 267 226 213 0 72 0
[pid=11398] ppid=11397 vsize=32408 CPUtime=4.64 cores=1,3,5,7
/proc/11398/stat : 11398 (glucose_static) R 11397 11319 7219 0 -1 4202496 6668 0 0 0 463 1 0 0 20 0 1 0 274756787 33185792 6831 33554432000 4194304 4896791 140734322331792 140734322329000 4225662 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11398/statm: 8102 6831 78 172 0 7928 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 66020

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11404
/proc/meminfo: memFree=29417048/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=73.99 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 10980 60141 0 0 30 29 7317 23 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11400] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11400/stat : 11400 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274759546 9367552 267 33554432000 4194304 5064252 140737109785152 140737109784064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11400/statm: 2287 267 226 213 0 72 0
[pid=11401] ppid=11400 vsize=35492 CPUtime=28.25 cores=1,3,5,7
/proc/11401/stat : 11401 (glucose_static) R 11400 11319 7219 0 -1 4202496 8449 0 0 0 2822 3 0 0 20 0 1 0 274759546 36343808 8068 33554432000 4194304 4896791 140733255561360 140733255558504 4223886 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11401/statm: 8873 8068 78 172 0 8699 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 69104

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11407
/proc/meminfo: memFree=29394224/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=73.99 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 10980 60141 0 0 30 29 7317 23 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11400] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11400/stat : 11400 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274759546 9367552 267 33554432000 4194304 5064252 140737109785152 140737109784064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11400/statm: 2287 267 226 213 0 72 0
[pid=11401] ppid=11400 vsize=45400 CPUtime=88.22 cores=1,3,5,7
/proc/11401/stat : 11401 (glucose_static) R 11400 11319 7219 0 -1 4202496 12386 0 0 0 8816 6 0 0 20 0 1 0 274759546 46489600 10385 33554432000 4194304 4896791 140733255561360 140733255558568 4205551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11401/statm: 11350 10385 78 172 0 11176 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11449
/proc/meminfo: memFree=29345364/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=56360 CPUtime=147.53 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 20069 0 0 0 14744 9 0 0 20 0 1 0 274879615 57712640 12833 33554432000 4194304 4896791 140733820733760 140733820730968 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 14090 12833 78 172 0 13916 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 89972

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 11449
/proc/meminfo: memFree=29320796/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=71204 CPUtime=207.51 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 23668 0 0 0 20740 11 0 0 20 0 1 0 274879615 72912896 14466 33554432000 4194304 4896791 140733820733760 140733820730968 4225038 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 17801 14466 78 172 0 17627 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 104816

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 11449
/proc/meminfo: memFree=29311268/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=63248 CPUtime=267.5 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 26328 0 0 0 26736 14 0 0 20 0 1 0 274879615 64765952 14177 33554432000 4194304 4896791 140733820733760 140733820731336 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 15812 14177 78 172 0 15638 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 96860

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 11449
/proc/meminfo: memFree=29286384/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=77168 CPUtime=327.49 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 28056 0 0 0 32733 16 0 0 20 0 1 0 274879615 79020032 17218 33554432000 4194304 4896791 140733820733760 140733820730968 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 19292 17218 78 172 0 19118 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 110780

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 11449
/proc/meminfo: memFree=29273624/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=80452 CPUtime=387.48 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 30317 0 0 0 38729 19 0 0 20 0 1 0 274879615 82382848 17053 33554432000 4194304 4896791 140733820733760 140733820730968 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 20113 17053 78 172 0 19939 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 114064

[startup+1722.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 11450
/proc/meminfo: memFree=29262368/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=82428 CPUtime=447.46 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 32138 0 0 0 44725 21 0 0 20 0 1 0 274879615 84406272 19628 33554432000 4194304 4896791 140733820733760 140733820730808 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 20607 19628 78 172 0 20433 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 116040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 11450
/proc/meminfo: memFree=29269376/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=73280 CPUtime=507.44 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 35160 0 0 0 50720 24 0 0 20 0 1 0 274879615 75038720 17568 33554432000 4194304 4896791 140733820733760 140733820731336 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 18320 17568 78 172 0 18146 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 106892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 11450
/proc/meminfo: memFree=29298064/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=85888 CPUtime=525.65 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 35548 0 0 0 52540 25 0 0 20 0 1 0 274879615 87949312 19996 33554432000 4194304 4896791 140733820733760 140733820730968 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 21472 19996 78 172 0 21298 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 119500

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 11450
/proc/meminfo: memFree=29298064/32873844 swapFree=7116/7116
[pid=11319] ppid=11317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11319/stat : 11319 (runPb2satCp2.sh) S 11317 11319 7219 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274752142 9367552 275 33554432000 4194304 5064252 140734912883328 140734912882240 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11319/statm: 2287 275 233 213 0 72 0
[pid=11320] ppid=11319 vsize=15316 CPUtime=1274.38 cores=1,3,5,7
/proc/11320/stat : 11320 (pb2sat) S 11319 11319 7219 0 -1 4202496 14658 139586 0 0 37 30 127284 87 20 0 1 0 274752142 15683584 3329 33554432000 4194304 5873084 140734203694320 140734203688136 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11320/statm: 3829 3329 175 410 0 3411 0
[pid=11422] ppid=11320 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11422/stat : 11422 (satsolver.sh) S 11320 11319 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274879615 9367552 267 33554432000 4194304 5064252 140735380436880 140735380435792 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11422/statm: 2287 267 226 213 0 72 0
[pid=11423] ppid=11422 vsize=85888 CPUtime=525.65 cores=1,3,5,7
/proc/11423/stat : 11423 (glucose_static) R 11422 11319 7219 0 -1 4202496 35548 0 0 0 52540 25 0 0 20 0 1 0 274879615 87949312 19996 33554432000 4194304 4896791 140733820733760 140733820730968 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11423/statm: 21472 19996 78 172 0 21298 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 119500

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.62
CPU system time (s): 1.43378
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 157032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.43378
maximum resident set size= 109548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 99248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306
involuntary context switches= 2445

runsolver used 3.06253 second user time and 8.44572 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 04:37:51
IDJOB=3695351
IDBENCH=48234
IDSOLVER=2273
FILE ID=node138/3695351-1338086271
RUNJOBID= node138-1338052933-7236
PBS_JOBID= 14624399
Free space on /tmp= 71524 MiB

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

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=1455205576

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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		: 2667.347
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:        29338716 kB
Buffers:          330744 kB
Cached:          2211016 kB
SwapCached:          212 kB
Active:           902188 kB
Inactive:        1795528 kB
Active(anon):     145912 kB
Inactive(anon):    12592 kB
Active(file):     756276 kB
Inactive(file):  1782936 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        179296 kB
Mapped:            15168 kB
Shmem:               200 kB
Slab:             693580 kB
SReclaimable:     135992 kB
SUnreclaim:       557588 kB
KernelStack:        1528 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     321744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71512 MiB
End job on node138 at 2012-05-27 05:07:51