Trace number 3741927

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) 617.13 615.159

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
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 86
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.39/1.27	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.39/1.27	c INFO: solving HOME/instance-3741927-1338722305.opb
0.47/1.34	c INFO: parsing took 0.06 s
0.57/1.45	c INFO: features took 0.12 CPU seconds
0.57/1.48	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.69)
48.90/49.79	c INFO: running clasp-1.3.7@0 for 45 with 1751 remaining (b = 0.36)
96.14/96.95	c INFO: running scip-2.0.1-spx@0 for 45 with 1704 remaining (b = 0.06)
142.79/143.51	c INFO: running clasp-1.3.7@47 for 45 with 1658 remaining (b = 0.01)
188.56/189.21	c INFO: wrote minion input file to HOME/tmpYfKNT1.minion
188.56/189.21	c INFO: running minion-0.12@0 for 45 with 1613 remaining (b = 0.09)
235.90/236.58	c INFO: running wbo1.4a@0 for 45 with 1565 remaining (b = 0.02)
282.14/282.78	c INFO: running scip-2.0.1-clp@47 for 45 with 1519 remaining (b = 0.01)
326.72/327.26	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1475 remaining (b = 0.04)
376.44/374.81	c INFO: running clasp-1.3.7@92 for 136 with 1426 remaining (b = 0.02)
514.06/512.24	c INFO: running scip-2.0.1-spx@46 for 45 with 1288 remaining (b = 0.01)
559.35/557.40	c INFO: running bsolo_pb10-l3@0 for 45 with 1243 remaining (b = 0.02)
606.62/604.69	c INFO: running bsolo_pb10-l1@0 for 91 with 1196 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-3741927-1338722305/watcher-3741927-1338722305 -o /tmp/evaluation-result-3741927-1338722305/solver-3741927-1338722305 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741927-1338722305.opb -seed 904850733 -budget 1800 

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.17 3.03 3.09 3/217 6992
/proc/meminfo: memFree=28702772/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/6992/stat : 6992 (python) D 6990 6992 2614 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338355544 15642624 558 33554432000 4194304 5683644 140734681854672 140734681826856 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/6992/statm: 3819 558 324 364 0 261 0

[startup+0.044341 s]
/proc/loadavg: 2.17 3.03 3.09 3/217 6992
/proc/meminfo: memFree=28702772/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=16100 CPUtime=0 cores=0,2,4,6
/proc/6992/stat : 6992 (python) D 6990 6992 2614 0 -1 4202496 1014 0 0 0 0 0 0 0 20 0 1 0 338355544 16486400 845 33554432000 4194304 5683644 140734681854672 140734681783672 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/6992/statm: 4025 845 368 364 0 467 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16100

[startup+0.100295 s]
/proc/loadavg: 2.17 3.03 3.09 3/217 6992
/proc/meminfo: memFree=28702772/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=19080 CPUtime=0.03 cores=0,2,4,6
/proc/6992/stat : 6992 (python) R 6990 6992 2614 0 -1 4202496 1393 0 0 0 2 1 0 0 20 0 1 0 338355544 19537920 1147 33554432000 4194304 5683644 140734681854672 140734681785176 4864850 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/6992/statm: 4770 1147 430 364 0 694 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19080

[startup+0.300269 s]
/proc/loadavg: 2.17 3.03 3.09 3/217 6992
/proc/meminfo: memFree=28702772/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=96892 CPUtime=0.11 cores=0,2,4,6
/proc/6992/stat : 6992 (python) D 6990 6992 2614 0 -1 4202496 3911 1012 1 0 8 3 0 0 20 0 1 0 338355544 99217408 2647 33554432000 4194304 5683644 140734681854672 140734681758904 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 24223 2647 822 364 0 1714 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 96892

[startup+0.700282 s]
/proc/loadavg: 2.17 3.03 3.09 3/217 6992
/proc/meminfo: memFree=28702772/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=134132 CPUtime=0.22 cores=0,2,4,6
/proc/6992/stat : 6992 (python) D 6990 6992 2614 0 -1 4202496 6178 1012 1 0 14 8 0 0 20 0 1 0 338355544 137351168 4027 33554432000 4194304 5683644 140734681854672 140734681740936 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 33533 4027 1084 364 0 2951 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 134132

[startup+1.50029 s]
/proc/loadavg: 2.17 3.03 3.09 3/218 6997
/proc/meminfo: memFree=28687140/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=359432 CPUtime=0.65 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 11245 1012 1 0 50 15 0 0 20 0 2 0 338355544 368058368 7742 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 89858 7742 1900 364 0 25081 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 359432

[startup+3.1004 s]
/proc/loadavg: 2.16 3.02 3.08 3/221 7000
/proc/meminfo: memFree=28607000/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=359432 CPUtime=0.65 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 11245 1012 1 0 50 15 0 0 20 0 2 0 338355544 368058368 7742 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 89858 7742 1900 364 0 25081 0
[pid=6998] ppid=6992 vsize=283652 CPUtime=0 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 755 0 0 0 0 0 0 0 20 0 1 0 338355693 290459648 6177 33554432000 4194304 5683644 140734681854672 140734681845760 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 70913 6177 341 364 0 6136 0
[pid=7000] ppid=6998 vsize=98600 CPUtime=1.6 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) R 6998 7000 7000 0 -1 4202496 22198 0 0 0 154 6 0 0 20 0 1 0 338355693 100966400 21598 33554432000 4194304 15243407 140735468815728 140735468812040 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7000/statm: 24650 21598 682 2698 0 21945 0
[pid=6992/tid=6999] ppid=6990 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 338355693 368058368 7742 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 741684
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.16 3.02 3.08 3/221 7000
/proc/meminfo: memFree=28540040/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=359432 CPUtime=0.65 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 11245 1012 1 0 50 15 0 0 20 0 2 0 338355544 368058368 7742 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 89858 7742 1900 364 0 25081 0
[pid=6998] ppid=6992 vsize=283652 CPUtime=0 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 881 0 0 0 0 0 0 0 20 0 1 0 338355693 290459648 6200 33554432000 4194304 5683644 140734681854672 140734681845760 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 70913 6200 364 364 0 6136 0
[pid=7000] ppid=6998 vsize=151732 CPUtime=4.8 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) R 6998 7000 7000 0 -1 4202496 35286 0 0 0 468 12 0 0 20 0 1 0 338355693 155373568 34686 33554432000 4194304 15243407 140735468815728 140735468812024 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7000/statm: 37933 34686 686 2698 0 35228 0
[pid=6992/tid=6999] ppid=6990 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 338355693 368058368 7742 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 794816

[startup+12.7004 s]
/proc/loadavg: 2.13 2.98 3.07 3/221 7000
/proc/meminfo: memFree=28483000/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=359432 CPUtime=0.65 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 11245 1012 1 0 50 15 0 0 20 0 2 0 338355544 368058368 7742 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 89858 7742 1900 364 0 25081 0
[pid=6998] ppid=6992 vsize=283652 CPUtime=0 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 884 0 0 0 0 0 0 0 20 0 1 0 338355693 290459648 6200 33554432000 4194304 5683644 140734681854672 140734681845760 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 70913 6200 364 364 0 6136 0
[pid=7000] ppid=6998 vsize=205524 CPUtime=11.19 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) R 6998 7000 7000 0 -1 4202496 48631 0 0 0 1098 21 0 0 20 0 1 0 338355693 210456576 48031 33554432000 4194304 15243407 140735468815728 140735468812040 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7000/statm: 51381 48031 686 2698 0 48676 0
[pid=6992/tid=6999] ppid=6990 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 338355693 368058368 7742 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 848608

[startup+25.5004 s]
/proc/loadavg: 2.19 2.97 3.07 3/221 7000
/proc/meminfo: memFree=28444460/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=359432 CPUtime=0.65 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 11245 1012 1 0 50 15 0 0 20 0 2 0 338355544 368058368 7742 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6992/statm: 89858 7742 1900 364 0 25081 0
[pid=6998] ppid=6992 vsize=283652 CPUtime=0.03 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 993 0 0 0 2 1 0 0 20 0 1 0 338355693 290459648 6205 33554432000 4194304 5683644 140734681854672 140734681845760 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 70913 6205 369 364 0 6136 0
[pid=7000] ppid=6998 vsize=247380 CPUtime=23.99 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) R 6998 7000 7000 0 -1 4202496 58856 0 0 0 2347 52 0 0 20 0 1 0 338355693 253317120 58224 33554432000 4194304 15243407 140735468815728 140735468811816 13277498 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/7000/statm: 61845 58224 873 2698 0 59140 0
[pid=6992/tid=6999] ppid=6990 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 338355693 368058368 7742 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 890464

[startup+51.1004 s]
/proc/loadavg: 2.13 2.89 3.04 3/226 7005
/proc/meminfo: memFree=28417496/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=435224 CPUtime=0.68 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 12194 1012 1 0 53 15 0 0 20 0 3 0 338355544 445669376 7751 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6992/statm: 108806 7751 1903 364 0 44026 0
[pid=6998] ppid=6992 vsize=359432 CPUtime=0.06 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 1147 0 0 0 3 3 0 0 20 0 2 0 338355693 368058368 6240 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 89858 6240 397 364 0 25081 0
[pid=7000] ppid=6998 vsize=268568 CPUtime=48.25 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) T 6998 7000 7000 0 -1 4202496 74176 0 0 0 4750 75 0 0 20 0 1 0 338355693 275013632 63302 33554432000 4194304 15243407 140735468815728 140735468810440 8145055 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7000/statm: 67142 63302 898 2698 0 64437 0
[pid=6998/tid=7002] ppid=6992 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6998/task/7002/stat : 7002 (python) S 6992 6992 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338360521 368058368 6240 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7003] ppid=6992 vsize=359444 CPUtime=0 cores=0,2,4,6
/proc/7003/stat : 7003 (python) S 6992 6992 2614 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 1 0 338360523 368070656 6178 33554432000 4194304 5683644 140734681854672 140734681845760 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/7003/statm: 89861 6178 336 364 0 25081 0
[pid=7005] ppid=7003 vsize=4548 CPUtime=1.29 cores=0,2,4,6
/proc/7005/stat : 7005 (clasp-1.3.7-x86) R 7003 7005 7005 0 -1 4202496 1205 0 0 0 129 0 0 0 20 0 1 0 338360524 4657152 866 33554432000 134512640 136139019 4290982384 4290981360 134634747 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0
/proc/7005/statm: 1137 866 182 398 0 737 0
[pid=6992/tid=6999] ppid=6990 vsize=435224 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 3 0 338355693 445669376 7751 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7004] ppid=6990 vsize=435224 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 3 0 338360523 445669376 7751 33554432000 4194304 5683644 140734681854672 140411176497712 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 1427216

[startup+102.308 s]
/proc/loadavg: 2.05 2.74 2.97 3/231 7012
/proc/meminfo: memFree=28254416/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=511612 CPUtime=0.7 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 13125 1012 1 0 55 15 0 0 20 0 4 0 338355544 523890688 7885 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/6992/statm: 127903 7885 1905 364 0 63120 0
[pid=6998] ppid=6992 vsize=359432 CPUtime=0.06 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 1147 0 0 0 3 3 0 0 20 0 2 0 338355693 368058368 6240 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 89858 6240 397 364 0 25081 0
[pid=7000] ppid=6998 vsize=268568 CPUtime=48.25 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) T 6998 7000 7000 0 -1 4202496 74176 0 0 0 4750 75 0 0 20 0 1 0 338355693 275013632 63302 33554432000 4194304 15243407 140735468815728 140735468810440 8145055 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7000/statm: 67142 63302 898 2698 0 64437 0
[pid=6998/tid=7002] ppid=6992 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6998/task/7002/stat : 7002 (python) S 6992 6992 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338360521 368058368 6240 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7003] ppid=6992 vsize=359444 CPUtime=0.07 cores=0,2,4,6
/proc/7003/stat : 7003 (python) S 6992 6992 2614 0 -1 4202560 1085 0 0 0 4 3 0 0 20 0 2 0 338360523 368070656 6227 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7003/statm: 89861 6227 384 364 0 25081 0
[pid=7005] ppid=7003 vsize=13524 CPUtime=47.1 cores=0,2,4,6
/proc/7005/stat : 7005 (clasp-1.3.7-x86) T 7003 7005 7005 0 -1 4202496 3468 0 0 0 4710 0 0 0 20 0 1 0 338360524 13848576 3129 33554432000 134512640 136139019 4290982384 4290981360 134876516 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/7005/statm: 3381 3129 182 398 0 2981 0
[pid=7003/tid=7009] ppid=6992 vsize=359444 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (python) S 6992 6992 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338365237 368070656 6227 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7010] ppid=6992 vsize=435832 CPUtime=0 cores=0,2,4,6
/proc/7010/stat : 7010 (python) S 6992 6992 2614 0 -1 4202560 912 0 0 0 0 0 0 0 20 0 1 0 338365239 446291968 6333 33554432000 4194304 5683644 140734681854672 140734681845760 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7010/statm: 108958 6333 359 364 0 44175 0
[pid=7012] ppid=7010 vsize=155604 CPUtime=5.34 cores=0,2,4,6
/proc/7012/stat : 7012 (scip-2.0.1.linu) R 7010 7012 7012 0 -1 4202496 36397 0 0 0 522 12 0 0 20 0 1 0 338365240 159338496 35784 33554432000 4194304 13684479 140734147100448 140734147096744 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/7012/statm: 38901 35784 639 2317 0 36579 0
[pid=6992/tid=6999] ppid=6990 vsize=511612 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 4 0 338355693 523890688 7885 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7004] ppid=6990 vsize=511612 CPUtime=0 cores=0,2,4,6

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

/proc/7118/stat : 7118 (bsolo_pb10) T 7116 7118 7118 0 -1 4202496 24636 0 0 0 4714 10 0 0 20 0 1 0 338411285 109019136 24191 33554432000 134512640 137138936 4289770816 4289769744 134542613 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 26616 24191 192 642 0 25972 0
[pid=7116/tid=7141] ppid=6992 vsize=739000 CPUtime=0 cores=0,2,4,6
/proc/7116/task/7141/stat : 7141 (python) S 6992 6992 2614 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338416011 756736000 6891 33554432000 4194304 5683644 140734681854672 140410926125616 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7142] ppid=6992 vsize=814792 CPUtime=0.01 cores=0,2,4,6
/proc/7142/stat : 7142 (python) S 6992 6992 2614 0 -1 4202560 977 0 0 0 1 0 0 0 20 0 1 0 338416013 834347008 6871 33554432000 4194304 5683644 140734681854672 140734681845760 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7142/statm: 203698 6871 359 364 0 138900 0
[pid=7144] ppid=7142 vsize=46784 CPUtime=10.4 cores=0,2,4,6
/proc/7144/stat : 7144 (bsolo_pb10) R 7142 7144 7144 0 -1 4202496 9716 0 0 0 1020 20 0 0 20 0 1 0 338416014 47906816 9271 33554432000 134512640 137138936 4293614400 4293613516 136570369 0 0 16781312 16384 0 0 0 17 4 0 0 0 0 0
/proc/7144/statm: 11696 9271 191 642 0 11052 0
[pid=6992/tid=6999] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 32 1012 0 0 0 0 0 0 20 0 9 0 338355693 911945728 8433 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6992/tid=7004] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (python) S 6990 6992 2614 0 -1 4202560 31 1012 0 0 0 0 0 0 20 0 9 0 338360523 911945728 8433 33554432000 4194304 5683644 140734681854672 140411176497712 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6992/tid=7011] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7011/stat : 7011 (python) S 6990 6992 2614 0 -1 4202560 26 1012 0 0 0 0 0 0 20 0 9 0 338365239 911945728 8433 33554432000 4194304 5683644 140734681854672 140411166007856 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6992/tid=7015] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7015/stat : 7015 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338374466 911945728 8433 33554432000 4194304 5683644 140734681854672 140411155518000 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6992/tid=7023] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7023/stat : 7023 (python) S 6990 6992 2614 0 -1 4202560 19 1012 0 0 0 0 0 0 20 0 9 0 338379203 911945728 8433 33554432000 4194304 5683644 140734681854672 140410936615472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7081] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7081/stat : 7081 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338388270 911945728 8433 33554432000 4194304 5683644 140734681854672 140410926125616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7117] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7117/stat : 7117 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338411285 911945728 8433 33554432000 4194304 5683644 140734681854672 140410915635760 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7143] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7143/stat : 7143 (python) S 6990 6992 2614 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 9 0 338416014 911945728 8433 33554432000 4194304 5683644 140734681854672 140410905145904 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 617.13
Current children cumulated vsize (KiB) 15872100

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

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

[startup+615.102 s]
/proc/loadavg: 2.00 2.13 2.55 3/267 7144
/proc/meminfo: memFree=26068560/32873844 swapFree=7116/7116
[pid=6992] ppid=6990 vsize=890572 CPUtime=1.48 cores=0,2,4,6
/proc/6992/stat : 6992 (python) S 6990 6992 2614 0 -1 4202496 18114 1012 1 0 131 17 0 0 20 0 9 0 338355544 911945728 8433 33554432000 4194304 5683644 140734681854672 140734681849504 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6992/statm: 222643 8433 1915 364 0 157845 0
[pid=6998] ppid=6992 vsize=359432 CPUtime=0.16 cores=0,2,4,6
/proc/6998/stat : 6998 (python) S 6992 6992 2614 0 -1 4202560 1182 0 0 0 8 8 0 0 20 0 2 0 338355693 368058368 6241 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6998/statm: 89858 6241 398 364 0 25081 0
[pid=7000] ppid=6998 vsize=278396 CPUtime=92.69 cores=0,2,4,6
/proc/7000/stat : 7000 (scip-2.0.1.linu) T 6998 7000 7000 0 -1 4202496 104250 0 0 0 9183 86 0 0 20 0 1 0 338355693 285077504 67154 33554432000 4194304 15243407 140735468815728 140735468810120 8118864 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7000/statm: 69599 67154 946 2698 0 66894 0
[pid=6998/tid=7002] ppid=6992 vsize=359432 CPUtime=0 cores=0,2,4,6
/proc/6998/task/7002/stat : 7002 (python) S 6992 6992 2614 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338360521 368058368 6241 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7003] ppid=6992 vsize=359444 CPUtime=0.42 cores=0,2,4,6
/proc/7003/stat : 7003 (python) S 6992 6992 2614 0 -1 4202560 1183 0 0 0 24 18 0 0 20 0 2 0 338360523 368070656 6227 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7003/statm: 89861 6227 384 364 0 25081 0
[pid=7005] ppid=7003 vsize=26612 CPUtime=229.58 cores=0,2,4,6
/proc/7005/stat : 7005 (clasp-1.3.7-x86) T 7003 7005 7005 0 -1 4202496 6732 0 0 0 22958 0 0 0 20 0 1 0 338360524 27250688 6384 33554432000 134512640 136139019 4290982384 4290981360 134883443 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7005/statm: 6653 6384 182 398 0 6253 0
[pid=7003/tid=7009] ppid=6992 vsize=359444 CPUtime=0 cores=0,2,4,6
/proc/7003/task/7009/stat : 7009 (python) S 6992 6992 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338365237 368070656 6227 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7010] ppid=6992 vsize=435832 CPUtime=0.18 cores=0,2,4,6
/proc/7010/stat : 7010 (python) S 6992 6992 2614 0 -1 4202560 1137 0 0 0 10 8 0 0 20 0 2 0 338365239 446291968 6359 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7010/statm: 108958 6359 384 364 0 44175 0
[pid=7012] ppid=7010 vsize=257700 CPUtime=91.65 cores=0,2,4,6
/proc/7012/stat : 7012 (scip-2.0.1.linu) T 7010 7012 7012 0 -1 4202496 66083 0 0 0 9128 37 0 0 20 0 1 0 338365240 263884800 62043 33554432000 4194304 13684479 140734147100448 140734147092312 7388639 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7012/statm: 64425 62043 758 2317 0 62103 0
[pid=7010/tid=7013] ppid=6992 vsize=435832 CPUtime=0 cores=0,2,4,6
/proc/7010/task/7013/stat : 7013 (python) S 6992 6992 2614 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338369893 446291968 6359 33554432000 4194304 5683644 140734681854672 140411176497712 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7014] ppid=6992 vsize=511624 CPUtime=0.07 cores=0,2,4,6
/proc/7014/stat : 7014 (python) S 6992 6992 2614 0 -1 4202560 1126 0 0 0 4 3 0 0 20 0 2 0 338374466 523902976 6365 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7014/statm: 127906 6365 384 364 0 63120 0
[pid=7016] ppid=7014 vsize=83504 CPUtime=47.31 cores=0,2,4,6
/proc/7016/stat : 7016 (minion) T 7014 7016 7016 0 -1 4202496 7025 0 0 0 4730 1 0 0 20 0 1 0 338374466 85508096 13581 33554432000 134512640 165565024 4286847392 4286844640 142765104 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7016/statm: 20876 13581 336 7582 0 13291 0
[pid=7014/tid=7021] ppid=6992 vsize=511624 CPUtime=0 cores=0,2,4,6
/proc/7014/task/7021/stat : 7021 (python) S 6992 6992 2614 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338379200 523902976 6365 33554432000 4194304 5683644 140734681854672 140411166007856 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7022] ppid=6992 vsize=587416 CPUtime=0.07 cores=0,2,4,6
/proc/7022/stat : 7022 (python) S 6992 6992 2614 0 -1 4202560 1125 0 0 0 4 3 0 0 20 0 2 0 338379203 601513984 6371 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7022/statm: 146854 6371 384 364 0 82065 0
[pid=7024] ppid=7022 vsize=86348 CPUtime=46.15 cores=0,2,4,6
/proc/7024/stat : 7024 (wbo1.4a) T 7022 7024 7024 0 -1 4202496 21484 0 0 0 4577 38 0 0 20 0 1 0 338379203 88420352 21133 33554432000 134512640 135751879 4293543152 4293541328 134616336 0 0 16781312 3 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/7024/statm: 21587 21133 143 303 0 21282 0
[pid=7022/tid=7075] ppid=6992 vsize=587416 CPUtime=0 cores=0,2,4,6
/proc/7022/task/7075/stat : 7075 (python) S 6992 6992 2614 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338383820 601513984 6371 33554432000 4194304 5683644 140734681854672 140411155518000 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7080] ppid=6992 vsize=663208 CPUtime=0.07 cores=0,2,4,6
/proc/7080/stat : 7080 (python) S 6992 6992 2614 0 -1 4202560 1149 0 0 0 5 2 0 0 20 0 2 0 338388270 679124992 6884 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7080/statm: 165802 6884 384 364 0 101010 0
[pid=7082] ppid=7080 vsize=9624972 CPUtime=49.56 cores=0,2,4,6
/proc/7082/stat : 7082 (java) T 7080 7082 7082 0 -1 4202496 15416 0 1 0 4917 39 0 0 20 0 19 0 338388271 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140733653305584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7082/statm: 2406243 425321 2266 9 0 2396937 0
[pid=7082/tid=7083] ppid=7080 vsize=9624972 CPUtime=47.12 cores=0,2,4,6
/proc/7082/task/7083/stat : 7083 (java) T 7080 7082 7082 0 -1 4202560 4003 0 1 0 4687 25 0 0 20 0 19 0 338388272 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140520350727504 140520207218744 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7084] ppid=7080 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/7082/task/7084/stat : 7084 (java) T 7080 7082 7082 0 -1 4202560 59 0 0 0 9 3 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140520328829736 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7085] ppid=7080 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/7082/task/7085/stat : 7085 (java) T 7080 7082 7082 0 -1 4202560 72 0 0 0 8 1 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140520327776936 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7086] ppid=7080 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/7082/task/7086/stat : 7086 (java) T 7080 7082 7082 0 -1 4202560 74 0 0 0 6 2 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140520326724648 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=7082/tid=7087] ppid=7080 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/7082/task/7087/stat : 7087 (java) T 7080 7082 7082 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140520325671848 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7088] ppid=7080 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/7082/task/7088/stat : 7088 (java) T 7080 7082 7082 0 -1 4202560 49 0 0 0 7 0 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519988521256 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=7082/tid=7089] ppid=7080 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/7082/task/7089/stat : 7089 (java) T 7080 7082 7082 0 -1 4202560 104 0 0 0 7 2 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519987468456 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7090] ppid=7080 vsize=9624972 CPUtime=0.05 cores=0,2,4,6
/proc/7082/task/7090/stat : 7090 (java) T 7080 7082 7082 0 -1 4202560 65 0 0 0 5 0 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519986416168 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7091] ppid=7080 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/7082/task/7091/stat : 7091 (java) T 7080 7082 7082 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 19 0 338388273 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519985363368 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=7082/tid=7092] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7092/stat : 7092 (java) T 7080 7082 7082 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 19 0 338388274 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519973165800 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=7082/tid=7093] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7093/stat : 7093 (java) T 7080 7082 7082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338388275 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519972111864 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7094] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7094/stat : 7094 (java) T 7080 7082 7082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338388275 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519971059464 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7095] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7095/stat : 7095 (java) T 7080 7082 7082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338388278 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519970007952 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=7082/tid=7096] ppid=7080 vsize=9624972 CPUtime=0.81 cores=0,2,4,6
/proc/7082/task/7096/stat : 7096 (java) T 7080 7082 7082 0 -1 4202560 4959 0 0 0 81 0 0 0 20 0 19 0 338388278 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519968954552 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7097] ppid=7080 vsize=9624972 CPUtime=0.68 cores=0,2,4,6
/proc/7082/task/7097/stat : 7097 (java) T 7080 7082 7082 0 -1 4202560 3791 0 0 0 68 0 0 0 20 0 19 0 338388278 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519967901752 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7098] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7098/stat : 7098 (java) T 7080 7082 7082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338388278 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519966849656 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7082/tid=7099] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7099/stat : 7099 (java) T 7080 7082 7082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338388278 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519965797064 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=7082/tid=7100] ppid=7080 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/7082/task/7100/stat : 7100 (java) T 7080 7082 7082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338388311 9855971328 425321 33554432000 1073741824 1073778376 140733653314448 140519964743080 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=7080/tid=7105] ppid=6992 vsize=663208 CPUtime=0 cores=0,2,4,6
/proc/7080/task/7105/stat : 7105 (python) S 6992 6992 2614 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 338393023 679124992 6884 33554432000 4194304 5683644 140734681854672 140410936615472 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7116] ppid=6992 vsize=739000 CPUtime=0.09 cores=0,2,4,6
/proc/7116/stat : 7116 (python) S 6992 6992 2614 0 -1 4202560 1162 0 0 0 5 4 0 0 20 0 2 0 338411285 756736000 6891 33554432000 4194304 5683644 140734681854672 140734681846320 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7116/statm: 184750 6891 384 364 0 119955 0
[pid=7118] ppid=7116 vsize=106464 CPUtime=47.24 cores=0,2,4,6
/proc/7118/stat : 7118 (bsolo_pb10) T 7116 7118 7118 0 -1 4202496 24636 0 0 0 4714 10 0 0 20 0 1 0 338411285 109019136 24191 33554432000 134512640 137138936 4289770816 4289769744 134542613 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/7118/statm: 26616 24191 192 642 0 25972 0
[pid=7116/tid=7141] ppid=6992 vsize=739000 CPUtime=0 cores=0,2,4,6
/proc/7116/task/7141/stat : 7141 (python) S 6992 6992 2614 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338416011 756736000 6891 33554432000 4194304 5683644 140734681854672 140410926125616 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7142] ppid=6992 vsize=814792 CPUtime=0.01 cores=0,2,4,6
/proc/7142/stat : 7142 (python) S 6992 6992 2614 0 -1 4202560 977 0 0 0 1 0 0 0 20 0 1 0 338416013 834347008 6871 33554432000 4194304 5683644 140734681854672 140734681845760 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/7142/statm: 203698 6871 359 364 0 138900 0
[pid=7144] ppid=7142 vsize=46784 CPUtime=10.4 cores=0,2,4,6
/proc/7144/stat : 7144 (bsolo_pb10) R 7142 7144 7144 0 -1 4202496 9716 0 0 0 1020 20 0 0 20 0 1 0 338416014 47906816 9271 33554432000 134512640 137138936 4293614400 4293613516 136570369 0 0 16781312 16384 0 0 0 17 4 0 0 0 0 0
/proc/7144/statm: 11696 9271 191 642 0 11052 0
[pid=6992/tid=6999] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (python) S 6990 6992 2614 0 -1 4202560 32 1012 0 0 0 0 0 0 20 0 9 0 338355693 911945728 8433 33554432000 4194304 5683644 140734681854672 140411186987568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6992/tid=7004] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (python) S 6990 6992 2614 0 -1 4202560 31 1012 0 0 0 0 0 0 20 0 9 0 338360523 911945728 8433 33554432000 4194304 5683644 140734681854672 140411176497712 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6992/tid=7011] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7011/stat : 7011 (python) S 6990 6992 2614 0 -1 4202560 26 1012 0 0 0 0 0 0 20 0 9 0 338365239 911945728 8433 33554432000 4194304 5683644 140734681854672 140411166007856 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6992/tid=7015] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7015/stat : 7015 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338374466 911945728 8433 33554432000 4194304 5683644 140734681854672 140411155518000 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6992/tid=7023] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7023/stat : 7023 (python) S 6990 6992 2614 0 -1 4202560 19 1012 0 0 0 0 0 0 20 0 9 0 338379203 911945728 8433 33554432000 4194304 5683644 140734681854672 140410936615472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7081] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7081/stat : 7081 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338388270 911945728 8433 33554432000 4194304 5683644 140734681854672 140410926125616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7117] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7117/stat : 7117 (python) S 6990 6992 2614 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 9 0 338411285 911945728 8433 33554432000 4194304 5683644 140734681854672 140410915635760 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6992/tid=7143] ppid=6990 vsize=890572 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7143/stat : 7143 (python) S 6990 6992 2614 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 9 0 338416014 911945728 8433 33554432000 4194304 5683644 140734681854672 140410905145904 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 617.13
Current children cumulated vsize (KiB) 15872100

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 615.159
CPU time (s): 617.13
CPU user time (s): 614.19
CPU system time (s): 2.94
CPU usage (%): 100.32
Max. virtual memory (cumulated for all children) (KiB): 15872100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3188
system time used= 0.171973
maximum resident set size= 33732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19126
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2085
involuntary context switches= 18

runsolver used 2.68159 second user time and 6.50501 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 13:18:25
IDJOB=3741927
IDBENCH=90118
IDSOLVER=2327
FILE ID=node146/3741927-1338722305
RUNJOBID= node146-1338713700-2630
PBS_JOBID= 14636739
Free space on /tmp= 70808 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K85.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-3741927-1338722305/watcher-3741927-1338722305 -o /tmp/evaluation-result-3741927-1338722305/solver-3741927-1338722305 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741927-1338722305.opb -seed 904850733 -budget 1800

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=904850733

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28703176 kB
Buffers:          278996 kB
Cached:           613048 kB
SwapCached:         1792 kB
Active:          3028952 kB
Inactive:         303432 kB
Active(anon):    2440852 kB
Inactive(anon):     1748 kB
Active(file):     588100 kB
Inactive(file):   301684 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            102608 kB
Writeback:             0 kB
AnonPages:       2450432 kB
Mapped:            32832 kB
Shmem:                84 kB
Slab:             683436 kB
SReclaimable:     121668 kB
SUnreclaim:       561768 kB
KernelStack:        1768 kB
PageTables:        13240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3302480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1708032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70708 MiB
End job on node146 at 2012-06-03 13:28:43