Trace number 4302722

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.2-SuperNGOPT91 9.03158 4.26725

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-04_c18.xml
MD5SUM9fb24b9f48a42a135634ba64a3eecbb5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark2.84781
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size324
Distribution of domain sizes[{"size":1,"count":1},{"size":324,"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 arity17
Distribution of constraint arities[{"arity":2,"count":93},{"arity":12,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1}]
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
8.27/4.06	o 93
8.60/4.19	o 92
8.89/4.21	o 91
8.89/4.22	v <instantiation cost="91">
8.89/4.22	v       <list>
8.89/4.22	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.89/4.22	v       </list>
8.89/4.22	v       <values>
8.89/4.22	v         0 31 5 0 12 19 12 7 7 34 52 14 70 40 17 27 26 17 24 65 51 22 31 42 44 76 37 26 16 20 52 66 18 34 37 33 41 35 27 43 71 29 71 37 71 47 52 73 73 64 78 47 59 74 74 66 72 80 83 82 82 91
8.89/4.22	v       </values>
8.89/4.22	v     </instantiation>
8.89/4.22	s OPTIMUM FOUND

Verifier Data

OK	91

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 (12187 MiB free)
  memory of node 1: 16384 MiB (14701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302722-1532897831/watcher-4302722-1532897831 -o /tmp/evaluation-result-4302722-1532897831/solver-4302722-1532897831 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1227806978 -superng HOME/instance-4302722-1532897831.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=30635, runsolver pid=30632

[startup+0.100058 s]*
/proc/loadavg: 1.54 1.57 1.80 3/206 30692
/proc/meminfo: memFree=27527924/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=10005480 memory=15180 CPUtime=0.08 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 4487 13197 0 0 1 0 4 3 20 0 6 0 107346421 10245611520 3795 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2501370 3795 1935 1 0 2489808 0
[pid=30635/tid=30688] ppid=30632 vsize=10005480 memory=4279135703913365132 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 2291 13197 0 0 1 0 4 3 20 0 6 0 107346430 10245611520 3795 33554432000 4194304 4196468 140736231818672 139983460684368 139983488869533 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 6 0 107346431 10245611520 3795 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=10005480 memory=139736241743488 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 6 0 107346431 10245611520 3861 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 6 0 107346431 10245611520 3861 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 2 13197 0 0 0 0 4 3 20 0 6 0 107346431 10245611520 3861 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15180 KiB

[startup+0.209754 s]*
/proc/loadavg: 1.54 1.57 1.80 3/215 30701
/proc/meminfo: memFree=27505132/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=10982744 memory=44012 CPUtime=0.25 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 8263 13197 0 0 17 1 4 3 20 0 15 0 107346421 11246329856 11003 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2745686 11003 2953 1 0 2708109 0
[pid=30635/tid=30688] ppid=30632 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 4806 13197 0 0 11 0 4 3 20 0 15 0 107346430 11246329856 11003 33554432000 4194304 4196468 140736231818672 139983460644528 139983488869533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=10982744 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246329856 11003 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=10982744 memory=4122677444904822432 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246329856 11003 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246329856 11003 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 2 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246329856 11003 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=10982744 memory=139736241743488 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 2 13197 0 0 0 0 4 3 20 0 15 0 107346432 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 13 13197 0 0 0 0 4 3 20 0 15 0 107346433 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982312301472 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 21 13197 0 0 0 0 4 3 20 0 15 0 107346433 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982245188592 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246329856 11003 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) S 30632 30635 22977 0 -1 1077944384 366 13197 0 0 1 0 4 3 20 0 15 0 107346436 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982524103152 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) S 30632 30635 22977 0 -1 1077944384 246 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982523050608 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=10982744 memory=139736241743488 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) S 30632 30635 22977 0 -1 1077944384 602 13197 0 0 3 0 4 3 20 0 15 0 107346436 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246329856 11003 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=10982744 memory=139736241743488 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246329856 11003 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44012 KiB

[startup+0.310134 s]*
/proc/loadavg: 1.54 1.57 1.80 3/215 30701
/proc/meminfo: memFree=27493596/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=10983192 memory=54716 CPUtime=0.38 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 10760 13197 0 0 28 3 4 3 20 0 15 0 107346421 11246788608 13679 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2745798 13679 3072 1 0 2708109 0
[pid=30635/tid=30688] ppid=30632 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 7291 13197 0 0 20 1 4 3 20 0 15 0 107346430 11246788608 13679 33554432000 4194304 4196468 140736231818672 139983460659616 139983310256678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 13679 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 13679 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 13679 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 2 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 13679 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 2 13197 0 0 0 0 4 3 20 0 15 0 107346432 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 13 13197 0 0 0 0 4 3 20 0 15 0 107346433 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982312301472 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 21 13197 0 0 0 0 4 3 20 0 15 0 107346433 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982245188592 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246788608 13679 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) S 30632 30635 22977 0 -1 1077944384 369 13197 0 0 1 0 4 3 20 0 15 0 107346436 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982524103152 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) S 30632 30635 22977 0 -1 1077944384 249 13197 0 0 1 0 4 3 20 0 15 0 107346436 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982523050608 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=10983192 memory=139736241743488 CPUtime=0.11 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) S 30632 30635 22977 0 -1 1077944384 608 13197 0 0 4 0 4 3 20 0 15 0 107346436 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246788608 13679 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=10983192 memory=139736241743488 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246788608 13679 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54716 KiB

[startup+0.700749 s]
/proc/loadavg: 1.65 1.59 1.80 4/215 30701
/proc/meminfo: memFree=27474984/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=10983192 memory=86756 CPUtime=0.97 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 16837 13197 0 0 86 4 4 3 20 0 15 0 107346421 11246788608 21689 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2745798 21689 3231 1 0 2708109 0
[pid=30635/tid=30688] ppid=30632 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 12356 13197 0 0 56 3 4 3 20 0 15 0 107346430 11246788608 21689 33554432000 4194304 4196468 140736231818672 139983460668432 139983472928094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 21689 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 21689 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 21689 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 2 13197 0 0 0 0 4 3 20 0 15 0 107346431 11246788608 21689 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 6 13197 0 0 0 0 4 3 20 0 15 0 107346432 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 13 13197 0 0 0 0 4 3 20 0 15 0 107346433 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982312301472 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 21 13197 0 0 0 0 4 3 20 0 15 0 107346433 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982245188592 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246788608 21689 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) S 30632 30635 22977 0 -1 1077944384 941 13197 0 0 9 0 4 3 20 0 15 0 107346436 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982524103152 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=10983192 memory=139736089928784 CPUtime=0.14 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) S 30632 30635 22977 0 -1 1077944384 643 13197 0 0 7 0 4 3 20 0 15 0 107346436 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982523050608 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=10983192 memory=142322331288206 CPUtime=0.2 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) R 30632 30635 22977 0 -1 4202560 651 13197 0 0 13 0 4 3 20 0 15 0 107346436 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982521998064 139983467830096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246788608 21689 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346436 11246788608 21689 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86756 KiB

[startup+1.50076 s]
/proc/loadavg: 1.65 1.59 1.80 5/215 30701
/proc/meminfo: memFree=27428520/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=10998092 memory=177556 CPUtime=2.25 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 24763 13197 0 0 209 9 4 3 20 0 15 0 107346421 11262046208 44389 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2749523 44389 3471 1 0 2711181 0
[pid=30635/tid=30688] ppid=30632 vsize=10998092 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 18098 13197 0 0 131 4 4 3 20 0 15 0 107346430 11262046208 44389 33554432000 4194304 4196468 140736231818672 139983460679720 139983488869533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 31 13197 0 0 0 0 4 3 20 0 15 0 107346431 11262046208 44389 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 57 13197 0 0 1 0 4 3 20 0 15 0 107346431 11262046208 44389 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=10998092 memory=2568 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 22 13197 0 0 1 0 4 3 20 0 15 0 107346431 11262046208 44389 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=10998092 memory=86756 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 183 13197 0 0 0 0 4 3 20 0 15 0 107346431 11262046208 44389 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 544 13197 0 0 1 0 4 3 20 0 15 0 107346432 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 14 13197 0 0 0 0 4 3 20 0 15 0 107346433 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982312301536 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 42 13197 0 0 0 0 4 3 20 0 15 0 107346433 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982245188608 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11262046208 44389 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) S 30632 30635 22977 0 -1 1077944384 1142 13197 0 0 21 0 4 3 20 0 15 0 107346436 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982524103152 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=10998092 memory=279472180337536 CPUtime=0.25 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) S 30632 30635 22977 0 -1 1077944384 1081 13197 0 0 18 0 4 3 20 0 15 0 107346436 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982523050608 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=10998092 memory=6944656592452807323 CPUtime=0.39 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) S 30632 30635 22977 0 -1 1077944384 1347 13197 0 0 32 0 4 3 20 0 15 0 107346436 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11262046208 44389 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=10998092 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 1 13197 0 0 0 0 4 3 20 0 15 0 107346436 11262046208 44389 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.11039 s]
/proc/loadavg: 1.65 1.59 1.80 7/215 30701
/proc/meminfo: memFree=27238100/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=11008352 memory=228820 CPUtime=5.7 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 31500 13197 0 0 549 14 4 3 20 0 15 0 107346421 11272552448 57205 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2752088 57205 3490 1 0 2713741 0
[pid=30635/tid=30688] ppid=30632 vsize=11008352 memory=7 CPUtime=3.02 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 21866 13197 0 0 289 6 4 3 20 0 15 0 107346430 11272552448 57205 33554432000 4194304 4196468 140736231818672 139983460681376 139983488859542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 31 13197 0 0 0 0 4 3 20 0 15 0 107346431 11272552448 57205 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=11008352 memory=271295904280469 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 57 13197 0 0 1 0 4 3 20 0 15 0 107346431 11272552448 57205 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=11008352 memory=271295904280470 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 22 13197 0 0 1 0 4 3 20 0 15 0 107346431 11272552448 57205 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=11008352 memory=271295904280471 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 183 13197 0 0 0 0 4 3 20 0 15 0 107346431 11272552448 57205 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=11008352 memory=271295904280472 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 554 13197 0 0 1 0 4 3 20 0 15 0 107346432 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=11008352 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 14 13197 0 0 0 0 4 3 20 0 15 0 107346433 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982312301536 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 42 13197 0 0 0 0 4 3 20 0 15 0 107346433 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982245188608 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=11008352 memory=10787 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11272552448 57205 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=11008352 memory=25303 CPUtime=0.78 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) R 30632 30635 22977 0 -1 4202560 1616 13197 0 0 70 1 4 3 20 0 15 0 107346436 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982524103152 139983481832649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=11008352 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) S 30632 30635 22977 0 -1 1077944384 1389 13197 0 0 68 1 4 3 20 0 15 0 107346436 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982523050608 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=11008352 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) R 30632 30635 22977 0 -1 1077944384 3522 13197 0 0 114 1 4 3 20 0 15 0 107346436 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11272552448 57205 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11272552448 57205 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 228820 KiB

[startup+4.2672 s]
# the end of solver process 30635 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.7813 s, system=0.250279 s

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

[startup+3.2008 s]
/proc/loadavg: 1.65 1.59 1.80 7/215 30701
/proc/meminfo: memFree=27238100/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=11008352 memory=247064 CPUtime=5.87 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 39222 13197 0 0 565 15 4 3 20 0 15 0 107346421 11272552448 61766 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2752088 61766 3496 1 0 2713741 0
[pid=30635/tid=30688] ppid=30632 vsize=11008352 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) S 30632 30635 22977 0 -1 1077944384 24974 13197 0 0 294 7 4 3 20 0 15 0 107346430 11272552448 61766 33554432000 4194304 4196468 140736231818672 139983460670384 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) R 30632 30635 22977 0 -1 4202560 52 13197 0 0 1 0 4 3 20 0 15 0 107346431 11272552448 61766 33554432000 4194304 4196468 140736231818672 139983493090064 139983481951234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=11008352 memory=2110086697275492 CPUtime=0.09 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) R 30632 30635 22977 0 -1 4202560 116 13197 0 0 2 0 4 3 20 0 15 0 107346431 11272552448 61766 33554432000 4194304 4196468 140736231818672 139983028071312 139983481951254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=11008352 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) R 30632 30635 22977 0 -1 4202560 311 13197 0 0 1 0 4 3 20 0 15 0 107346431 11272552448 61766 33554432000 4194304 4196468 140736231818672 139983027018768 139983481952260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=11008352 memory=279472179773680 CPUtime=0.08 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) R 30632 30635 22977 0 -1 1077944384 696 13197 0 0 1 0 4 3 20 0 15 0 107346431 11272552448 61766 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=11008352 memory=271295904280466 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 4083 13197 0 0 3 0 4 3 20 0 15 0 107346432 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982525153824 139983488857813 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 14 13197 0 0 0 0 4 3 20 0 15 0 107346433 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982312301536 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=11008352 memory=589972051086833205 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 42 13197 0 0 0 0 4 3 20 0 15 0 107346433 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982245188608 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=11008352 memory=288284489334129494 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11272552448 61766 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=11008352 memory=8764164798296201423 CPUtime=0.8 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) S 30632 30635 22977 0 -1 1077944384 1624 13197 0 0 72 1 4 3 20 0 15 0 107346436 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982524103152 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=11008352 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) S 30632 30635 22977 0 -1 1077944384 1400 13197 0 0 69 1 4 3 20 0 15 0 107346436 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982523050608 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=11008352 memory=-7522837415797432224 CPUtime=1.24 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) S 30632 30635 22977 0 -1 1077944384 3699 13197 0 0 116 1 4 3 20 0 15 0 107346436 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=11008352 memory=6944656592455360569 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11272552448 61766 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=11008352 memory=-7385037593950845031 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 10 13197 0 0 0 0 4 3 20 0 15 0 107346436 11272552448 61766 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 247064 KiB

[startup+4.00123 s]*
/proc/loadavg: 1.65 1.59 1.80 5/215 30701
/proc/meminfo: memFree=27122440/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=11080800 memory=334216 CPUtime=8.27 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 67152 13197 0 0 801 19 4 3 20 0 15 0 107346421 11346739200 83554 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2770200 83554 3498 1 0 2731853 0
[pid=30635/tid=30688] ppid=30632 vsize=11080800 memory=723173439397495089 CPUtime=3.87 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 42908 13197 0 0 371 9 4 3 20 0 15 0 107346430 11346739200 83554 33554432000 4194304 4196468 140736231818672 139983460669744 139983064828524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=11080800 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 54 13197 0 0 2 0 4 3 20 0 15 0 107346431 11346739200 83554 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=11080800 memory=139736242405076 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 117 13197 0 0 3 0 4 3 20 0 15 0 107346431 11346739200 83554 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=11080800 memory=6944656591801717918 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 311 13197 0 0 3 0 4 3 20 0 15 0 107346431 11346739200 83554 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=11080800 memory=6944613755328037012 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 696 13197 0 0 3 0 4 3 20 0 15 0 107346431 11346739200 83554 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=11080800 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 4366 13197 0 0 3 0 4 3 20 0 15 0 107346432 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=11080800 memory=3472328128895609921 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 14 13197 0 0 0 0 4 3 20 0 15 0 107346433 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982312301536 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=11080800 memory=7681905605394137875 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 43 13197 0 0 0 0 4 3 20 0 15 0 107346433 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982245188608 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=11080800 memory=-9001734013606258791 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11346739200 83554 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=11080800 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) R 30632 30635 22977 0 -1 4202560 6231 13197 0 0 137 1 4 3 20 0 15 0 107346436 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982524089312 139983470391841 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=11080800 memory=664971881851873618 CPUtime=1.4 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) R 30632 30635 22977 0 -1 4202560 5507 13197 0 0 131 2 4 3 20 0 15 0 107346436 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982523036632 139983470367659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=11080800 memory=5291976238963906273 CPUtime=1.51 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) R 30632 30635 22977 0 -1 1077944384 4694 13197 0 0 142 2 4 3 20 0 15 0 107346436 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=11080800 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11346739200 83554 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=11080800 memory=139736241743488 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 10 13197 0 0 0 0 4 3 20 0 15 0 107346436 11346739200 83554 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 8.27 s
Current children cumulated vsize: 11080800 KiB
Current children cumulated memory: 334216 KiB

[startup+4.20073 s]
/proc/loadavg: 1.65 1.59 1.80 5/215 30701
/proc/meminfo: memFree=27122440/32770624 swapFree=67108792/67108860
[pid=30635] ppid=30632 vsize=11080860 memory=335596 CPUtime=8.89 cores=1,3,5,7
/proc/30635/stat : 30635 (java) S 30632 30635 22977 0 -1 1077944320 68921 13197 0 0 862 20 4 3 20 0 15 0 107346421 11346800640 83899 33554432000 4194304 4196468 140736231818672 140736231801216 139983488847607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
/proc/30635/statm: 2770215 83899 3505 1 0 2731868 0
[pid=30635/tid=30688] ppid=30632 vsize=11080860 memory=-8412656550525568627 CPUtime=4.06 cores=1,3,5,7
/proc/30635/task/30688/stat : 30688 (java) R 30632 30635 22977 0 -1 4202560 43052 13197 0 0 390 9 4 3 20 0 15 0 107346430 11346800640 83899 33554432000 4194304 4196468 140736231818672 139983460681928 139983069210663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30689] ppid=30632 vsize=11080860 memory=-4189253302817478279 CPUtime=0.09 cores=1,3,5,7
/proc/30635/task/30689/stat : 30689 (java) S 30632 30635 22977 0 -1 1077944384 54 13197 0 0 2 0 4 3 20 0 15 0 107346431 11346800640 83899 33554432000 4194304 4196468 140736231818672 139983493090064 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30690] ppid=30632 vsize=11080860 memory=7897447025732043678 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30690/stat : 30690 (java) S 30632 30635 22977 0 -1 1077944384 117 13197 0 0 3 0 4 3 20 0 15 0 107346431 11346800640 83899 33554432000 4194304 4196468 140736231818672 139983028071312 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30691] ppid=30632 vsize=11080860 memory=-5090682322311471411 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30691/stat : 30691 (java) S 30632 30635 22977 0 -1 1077944384 311 13197 0 0 3 0 4 3 20 0 15 0 107346431 11346800640 83899 33554432000 4194304 4196468 140736231818672 139983027018768 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30692] ppid=30632 vsize=11080860 memory=8546864036052574154 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30692/stat : 30692 (java) S 30632 30635 22977 0 -1 1077944384 696 13197 0 0 3 0 4 3 20 0 15 0 107346431 11346800640 83899 33554432000 4194304 4196468 140736231818672 139983025966224 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30693] ppid=30632 vsize=11080860 memory=139736241754769 CPUtime=0.1 cores=1,3,5,7
/proc/30635/task/30693/stat : 30693 (java) S 30632 30635 22977 0 -1 1077944384 4366 13197 0 0 3 0 4 3 20 0 15 0 107346432 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982525155312 139983488858754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30694] ppid=30632 vsize=11080860 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30694/stat : 30694 (java) S 30632 30635 22977 0 -1 1077944384 14 13197 0 0 0 0 4 3 20 0 15 0 107346433 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982312301536 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30695] ppid=30632 vsize=11080860 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30695/stat : 30695 (java) S 30632 30635 22977 0 -1 1077944384 43 13197 0 0 0 0 4 3 20 0 15 0 107346433 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982245188608 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30696] ppid=30632 vsize=11080860 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30696/stat : 30696 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11346800640 83899 33554432000 4194304 4196468 140736231818672 139981937793232 139983488866203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30697] ppid=30632 vsize=11080860 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/30635/task/30697/stat : 30697 (java) R 30632 30635 22977 0 -1 4202560 7678 13197 0 0 156 2 4 3 20 0 15 0 107346436 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982524089312 139983470391825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30698] ppid=30632 vsize=11080860 memory=734122130331934768 CPUtime=1.59 cores=1,3,5,7
/proc/30635/task/30698/stat : 30698 (java) R 30632 30635 22977 0 -1 4202560 5582 13197 0 0 150 2 4 3 20 0 15 0 107346436 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982523038560 139983472331102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30699] ppid=30632 vsize=11080860 memory=5931335719567245408 CPUtime=1.56 cores=1,3,5,7
/proc/30635/task/30699/stat : 30699 (java) S 30632 30635 22977 0 -1 1077944384 4796 13197 0 0 147 2 4 3 20 0 15 0 107346436 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982521998064 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30700] ppid=30632 vsize=11080860 memory=7805974384891420736 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30700/stat : 30700 (java) S 30632 30635 22977 0 -1 1077944384 3 13197 0 0 0 0 4 3 20 0 15 0 107346436 11346800640 83899 33554432000 4194304 4196468 140736231818672 139981506997344 139983488857813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
[pid=30635/tid=30701] ppid=30632 vsize=11080860 memory=3978430131254350623 CPUtime=0.07 cores=1,3,5,7
/proc/30635/task/30701/stat : 30701 (java) S 30632 30635 22977 0 -1 1077944384 11 13197 0 0 0 0 4 3 20 0 15 0 107346436 11346800640 83899 33554432000 4194304 4196468 140736231818672 139982520944944 139983488858754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23560192 140736231823976 140736231826785 140736231826785 140736231829455 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 11080860 KiB
Current children cumulated memory: 335596 KiB

Child status: 0
Real time (s): 4.26725
CPU time (s): 9.03158
CPU user time (s): 8.7813
CPU system time (s): 0.250279
CPU usage (%): 211.649
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 335596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.7813
system time used= 0.250279
maximum resident set size= 337884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7482
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 30635
#   total CPU time (s): 9.03158
#   total CPU user time (s): 8.7813
#   total CPU system time (s): 0.250279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048133 second user time and 0.08363 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:57:11
IDJOB=4302722
IDBENCH=141479
IDSOLVER=2777
FILE ID=node150/4302722-1532897831
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302722-1532897831/watcher-4302722-1532897831 -o /tmp/evaluation-result-4302722-1532897831/solver-4302722-1532897831 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1227806978 -superng HOME/instance-4302722-1532897831.xml

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

MD5SUM BENCH= 9fb24b9f48a42a135634ba64a3eecbb5
RANDOM SEED=1227806978

node150.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.76
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.76
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.76
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.76
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:        27534532 kB
MemAvailable:   31374588 kB
Buffers:          227220 kB
Cached:          3855520 kB
SwapCached:           32 kB
Active:          2104388 kB
Inactive:        2600672 kB
Active(anon):     573944 kB
Inactive(anon):    76188 kB
Active(file):    1530444 kB
Inactive(file):  2524484 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             27292 kB
Writeback:             0 kB
AnonPages:        642148 kB
Mapped:            58092 kB
Shmem:             25156 kB
Slab:             230564 kB
SReclaimable:     201924 kB
SUnreclaim:        28640 kB
KernelStack:        3792 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1909060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 22:57:16