Trace number 3695098

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.11 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_025_area_delay.opb
MD5SUM573ccfe4a636c850c520c5c076507e65
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark15.1397
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables16199
Total number of constraints117024
Number of constraints which are clauses117024
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint250
Number of terms in the objective function 7971
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 7971
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7971
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.58	c model valid
0.00/0.58	c current solution ok
0.00/0.82	o 331
0.00/0.82	c fallback to adder encoding
163.23/163.35	c model valid
163.23/163.35	c current solution ok
163.23/163.37	o 330
163.23/163.37	c fallback to adder encoding
340.59/340.78	c model valid
340.59/340.78	c current solution ok
340.68/340.80	o 329
340.68/340.80	c fallback to adder encoding
469.37/469.59	c model valid
469.37/469.59	c current solution ok
469.47/469.60	o 328
469.47/469.60	c fallback to adder encoding
639.52/639.70	c model valid
639.52/639.70	c current solution ok
639.52/639.72	o 327
639.52/639.72	c fallback to adder encoding
771.19/771.47	c model valid
771.19/771.47	c current solution ok
771.19/771.48	o 326
771.19/771.48	c fallback to adder encoding
894.25/894.57	c model valid
894.25/894.57	c current solution ok
894.25/894.59	o 325
894.25/894.59	c fallback to adder encoding
1114.32/1114.60	c model valid
1114.32/1114.60	c current solution ok
1114.32/1114.61	o 324
1114.32/1114.61	c fallback to adder encoding
1212.29/1212.64	c model valid
1212.29/1212.64	c current solution ok
1212.29/1212.66	o 322
1212.29/1212.66	c fallback to adder encoding
1342.16/1342.56	c model valid
1342.16/1342.56	c current solution ok
1342.16/1342.58	o 297
1342.16/1342.58	c fallback to adder encoding
1514.63/1515.01	c model valid
1514.63/1515.01	c current solution ok
1514.63/1515.02	o 296
1514.63/1515.02	c fallback to adder encoding
1723.10/1723.55	c model valid
1723.10/1723.55	c current solution ok
1723.10/1723.56	o 250
1723.10/1723.56	c fallback to adder encoding
1800.06/1800.51	./satsolver.sh: line 5: 11274 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.51	c error: unexpected solver exit code
1800.06/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-3695098-1338076387/watcher-3695098-1338076387 -o /tmp/evaluation-result-3695098-1338076387/solver-3695098-1338076387 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695098-1338076387.opb 1839322587 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10746
/proc/meminfo: memFree=28723552/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0

[startup+0.080938 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10746
/proc/meminfo: memFree=28723552/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10746
/proc/meminfo: memFree=28723552/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10746
/proc/meminfo: memFree=28723552/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10746
/proc/meminfo: memFree=28723552/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10751
/proc/meminfo: memFree=28692444/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 57464

[startup+3.10034 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10753
/proc/meminfo: memFree=28586820/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=79440 CPUtime=1.82 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 16468 0 0 0 178 4 0 0 20 0 1 0 273763775 81346560 17112 33554432000 4194304 4896791 140733213463184 140733213460728 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 19860 17112 76 172 0 19686 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 146052

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10753
/proc/meminfo: memFree=28589172/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=79440 CPUtime=5.02 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 16479 0 0 0 498 4 0 0 20 0 1 0 273763775 81346560 17123 33554432000 4194304 4896791 140733213463184 140733213460504 4225025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 19860 17123 76 172 0 19686 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 146052

[startup+12.7005 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 10753
/proc/meminfo: memFree=28591404/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=79728 CPUtime=11.42 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 16526 0 0 0 1138 4 0 0 20 0 1 0 273763775 81641472 17170 33554432000 4194304 4896791 140733213463184 140733213460504 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 19932 17170 77 172 0 19758 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 146340

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 10753
/proc/meminfo: memFree=28588468/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=80268 CPUtime=24.22 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 16693 0 0 0 2418 4 0 0 20 0 1 0 273763775 82194432 17848 33554432000 4194304 4896791 140733213463184 140733213460392 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 20067 17848 77 172 0 19893 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 146880

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 10756
/proc/meminfo: memFree=28601636/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=82940 CPUtime=49.81 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 17502 0 0 0 4976 5 0 0 20 0 1 0 273763775 84930560 18643 33554432000 4194304 4896791 140733213463184 140733213460392 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 20735 18643 77 172 0 20561 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 149552

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 10756
/proc/meminfo: memFree=28583664/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=86072 CPUtime=101 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 18794 0 0 0 10094 6 0 0 20 0 1 0 273763775 88137728 20076 33554432000 4194304 4896791 140733213463184 140733213460232 4203841 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 21518 20076 77 172 0 21344 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 152684

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 10756
/proc/meminfo: memFree=28570840/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=48316 CPUtime=1.23 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 6658 3509 0 0 93 25 4 1 20 0 1 0 273763648 49475584 9468 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/10747/statm: 12079 9468 179 410 0 11661 0
[pid=10752] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10752/stat : 10752 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273763774 9367552 266 33554432000 4194304 5064252 140736486125312 140736486124224 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10752/statm: 2287 266 226 213 0 72 0
[pid=10753] ppid=10752 vsize=99900 CPUtime=160.99 cores=1,3,5,7
/proc/10753/stat : 10753 (glucose_static) R 10752 10746 6780 0 -1 4202496 19680 0 0 0 16092 7 0 0 20 0 1 0 273763775 102297600 21968 33554432000 4194304 4896791 140733213463184 140733213460712 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10753/statm: 24975 21968 77 172 0 24801 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.31 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 11264
/proc/meminfo: memFree=27982292/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1342.66 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 49065 190097 0 0 576 67 133544 79 20 0 1 0 273763648 79314944 16753 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16753 179 410 0 18946 0
[pid=11263] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11263/stat : 11263 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273897947 9367552 267 33554432000 4194304 5064252 140736179685728 140736179684640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=96640 CPUtime=79.28 cores=1,3,5,7
/proc/11264/stat : 11264 (glucose_static) R 11263 10746 6780 0 -1 4202496 18423 0 0 0 7924 4 0 0 20 0 1 0 273897948 98959360 20040 33554432000 4194304 4896791 140735267515232 140735267512440 4224225 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11264/statm: 24160 20040 77 172 0 23986 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 192392

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/183 11265
/proc/meminfo: memFree=27979128/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1342.66 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 49065 190097 0 0 576 67 133544 79 20 0 1 0 273763648 79314944 16753 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16753 179 410 0 18946 0
[pid=11263] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11263/stat : 11263 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273897947 9367552 267 33554432000 4194304 5064252 140736179685728 140736179684640 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=99296 CPUtime=139.27 cores=1,3,5,7
/proc/11264/stat : 11264 (glucose_static) R 11263 10746 6780 0 -1 4202496 20019 0 0 0 13921 6 0 0 20 0 1 0 273897948 101679104 20672 33554432000 4194304 4896791 140735267515232 140735267512760 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11264/statm: 24824 20672 77 172 0 24650 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 195048

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 11268
/proc/meminfo: memFree=27989068/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1515.08 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 53799 211379 0 0 629 71 150720 88 20 0 1 0 273763648 79314944 16753 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16753 179 410 0 18946 0
[pid=11267] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11267/stat : 11267 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273915192 9367552 267 33554432000 4194304 5064252 140733929320048 140733929318960 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11267/statm: 2287 267 226 213 0 72 0
[pid=11268] ppid=11267 vsize=80808 CPUtime=26.84 cores=1,3,5,7
/proc/11268/stat : 11268 (glucose_static) R 11267 10746 6780 0 -1 4202496 17481 0 0 0 2680 4 0 0 20 0 1 0 273915192 82747392 17736 33554432000 4194304 4896791 140733781776352 140733781773560 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11268/statm: 20202 17736 77 172 0 20028 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 176560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11268
/proc/meminfo: memFree=27984488/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1515.08 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 53799 211379 0 0 629 71 150720 88 20 0 1 0 273763648 79314944 16753 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16753 179 410 0 18946 0
[pid=11267] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11267/stat : 11267 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273915192 9367552 267 33554432000 4194304 5064252 140733929320048 140733929318960 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11267/statm: 2287 267 226 213 0 72 0
[pid=11268] ppid=11267 vsize=83236 CPUtime=86.83 cores=1,3,5,7
/proc/11268/stat : 11268 (glucose_static) R 11267 10746 6780 0 -1 4202496 18092 0 0 0 8678 5 0 0 20 0 1 0 273915192 85233664 18855 33554432000 4194304 4896791 140733781776352 140733781773560 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11268/statm: 20809 18855 77 172 0 20635 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 178988

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 11271
/proc/meminfo: memFree=27979160/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1515.08 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 53799 211379 0 0 629 71 150720 88 20 0 1 0 273763648 79314944 16753 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16753 179 410 0 18946 0
[pid=11267] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11267/stat : 11267 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273915192 9367552 267 33554432000 4194304 5064252 140733929320048 140733929318960 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11267/statm: 2287 267 226 213 0 72 0
[pid=11268] ppid=11267 vsize=98672 CPUtime=146.82 cores=1,3,5,7
/proc/11268/stat : 11268 (glucose_static) R 11267 10746 6780 0 -1 4202496 19787 0 0 0 14676 6 0 0 20 0 1 0 273915192 101040128 20080 33554432000 4194304 4896791 140733781776352 140733781773560 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11268/statm: 24668 20080 77 172 0 24494 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 194424

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11271
/proc/meminfo: memFree=27969864/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1515.08 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 53799 211379 0 0 629 71 150720 88 20 0 1 0 273763648 79314944 16753 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16753 179 410 0 18946 0
[pid=11267] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11267/stat : 11267 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273915192 9367552 267 33554432000 4194304 5064252 140733929320048 140733929318960 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11267/statm: 2287 267 226 213 0 72 0
[pid=11268] ppid=11267 vsize=99824 CPUtime=206.82 cores=1,3,5,7
/proc/11268/stat : 11268 (glucose_static) R 11267 10746 6780 0 -1 4202496 20438 0 0 0 20675 7 0 0 20 0 1 0 273915192 102219776 21592 33554432000 4194304 4896791 140733781776352 140733781773576 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11268/statm: 24956 21592 78 172 0 24782 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 195576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11275
/proc/meminfo: memFree=27986040/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1723.53 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 58526 232983 0 0 678 75 171503 97 20 0 1 0 273763648 79314944 16241 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16241 179 410 0 18946 0
[pid=11273] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11273/stat : 11273 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273936042 9367552 267 33554432000 4194304 5064252 140736269917984 140736269916896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11273/statm: 2287 267 226 213 0 72 0
[pid=11274] ppid=11273 vsize=80748 CPUtime=58.33 cores=1,3,5,7
/proc/11274/stat : 11274 (glucose_static) R 11273 10746 6780 0 -1 4202496 16443 0 0 0 5827 6 0 0 20 0 1 0 273936042 82685952 18216 33554432000 4194304 4896791 140734205321664 140734205319192 4203806 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11274/statm: 20187 18216 77 172 0 20013 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 176500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 11275
/proc/meminfo: memFree=27982816/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1723.53 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 58526 232983 0 0 678 75 171503 97 20 0 1 0 273763648 79314944 16241 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16241 179 410 0 18946 0
[pid=11273] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11273/stat : 11273 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273936042 9367552 267 33554432000 4194304 5064252 140736269917984 140736269916896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11273/statm: 2287 267 226 213 0 72 0
[pid=11274] ppid=11273 vsize=93956 CPUtime=76.53 cores=1,3,5,7
/proc/11274/stat : 11274 (glucose_static) R 11273 10746 6780 0 -1 4202496 17404 0 0 0 7647 6 0 0 20 0 1 0 273936042 96210944 19026 33554432000 4194304 4896791 140734205321664 140734205318760 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11274/statm: 23489 19026 78 172 0 23315 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 189708

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.07 2.03 2.00 3/183 11275
/proc/meminfo: memFree=27982816/32873844 swapFree=7116/7116
[pid=10746] ppid=10744 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10746/stat : 10746 (runPb2satCp2.sh) S 10744 10746 6780 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273763648 9367552 275 33554432000 4194304 5064252 140734099612704 140734099611616 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10746/statm: 2287 275 233 213 0 72 0
[pid=10747] ppid=10746 vsize=77456 CPUtime=1723.53 cores=1,3,5,7
/proc/10747/stat : 10747 (pb2sat) S 10746 10746 6780 0 -1 4202496 58526 232983 0 0 678 75 171503 97 20 0 1 0 273763648 79314944 16241 33554432000 4194304 5873084 140733203260656 140733203254472 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/10747/statm: 19364 16241 179 410 0 18946 0
[pid=11273] ppid=10747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11273/stat : 11273 (satsolver.sh) S 10747 10746 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273936042 9367552 267 33554432000 4194304 5064252 140736269917984 140736269916896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11273/statm: 2287 267 226 213 0 72 0
[pid=11274] ppid=11273 vsize=93956 CPUtime=76.53 cores=1,3,5,7
/proc/11274/stat : 11274 (glucose_static) R 11273 10746 6780 0 -1 4202496 17404 0 0 0 7647 6 0 0 20 0 1 0 273936042 96210944 19026 33554432000 4194304 4896791 140734205321664 140734205318760 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11274/statm: 23489 19026 78 172 0 23315 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 189708

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.3
CPU system time (s): 1.81072
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 213040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 1.81072
maximum resident set size= 106828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309903
page faults= 0
swaps= 0
block input operations= 8
block output operations= 675360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319
involuntary context switches= 1926

runsolver used 3.56946 second user time and 8.83566 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 01:53:07
IDJOB=3695098
IDBENCH=25000
IDSOLVER=2273
FILE ID=node146/3695098-1338076387
RUNJOBID= node146-1338052923-6797
PBS_JOBID= 14624393
Free space on /tmp= 71116 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_025_area_delay.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695098-1338076387/watcher-3695098-1338076387 -o /tmp/evaluation-result-3695098-1338076387/solver-3695098-1338076387 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695098-1338076387.opb 1839322587 HOME HOME

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

MD5SUM BENCH= 573ccfe4a636c850c520c5c076507e65
RANDOM SEED=1839322587

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28723552 kB
Buffers:          288000 kB
Cached:          2893800 kB
SwapCached:         2348 kB
Active:          1124428 kB
Inactive:        2234864 kB
Active(anon):     176520 kB
Inactive(anon):     3064 kB
Active(file):     947908 kB
Inactive(file):  2231800 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             12684 kB
Writeback:             0 kB
AnonPages:        183892 kB
Mapped:             8848 kB
Shmem:                 0 kB
Slab:             649436 kB
SReclaimable:      90600 kB
SUnreclaim:       558836 kB
KernelStack:        1520 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     313892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 70948 MiB
End job on node146 at 2012-05-27 02:23:08