Trace number 3696755

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.05 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-rand3c03fd.cudf.paranoid.opb
MD5SUM57471a5ce832e5ebd253498616527363
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4927
Best CPU time to get the best result obtained on this benchmark0.179972
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5630
Total number of constraints25603
Number of constraints which are clauses25332
Number of constraints which are cardinality constraints (but not clauses)271
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2111
Biggest coefficient in the objective function 1562
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 862222
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1562
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 862222
Number of bits of the biggest sum of numbers20
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.19	c model valid
0.00/0.19	c current solution ok
0.00/0.26	o 130104
0.00/0.26	c current bound: 65052
0.00/0.26	c fallback to adder encoding
433.69/433.83	c model valid
433.69/433.83	c current solution ok
433.69/433.83	o 64860
433.69/433.83	c current bound: 32430
433.69/433.83	c fallback to adder encoding
920.46/920.77	c model valid
920.46/920.77	c current solution ok
920.46/920.78	o 32210
920.46/920.78	c current bound: 16105
920.46/920.78	c fallback to adder encoding
1350.52/1350.99	c model valid
1350.52/1350.99	c current solution ok
1350.64/1351.00	o 13249
1350.64/1351.00	c current bound: 6624
1350.64/1351.00	c fallback to adder encoding
1445.50/1445.90	c model valid
1445.50/1445.90	c current solution ok
1445.50/1445.91	o 5511
1445.50/1445.91	c current bound: 2755
1445.50/1445.91	c fallback to adder encoding
1464.09/1464.52	c current bound: 4133
1464.09/1464.52	c fallback to adder encoding
1496.17/1496.61	c current bound: 4822
1496.17/1496.61	c fallback to adder encoding
1709.23/1709.79	c current bound: 5167
1709.23/1709.79	c fallback to adder encoding
1800.00/1800.50	./satsolver.sh: line 5:  6269 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.00/1800.50	c error: unexpected solver exit code
1800.00/1800.50	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-3696755-1338092133/watcher-3696755-1338092133 -o /tmp/evaluation-result-3696755-1338092133/solver-3696755-1338092133 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696755-1338092133.opb 1208030977 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 6131
/proc/meminfo: memFree=30107812/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0

[startup+0.057717 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 6131
/proc/meminfo: memFree=30107812/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100137 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 6131
/proc/meminfo: memFree=30107812/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300144 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 6131
/proc/meminfo: memFree=30107812/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700165 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 6131
/proc/meminfo: memFree=30107812/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6138
/proc/meminfo: memFree=30046476/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=36124 CPUtime=1.03 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 9418 0 0 0 102 1 0 0 20 0 1 0 275339450 36990976 8207 33554432000 4194304 4896791 140736315797920 140736315795576 4225130 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 9031 8207 77 172 0 8857 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 77008

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6138
/proc/meminfo: memFree=30045476/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=36536 CPUtime=2.63 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 10125 0 0 0 261 2 0 0 20 0 1 0 275339450 37412864 8429 33554432000 4194304 4896791 140736315797920 140736315795432 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 9134 8429 77 172 0 8960 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 77420

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6138
/proc/meminfo: memFree=30040948/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=41940 CPUtime=5.83 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 11522 0 0 0 581 2 0 0 20 0 1 0 275339450 42946560 9440 33554432000 4194304 4896791 140736315797920 140736315795432 4224999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 10485 9440 77 172 0 10311 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 82824

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6138
/proc/meminfo: memFree=30037192/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=43796 CPUtime=12.23 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 13036 0 0 0 1220 3 0 0 20 0 1 0 275339450 44847104 9866 33554432000 4194304 4896791 140736315797920 140736315795128 4203956 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 10949 9866 77 172 0 10775 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 84680

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6139
/proc/meminfo: memFree=30033472/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=46484 CPUtime=25.03 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 14405 0 0 0 2499 4 0 0 20 0 1 0 275339450 47599616 10676 33554432000 4194304 4896791 140736315797920 140736315794968 4204079 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 11621 10676 77 172 0 11447 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87368

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6139
/proc/meminfo: memFree=30028492/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=57188 CPUtime=50.62 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 17809 0 0 0 5056 6 0 0 20 0 1 0 275339450 58560512 12096 33554432000 4194304 4896791 140736315797920 140736315795128 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 14297 12096 77 172 0 14123 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 98072

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6226
/proc/meminfo: memFree=30853028/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6137/stat : 6137 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275339450 9367552 267 33554432000 4194304 5064252 140735068895728 140735068894640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6137/statm: 2287 267 226 213 0 72 0
[pid=6138] ppid=6137 vsize=73252 CPUtime=101.82 cores=0,2,4,6
/proc/6138/stat : 6138 (glucose_static) R 6137 6131 5734 0 -1 4202496 21468 0 0 0 10173 9 0 0 20 0 1 0 275339450 75010048 15554 33554432000 4194304 4896791 140736315797920 140736315795144 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6138/statm: 18313 15554 78 172 0 18139 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114136

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 6226
/proc/meminfo: memFree=30841084/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=22588 CPUtime=0.43 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 4585 2441 0 0 31 8 4 0 20 0 1 0 275339405 23130112 4139 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6132/statm: 5647 4139 179 410 0 5229 0
[pid=6137] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6250
/proc/meminfo: memFree=30799664/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1350.8 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 13981 113808 0 0 88 13 134912 67 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6249] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6249/stat : 6249 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275474521 9367552 267 33554432000 4194304 5064252 140733588386848 140733588385760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6249/statm: 2287 267 226 213 0 72 0
[pid=6250] ppid=6249 vsize=65020 CPUtime=71.11 cores=0,2,4,6
/proc/6250/stat : 6250 (glucose_static) R 6249 6131 5734 0 -1 4202496 18931 0 0 0 7105 6 0 0 20 0 1 0 275474521 66580480 12889 33554432000 4194304 4896791 140735284890624 140735284886360 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6250/statm: 16255 12889 78 172 0 16081 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 121340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6259
/proc/meminfo: memFree=30817292/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1464.27 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 19524 150100 0 0 118 16 146215 78 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6255] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6255/stat : 6255 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275485873 9367552 266 33554432000 4194304 5064252 140735050146512 140735050145424 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6255/statm: 2287 266 226 213 0 72 0
[pid=6256] ppid=6255 vsize=36796 CPUtime=17.6 cores=0,2,4,6
/proc/6256/stat : 6256 (glucose_static) R 6255 6131 5734 0 -1 4202496 13239 0 0 0 1758 2 0 0 20 0 1 0 275485873 37679104 8098 33554432000 4194304 4896791 140736219177056 140736219174568 4205044 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6256/statm: 9199 8098 78 172 0 9025 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 93116

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 6262
/proc/meminfo: memFree=30816240/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1496.35 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 22262 169682 0 0 132 18 149402 83 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6261] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6261/stat : 6261 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275489081 9367552 267 33554432000 4194304 5064252 140734008854160 140734008853072 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6261/statm: 2287 267 226 213 0 72 0
[pid=6262] ppid=6261 vsize=43380 CPUtime=45.51 cores=0,2,4,6
/proc/6262/stat : 6262 (glucose_static) R 6261 6131 5734 0 -1 4202496 15261 0 0 0 4549 2 0 0 20 0 1 0 275489081 44421120 9747 33554432000 4194304 4896791 140734261421120 140734261418328 4204115 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6262/statm: 10845 9747 78 172 0 10671 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 99700

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 6263
/proc/meminfo: memFree=30793924/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1496.35 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 22262 169682 0 0 132 18 149402 83 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6261] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6261/stat : 6261 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275489081 9367552 267 33554432000 4194304 5064252 140734008854160 140734008853072 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6261/statm: 2287 267 226 213 0 72 0
[pid=6262] ppid=6261 vsize=53476 CPUtime=105.5 cores=0,2,4,6
/proc/6262/stat : 6262 (glucose_static) R 6261 6131 5734 0 -1 4202496 19253 0 0 0 10546 4 0 0 20 0 1 0 275489081 54759424 12103 33554432000 4194304 4896791 140734261421120 140734261418632 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6262/statm: 13369 12103 78 172 0 13195 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 109796

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6263
/proc/meminfo: memFree=30803060/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1496.35 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 22262 169682 0 0 132 18 149402 83 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6261] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6261/stat : 6261 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275489081 9367552 267 33554432000 4194304 5064252 140734008854160 140734008853072 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6261/statm: 2287 267 226 213 0 72 0
[pid=6262] ppid=6261 vsize=55744 CPUtime=165.48 cores=0,2,4,6
/proc/6262/stat : 6262 (glucose_static) R 6261 6131 5734 0 -1 4202496 23029 0 0 0 16542 6 0 0 20 0 1 0 275489081 57081856 12734 33554432000 4194304 4896791 140734261421120 140734261418632 4203799 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6262/statm: 13936 12734 78 172 0 13762 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 112064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6269
/proc/meminfo: memFree=30867232/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1709.49 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 25000 196160 0 0 146 20 170691 92 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6268] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6268/stat : 6268 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275510399 9367552 267 33554432000 4194304 5064252 140734019905344 140734019904256 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6268/statm: 2287 267 226 213 0 72 0
[pid=6269] ppid=6268 vsize=35412 CPUtime=12.33 cores=0,2,4,6
/proc/6269/stat : 6269 (glucose_static) R 6268 6131 5734 0 -1 4202496 10489 0 0 0 1232 1 0 0 20 0 1 0 275510399 36261888 7711 33554432000 4194304 4896791 140736143095248 140736143092824 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6269/statm: 8853 7711 78 172 0 8679 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 91732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6269
/proc/meminfo: memFree=30838064/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1709.49 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 25000 196160 0 0 146 20 170691 92 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6268] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6268/stat : 6268 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275510399 9367552 267 33554432000 4194304 5064252 140734019905344 140734019904256 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6268/statm: 2287 267 226 213 0 72 0
[pid=6269] ppid=6268 vsize=52196 CPUtime=72.32 cores=0,2,4,6
/proc/6269/stat : 6269 (glucose_static) R 6268 6131 5734 0 -1 4202496 16760 0 0 0 7228 4 0 0 20 0 1 0 275510399 53448704 11830 33554432000 4194304 4896791 140736143095248 140736143092760 4203820 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6269/statm: 13049 11830 78 172 0 12875 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 108516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 6269
/proc/meminfo: memFree=30829564/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1709.49 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 25000 196160 0 0 146 20 170691 92 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6268] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6268/stat : 6268 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275510399 9367552 267 33554432000 4194304 5064252 140734019905344 140734019904256 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6268/statm: 2287 267 226 213 0 72 0
[pid=6269] ppid=6268 vsize=53324 CPUtime=90.51 cores=0,2,4,6
/proc/6269/stat : 6269 (glucose_static) R 6268 6131 5734 0 -1 4202496 18007 0 0 0 9047 4 0 0 20 0 1 0 275510399 54603776 12122 33554432000 4194304 4896791 140736143095248 140736143092456 4203704 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6269/statm: 13331 12122 78 172 0 13157 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 109644

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.00 2.00 2.00 3/183 6269
/proc/meminfo: memFree=30829564/32873648 swapFree=6860/6860
[pid=6131] ppid=6129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (runPb2sat.sh) S 6129 6131 5734 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275339404 9367552 275 33554432000 4194304 5064252 140736192591456 140736192590368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6131/statm: 2287 275 233 213 0 72 0
[pid=6132] ppid=6131 vsize=38024 CPUtime=1709.49 cores=0,2,4,6
/proc/6132/stat : 6132 (pb2sat) S 6131 6131 5734 0 -1 4202496 25000 196160 0 0 146 20 170691 92 20 0 1 0 275339405 38936576 7393 33554432000 4194304 5873084 140735852281744 140735852275560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 2 0 0
/proc/6132/statm: 9506 7393 179 410 0 9088 0
[pid=6268] ppid=6132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6268/stat : 6268 (satsolver.sh) S 6132 6131 5734 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275510399 9367552 267 33554432000 4194304 5064252 140734019905344 140734019904256 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6268/statm: 2287 267 226 213 0 72 0
[pid=6269] ppid=6268 vsize=53324 CPUtime=90.51 cores=0,2,4,6
/proc/6269/stat : 6269 (glucose_static) R 6268 6131 5734 0 -1 4202496 18007 0 0 0 9047 4 0 0 20 0 1 0 275510399 54603776 12122 33554432000 4194304 4896791 140736143095248 140736143092456 4203704 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6269/statm: 13331 12122 78 172 0 13157 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 109644

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.19282
maximum resident set size= 135836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 165712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253
involuntary context switches= 2578

runsolver used 5.95109 second user time and 10.6634 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-27 06:15:33
IDJOB=3696755
IDBENCH=72097
IDSOLVER=2274
FILE ID=node116/3696755-1338092133
RUNJOBID= node116-1338088521-5750
PBS_JOBID= 14624463
Free space on /tmp= 71276 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-rand3c03fd.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696755-1338092133/watcher-3696755-1338092133 -o /tmp/evaluation-result-3696755-1338092133/solver-3696755-1338092133 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696755-1338092133.opb 1208030977 HOME HOME

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

MD5SUM BENCH= 57471a5ce832e5ebd253498616527363
RANDOM SEED=1208030977

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
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.556
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:        30107812 kB
Buffers:          298772 kB
Cached:           905992 kB
SwapCached:         3244 kB
Active:          1666412 kB
Inactive:         274620 kB
Active(anon):     726896 kB
Inactive(anon):     9156 kB
Active(file):     939516 kB
Inactive(file):   265464 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103660 kB
Dirty:              9356 kB
Writeback:             0 kB
AnonPages:        833596 kB
Mapped:            13488 kB
Shmem:                96 kB
Slab:             686264 kB
SReclaimable:     130560 kB
SUnreclaim:       555704 kB
KernelStack:        1520 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1038196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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= 71432 MiB
End job on node116 at 2012-05-27 06:45:34