Trace number 3741849

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 NameAnswerCPU timeWall clock time
PB11: borg pb-dec-11.04.03? (MO) 613.54 611.562

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K102.opb
MD5SUM2946edf6ae8af40eb44098433ff3dcec
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark213.965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6936
Total number of constraints7142
Number of constraints which are clauses7040
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint102
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.41/1.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.41/1.21	c INFO: solving HOME/instance-3741849-1338721784.opb
0.41/1.28	c INFO: parsing took 0.07 s
0.60/1.43	c INFO: features took 0.15 CPU seconds
0.60/1.46	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.67)
50.74/51.50	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.36)
97.87/98.65	c INFO: running scip-2.0.1-spx@0 for 45 with 1703 remaining (b = 0.06)
146.53/147.26	c INFO: running clasp-1.3.7@47 for 45 with 1655 remaining (b = 0.01)
192.40/193.05	c INFO: wrote minion input file to HOME/tmpTtH9Vs.minion
192.40/193.05	c INFO: running minion-0.12@0 for 45 with 1610 remaining (b = 0.09)
239.84/240.44	c INFO: running wbo1.4a@0 for 45 with 1562 remaining (b = 0.02)
289.78/290.35	c INFO: running scip-2.0.1-clp@49 for 45 with 1512 remaining (b = 0.01)
332.74/333.25	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1470 remaining (b = 0.03)
382.54/380.80	c INFO: running clasp-1.3.7@92 for 136 with 1420 remaining (b = 0.02)
520.15/518.20	c INFO: running scip-2.0.1-spx@48 for 45 with 1283 remaining (b = 0.01)
565.31/563.35	c INFO: running bsolo_pb10-l3@0 for 45 with 1238 remaining (b = 0.02)
612.83/610.89	c INFO: running bsolo_pb10-l1@0 for 91 with 1191 remaining (b = 0.02)

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-3741849-1338721784/watcher-3741849-1338721784 -o /tmp/evaluation-result-3741849-1338721784/solver-3741849-1338721784 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741849-1338721784.opb -seed 469131140 -budget 1800 

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.22 3.55 3.38 3/183 8381
/proc/meminfo: memFree=31116376/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/8381/stat : 8381 (python) D 8379 8381 3958 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338304543 15642624 559 33554432000 4194304 5683644 140736801602384 140736801570328 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8381/statm: 3819 559 324 364 0 261 0

[startup+0.0803579 s]
/proc/loadavg: 2.22 3.55 3.38 3/183 8381
/proc/meminfo: memFree=31116376/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=17044 CPUtime=0.01 cores=1,3,5,7
/proc/8381/stat : 8381 (python) R 8379 8381 3958 0 -1 4202496 1323 0 0 0 1 0 0 0 20 0 1 0 338304543 17453056 1094 33554432000 4194304 5683644 140736801602384 140736801546616 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8381/statm: 4261 1097 426 364 0 703 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17044

[startup+0.100226 s]
/proc/loadavg: 2.22 3.55 3.38 3/183 8381
/proc/meminfo: memFree=31116376/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=19084 CPUtime=0.02 cores=1,3,5,7
/proc/8381/stat : 8381 (python) R 8379 8381 3958 0 -1 4202496 1396 0 0 0 2 0 0 0 20 0 1 0 338304543 19542016 1151 33554432000 4194304 5683644 140736801602384 140736801532888 4522565 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8381/statm: 4771 1151 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300289 s]
/proc/loadavg: 2.22 3.55 3.38 3/183 8381
/proc/meminfo: memFree=31116376/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=102052 CPUtime=0.1 cores=1,3,5,7
/proc/8381/stat : 8381 (python) D 8379 8381 3958 0 -1 4202496 4126 1010 1 0 8 2 0 0 20 0 1 0 338304543 104501248 2726 33554432000 4194304 5683644 140736801602384 140736801452840 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 25513 2726 876 364 0 1723 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 102052

[startup+0.700209 s]
/proc/loadavg: 2.22 3.55 3.38 3/183 8381
/proc/meminfo: memFree=31116376/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=162444 CPUtime=0.22 cores=1,3,5,7
/proc/8381/stat : 8381 (python) D 8379 8381 3958 0 -1 4202496 6447 1010 1 0 17 5 0 0 20 0 1 0 338304543 166342656 4260 33554432000 4194304 5683644 140736801602384 140736801506616 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 40611 4260 1192 364 0 3256 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 162444

[startup+1.50012 s]
/proc/loadavg: 2.22 3.55 3.38 2/184 8386
/proc/meminfo: memFree=31099168/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=360048 CPUtime=0.66 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 11579 1010 1 0 57 9 0 0 20 0 2 0 338304543 368689152 7887 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 90012 7887 1901 364 0 25235 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 360048

[startup+3.10035 s]
/proc/loadavg: 2.20 3.52 3.37 3/187 8389
/proc/meminfo: memFree=31020016/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=360048 CPUtime=0.66 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 11579 1010 1 0 57 9 0 0 20 0 2 0 338304543 368689152 7887 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 90012 7887 1901 364 0 25235 0
[pid=8387] ppid=8381 vsize=284268 CPUtime=0 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 338304690 291090432 6321 33554432000 4194304 5683644 140736801602384 140736801593472 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8387/statm: 71067 6321 341 364 0 6290 0
[pid=8389] ppid=8387 vsize=115296 CPUtime=1.62 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) R 8387 8389 8389 0 -1 4202496 24446 0 0 0 157 5 0 0 20 0 1 0 338304690 118063104 23844 33554432000 4194304 15243407 140735124851120 140735124847432 4865612 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 28824 23844 682 2698 0 26119 0
[pid=8381/tid=8388] ppid=8379 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338304690 368689152 7887 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 759612
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.20 3.52 3.37 3/187 8389
/proc/meminfo: memFree=30946912/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=360048 CPUtime=0.66 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 11579 1010 1 0 57 9 0 0 20 0 2 0 338304543 368689152 7887 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 90012 7887 1901 364 0 25235 0
[pid=8387] ppid=8381 vsize=284268 CPUtime=0 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 888 0 0 0 0 0 0 0 20 0 1 0 338304690 291090432 6344 33554432000 4194304 5683644 140736801602384 140736801593472 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8387/statm: 71067 6344 364 364 0 6290 0
[pid=8389] ppid=8387 vsize=178376 CPUtime=4.81 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) R 8387 8389 8389 0 -1 4202496 39885 0 0 0 469 12 0 0 20 0 1 0 338304690 182657024 39283 33554432000 4194304 15243407 140735124851120 140735124847432 13229099 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8389/statm: 44594 39283 686 2698 0 41889 0
[pid=8381/tid=8388] ppid=8379 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338304690 368689152 7887 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 822692

[startup+12.7003 s]
/proc/loadavg: 2.24 3.49 3.36 3/191 8393
/proc/meminfo: memFree=30761448/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=360048 CPUtime=0.66 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 11579 1010 1 0 57 9 0 0 20 0 2 0 338304543 368689152 7887 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 90012 7887 1901 364 0 25235 0
[pid=8387] ppid=8381 vsize=284268 CPUtime=0.01 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 891 0 0 0 1 0 0 0 20 0 1 0 338304690 291090432 6344 33554432000 4194304 5683644 140736801602384 140736801593472 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/8387/statm: 71067 6344 364 364 0 6290 0
[pid=8389] ppid=8387 vsize=232996 CPUtime=11.21 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) R 8387 8389 8389 0 -1 4202496 53691 0 0 0 1099 22 0 0 20 0 1 0 338304690 238587904 53089 33554432000 4194304 15243407 140735124851120 140735124847432 4880923 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8389/statm: 58249 53089 686 2698 0 55544 0
[pid=8381/tid=8388] ppid=8379 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338304690 368689152 7887 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 877312

[startup+25.5004 s]
/proc/loadavg: 2.20 3.44 3.35 3/192 8396
/proc/meminfo: memFree=30558876/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=360048 CPUtime=0.66 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 11579 1010 1 0 57 9 0 0 20 0 2 0 338304543 368689152 7887 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 90012 7887 1901 364 0 25235 0
[pid=8387] ppid=8381 vsize=284268 CPUtime=0.02 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 1000 0 0 0 1 1 0 0 20 0 1 0 338304690 291090432 6349 33554432000 4194304 5683644 140736801602384 140736801593472 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/8387/statm: 71067 6349 369 364 0 6290 0
[pid=8389] ppid=8387 vsize=314236 CPUtime=24.01 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) R 8387 8389 8389 0 -1 4202496 73717 0 0 0 2355 46 0 0 20 0 1 0 338304690 321777664 73091 33554432000 4194304 15243407 140735124851120 140735124847208 13277498 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8389/statm: 78559 73091 874 2698 0 75854 0
[pid=8381/tid=8388] ppid=8379 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338304690 368689152 7887 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 958552

[startup+51.1002 s]
/proc/loadavg: 2.13 3.32 3.31 3/192 8396
/proc/meminfo: memFree=30488108/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=360048 CPUtime=0.66 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 11579 1010 1 0 57 9 0 0 20 0 2 0 338304543 368689152 7887 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 90012 7887 1901 364 0 25235 0
[pid=8387] ppid=8381 vsize=284268 CPUtime=0.07 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 1014 0 0 0 4 3 0 0 20 0 1 0 338304690 291090432 6349 33554432000 4194304 5683644 140736801602384 140736801593472 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/8387/statm: 71067 6349 369 364 0 6290 0
[pid=8389] ppid=8387 vsize=343992 CPUtime=49.6 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) R 8387 8389 8389 0 -1 4202496 86677 0 0 0 4861 99 0 0 20 0 1 0 338304690 352247808 79579 33554432000 4194304 15243407 140735124851120 140735124845832 8118879 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8389/statm: 85998 79579 899 2698 0 83293 0
[pid=8381/tid=8388] ppid=8379 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338304690 368689152 7887 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 988308

[startup+102.307 s]
/proc/loadavg: 2.05 3.10 3.23 3/203 8408
/proc/meminfo: memFree=30256772/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=512192 CPUtime=0.71 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 13484 1010 1 0 62 9 0 0 20 0 4 0 338304543 524484608 8030 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 128048 8030 1906 364 0 63265 0
[pid=8387] ppid=8381 vsize=360048 CPUtime=0.07 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 1149 0 0 0 4 3 0 0 20 0 2 0 338304690 368689152 6384 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8387/statm: 90012 6384 397 364 0 25235 0
[pid=8389] ppid=8387 vsize=344012 CPUtime=49.99 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) T 8387 8389 8389 0 -1 4202496 87344 0 0 0 4900 99 0 0 20 0 1 0 338304690 352268288 79428 33554432000 4194304 15243407 140735124851120 140735124845832 8113726 0 0 16781312 2 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/8389/statm: 86003 79428 899 2698 0 83298 0
[pid=8387/tid=8397] ppid=8381 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8387/task/8397/stat : 8397 (python) S 8381 8381 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338309692 368689152 6384 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8398] ppid=8381 vsize=360620 CPUtime=0.07 cores=1,3,5,7
/proc/8398/stat : 8398 (python) S 8381 8381 3958 0 -1 4202560 1082 0 0 0 4 3 0 0 20 0 2 0 338309694 369274880 6497 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 90155 6497 384 364 0 25375 0
[pid=8400] ppid=8398 vsize=16380 CPUtime=47.1 cores=1,3,5,7
/proc/8400/stat : 8400 (clasp-1.3.7-x86) T 8398 8400 8400 0 -1 4202496 4183 0 0 0 4709 1 0 0 20 0 1 0 338309694 16773120 3822 33554432000 134512640 136139019 4288257504 4288256368 134608577 0 0 16781312 16386 18446744071579387992 0 0 17 7 0 0 0 0 0
/proc/8400/statm: 4095 3822 182 398 0 3695 0
[pid=8398/tid=8402] ppid=8381 vsize=360620 CPUtime=0 cores=1,3,5,7
/proc/8398/task/8402/stat : 8402 (python) S 8381 8381 3958 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338314406 369274880 6497 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8403] ppid=8381 vsize=436412 CPUtime=0 cores=1,3,5,7
/proc/8403/stat : 8403 (python) S 8381 8381 3958 0 -1 4202560 926 0 0 0 0 0 0 0 20 0 1 0 338314409 446885888 6477 33554432000 4194304 5683644 140736801602384 140736801593472 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8403/statm: 109103 6477 359 364 0 44320 0
[pid=8405] ppid=8403 vsize=160272 CPUtime=3.63 cores=1,3,5,7
/proc/8405/stat : 8405 (scip-2.0.1.linu) R 8403 8405 8405 0 -1 4202496 35636 0 0 0 354 9 0 0 20 0 1 0 338314409 164118528 35020 33554432000 4194304 13684479 140735818706576 140735818702888 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8405/statm: 40068 35020 635 2317 0 37746 0
[pid=8381/tid=8388] ppid=8379 vsize=512192 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 4 0 338304690 524484608 8030 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8399] ppid=8379 vsize=512192 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8399/stat : 8399 (python) S 8379 8381 3958 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338309694 524484608 8030 33554432000 4194304 5683644 140736801602384 140197782827568 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8404] ppid=8379 vsize=512192 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8404/stat : 8404 (python) S 8379 8381 3958 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 4 0 338314409 524484608 8030 33554432000 4194304 5683644 140736801602384 140197772337712 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 2189936

[startup+162.3 s]
/proc/loadavg: 2.02 2.90 3.15 3/208 8414
/proc/meminfo: memFree=30042612/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=512192 CPUtime=0.73 cores=1,3,5,7

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

/proc/8525/stat : 8525 (bsolo_pb10) T 8523 8525 8525 0 -1 4202496 21329 0 0 0 4734 14 0 0 20 0 1 0 338360879 95297536 20829 33554432000 134512640 137138936 4293667536 4293666464 134542620 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 23266 20829 192 642 0 22622 0
[pid=8523/tid=8530] ppid=8381 vsize=739580 CPUtime=0 cores=1,3,5,7
/proc/8523/task/8530/stat : 8530 (python) S 8381 8381 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338365631 757329920 7034 33554432000 4194304 5683644 140736801602384 140197396210224 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8531] ppid=8381 vsize=815372 CPUtime=0 cores=1,3,5,7
/proc/8531/stat : 8531 (python) S 8381 8381 3958 0 -1 4202560 849 0 0 0 0 0 0 0 20 0 1 0 338365633 834940928 6992 33554432000 4194304 5683644 140736801602384 140736801593472 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8531/statm: 203843 6992 336 364 0 139045 0
[pid=8533] ppid=8531 vsize=13328 CPUtime=0.6 cores=1,3,5,7
/proc/8533/stat : 8533 (bsolo_pb10) R 8531 8533 8533 0 -1 4202496 1242 0 0 0 60 0 0 0 20 0 1 0 338365633 13647872 868 33554432000 134512640 137138936 4291531872 4291447340 136570369 0 0 16781312 16384 0 0 0 17 1 0 0 0 0 0
/proc/8533/statm: 3332 868 184 642 0 2688 0
[pid=8381/tid=8388] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 32 1010 0 0 0 0 0 0 20 0 9 0 338304690 912539648 8578 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8381/tid=8399] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8399/stat : 8399 (python) S 8379 8381 3958 0 -1 4202560 31 1010 0 0 0 0 0 0 20 0 9 0 338309694 912539648 8578 33554432000 4194304 5683644 140736801602384 140197782827568 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8381/tid=8404] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8404/stat : 8404 (python) S 8379 8381 3958 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 9 0 338314409 912539648 8578 33554432000 4194304 5683644 140736801602384 140197772337712 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8381/tid=8416] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8416/stat : 8416 (python) S 8379 8381 3958 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 9 0 338323848 912539648 8578 33554432000 4194304 5683644 140736801602384 140197761847856 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8421] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8421/stat : 8421 (python) S 8379 8381 3958 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338328587 912539648 8578 33554432000 4194304 5683644 140736801602384 140197751358000 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8447] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8447/stat : 8447 (python) S 8379 8381 3958 0 -1 4202560 18 1010 0 0 0 0 0 0 20 0 9 0 338337869 912539648 8578 33554432000 4194304 5683644 140736801602384 140197396210224 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8381/tid=8524] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8524/stat : 8524 (python) S 8379 8381 3958 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338360879 912539648 8578 33554432000 4194304 5683644 140736801602384 140197385720368 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8532] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8532/stat : 8532 (python) S 8379 8381 3958 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 9 0 338365633 912539648 8578 33554432000 4194304 5683644 140736801602384 140197375230512 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 613.54
Current children cumulated vsize (KiB) 16035004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+611.501 s]
/proc/loadavg: 2.04 2.21 2.70 3/233 8533
/proc/meminfo: memFree=28365576/32873648 swapFree=7628/7628
[pid=8381] ppid=8379 vsize=891152 CPUtime=1.56 cores=1,3,5,7
/proc/8381/stat : 8381 (python) S 8379 8381 3958 0 -1 4202496 18605 1010 1 0 145 11 0 0 20 0 9 0 338304543 912539648 8578 33554432000 4194304 5683644 140736801602384 140736801597216 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8381/statm: 222788 8578 1916 364 0 157990 0
[pid=8387] ppid=8381 vsize=360048 CPUtime=0.14 cores=1,3,5,7
/proc/8387/stat : 8387 (python) S 8381 8381 3958 0 -1 4202560 1187 0 0 0 8 6 0 0 20 0 2 0 338304690 368689152 6385 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8387/statm: 90012 6385 398 364 0 25235 0
[pid=8389] ppid=8387 vsize=356420 CPUtime=92.86 cores=1,3,5,7
/proc/8389/stat : 8389 (scip-2.0.1.linu) T 8387 8389 8389 0 -1 4202496 132911 0 0 0 9172 114 0 0 20 0 1 0 338304690 364974080 86440 33554432000 4194304 15243407 140735124851120 140735124845512 8129135 0 0 16781312 2 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/8389/statm: 89105 86440 947 2698 0 86400 0
[pid=8387/tid=8397] ppid=8381 vsize=360048 CPUtime=0 cores=1,3,5,7
/proc/8387/task/8397/stat : 8397 (python) S 8381 8381 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338309692 368689152 6385 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8398] ppid=8381 vsize=360620 CPUtime=0.38 cores=1,3,5,7
/proc/8398/stat : 8398 (python) S 8381 8381 3958 0 -1 4202560 1178 0 0 0 21 17 0 0 20 0 2 0 338309694 369274880 6497 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 90155 6497 384 364 0 25375 0
[pid=8400] ppid=8398 vsize=31192 CPUtime=229.56 cores=1,3,5,7
/proc/8400/stat : 8400 (clasp-1.3.7-x86) T 8398 8400 8400 0 -1 4202496 7892 0 0 0 22955 1 0 0 20 0 1 0 338309694 31940608 7534 33554432000 134512640 136139019 4288257504 4288256384 134599014 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8400/statm: 7798 7534 182 398 0 7398 0
[pid=8398/tid=8402] ppid=8381 vsize=360620 CPUtime=0 cores=1,3,5,7
/proc/8398/task/8402/stat : 8402 (python) S 8381 8381 3958 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338314406 369274880 6497 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8403] ppid=8381 vsize=436412 CPUtime=0.16 cores=1,3,5,7
/proc/8403/stat : 8403 (python) S 8381 8381 3958 0 -1 4202560 1150 0 0 0 8 8 0 0 20 0 2 0 338314409 446885888 6503 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8403/statm: 109103 6503 384 364 0 44320 0
[pid=8405] ppid=8403 vsize=323276 CPUtime=93.67 cores=1,3,5,7
/proc/8405/stat : 8405 (scip-2.0.1.linu) T 8403 8405 8405 0 -1 4202496 79014 0 0 0 9320 47 0 0 20 0 1 0 338314409 331034624 77002 33554432000 4194304 13684479 140735818706576 140735818698360 7387914 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8405/statm: 80819 77002 759 2317 0 78497 0
[pid=8403/tid=8410] ppid=8381 vsize=436412 CPUtime=0 cores=1,3,5,7
/proc/8403/task/8410/stat : 8410 (python) S 8381 8381 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338319268 446885888 6503 33554432000 4194304 5683644 140736801602384 140197782827568 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8415] ppid=8381 vsize=512204 CPUtime=0.06 cores=1,3,5,7
/proc/8415/stat : 8415 (python) S 8381 8381 3958 0 -1 4202560 1129 0 0 0 4 2 0 0 20 0 2 0 338323848 524496896 6509 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8415/statm: 128051 6509 384 364 0 63265 0
[pid=8417] ppid=8415 vsize=91584 CPUtime=47.34 cores=1,3,5,7
/proc/8417/stat : 8417 (minion) T 8415 8417 8417 0 -1 4202496 9359 0 0 0 4732 2 0 0 20 0 1 0 338323849 93782016 15577 33554432000 134512640 165565024 4287591488 4287588736 142765104 0 0 16781312 8396802 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 22896 15577 336 7582 0 15311 0
[pid=8415/tid=8419] ppid=8381 vsize=512204 CPUtime=0 cores=1,3,5,7
/proc/8415/task/8419/stat : 8419 (python) S 8381 8381 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338328585 524496896 6509 33554432000 4194304 5683644 140736801602384 140197772337712 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8420] ppid=8381 vsize=587996 CPUtime=0.07 cores=1,3,5,7
/proc/8420/stat : 8420 (python) S 8381 8381 3958 0 -1 4202560 1140 0 0 0 4 3 0 0 20 0 2 0 338328587 602107904 6515 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8420/statm: 146999 6515 384 364 0 82210 0
[pid=8422] ppid=8420 vsize=133996 CPUtime=49.87 cores=1,3,5,7
/proc/8422/stat : 8422 (wbo1.4a) T 8420 8422 8422 0 -1 4202496 33416 0 0 0 4907 80 0 0 20 0 1 0 338328587 137211904 33047 33554432000 134512640 135751879 4290868432 4290866684 135270609 0 0 16781312 3 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/8422/statm: 33499 33047 143 303 0 33194 0
[pid=8420/tid=8444] ppid=8381 vsize=587996 CPUtime=0 cores=1,3,5,7
/proc/8420/task/8444/stat : 8444 (python) S 8381 8381 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338333576 602107904 6515 33554432000 4194304 5683644 140736801602384 140197761847856 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8446] ppid=8381 vsize=663788 CPUtime=0.08 cores=1,3,5,7
/proc/8446/stat : 8446 (python) S 8381 8381 3958 0 -1 4202560 1150 0 0 0 5 3 0 0 20 0 2 0 338337869 679718912 6521 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8446/statm: 165947 6521 384 364 0 101155 0
[pid=8448] ppid=8446 vsize=9624972 CPUtime=49.63 cores=1,3,5,7
/proc/8448/stat : 8448 (java) T 8446 8448 8448 0 -1 4202496 14374 0 1 0 4923 40 0 0 20 0 19 0 338337869 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140736079890080 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8448/statm: 2406243 427337 2267 9 0 2396937 0
[pid=8448/tid=8449] ppid=8446 vsize=9624972 CPUtime=47.19 cores=1,3,5,7
/proc/8448/task/8449/stat : 8449 (java) T 8446 8448 8448 0 -1 4202560 3463 0 1 0 4692 27 0 0 20 0 19 0 338337870 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071542271120 140071383539948 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8450] ppid=8446 vsize=9624972 CPUtime=0.13 cores=1,3,5,7
/proc/8448/task/8450/stat : 8450 (java) T 8446 8448 8448 0 -1 4202560 140 0 0 0 11 2 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071503764520 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8451] ppid=8446 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/8448/task/8451/stat : 8451 (java) T 8446 8448 8448 0 -1 4202560 48 0 0 0 7 0 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071502711720 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8448/tid=8452] ppid=8446 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/8448/task/8452/stat : 8452 (java) T 8446 8448 8448 0 -1 4202560 212 0 0 0 8 2 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071501658920 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8453] ppid=8446 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8448/task/8453/stat : 8453 (java) T 8446 8448 8448 0 -1 4202560 161 0 0 0 7 2 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071382543016 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8454] ppid=8446 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/8448/task/8454/stat : 8454 (java) T 8446 8448 8448 0 -1 4202560 257 0 0 0 9 3 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071381490216 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8448/tid=8455] ppid=8446 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/8448/task/8455/stat : 8455 (java) T 8446 8448 8448 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071380437416 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8456] ppid=8446 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/8448/task/8456/stat : 8456 (java) T 8446 8448 8448 0 -1 4202560 44 0 0 0 8 0 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071379384616 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8448/tid=8457] ppid=8446 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8448/task/8457/stat : 8457 (java) T 8446 8448 8448 0 -1 4202560 185 0 0 0 8 1 0 0 20 0 19 0 338337871 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140071378331816 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8448/tid=8458] ppid=8446 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8448/task/8458/stat : 8458 (java) T 8446 8448 8448 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 19 0 338337873 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070896004072 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8448/tid=8459] ppid=8446 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8448/task/8459/stat : 8459 (java) T 8446 8448 8448 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338337873 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070894950136 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8460] ppid=8446 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8448/task/8460/stat : 8460 (java) T 8446 8448 8448 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338337873 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070893897224 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8448/tid=8461] ppid=8446 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8448/task/8461/stat : 8461 (java) T 8446 8448 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338337875 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070892845712 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8462] ppid=8446 vsize=9624972 CPUtime=0.67 cores=1,3,5,7
/proc/8448/task/8462/stat : 8462 (java) T 8446 8448 8448 0 -1 4202560 3041 0 0 0 67 0 0 0 20 0 19 0 338337875 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070891792824 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8448/tid=8463] ppid=8446 vsize=9624972 CPUtime=0.83 cores=1,3,5,7
/proc/8448/task/8463/stat : 8463 (java) T 8446 8448 8448 0 -1 4202560 4614 0 0 0 83 0 0 0 20 0 19 0 338337875 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070890740024 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8464] ppid=8446 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8448/task/8464/stat : 8464 (java) T 8446 8448 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338337875 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070889687416 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8448/tid=8465] ppid=8446 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/8448/task/8465/stat : 8465 (java) T 8446 8448 8448 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338337875 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070888634824 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8448/tid=8466] ppid=8446 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8448/task/8466/stat : 8466 (java) T 8446 8448 8448 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338337909 9855971328 427337 33554432000 1073741824 1073778376 140736079898944 140070887581352 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8446/tid=8467] ppid=8381 vsize=663788 CPUtime=0 cores=1,3,5,7
/proc/8446/task/8467/stat : 8467 (python) S 8381 8381 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338342621 679718912 6521 33554432000 4194304 5683644 140736801602384 140197751358000 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8523] ppid=8381 vsize=739580 CPUtime=0.08 cores=1,3,5,7
/proc/8523/stat : 8523 (python) S 8381 8381 3958 0 -1 4202560 1175 0 0 0 4 4 0 0 20 0 2 0 338360879 757329920 7034 33554432000 4194304 5683644 140736801602384 140736801594032 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8523/statm: 184895 7034 384 364 0 120100 0
[pid=8525] ppid=8523 vsize=93064 CPUtime=47.48 cores=1,3,5,7
/proc/8525/stat : 8525 (bsolo_pb10) T 8523 8525 8525 0 -1 4202496 21329 0 0 0 4734 14 0 0 20 0 1 0 338360879 95297536 20829 33554432000 134512640 137138936 4293667536 4293666464 134542620 0 0 16781312 16384 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8525/statm: 23266 20829 192 642 0 22622 0
[pid=8523/tid=8530] ppid=8381 vsize=739580 CPUtime=0 cores=1,3,5,7
/proc/8523/task/8530/stat : 8530 (python) S 8381 8381 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338365631 757329920 7034 33554432000 4194304 5683644 140736801602384 140197396210224 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8531] ppid=8381 vsize=815372 CPUtime=0 cores=1,3,5,7
/proc/8531/stat : 8531 (python) S 8381 8381 3958 0 -1 4202560 849 0 0 0 0 0 0 0 20 0 1 0 338365633 834940928 6992 33554432000 4194304 5683644 140736801602384 140736801593472 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8531/statm: 203843 6992 336 364 0 139045 0
[pid=8533] ppid=8531 vsize=13328 CPUtime=0.6 cores=1,3,5,7
/proc/8533/stat : 8533 (bsolo_pb10) R 8531 8533 8533 0 -1 4202496 1242 0 0 0 60 0 0 0 20 0 1 0 338365633 13647872 868 33554432000 134512640 137138936 4291531872 4291447340 136570369 0 0 16781312 16384 0 0 0 17 1 0 0 0 0 0
/proc/8533/statm: 3332 868 184 642 0 2688 0
[pid=8381/tid=8388] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8388/stat : 8388 (python) S 8379 8381 3958 0 -1 4202560 32 1010 0 0 0 0 0 0 20 0 9 0 338304690 912539648 8578 33554432000 4194304 5683644 140736801602384 140197793317424 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8381/tid=8399] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8399/stat : 8399 (python) S 8379 8381 3958 0 -1 4202560 31 1010 0 0 0 0 0 0 20 0 9 0 338309694 912539648 8578 33554432000 4194304 5683644 140736801602384 140197782827568 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8381/tid=8404] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8404/stat : 8404 (python) S 8379 8381 3958 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 9 0 338314409 912539648 8578 33554432000 4194304 5683644 140736801602384 140197772337712 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8381/tid=8416] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8416/stat : 8416 (python) S 8379 8381 3958 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 9 0 338323848 912539648 8578 33554432000 4194304 5683644 140736801602384 140197761847856 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8421] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8421/stat : 8421 (python) S 8379 8381 3958 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338328587 912539648 8578 33554432000 4194304 5683644 140736801602384 140197751358000 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8447] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8447/stat : 8447 (python) S 8379 8381 3958 0 -1 4202560 18 1010 0 0 0 0 0 0 20 0 9 0 338337869 912539648 8578 33554432000 4194304 5683644 140736801602384 140197396210224 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8381/tid=8524] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8524/stat : 8524 (python) S 8379 8381 3958 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338360879 912539648 8578 33554432000 4194304 5683644 140736801602384 140197385720368 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8381/tid=8532] ppid=8379 vsize=891152 CPUtime=0 cores=1,3,5,7
/proc/8381/task/8532/stat : 8532 (python) S 8379 8381 3958 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 9 0 338365633 912539648 8578 33554432000 4194304 5683644 140736801602384 140197375230512 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 613.54
Current children cumulated vsize (KiB) 16035004

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8381 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=464777
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=117982
# CPU time returned by wait4() is 1.58276
# while last known CPU time is 613.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 611.562
CPU time (s): 613.54
CPU user time (s): 610.02
CPU system time (s): 3.52
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 16035004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.46478
system time used= 0.117982
maximum resident set size= 34312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20160
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2106
involuntary context switches= 20

runsolver used 2.6326 second user time and 6.18306 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 13:09:44
IDJOB=3741849
IDBENCH=90112
IDSOLVER=2327
FILE ID=node122/3741849-1338721784
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 71088 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K102.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741849-1338721784/watcher-3741849-1338721784 -o /tmp/evaluation-result-3741849-1338721784/solver-3741849-1338721784 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741849-1338721784.opb -seed 469131140 -budget 1800

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

MD5SUM BENCH= 2946edf6ae8af40eb44098433ff3dcec
RANDOM SEED=469131140

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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:        31117036 kB
Buffers:          198216 kB
Cached:           372184 kB
SwapCached:         1804 kB
Active:           883256 kB
Inactive:          36600 kB
Active(anon):     344120 kB
Inactive(anon):     7780 kB
Active(file):     539136 kB
Inactive(file):    28820 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            102540 kB
Writeback:             8 kB
AnonPages:        355680 kB
Mapped:            19424 kB
Shmem:                36 kB
Slab:             692484 kB
SReclaimable:     134608 kB
SUnreclaim:       557876 kB
KernelStack:        1496 kB
PageTables:         6384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     575036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70984 MiB
End job on node122 at 2012-06-03 13:19:59