Trace number 3481728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03? (MO) 104.31 101.192

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.32/0.48	c INFO: solving HOME/instance-3481728-1307577224.opb
1.50/1.62	c INFO: parsing took 1.13 s
3.60/3.78	c INFO: features took 2.16 CPU seconds
3.70/3.81	c INFO: running wbo1.4a@0 for 45 with 1796 remaining (b = 0.01)
52.55/52.56	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1747 remaining (b = 0.00)
102.72/100.19	c INFO: running sat4j-pb-v20101225@0 for 91 with 1698 remaining (b = 0.01)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3481728-1307577224/watcher-3481728-1307577224 -o /tmp/evaluation-result-3481728-1307577224/solver-3481728-1307577224 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481728-1307577224.opb -seed 1592117790 -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.00 1.93 1.22 2/549 11752
/proc/meminfo: memFree=26809496/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=15912 CPUtime=0 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 939 0 0 0 0 0 0 0 20 0 1 0 869322285 16293888 817 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278540833 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11752/statm: 3978 819 356 364 0 465 0

[startup+0.0766709 s]
/proc/loadavg: 2.00 1.93 1.22 2/549 11752
/proc/meminfo: memFree=26809496/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=85072 CPUtime=0.05 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 2531 0 0 0 4 1 0 0 20 0 1 0 869322285 87113728 2257 33554432000 4194304 5683644 140737317673264 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11752/statm: 21340 2264 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85072

[startup+0.100665 s]
/proc/loadavg: 2.00 1.93 1.22 2/549 11752
/proc/meminfo: memFree=26809496/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=96124 CPUtime=0.07 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 3169 928 1 0 5 2 0 0 20 0 1 0 869322285 98430976 2483 33554432000 4194304 5683644 140737317673264 18446744073709551615 5168732 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11752/statm: 24031 2483 792 364 0 1626 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96124

[startup+0.300632 s]
/proc/loadavg: 2.00 1.93 1.22 2/549 11752
/proc/meminfo: memFree=26809496/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=203276 CPUtime=0.23 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 6727 928 1 0 17 6 0 0 20 0 1 0 869322285 208154624 5003 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278875572 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11752/statm: 50819 5003 1472 364 0 3781 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 203276

[startup+0.700631 s]
/proc/loadavg: 2.00 1.93 1.22 2/549 11752
/proc/meminfo: memFree=26809496/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=292920 CPUtime=0.6 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 11816 928 1 0 50 10 0 0 21 0 1 0 869322285 299950080 9548 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278576073 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11752/statm: 73230 9548 1781 364 0 8123 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 292920

[startup+1.50048 s]
/proc/loadavg: 2.00 1.93 1.22 3/550 11757
/proc/meminfo: memFree=26771412/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=308724 CPUtime=1.39 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 15684 928 1 0 129 10 0 0 23 0 1 0 869322285 316133376 13416 33554432000 4194304 5683644 140737317673264 18446744073709551615 4436508 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11752/statm: 77181 13416 1781 364 0 12074 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 308724

[startup+3.10013 s]
/proc/loadavg: 2.00 1.93 1.22 3/550 11757
/proc/meminfo: memFree=26755664/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=314452 CPUtime=3 cores=1,3,5,7
/proc/11752/stat : 11752 (python) R 11750 11752 11000 0 -1 4202496 24578 928 1 0 288 12 0 0 25 0 1 0 869322285 321998848 14961 33554432000 4194304 5683644 140737317673264 18446744073709551615 47503271707368 0 0 16781312 33554434 0 0 0 17 3 0 0 0
/proc/11752/statm: 78613 14961 1816 364 0 13506 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 314452

[startup+6.30056 s]
/proc/loadavg: 2.00 1.93 1.23 3/553 11760
/proc/meminfo: memFree=26693768/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=325060 CPUtime=3.71 cores=1,3,5,7
/proc/11752/stat : 11752 (python) S 11750 11752 11000 0 -1 4202496 24947 928 1 0 359 12 0 0 25 0 2 0 869322285 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/11752/statm: 81265 15098 1864 364 0 16152 0
[pid=11758] ppid=11752 vsize=314816 CPUtime=0 cores=1,3,5,7
/proc/11758/stat : 11758 (python) R 11752 11752 11000 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 869322667 322371584 13581 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278899727 0 0 16781312 33554946 0 0 0 17 7 0 0 0
/proc/11758/statm: 78704 13581 351 364 0 13591 0
[pid=11760] ppid=11758 vsize=68120 CPUtime=2.47 cores=1,3,5,7
/proc/11760/stat : 11760 (wbo1.4a) R 11758 11760 11760 0 -1 4202496 18637 0 0 0 245 2 0 0 25 0 1 0 869322667 69754880 16584 33554432000 134512640 135751879 4294180624 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/11760/statm: 17030 16584 145 303 0 16725 0
[pid=11752/tid=11759] ppid=11750 vsize=325060 CPUtime=0 cores=1,3,5,7
/proc/11752/task/11759/stat : 11759 (python) S 11750 11752 11000 0 -1 4202560 27 928 0 0 0 0 0 0 25 0 2 0 869322667 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 707996

[startup+12.7004 s]
/proc/loadavg: 2.00 1.93 1.23 3/553 11760
/proc/meminfo: memFree=26677808/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=325060 CPUtime=3.71 cores=1,3,5,7
/proc/11752/stat : 11752 (python) S 11750 11752 11000 0 -1 4202496 24947 928 1 0 359 12 0 0 25 0 2 0 869322285 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/11752/statm: 81265 15098 1864 364 0 16152 0
[pid=11758] ppid=11752 vsize=314816 CPUtime=0.03 cores=1,3,5,7
/proc/11758/stat : 11758 (python) S 11752 11752 11000 0 -1 4202560 923 0 0 0 1 2 0 0 15 0 1 0 869322667 322371584 13605 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278899727 0 0 16781312 33554946 4294934788 0 0 17 7 0 0 0
/proc/11758/statm: 78704 13605 375 364 0 13591 0
[pid=11760] ppid=11758 vsize=80468 CPUtime=8.87 cores=1,3,5,7
/proc/11760/stat : 11760 (wbo1.4a) R 11758 11760 11760 0 -1 4202496 21731 0 0 0 885 2 0 0 25 0 1 0 869322667 82399232 19678 33554432000 134512640 135751879 4294180624 18446744073709551615 135220911 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/11760/statm: 20117 19678 146 303 0 19812 0
[pid=11752/tid=11759] ppid=11750 vsize=325060 CPUtime=0 cores=1,3,5,7
/proc/11752/task/11759/stat : 11759 (python) S 11750 11752 11000 0 -1 4202560 27 928 0 0 0 0 0 0 25 0 2 0 869322667 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 720344

[startup+25.5011 s]
/proc/loadavg: 1.93 1.92 1.24 2/534 11840
/proc/meminfo: memFree=26796456/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=325060 CPUtime=3.71 cores=1,3,5,7
/proc/11752/stat : 11752 (python) S 11750 11752 11000 0 -1 4202496 24947 928 1 0 359 12 0 0 25 0 2 0 869322285 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/11752/statm: 81265 15098 1864 364 0 16152 0
[pid=11758] ppid=11752 vsize=314816 CPUtime=0.06 cores=1,3,5,7
/proc/11758/stat : 11758 (python) S 11752 11752 11000 0 -1 4202560 1021 0 0 0 3 3 0 0 15 0 1 0 869322667 322371584 13610 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278899727 0 0 16781312 33554946 4294934788 0 0 17 7 0 0 0
/proc/11758/statm: 78704 13610 380 364 0 13591 0
[pid=11760] ppid=11758 vsize=83812 CPUtime=21.67 cores=1,3,5,7
/proc/11760/stat : 11760 (wbo1.4a) R 11758 11760 11760 0 -1 4202496 22566 0 0 0 2163 4 0 0 25 0 1 0 869322667 85823488 20513 33554432000 134512640 135751879 4294180624 18446744073709551615 134518799 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/11760/statm: 20953 20513 146 303 0 20648 0
[pid=11752/tid=11759] ppid=11750 vsize=325060 CPUtime=0 cores=1,3,5,7
/proc/11752/task/11759/stat : 11759 (python) S 11750 11752 11000 0 -1 4202560 27 928 0 0 0 0 0 0 25 0 2 0 869322667 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 723688

[startup+51.1006 s]
/proc/loadavg: 1.82 1.89 1.24 2/535 12187
/proc/meminfo: memFree=26677140/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=325060 CPUtime=3.71 cores=1,3,5,7
/proc/11752/stat : 11752 (python) S 11750 11752 11000 0 -1 4202496 24947 928 1 0 359 12 0 0 25 0 2 0 869322285 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/11752/statm: 81265 15098 1864 364 0 16152 0
[pid=11758] ppid=11752 vsize=314816 CPUtime=0.17 cores=1,3,5,7
/proc/11758/stat : 11758 (python) S 11752 11752 11000 0 -1 4202560 1038 0 0 0 8 9 0 0 15 0 1 0 869322667 322371584 13610 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278899727 0 0 16781312 33554946 4294934788 0 0 17 7 0 0 0
/proc/11758/statm: 78704 13610 380 364 0 13591 0
[pid=11760] ppid=11758 vsize=87672 CPUtime=47.28 cores=1,3,5,7
/proc/11760/stat : 11760 (wbo1.4a) R 11758 11760 11760 0 -1 4202496 23530 0 0 0 4722 6 0 0 25 0 1 0 869322667 89776128 21477 33554432000 134512640 135751879 4294180624 18446744073709551615 134620485 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/11760/statm: 21918 21477 146 303 0 21613 0
[pid=11752/tid=11759] ppid=11750 vsize=325060 CPUtime=0 cores=1,3,5,7
/proc/11752/task/11759/stat : 11759 (python) S 11750 11752 11000 0 -1 4202560 27 928 0 0 0 0 0 0 25 0 2 0 869322667 332861440 15098 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 727548



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+101.102 s]
/proc/loadavg: 1.99 1.93 1.29 6/603 12303
/proc/meminfo: memFree=23375832/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=345572 CPUtime=3.76 cores=1,3,5,7
/proc/11752/stat : 11752 (python) S 11750 11752 11000 0 -1 4202496 26712 928 1 0 364 12 0 0 20 0 4 0 869322285 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/11752/statm: 86393 15119 1877 364 0 21274 0
[pid=11758] ppid=11752 vsize=325060 CPUtime=0.19 cores=1,3,5,7
/proc/11758/stat : 11758 (python) S 11752 11752 11000 0 -1 4202560 1172 0 0 0 9 10 0 0 16 0 2 0 869322667 332861440 13646 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/11758/statm: 81265 13646 411 364 0 16152 0
[pid=11760] ppid=11758 vsize=87672 CPUtime=48.71 cores=1,3,5,7
/proc/11760/stat : 11760 (wbo1.4a) T 11758 11760 11760 0 -1 4202496 23530 0 0 0 4865 6 0 0 25 0 1 0 869322667 89776128 21477 33554432000 134512640 135751879 4294180624 18446744073709551615 134611216 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/11760/statm: 21918 21477 146 303 0 21613 0
[pid=11758/tid=12195] ppid=11752 vsize=325060 CPUtime=0 cores=1,3,5,7
/proc/11758/task/12195/stat : 12195 (python) S 11752 11752 11000 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 869327539 332861440 13646 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554946 18446604465848894784 0 0 -1 7 0 0 0
[pid=12196] ppid=11752 vsize=325072 CPUtime=0.17 cores=1,3,5,7
/proc/12196/stat : 12196 (python) S 11752 11752 11000 0 -1 4202560 1117 0 0 0 10 7 0 0 16 0 2 0 869327541 332873728 13631 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/12196/statm: 81268 13631 396 364 0 16152 0
[pid=12198] ppid=12196 vsize=8544496 CPUtime=49.98 cores=1,3,5,7
/proc/12198/stat : 12198 (java) T 12196 12198 12198 0 -1 4202496 694427 0 1 0 4920 78 0 0 18 0 19 0 869327541 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/12198/statm: 2136124 690287 2244 9 0 2126865 0
[pid=12198/tid=12199] ppid=12196 vsize=8544496 CPUtime=47.29 cores=1,3,5,7
/proc/12198/task/12199/stat : 12199 (java) T 12196 12198 12198 0 -1 4202560 626161 0 1 0 4660 69 0 0 25 0 19 0 869327542 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 46912506167606 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=12198/tid=12200] ppid=12196 vsize=8544496 CPUtime=0.11 cores=1,3,5,7
/proc/12198/task/12200/stat : 12200 (java) T 12196 12198 12198 0 -1 4202560 6690 0 0 0 11 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12201] ppid=12196 vsize=8544496 CPUtime=0.12 cores=1,3,5,7
/proc/12198/task/12201/stat : 12201 (java) T 12196 12198 12198 0 -1 4202560 7843 0 0 0 12 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12202] ppid=12196 vsize=8544496 CPUtime=0.07 cores=1,3,5,7
/proc/12198/task/12202/stat : 12202 (java) T 12196 12198 12198 0 -1 4202560 4627 0 0 0 7 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12203] ppid=12196 vsize=8544496 CPUtime=0.11 cores=1,3,5,7
/proc/12198/task/12203/stat : 12203 (java) T 12196 12198 12198 0 -1 4202560 7186 0 0 0 11 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12204] ppid=12196 vsize=8544496 CPUtime=0.1 cores=1,3,5,7
/proc/12198/task/12204/stat : 12204 (java) T 12196 12198 12198 0 -1 4202560 6207 0 0 0 10 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12205] ppid=12196 vsize=8544496 CPUtime=0.14 cores=1,3,5,7
/proc/12198/task/12205/stat : 12205 (java) T 12196 12198 12198 0 -1 4202560 9274 0 0 0 14 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=12198/tid=12206] ppid=12196 vsize=8544496 CPUtime=0.13 cores=1,3,5,7
/proc/12198/task/12206/stat : 12206 (java) T 12196 12198 12198 0 -1 4202560 8510 0 0 0 13 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12207] ppid=12196 vsize=8544496 CPUtime=0.09 cores=1,3,5,7
/proc/12198/task/12207/stat : 12207 (java) T 12196 12198 12198 0 -1 4202560 5629 0 0 0 9 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=12198/tid=12208] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12208/stat : 12208 (java) T 12196 12198 12198 0 -1 4202560 1270 0 0 0 0 0 0 0 15 0 19 0 869327544 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290696192 0 0 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12209] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12209/stat : 12209 (java) T 12196 12198 12198 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869327544 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12210] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12210/stat : 12210 (java) T 12196 12198 12198 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869327544 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12211] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12211/stat : 12211 (java) T 12196 12198 12198 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869327546 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290703281 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0

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

/proc/12286/stat : 12286 (java) S 12284 12286 12286 0 -1 4202496 49330 0 1 0 142 8 0 0 19 0 18 0 869332305 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12286/statm: 2136232 46374 2224 9 0 2126973 0
[pid=12286/tid=12287] ppid=12284 vsize=8544928 CPUtime=0.89 cores=1,3,5,7
/proc/12286/task/12287/stat : 12287 (java) R 12284 12286 12286 0 -1 4202560 35141 0 1 0 84 5 0 0 25 0 18 0 869332306 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 46912505551386 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12286/tid=12288] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12288/stat : 12288 (java) S 12284 12286 12286 0 -1 4202560 1213 0 0 0 1 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12289] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12289/stat : 12289 (java) S 12284 12286 12286 0 -1 4202560 1086 0 0 0 1 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 5 0 0 0
[pid=12286/tid=12290] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12290/stat : 12290 (java) S 12284 12286 12286 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 5 0 0 0
[pid=12286/tid=12291] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12291/stat : 12291 (java) S 12284 12286 12286 0 -1 4202560 1025 0 0 0 1 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=12286/tid=12292] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12292/stat : 12292 (java) S 12284 12286 12286 0 -1 4202560 942 0 0 0 1 0 0 0 17 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 7 0 0 0
[pid=12286/tid=12293] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12293/stat : 12293 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12294] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12294/stat : 12294 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 7 0 0 0
[pid=12286/tid=12295] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12295/stat : 12295 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=12286/tid=12296] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12296/stat : 12296 (java) S 12284 12286 12286 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 18 0 869332308 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290696192 0 0 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=12286/tid=12297] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12297/stat : 12297 (java) S 12284 12286 12286 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 869332308 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12298] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12298/stat : 12298 (java) S 12284 12286 12286 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 869332308 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12299] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12299/stat : 12299 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869332310 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290703281 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12300] ppid=12284 vsize=8544928 CPUtime=0.28 cores=1,3,5,7
/proc/12286/task/12300/stat : 12300 (java) R 12284 12286 12286 0 -1 4202560 3520 0 0 0 27 1 0 0 21 0 18 0 869332310 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 47792245437261 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12286/tid=12301] ppid=12284 vsize=8544928 CPUtime=0.26 cores=1,3,5,7
/proc/12286/task/12301/stat : 12301 (java) R 12284 12286 12286 0 -1 4202560 4859 0 0 0 26 0 0 0 20 0 18 0 869332310 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 47792245961427 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12286/tid=12302] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12302/stat : 12302 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869332310 8750006272 46380 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12303] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12303/stat : 12303 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 869332310 8750006272 46407 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290696192 0 4 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=11752/tid=11759] ppid=11750 vsize=345572 CPUtime=0 cores=1,3,5,7
/proc/11752/task/11759/stat : 11759 (python) S 11750 11752 11000 0 -1 4202560 27 928 0 0 0 0 0 0 25 0 4 0 869322667 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
[pid=11752/tid=12197] ppid=11750 vsize=345572 CPUtime=0 cores=1,3,5,7
/proc/11752/task/12197/stat : 12197 (python) S 11750 11752 11000 0 -1 4202560 30 928 0 0 0 0 0 0 20 0 4 0 869327541 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 5 0 0 0
[pid=11752/tid=12285] ppid=11750 vsize=345572 CPUtime=0 cores=1,3,5,7
/proc/11752/task/12285/stat : 12285 (python) S 11750 11752 11000 0 -1 4202560 30 928 0 0 0 0 0 0 20 0 4 0 869332305 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 104.31
Current children cumulated vsize (KiB) 18508128

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

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

[startup+101.102 s]
/proc/loadavg: 1.99 1.93 1.29 6/603 12303
/proc/meminfo: memFree=23375832/32950904 swapFree=56615552/67111528
[pid=11752] ppid=11750 vsize=345572 CPUtime=3.76 cores=1,3,5,7
/proc/11752/stat : 11752 (python) S 11750 11752 11000 0 -1 4202496 26712 928 1 0 364 12 0 0 20 0 4 0 869322285 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/11752/statm: 86393 15119 1877 364 0 21274 0
[pid=11758] ppid=11752 vsize=325060 CPUtime=0.19 cores=1,3,5,7
/proc/11758/stat : 11758 (python) S 11752 11752 11000 0 -1 4202560 1172 0 0 0 9 10 0 0 16 0 2 0 869322667 332861440 13646 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/11758/statm: 81265 13646 411 364 0 16152 0
[pid=11760] ppid=11758 vsize=87672 CPUtime=48.71 cores=1,3,5,7
/proc/11760/stat : 11760 (wbo1.4a) T 11758 11760 11760 0 -1 4202496 23530 0 0 0 4865 6 0 0 25 0 1 0 869322667 89776128 21477 33554432000 134512640 135751879 4294180624 18446744073709551615 134611216 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/11760/statm: 21918 21477 146 303 0 21613 0
[pid=11758/tid=12195] ppid=11752 vsize=325060 CPUtime=0 cores=1,3,5,7
/proc/11758/task/12195/stat : 12195 (python) S 11752 11752 11000 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 869327539 332861440 13646 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554946 18446604465848894784 0 0 -1 7 0 0 0
[pid=12196] ppid=11752 vsize=325072 CPUtime=0.17 cores=1,3,5,7
/proc/12196/stat : 12196 (python) S 11752 11752 11000 0 -1 4202560 1117 0 0 0 10 7 0 0 16 0 2 0 869327541 332873728 13631 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290706379 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/12196/statm: 81268 13631 396 364 0 16152 0
[pid=12198] ppid=12196 vsize=8544496 CPUtime=49.98 cores=1,3,5,7
/proc/12198/stat : 12198 (java) T 12196 12198 12198 0 -1 4202496 694427 0 1 0 4920 78 0 0 18 0 19 0 869327541 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/12198/statm: 2136124 690287 2244 9 0 2126865 0
[pid=12198/tid=12199] ppid=12196 vsize=8544496 CPUtime=47.29 cores=1,3,5,7
/proc/12198/task/12199/stat : 12199 (java) T 12196 12198 12198 0 -1 4202560 626161 0 1 0 4660 69 0 0 25 0 19 0 869327542 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 46912506167606 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=12198/tid=12200] ppid=12196 vsize=8544496 CPUtime=0.11 cores=1,3,5,7
/proc/12198/task/12200/stat : 12200 (java) T 12196 12198 12198 0 -1 4202560 6690 0 0 0 11 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12201] ppid=12196 vsize=8544496 CPUtime=0.12 cores=1,3,5,7
/proc/12198/task/12201/stat : 12201 (java) T 12196 12198 12198 0 -1 4202560 7843 0 0 0 12 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12202] ppid=12196 vsize=8544496 CPUtime=0.07 cores=1,3,5,7
/proc/12198/task/12202/stat : 12202 (java) T 12196 12198 12198 0 -1 4202560 4627 0 0 0 7 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12203] ppid=12196 vsize=8544496 CPUtime=0.11 cores=1,3,5,7
/proc/12198/task/12203/stat : 12203 (java) T 12196 12198 12198 0 -1 4202560 7186 0 0 0 11 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12204] ppid=12196 vsize=8544496 CPUtime=0.1 cores=1,3,5,7
/proc/12198/task/12204/stat : 12204 (java) T 12196 12198 12198 0 -1 4202560 6207 0 0 0 10 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12205] ppid=12196 vsize=8544496 CPUtime=0.14 cores=1,3,5,7
/proc/12198/task/12205/stat : 12205 (java) T 12196 12198 12198 0 -1 4202560 9274 0 0 0 14 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=12198/tid=12206] ppid=12196 vsize=8544496 CPUtime=0.13 cores=1,3,5,7
/proc/12198/task/12206/stat : 12206 (java) T 12196 12198 12198 0 -1 4202560 8510 0 0 0 13 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12207] ppid=12196 vsize=8544496 CPUtime=0.09 cores=1,3,5,7
/proc/12198/task/12207/stat : 12207 (java) T 12196 12198 12198 0 -1 4202560 5629 0 0 0 9 0 0 0 15 0 19 0 869327543 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=12198/tid=12208] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12208/stat : 12208 (java) T 12196 12198 12198 0 -1 4202560 1270 0 0 0 0 0 0 0 15 0 19 0 869327544 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290696192 0 0 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12209] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12209/stat : 12209 (java) T 12196 12198 12198 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869327544 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12210] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12210/stat : 12210 (java) T 12196 12198 12198 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869327544 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12211] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12211/stat : 12211 (java) T 12196 12198 12198 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869327546 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290703281 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12212] ppid=12196 vsize=8544496 CPUtime=0.92 cores=1,3,5,7
/proc/12198/task/12212/stat : 12212 (java) T 12196 12198 12198 0 -1 4202560 6027 0 0 0 91 1 0 0 15 0 19 0 869327546 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12213] ppid=12196 vsize=8544496 CPUtime=0.76 cores=1,3,5,7
/proc/12198/task/12213/stat : 12213 (java) T 12196 12198 12198 0 -1 4202560 3609 0 0 0 76 0 0 0 15 0 19 0 869327546 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=12198/tid=12214] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12214/stat : 12214 (java) T 12196 12198 12198 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869327546 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290695577 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=12198/tid=12215] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12215/stat : 12215 (java) T 12196 12198 12198 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 869327546 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290696192 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=12198/tid=12228] ppid=12196 vsize=8544496 CPUtime=0 cores=1,3,5,7
/proc/12198/task/12228/stat : 12228 (java) T 12196 12198 12198 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869327687 8749563904 690287 33554432000 1073741824 1073778376 140736320435024 18446744073709551615 237290696192 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=12196/tid=12283] ppid=11752 vsize=325072 CPUtime=0 cores=1,3,5,7
/proc/12196/task/12283/stat : 12283 (python) S 11752 11752 11000 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869332303 332873728 13631 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554946 18446604468713911424 0 0 -1 7 0 0 0
[pid=12284] ppid=11752 vsize=335328 CPUtime=0 cores=1,3,5,7
/proc/12284/stat : 12284 (python) S 11752 11752 11000 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 869332305 343375872 13586 33554432000 4194304 5683644 140737317673264 18446744073709551615 237278899782 0 0 16781312 33554946 4548597797867192580 0 0 17 5 0 0 0
/proc/12284/statm: 83832 13586 348 364 0 18713 0
[pid=12286] ppid=12284 vsize=8544928 CPUtime=1.5 cores=1,3,5,7
/proc/12286/stat : 12286 (java) S 12284 12286 12286 0 -1 4202496 49330 0 1 0 142 8 0 0 19 0 18 0 869332305 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12286/statm: 2136232 46374 2224 9 0 2126973 0
[pid=12286/tid=12287] ppid=12284 vsize=8544928 CPUtime=0.89 cores=1,3,5,7
/proc/12286/task/12287/stat : 12287 (java) R 12284 12286 12286 0 -1 4202560 35141 0 1 0 84 5 0 0 25 0 18 0 869332306 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 46912505551386 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12286/tid=12288] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12288/stat : 12288 (java) S 12284 12286 12286 0 -1 4202560 1213 0 0 0 1 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12289] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12289/stat : 12289 (java) S 12284 12286 12286 0 -1 4202560 1086 0 0 0 1 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 5 0 0 0
[pid=12286/tid=12290] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12290/stat : 12290 (java) S 12284 12286 12286 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 5 0 0 0
[pid=12286/tid=12291] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12291/stat : 12291 (java) S 12284 12286 12286 0 -1 4202560 1025 0 0 0 1 0 0 0 16 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=12286/tid=12292] ppid=12284 vsize=8544928 CPUtime=0.01 cores=1,3,5,7
/proc/12286/task/12292/stat : 12292 (java) S 12284 12286 12286 0 -1 4202560 942 0 0 0 1 0 0 0 17 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 7 0 0 0
[pid=12286/tid=12293] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12293/stat : 12293 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12294] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12294/stat : 12294 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 7 0 0 0
[pid=12286/tid=12295] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12295/stat : 12295 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 869332307 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=12286/tid=12296] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12296/stat : 12296 (java) S 12284 12286 12286 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 18 0 869332308 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290696192 0 0 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=12286/tid=12297] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12297/stat : 12297 (java) S 12284 12286 12286 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 869332308 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12298] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12298/stat : 12298 (java) S 12284 12286 12286 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 869332308 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12299] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12299/stat : 12299 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869332310 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290703281 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12300] ppid=12284 vsize=8544928 CPUtime=0.28 cores=1,3,5,7
/proc/12286/task/12300/stat : 12300 (java) R 12284 12286 12286 0 -1 4202560 3520 0 0 0 27 1 0 0 21 0 18 0 869332310 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 47792245437261 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12286/tid=12301] ppid=12284 vsize=8544928 CPUtime=0.26 cores=1,3,5,7
/proc/12286/task/12301/stat : 12301 (java) R 12284 12286 12286 0 -1 4202560 4859 0 0 0 26 0 0 0 20 0 18 0 869332310 8750006272 46374 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 47792245961427 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12286/tid=12302] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12302/stat : 12302 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869332310 8750006272 46380 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290695577 0 4 0 16800975 18446604456835898048 0 0 -1 1 0 0 0
[pid=12286/tid=12303] ppid=12284 vsize=8544928 CPUtime=0 cores=1,3,5,7
/proc/12286/task/12303/stat : 12303 (java) S 12284 12286 12286 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 869332310 8750006272 46407 33554432000 1073741824 1073778376 140736631533584 18446744073709551615 237290696192 0 4 0 16800975 18446604456835898048 0 0 -1 3 0 0 0
[pid=11752/tid=11759] ppid=11750 vsize=345572 CPUtime=0 cores=1,3,5,7
/proc/11752/task/11759/stat : 11759 (python) S 11750 11752 11000 0 -1 4202560 27 928 0 0 0 0 0 0 25 0 4 0 869322667 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
[pid=11752/tid=12197] ppid=11750 vsize=345572 CPUtime=0 cores=1,3,5,7
/proc/11752/task/12197/stat : 12197 (python) S 11750 11752 11000 0 -1 4202560 30 928 0 0 0 0 0 0 20 0 4 0 869327541 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 5 0 0 0
[pid=11752/tid=12285] ppid=11750 vsize=345572 CPUtime=0 cores=1,3,5,7
/proc/11752/task/12285/stat : 12285 (python) S 11750 11752 11000 0 -1 4202560 30 928 0 0 0 0 0 0 20 0 4 0 869332305 353865728 15119 33554432000 4194304 5683644 140737317673264 18446744073709551615 237290703281 0 0 16781312 33554434 18446604459431026752 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 104.31
Current children cumulated vsize (KiB) 18508128

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11752 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=649445
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 3.78142
# while last known CPU time is 104.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 101.192
CPU time (s): 104.31
CPU user time (s): 103.1
CPU system time (s): 1.21
CPU usage (%): 103.082
Max. virtual memory (cumulated for all children) (KiB): 18508128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.64945
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27641
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1000
involuntary context switches= 27

runsolver used 0.418936 second user time and 1.07584 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-09 01:53:45
IDJOB=3481728
IDBENCH=2633
IDSOLVER=1970
FILE ID=node121/3481728-1307577224
RUNJOBID= node121-1307576358-11019
PBS_JOBID= 13547678
Free space on /tmp= 73780 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481728-1307577224/watcher-3481728-1307577224 -o /tmp/evaluation-result-3481728-1307577224/solver-3481728-1307577224 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481728-1307577224.opb -seed 1592117790 -budget 1800

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1592117790

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      26809776 kB
Buffers:        154684 kB
Cached:         649904 kB
SwapCached:       9940 kB
Active:        5689172 kB
Inactive:       175888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      26809776 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:          107848 kB
Writeback:           0 kB
AnonPages:     5057796 kB
Mapped:          66776 kB
Slab:           143192 kB
PageTables:      62884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 89546944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73652 MiB
End job on node121 at 2011-06-09 01:55:29