Trace number 4302369

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
Concrete 3.9.2OPT77 8.62864 4.09792

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-01_c18.xml
MD5SUM03892ae4f8c09e3dcf1eb144c7e7557f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark1.72916
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size329
Distribution of domain sizes[{"size":1,"count":1},{"size":329,"count":61}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":22},{"degree":4,"count":19},{"degree":5,"count":21}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":93},{"arity":14,"count":2},{"arity":16,"count":2}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
8.41/4.04	o 77
8.41/4.06	v <instantiation cost="77">
8.41/4.06	v       <list>
8.41/4.06	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
8.41/4.06	v       </list>
8.41/4.06	v       <values>
8.41/4.06	v         0 0 0 0 10 16 11 10 19 10 19 19 20 24 25 10 21 26 26 19 22 20 19 52 30 47 26 36 23 43 26 65 36 27 29 38 42 24 42 37 31 47 50 28 31 41 45 55 60 31 58 52 46 54 58 47 68 58 74 62 55 77
8.41/4.06	v       </values>
8.41/4.06	v     </instantiation>
8.41/4.06	s OPTIMUM FOUND

Verifier Data

OK	77

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9586 MiB free)
  memory of node 1: 16384 MiB (12635 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302369-1532897525/watcher-4302369-1532897525 -o /tmp/evaluation-result-4302369-1532897525/solver-4302369-1532897525 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=501070767 HOME/instance-4302369-1532897525.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20598, runsolver pid=20595

[startup+0.101683 s]*
/proc/loadavg: 1.23 1.47 1.59 2/207 20655
/proc/meminfo: memFree=22746764/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 4411 13143 0 0 1 0 5 2 20 0 6 0 107315643 10245611520 4269 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2501370 4269 1935 1 0 2489808 0
[pid=20598/tid=20651] ppid=20595 vsize=10005480 memory=4279135704013962638 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 2223 13143 0 0 0 0 5 2 20 0 6 0 107315652 10245611520 4269 33554432000 4194304 4196468 140731540439392 140661016654416 140661028898142 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 107315653 10245611520 4269 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=10005480 memory=140352202663552 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 107315653 10245611520 4269 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 6 0 107315653 10245611520 4269 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 6 0 107315653 10245611520 4269 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209794 s]*
/proc/loadavg: 1.23 1.47 1.59 3/216 20664
/proc/meminfo: memFree=22725232/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=10982744 memory=44324 CPUtime=0.25 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 7746 13143 0 0 17 1 5 2 20 0 15 0 107315643 11246329856 11081 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2745686 11081 2974 1 0 2708109 0
[pid=20598/tid=20651] ppid=20595 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 4370 13143 0 0 10 1 5 2 20 0 15 0 107315652 11246329856 11147 33554432000 4194304 4196468 140731540439392 140661016610080 140661037054782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=10982744 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246329856 11147 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=10982744 memory=140352203307093 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246329856 11147 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=10982744 memory=140352202663552 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246329856 11213 33554432000 4194304 4196468 140731540439392 140659789915424 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246329856 11213 33554432000 4194304 4196468 140731540439392 140659642066544 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246329856 11213 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) S 20595 20598 6396 0 -1 1077944384 477 13143 0 0 1 0 5 2 20 0 15 0 107315658 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660536809584 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) S 20595 20598 6396 0 -1 1077944384 132 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660535756784 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=10982744 memory=140352202663552 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) S 20595 20598 6396 0 -1 1077944384 611 13143 0 0 3 0 5 2 20 0 15 0 107315658 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246329856 11213 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=10982744 memory=140352202663552 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246329856 11213 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44324 KiB

[startup+0.3101 s]*
/proc/loadavg: 1.23 1.47 1.59 3/216 20664
/proc/meminfo: memFree=22712680/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=10983192 memory=56608 CPUtime=0.37 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 10642 13143 0 0 28 2 5 2 20 0 15 0 107315643 11246788608 14152 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2745798 14152 3093 1 0 2708109 0
[pid=20598/tid=20651] ppid=20595 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 7188 13143 0 0 19 1 5 2 20 0 15 0 107315652 11246788608 14152 33554432000 4194304 4196468 140731540439392 140661016629664 140661029983315 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 14152 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246788608 14152 33554432000 4194304 4196468 140731540439392 140659789915424 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246788608 14152 33554432000 4194304 4196468 140731540439392 140659642066544 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246788608 14152 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) S 20595 20598 6396 0 -1 1077944384 479 13143 0 0 1 0 5 2 20 0 15 0 107315658 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660536809584 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) S 20595 20598 6396 0 -1 1077944384 135 13143 0 0 1 0 5 2 20 0 15 0 107315658 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660535756784 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=10983192 memory=140352202663552 CPUtime=0.11 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) S 20595 20598 6396 0 -1 1077944384 617 13143 0 0 4 0 5 2 20 0 15 0 107315658 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246788608 14152 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=10983192 memory=140352202663552 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246788608 14152 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56608 KiB

[startup+0.700807 s]
/proc/loadavg: 1.23 1.47 1.59 4/216 20664
/proc/meminfo: memFree=22701612/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=10983192 memory=88740 CPUtime=0.99 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 16770 13143 0 0 88 4 5 2 20 0 15 0 107315643 11246788608 22185 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2745798 22185 3238 1 0 2708109 0
[pid=20598/tid=20651] ppid=20595 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 12211 13143 0 0 56 3 5 2 20 0 15 0 107315652 11246788608 22185 33554432000 4194304 4196468 140731540439392 140661016638480 140661028898142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 22185 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315653 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 5 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=10983192 memory=140352082293456 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246788608 22185 33554432000 4194304 4196468 140731540439392 140659789915424 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=10983192 memory=140355236266595 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315655 11246788608 22185 33554432000 4194304 4196468 140731540439392 140659642066544 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=10983192 memory=8600 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246788608 22185 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=10983192 memory=7234564758908855872 CPUtime=0.15 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) S 20595 20598 6396 0 -1 1077944384 893 13143 0 0 8 0 5 2 20 0 15 0 107315658 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660536809584 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=10983192 memory=7597685182856913236 CPUtime=0.16 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) S 20595 20598 6396 0 -1 1077944384 766 13143 0 0 9 0 5 2 20 0 15 0 107315658 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660535756784 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) R 20595 20598 6396 0 -1 4202560 675 13143 0 0 13 0 5 2 20 0 15 0 107315658 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660534704496 140661044831542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=10983192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246788608 22185 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315658 11246788608 22185 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88740 KiB

[startup+1.50074 s]
/proc/loadavg: 1.23 1.47 1.59 3/216 20664
/proc/meminfo: memFree=22655528/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=10998092 memory=177848 CPUtime=2.27 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 23953 13143 0 0 211 9 5 2 20 0 15 0 107315643 11262046208 44462 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2749523 44462 3468 1 0 2711181 0
[pid=20598/tid=20651] ppid=20595 vsize=10998092 memory=12813 CPUtime=1.42 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 17786 13143 0 0 130 5 5 2 20 0 15 0 107315652 11262046208 44462 33554432000 4194304 4196468 140731540439392 140661016644368 140661030187550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 23 13143 0 0 1 0 5 2 20 0 15 0 107315653 11262046208 44462 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 207 13143 0 0 1 0 5 2 20 0 15 0 107315653 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=10998092 memory=334 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 46 13143 0 0 1 0 5 2 20 0 15 0 107315653 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=10998092 memory=88740 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 28 13143 0 0 1 0 5 2 20 0 15 0 107315653 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 50 13143 0 0 1 0 5 2 20 0 15 0 107315655 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=10998092 memory=280704164528624 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11262046208 44462 33554432000 4194304 4196468 140731540439392 140659789915488 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=10998092 memory=280704164579424 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11262046208 44462 33554432000 4194304 4196468 140731540439392 140659642066560 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11262046208 44462 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) S 20595 20598 6396 0 -1 1077944384 1442 13143 0 0 21 0 5 2 20 0 15 0 107315658 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660536809584 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=10998092 memory=280704164862848 CPUtime=0.26 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) S 20595 20598 6396 0 -1 1077944384 926 13143 0 0 19 0 5 2 20 0 15 0 107315658 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660535756784 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=10998092 memory=-7531822216213012384 CPUtime=0.39 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) S 20595 20598 6396 0 -1 1077944384 1229 13143 0 0 32 0 5 2 20 0 15 0 107315658 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=10998092 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11262046208 44462 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315658 11262046208 44462 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.11035 s]
/proc/loadavg: 1.23 1.47 1.59 5/216 20664
/proc/meminfo: memFree=22546212/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=11008352 memory=232456 CPUtime=5.81 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 31447 13143 0 0 561 13 5 2 20 0 15 0 107315643 11272552448 58114 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2752088 58114 3487 1 0 2713741 0
[pid=20598/tid=20651] ppid=20595 vsize=11008352 memory=190744 CPUtime=3.02 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 21477 13143 0 0 288 7 5 2 20 0 15 0 107315652 11272552448 58114 33554432000 4194304 4196468 140731540439392 140661016648624 140661028861285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=11008352 memory=12813 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 23 13143 0 0 1 0 5 2 20 0 15 0 107315653 11272552448 58114 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=11008352 memory=140352082387352 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 207 13143 0 0 1 0 5 2 20 0 15 0 107315653 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=11008352 memory=-7679004722349093442 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 46 13143 0 0 1 0 5 2 20 0 15 0 107315653 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=11008352 memory=16412 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 28 13143 0 0 1 0 5 2 20 0 15 0 107315653 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=11008352 memory=17440 CPUtime=0.08 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 57 13143 0 0 1 0 5 2 20 0 15 0 107315655 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=11008352 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11272552448 58114 33554432000 4194304 4196468 140731540439392 140659789915488 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=11008352 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11272552448 58114 33554432000 4194304 4196468 140731540439392 140659642066560 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=11008352 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11272552448 58114 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=11008352 memory=6655300316396806240 CPUtime=0.83 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) R 20595 20598 6396 0 -1 4202560 1724 13143 0 0 75 1 5 2 20 0 15 0 107315658 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660536809584 140661029704363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=11008352 memory=4128 CPUtime=0.76 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) R 20595 20598 6396 0 -1 4202560 1506 13143 0 0 69 0 5 2 20 0 15 0 107315658 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660535748736 140661024669760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=11008352 memory=30468 CPUtime=1.28 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) R 20595 20598 6396 0 -1 1077944384 4165 13143 0 0 120 1 5 2 20 0 15 0 107315658 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=11008352 memory=88708254552237 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11272552448 58114 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=11008352 memory=8996927262957663786 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315658 11272552448 58114 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 232456 KiB

[startup+4.09787 s]
# the end of solver process 20598 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.37753 s, system=0.251108 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20081 s]
/proc/loadavg: 1.23 1.47 1.59 5/216 20664
/proc/meminfo: memFree=22546212/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=11008352 memory=254740 CPUtime=6 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 32845 13143 0 0 578 15 5 2 20 0 15 0 107315643 11272552448 63685 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2752088 63685 3487 1 0 2713741 0
[pid=20598/tid=20651] ppid=20595 vsize=11008352 memory=6791534058613427641 CPUtime=3.06 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 22402 13143 0 0 292 7 5 2 20 0 15 0 107315652 11272552448 63685 33554432000 4194304 4196468 140731540439392 140661016640432 140660601686107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=11008352 memory=1952 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 35 13143 0 0 3 0 5 2 20 0 15 0 107315653 11272552448 63685 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=11008352 memory=1200 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 215 13143 0 0 3 0 5 2 20 0 15 0 107315653 11272552448 63685 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=11008352 memory=8600 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 58 13143 0 0 3 0 5 2 20 0 15 0 107315653 11272552448 63685 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=11008352 memory=4616 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 34 13143 0 0 3 0 5 2 20 0 15 0 107315653 11272552448 63685 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=11008352 memory=1428 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 244 13143 0 0 3 0 5 2 20 0 15 0 107315655 11272552448 63685 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=11008352 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11272552448 63685 33554432000 4194304 4196468 140731540439392 140659789915488 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=11008352 memory=16412 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11272552448 63685 33554432000 4194304 4196468 140731540439392 140659642066560 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=11008352 memory=17440 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11272552448 63687 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=11008352 memory=4048 CPUtime=0.83 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) S 20595 20598 6396 0 -1 1077944384 1724 13143 0 0 75 1 5 2 20 0 15 0 107315658 11272552448 63687 33554432000 4194304 4196468 140731540439392 140660536809584 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=11008352 memory=1796 CPUtime=0.77 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) S 20595 20598 6396 0 -1 1077944384 1517 13143 0 0 70 0 5 2 20 0 15 0 107315658 11272552448 63687 33554432000 4194304 4196468 140731540439392 140660535756784 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=11008352 memory=636 CPUtime=1.3 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) S 20595 20598 6396 0 -1 1077944384 4500 13143 0 0 121 2 5 2 20 0 15 0 107315658 11272552448 63687 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=11008352 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11272552448 63687 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=11008352 memory=186644 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 107315658 11272552448 63687 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 254740 KiB

[startup+3.60067 s]
/proc/loadavg: 1.23 1.47 1.59 5/216 20664
/proc/meminfo: memFree=22546212/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=11010400 memory=298836 CPUtime=7.03 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 57543 13143 0 0 678 18 5 2 20 0 15 0 107315643 11274649600 74709 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2752600 74709 3487 1 0 2714253 0
[pid=20598/tid=20651] ppid=20595 vsize=11010400 memory=7682744562830902035 CPUtime=3.46 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 40093 13143 0 0 330 9 5 2 20 0 15 0 107315652 11274649600 74709 33554432000 4194304 4196468 140731540439392 140661016632920 140661026381215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 35 13143 0 0 3 0 5 2 20 0 15 0 107315653 11274649600 74709 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=11010400 memory=7013346391135642728 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 215 13143 0 0 3 0 5 2 20 0 15 0 107315653 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=11010400 memory=7521385664284878948 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 58 13143 0 0 3 0 5 2 20 0 15 0 107315653 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=11010400 memory=7521385664284878948 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 34 13143 0 0 3 0 5 2 20 0 15 0 107315653 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=11010400 memory=7521385659989781348 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 264 13143 0 0 3 0 5 2 20 0 15 0 107315655 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=11010400 memory=7593748918293782868 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11274649600 74709 33554432000 4194304 4196468 140731540439392 140659789915488 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=11010400 memory=280704164302416 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11274649600 74709 33554432000 4194304 4196468 140731540439392 140659642066560 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=11010400 memory=11379868103 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11274649600 74709 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=11010400 memory=7444596695555025809 CPUtime=1.09 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) R 20595 20598 6396 0 -1 4202560 3884 13143 0 0 101 1 5 2 20 0 15 0 107315658 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660536790600 140661029726928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=11010400 memory=6296121684751574865 CPUtime=1.02 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) R 20595 20598 6396 0 -1 4202560 4443 13143 0 0 94 1 5 2 20 0 15 0 107315658 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660535749416 140661028349146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=11010400 memory=33 CPUtime=1.42 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) S 20595 20598 6396 0 -1 1077944384 6294 13143 0 0 133 2 5 2 20 0 15 0 107315658 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=11010400 memory=-7595718316223324558 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11274649600 74709 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=11010400 memory=-7595761213668167008 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 8 13143 0 0 0 0 5 2 20 0 15 0 107315658 11274649600 74709 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 7.03 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 298836 KiB

[startup+4.00076 s]*
/proc/loadavg: 1.29 1.47 1.59 5/216 20664
/proc/meminfo: memFree=22435400/32770624 swapFree=67108860/67108860
[pid=20598] ppid=20595 vsize=11080744 memory=335000 CPUtime=8.41 cores=1,3,5,7
/proc/20598/stat : 20598 (java) S 20595 20598 6396 0 -1 1077944320 66693 13143 0 0 814 20 5 2 20 0 15 0 107315643 11346681856 83750 33554432000 4194304 4196468 140731540439392 140731540421936 140661044817655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
/proc/20598/statm: 2770186 83750 3488 1 0 2731839 0
[pid=20598/tid=20651] ppid=20595 vsize=11080744 memory=738995380930871601 CPUtime=3.87 cores=1,3,5,7
/proc/20598/task/20651/stat : 20651 (java) R 20595 20598 6396 0 -1 4202560 46019 13143 0 0 370 10 5 2 20 0 15 0 107315652 11346681856 83750 33554432000 4194304 4196468 140731540439392 140661016645120 140661026381211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20652] ppid=20595 vsize=11080744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20652/stat : 20652 (java) S 20595 20598 6396 0 -1 1077944384 35 13143 0 0 3 0 5 2 20 0 15 0 107315653 11346681856 83750 33554432000 4194304 4196468 140731540439392 140661049059728 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20653] ppid=20595 vsize=11080744 memory=3545656570500277920 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20653/stat : 20653 (java) S 20595 20598 6396 0 -1 1077944384 215 13143 0 0 3 0 5 2 20 0 15 0 107315653 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660919707920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20654] ppid=20595 vsize=11080744 memory=6944656592455359580 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20654/stat : 20654 (java) S 20595 20598 6396 0 -1 1077944384 58 13143 0 0 3 0 5 2 20 0 15 0 107315653 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660918655632 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20655] ppid=20595 vsize=11080744 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20655/stat : 20655 (java) S 20595 20598 6396 0 -1 1077944384 34 13143 0 0 3 0 5 2 20 0 15 0 107315653 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660582439440 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20656] ppid=20595 vsize=11080744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20598/task/20656/stat : 20656 (java) S 20595 20598 6396 0 -1 1077944384 648 13143 0 0 3 0 5 2 20 0 15 0 107315655 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660537862768 140661044828802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20657] ppid=20595 vsize=11080744 memory=3472328296160571439 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20657/stat : 20657 (java) S 20595 20598 6396 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 107315655 11346681856 83750 33554432000 4194304 4196468 140731540439392 140659789915488 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20658] ppid=20595 vsize=11080744 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20658/stat : 20658 (java) S 20595 20598 6396 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 107315655 11346681856 83750 33554432000 4194304 4196468 140731540439392 140659642066560 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20659] ppid=20595 vsize=11080744 memory=-2026666227646606628 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20659/stat : 20659 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11346681856 83750 33554432000 4194304 4196468 140731540439392 140659334666832 140661044836251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20660] ppid=20595 vsize=11080744 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/20598/task/20660/stat : 20660 (java) R 20595 20598 6396 0 -1 4202560 4958 13143 0 0 142 1 5 2 20 0 15 0 107315658 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660536796128 140661026361889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20661] ppid=20595 vsize=11080744 memory=88467736364008 CPUtime=1.42 cores=1,3,5,7
/proc/20598/task/20661/stat : 20661 (java) R 20595 20598 6396 0 -1 4202560 5862 13143 0 0 134 1 5 2 20 0 15 0 107315658 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660535737800 140661022951236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20662] ppid=20595 vsize=11080744 memory=3612118650952113377 CPUtime=1.56 cores=1,3,5,7
/proc/20598/task/20662/stat : 20662 (java) S 20595 20598 6396 0 -1 1077944384 6642 13143 0 0 147 2 5 2 20 0 15 0 107315658 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660534704496 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20663] ppid=20595 vsize=11080744 memory=3689915071786596143 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20663/stat : 20663 (java) S 20595 20598 6396 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 107315658 11346681856 83750 33554432000 4194304 4196468 140731540439392 140658903869920 140661044827861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
[pid=20598/tid=20664] ppid=20595 vsize=11080744 memory=3976876222040054452 CPUtime=0.07 cores=1,3,5,7
/proc/20598/task/20664/stat : 20664 (java) S 20595 20598 6396 0 -1 1077944384 8 13143 0 0 0 0 5 2 20 0 15 0 107315658 11346681856 83750 33554432000 4194304 4196468 140731540439392 140660533652400 140661044828802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26877952 140731540441714 140731540444513 140731540444513 140731540447183 0
Current children cumulated CPU time: 8.41 s
Current children cumulated vsize: 11080744 KiB
Current children cumulated memory: 335000 KiB

Child status: 0
Real time (s): 4.09792
CPU time (s): 8.62864
CPU user time (s): 8.37753
CPU system time (s): 0.251108
CPU usage (%): 210.561
Max. virtual memory (cumulated for all children) (KiB): 11080744
Max. memory (cumulated for all children) (KiB): 335000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.37753
system time used= 0.251108
maximum resident set size= 337956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7013
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 20598
#   total CPU time (s): 8.62864
#   total CPU user time (s): 8.37753
#   total CPU system time (s): 0.251108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060667 second user time and 0.069868 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:52:05
IDJOB=4302369
IDBENCH=141467
IDSOLVER=2776
FILE ID=node139/4302369-1532897525
RUNJOBID= node139-1532895510-17593
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302369-1532897525/watcher-4302369-1532897525 -o /tmp/evaluation-result-4302369-1532897525/solver-4302369-1532897525 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=501070767 HOME/instance-4302369-1532897525.xml

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

MD5SUM BENCH= 03892ae4f8c09e3dcf1eb144c7e7557f
RANDOM SEED=501070767

node139.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.80
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22755116 kB
MemAvailable:   30820808 kB
Buffers:          255272 kB
Cached:          7923892 kB
SwapCached:            0 kB
Active:          4200384 kB
Inactive:        5139596 kB
Active(anon):    1115460 kB
Inactive(anon):    73544 kB
Active(file):    3084924 kB
Inactive(file):  5066052 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26668 kB
Writeback:             0 kB
AnonPages:       1186812 kB
Mapped:            58280 kB
Shmem:             25228 kB
Slab:             372572 kB
SReclaimable:     343176 kB
SUnreclaim:        29396 kB
KernelStack:        3808 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2300712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:52:09