Trace number 3695349

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.07 1800.82

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
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.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
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)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Quality of the solution as a function of time


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

Solver Data

0.00/0.47	c model valid
0.00/0.47	c current solution ok
0.00/1.14	o -96
0.00/1.14	c (debug) using card networks
16.23/16.65	c model valid
16.23/16.65	c current solution ok
16.23/16.66	o -97
16.23/16.66	c (debug) using card networks
23.83/24.23	c model valid
23.83/24.23	c current solution ok
23.83/24.24	o -100
23.83/24.24	c (debug) using card networks
53.32/53.76	c model valid
53.32/53.76	c current solution ok
53.32/53.77	o -101
53.32/53.77	c (debug) using card networks
92.51/92.94	c model valid
92.51/92.94	c current solution ok
92.51/92.95	o -107
92.51/92.95	c (debug) using card networks
471.72/472.22	c model valid
471.72/472.22	c current solution ok
471.72/472.23	o -109
471.72/472.23	c (debug) using card networks
636.38/636.91	c model valid
636.38/636.91	c current solution ok
636.38/636.92	o -110
636.38/636.92	c (debug) using card networks
698.96/699.53	c model valid
698.96/699.53	c current solution ok
698.96/699.54	o -113
698.96/699.54	c (debug) using card networks
1800.02/1800.81	./satsolver.sh: line 5: 17872 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.81	c error: unexpected solver exit code
1800.02/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-3695349-1338087922/watcher-3695349-1338087922 -o /tmp/evaluation-result-3695349-1338087922/solver-3695349-1338087922 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695349-1338087922.opb 17440152 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: 1.02 1.43 1.76 3/171 17810
/proc/meminfo: memFree=29341156/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0

[startup+0.0506241 s]
/proc/loadavg: 1.02 1.43 1.76 3/171 17810
/proc/meminfo: memFree=29341156/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 1.02 1.43 1.76 3/171 17810
/proc/meminfo: memFree=29341156/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 1.02 1.43 1.76 3/171 17810
/proc/meminfo: memFree=29341156/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700126 s]
/proc/loadavg: 1.02 1.43 1.76 3/171 17810
/proc/meminfo: memFree=29341156/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.02 1.43 1.76 3/183 17825
/proc/meminfo: memFree=29207760/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=12728 CPUtime=0.79 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 3763 6138 0 0 17 26 35 1 20 0 1 0 274917615 13033472 2691 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 22 0 0
/proc/17813/statm: 3182 2691 175 410 0 2764 0
[pid=17824] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17824/stat : 17824 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274917730 9367552 267 33554432000 4194304 5064252 140737084789968 140737084788880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=28560 CPUtime=0.33 cores=1,3,5,7
/proc/17825/stat : 17825 (glucose_static) R 17824 17810 17771 0 -1 4202496 6045 0 0 0 33 0 0 0 20 0 1 0 274917730 29245440 6333 33554432000 4194304 4896791 140735203064448 140735202013272 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17825/statm: 7140 6333 78 172 0 6966 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 59584

[startup+3.10031 s]
/proc/loadavg: 1.02 1.43 1.76 3/183 17825
/proc/meminfo: memFree=29196460/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=12728 CPUtime=0.79 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 3763 6138 0 0 17 26 35 1 20 0 1 0 274917615 13033472 2691 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 22 0 0
/proc/17813/statm: 3182 2691 175 410 0 2764 0
[pid=17824] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17824/stat : 17824 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274917730 9367552 267 33554432000 4194304 5064252 140737084789968 140737084788880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=28956 CPUtime=1.93 cores=1,3,5,7
/proc/17825/stat : 17825 (glucose_static) R 17824 17810 17771 0 -1 4202496 6235 0 0 0 193 0 0 0 20 0 1 0 274917730 29650944 6519 33554432000 4194304 4896791 140735203064448 140735203061656 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17825/statm: 7239 6519 78 172 0 7065 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 59980

[startup+6.3003 s]
/proc/loadavg: 1.18 1.46 1.76 3/183 17825
/proc/meminfo: memFree=29192284/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=12728 CPUtime=0.79 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 3763 6138 0 0 17 26 35 1 20 0 1 0 274917615 13033472 2691 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 22 0 0
/proc/17813/statm: 3182 2691 175 410 0 2764 0
[pid=17824] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17824/stat : 17824 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274917730 9367552 267 33554432000 4194304 5064252 140737084789968 140737084788880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=32656 CPUtime=5.14 cores=1,3,5,7
/proc/17825/stat : 17825 (glucose_static) R 17824 17810 17771 0 -1 4202496 6612 0 0 0 513 1 0 0 20 0 1 0 274917730 33439744 7398 33554432000 4194304 4896791 140735203064448 140735203061768 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17825/statm: 8164 7398 78 172 0 7990 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 63680

[startup+12.7004 s]
/proc/loadavg: 1.25 1.47 1.76 3/183 17825
/proc/meminfo: memFree=29191004/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=12728 CPUtime=0.79 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 3763 6138 0 0 17 26 35 1 20 0 1 0 274917615 13033472 2691 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 22 0 0
/proc/17813/statm: 3182 2691 175 410 0 2764 0
[pid=17824] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17824/stat : 17824 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274917730 9367552 267 33554432000 4194304 5064252 140737084789968 140737084788880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17824/statm: 2287 267 226 213 0 72 0
[pid=17825] ppid=17824 vsize=33856 CPUtime=11.53 cores=1,3,5,7
/proc/17825/stat : 17825 (glucose_static) R 17824 17810 17771 0 -1 4202496 7458 0 0 0 1152 1 0 0 20 0 1 0 274917730 34668544 7437 33554432000 4194304 4896791 140735203064448 140735203061656 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17825/statm: 8464 7437 78 172 0 8290 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 64880

[startup+25.5069 s]
/proc/loadavg: 1.49 1.51 1.77 3/183 17834
/proc/meminfo: memFree=29163752/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=14264 CPUtime=23.89 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 6046 23766 0 0 21 26 2334 8 20 0 1 0 274917615 14606336 3086 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3566 3086 175 410 0 3148 0
[pid=17833] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17833/stat : 17833 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274920040 9367552 266 33554432000 4194304 5064252 140737443253152 140737443252064 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17833/statm: 2287 266 226 213 0 72 0
[pid=17834] ppid=17833 vsize=28824 CPUtime=1.25 cores=1,3,5,7
/proc/17834/stat : 17834 (glucose_static) R 17833 17810 17771 0 -1 4202496 6171 0 0 0 124 1 0 0 20 0 1 0 274920040 29515776 6461 33554432000 4194304 4896791 140735523474816 140735523472120 4223862 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17834/statm: 7206 6461 78 172 0 7032 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 61384

[startup+51.1003 s]
/proc/loadavg: 1.66 1.55 1.78 3/183 17834
/proc/meminfo: memFree=29151900/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=14264 CPUtime=23.89 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 6046 23766 0 0 21 26 2334 8 20 0 1 0 274917615 14606336 3086 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3566 3086 175 410 0 3148 0
[pid=17833] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17833/stat : 17833 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274920040 9367552 266 33554432000 4194304 5064252 140737443253152 140737443252064 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17833/statm: 2287 266 226 213 0 72 0
[pid=17834] ppid=17833 vsize=36056 CPUtime=26.83 cores=1,3,5,7
/proc/17834/stat : 17834 (glucose_static) R 17833 17810 17771 0 -1 4202496 8955 0 0 0 2681 2 0 0 20 0 1 0 274920040 36921344 8227 33554432000 4194304 4896791 140735523474816 140735523472392 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17834/statm: 9014 8227 78 172 0 8840 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 68616

[startup+102.3 s]
/proc/loadavg: 2.00 1.65 1.80 3/183 17846
/proc/meminfo: memFree=29154192/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=14264 CPUtime=92.58 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 8414 44304 0 0 25 27 9189 17 20 0 1 0 274917615 14606336 3086 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3566 3086 175 410 0 3148 0
[pid=17845] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17845/stat : 17845 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274926911 9367552 266 33554432000 4194304 5064252 140735736008672 140735736007584 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17845/statm: 2287 266 226 213 0 72 0
[pid=17846] ppid=17845 vsize=33384 CPUtime=9.32 cores=1,3,5,7
/proc/17846/stat : 17846 (glucose_static) R 17845 17810 17771 0 -1 4202496 7990 0 0 0 931 1 0 0 20 0 1 0 274926911 34185216 7187 33554432000 4194304 4896791 140736772119008 140736772116216 4225018 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17846/statm: 8346 7187 78 172 0 8172 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 65944

[startup+162.3 s]
/proc/loadavg: 2.00 1.71 1.81 3/183 17849
/proc/meminfo: memFree=29143048/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=14264 CPUtime=92.58 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 8414 44304 0 0 25 27 9189 17 20 0 1 0 274917615 14606336 3086 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3566 3086 175 410 0 3148 0
[pid=17845] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 17887
/proc/meminfo: memFree=29083572/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=113672 CPUtime=662.59 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 41999 0 0 0 66230 29 0 0 20 0 1 0 274987570 116400128 24112 33554432000 4194304 4896791 140736310840112 140736310837320 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 28418 24112 78 172 0 28244 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 147284

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 17888
/proc/meminfo: memFree=29071008/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=115264 CPUtime=722.58 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 43151 0 0 0 72227 31 0 0 20 0 1 0 274987570 118030336 25577 33554432000 4194304 4896791 140736310840112 140736310837320 4225124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 28816 25577 78 172 0 28642 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 148876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 17891
/proc/meminfo: memFree=29063756/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=117316 CPUtime=782.56 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 44421 0 0 0 78224 32 0 0 20 0 1 0 274987570 120131584 27131 33554432000 4194304 4896791 140736310840112 140736310835848 4224823 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 29329 27131 78 172 0 29155 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 150928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 17891
/proc/meminfo: memFree=29078576/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=102120 CPUtime=842.55 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 46250 0 0 0 84220 35 0 0 20 0 1 0 274987570 104570880 22943 33554432000 4194304 4896791 140736310840112 140736310837320 4224844 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 25530 22943 78 172 0 25356 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 135732

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 17891
/proc/meminfo: memFree=29073156/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=103828 CPUtime=902.54 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 48008 0 0 0 90216 38 0 0 20 0 1 0 274987570 106319872 23883 33554432000 4194304 4896791 140736310840112 140736310837256 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 25957 23883 78 172 0 25783 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 137440

[startup+1662.31 s]
/proc/loadavg: 2.06 2.03 1.93 3/183 17891
/proc/meminfo: memFree=29041468/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=125468 CPUtime=962.54 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 49241 0 0 0 96215 39 0 0 20 0 1 0 274987570 128479232 29694 33554432000 4194304 4896791 140736310840112 140736310837320 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 31367 29694 78 172 0 31193 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 159080

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/183 17892
/proc/meminfo: memFree=29036412/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=127740 CPUtime=1022.51 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 51151 0 0 0 102210 41 0 0 20 0 1 0 274987570 130805760 31168 33554432000 4194304 4896791 140736310840112 140736310837320 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 31935 31168 78 172 0 31761 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 161352

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/183 17895
/proc/meminfo: memFree=29057144/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=130384 CPUtime=1082.5 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 52733 0 0 0 108207 43 0 0 20 0 1 0 274987570 133513216 29889 33554432000 4194304 4896791 140736310840112 140736310835848 4225103 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 32596 29889 78 172 0 32422 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 163996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.01 1.93 2/176 17925
/proc/meminfo: memFree=29203876/32873648 swapFree=6864/6864
[pid=17810] ppid=17808 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17810/stat : 17810 (runPb2satCp2.sh) S 17808 17810 17771 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274917615 9367552 274 33554432000 4194304 5064252 140736161722544 140736161721456 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17810/statm: 2287 274 233 213 0 72 0
[pid=17813] ppid=17810 vsize=15316 CPUtime=699.02 cores=1,3,5,7
/proc/17813/stat : 17813 (pb2sat) S 17810 17810 17771 0 -1 4202496 12011 114213 0 0 31 28 69787 56 20 0 1 0 274917615 15683584 3215 33554432000 4194304 5873084 140736615263184 140736615257000 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 22 0 0
/proc/17813/statm: 3829 3215 175 410 0 3411 0
[pid=17871] ppid=17813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (satsolver.sh) S 17813 17810 17771 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274987570 9367552 266 33554432000 4194304 5064252 140737416862416 140737416861328 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 266 226 213 0 72 0
[pid=17872] ppid=17871 vsize=132464 CPUtime=1101 cores=1,3,5,7
/proc/17872/stat : 17872 (glucose_static) R 17871 17810 17771 0 -1 4202496 53195 0 0 0 110057 43 0 0 20 0 1 0 274987570 135643136 31872 33554432000 4194304 4896791 140736310840112 140736310837320 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17872/statm: 33116 31872 78 172 0 32942 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 166076

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.82
CPU time (s): 1800.07
CPU user time (s): 1798.78
CPU system time (s): 1.2958
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 222916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.2958
maximum resident set size= 157176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 82392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215
involuntary context switches= 2392

runsolver used 4.69928 second user time and 11.2623 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 05:05:22
IDJOB=3695349
IDBENCH=48256
IDSOLVER=2273
FILE ID=node125/3695349-1338087922
RUNJOBID= node125-1338087922-17788
PBS_JOBID= 14624449
Free space on /tmp= 71276 MiB

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

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

MD5SUM BENCH= fc8bff78845ab9a14b2d06ab749e4dc4
RANDOM SEED=17440152

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29342064 kB
Buffers:          308396 kB
Cached:          2377460 kB
SwapCached:         2336 kB
Active:          1228420 kB
Inactive:        1467504 kB
Active(anon):       2528 kB
Inactive(anon):     9556 kB
Active(file):    1225892 kB
Inactive(file):  1457948 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102552 kB
Dirty:             17880 kB
Writeback:             0 kB
AnonPages:         14280 kB
Mapped:            13488 kB
Shmem:               104 kB
Slab:             695172 kB
SReclaimable:     139164 kB
SUnreclaim:       556008 kB
KernelStack:        1352 kB
PageTables:         4032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 05:35:23