Trace number 4302371

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.2OPT68 8.90707 4.12446

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-03_c18.xml
MD5SUM0a05dcabfe37de5e4866d51519fc1f6c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark1.76401
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size316
Distribution of domain sizes[{"size":1,"count":1},{"size":316,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":23},{"degree":4,"count":19},{"degree":5,"count":18},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity18
Distribution of constraint arities[{"arity":2,"count":93},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":16,"count":1},{"arity":18,"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.98/0.74	c Concrete v3.9.2.1532736233296 running
8.24/3.95	o 71
8.56/4.01	o 70
8.56/4.08	o 68
8.56/4.08	v <instantiation cost="68">
8.56/4.08	v       <list>
8.56/4.08	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.56/4.08	v       </list>
8.56/4.08	v       <values>
8.56/4.08	v         0 0 0 0 12 13 6 14 6 13 7 27 15 62 16 14 7 17 23 25 31 19 12 15 21 15 1 30 19 31 24 38 17 38 21 45 21 18 31 22 37 37 38 46 33 51 16 61 35 48 39 50 32 49 56 43 51 54 59 67 65 68
8.56/4.08	v       </values>
8.56/4.08	v     </instantiation>
8.56/4.08	s OPTIMUM FOUND

Verifier Data

OK	68

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

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

running on 4 cores: 0,2,4,6

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=21107, runsolver pid=21104

[startup+0.100372 s]*
/proc/loadavg: 1.71 1.56 1.62 5/207 21164
/proc/meminfo: memFree=23671712/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=10005480 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 4383 13004 0 0 1 0 4 3 20 0 6 0 107317306 10245611520 4204 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2501370 4204 1935 1 0 2489808 0
[pid=21107/tid=21160] ppid=21104 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 2198 13004 0 0 1 0 4 3 20 0 6 0 107317315 10245611520 4270 33554432000 4194304 4196468 140735638224496 139666007364176 139666021209941 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 6 0 107317316 10245611520 4270 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=10005480 memory=140616623650432 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 6 0 107317316 10245611520 4270 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 6 0 107317316 10245611520 4270 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 6 0 107317316 10245611520 4270 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210211 s]*
/proc/loadavg: 1.71 1.56 1.62 6/216 21173
/proc/meminfo: memFree=23644480/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=10982744 memory=45172 CPUtime=0.25 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 7498 13004 0 0 16 2 4 3 20 0 15 0 107317306 11246329856 11293 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2745686 11293 2954 1 0 2708109 0
[pid=21107/tid=21160] ppid=21104 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 4112 13004 0 0 11 1 4 3 20 0 15 0 107317315 11246329856 11359 33554432000 4194304 4196468 140735638224496 139666007324336 139666015803136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=10982744 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246329856 11359 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=10982744 memory=140616624293973 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246329856 11359 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246329856 11359 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246329856 11359 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=10982744 memory=140616623650432 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317317 11246329856 11359 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 13 13004 0 0 0 0 4 3 20 0 15 0 107317318 11246329856 11359 33554432000 4194304 4196468 140735638224496 139664887374752 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11246329856 11359 33554432000 4194304 4196468 140735638224496 139664686048240 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246329856 11359 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 547 13004 0 0 1 0 4 3 20 0 15 0 107317321 11246329856 11425 33554432000 4194304 4196468 140735638224496 139665460287984 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) S 21104 21107 6396 0 -1 1077944384 65 13004 0 0 1 0 4 3 20 0 15 0 107317321 11246329856 11425 33554432000 4194304 4196468 140735638224496 139665459235440 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=10982744 memory=140616623650432 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) S 21104 21107 6396 0 -1 1077944384 619 13004 0 0 3 0 4 3 20 0 15 0 107317321 11246329856 11425 33554432000 4194304 4196468 140735638224496 139665458182896 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246329856 11425 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=10982744 memory=140616623650432 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246329856 11425 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45172 KiB

[startup+0.310273 s]*
/proc/loadavg: 1.71 1.56 1.62 4/216 21173
/proc/meminfo: memFree=23618508/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=10983192 memory=57928 CPUtime=0.38 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 10535 13004 0 0 28 3 4 3 20 0 15 0 107317306 11246788608 14482 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2745798 14482 3073 1 0 2708109 0
[pid=21107/tid=21160] ppid=21104 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 7072 13004 0 0 19 2 4 3 20 0 15 0 107317315 11246788608 14482 33554432000 4194304 4196468 140735638224496 139666007339424 139666017090967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 14482 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317317 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 13 13004 0 0 0 0 4 3 20 0 15 0 107317318 11246788608 14482 33554432000 4194304 4196468 140735638224496 139664887374752 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11246788608 14482 33554432000 4194304 4196468 140735638224496 139664686048240 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246788608 14482 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 550 13004 0 0 1 0 4 3 20 0 15 0 107317321 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665460287984 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) S 21104 21107 6396 0 -1 1077944384 66 13004 0 0 1 0 4 3 20 0 15 0 107317321 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665459235440 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=10983192 memory=140616623650432 CPUtime=0.12 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) S 21104 21107 6396 0 -1 1077944384 625 13004 0 0 5 0 4 3 20 0 15 0 107317321 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665458182896 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246788608 14482 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=10983192 memory=140616623650432 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246788608 14482 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57928 KiB

[startup+0.700704 s]
/proc/loadavg: 1.71 1.56 1.62 5/216 21173
/proc/meminfo: memFree=23598036/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=10983192 memory=90380 CPUtime=0.98 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 16740 13004 0 0 87 4 4 3 20 0 15 0 107317306 11246788608 22595 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2745798 22595 3238 1 0 2708109 0
[pid=21107/tid=21160] ppid=21104 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 12160 13004 0 0 56 3 4 3 20 0 15 0 107317315 11246788608 22595 33554432000 4194304 4196468 140735638224496 139666007318936 139666017816787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 22595 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 2 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317316 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 6 13004 0 0 0 0 4 3 20 0 15 0 107317317 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=10983192 memory=140616491217616 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 13 13004 0 0 0 0 4 3 20 0 15 0 107317318 11246788608 22595 33554432000 4194304 4196468 140735638224496 139664887374752 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=10983192 memory=140617229271651 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11246788608 22595 33554432000 4194304 4196468 140735638224496 139664686048240 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=10983192 memory=8600 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246788608 22595 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=10983192 memory=7234564758908855872 CPUtime=0.14 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 952 13004 0 0 7 0 4 3 20 0 15 0 107317321 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665460287984 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=10983192 memory=7597685182856913236 CPUtime=0.16 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) S 21104 21107 6396 0 -1 1077944384 697 13004 0 0 9 0 4 3 20 0 15 0 107317321 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665459235440 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) S 21104 21107 6396 0 -1 1077944384 705 13004 0 0 13 0 4 3 20 0 15 0 107317321 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665458182896 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=10983192 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246788608 22595 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317321 11246788608 22595 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90380 KiB

[startup+1.50077 s]
/proc/loadavg: 1.71 1.56 1.62 3/216 21173
/proc/meminfo: memFree=23501400/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=10998092 memory=181256 CPUtime=2.25 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 23863 13004 0 0 208 10 4 3 20 0 15 0 107317306 11262046208 45314 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2749523 45314 3476 1 0 2711181 0
[pid=21107/tid=21160] ppid=21104 vsize=10998092 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 17764 13004 0 0 130 6 4 3 20 0 15 0 107317315 11262046208 45314 33554432000 4194304 4196468 140735638224496 139666007351568 139666021220867 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 17 13004 0 0 1 0 4 3 20 0 15 0 107317316 11262046208 45314 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 75 13004 0 0 1 0 4 3 20 0 15 0 107317316 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=10998092 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 188 13004 0 0 1 0 4 3 20 0 15 0 107317316 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=10998092 memory=90380 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 24 13004 0 0 0 0 4 3 20 0 15 0 107317316 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 45 13004 0 0 0 0 4 3 20 0 15 0 107317317 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=10998092 memory=281232982376944 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 14 13004 0 0 0 0 4 3 20 0 15 0 107317318 11262046208 45314 33554432000 4194304 4196468 140735638224496 139664887374816 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=10998092 memory=281232982427744 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11262046208 45314 33554432000 4194304 4196468 140735638224496 139664686048256 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11262046208 45314 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=10998092 memory=4638778398332698720 CPUtime=0.21 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 1116 13004 0 0 14 0 4 3 20 0 15 0 107317321 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665460287984 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=10998092 memory=281232982711168 CPUtime=0.32 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) S 21104 21107 6396 0 -1 1077944384 1150 13004 0 0 25 0 4 3 20 0 15 0 107317321 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665459235440 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=10998092 memory=-7531822216213012384 CPUtime=0.39 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) S 21104 21107 6396 0 -1 1077944384 1269 13004 0 0 32 0 4 3 20 0 15 0 107317321 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665458182896 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=10998092 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11262046208 45314 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317321 11262046208 45314 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 181256 KiB

[startup+3.1105 s]
/proc/loadavg: 1.81 1.58 1.63 7/216 21173
/proc/meminfo: memFree=23298988/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=11008352 memory=232216 CPUtime=6.28 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 32138 13004 0 0 607 14 4 3 20 0 15 0 107317306 11272552448 58054 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2752088 58054 3498 1 0 2713741 0
[pid=21107/tid=21160] ppid=21104 vsize=11008352 memory=196592 CPUtime=3.02 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 21592 13004 0 0 288 7 4 3 20 0 15 0 107317315 11272552448 58054 33554432000 4194304 4196468 140735638224496 139666007361760 139666035539350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=11008352 memory=12813 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 17 13004 0 0 1 0 4 3 20 0 15 0 107317316 11272552448 58054 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=11008352 memory=140616491311512 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 75 13004 0 0 1 0 4 3 20 0 15 0 107317316 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=11008352 memory=-7751062316387021378 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 188 13004 0 0 1 0 4 3 20 0 15 0 107317316 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=11008352 memory=16412 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 24 13004 0 0 0 0 4 3 20 0 15 0 107317316 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=11008352 memory=17440 CPUtime=0.08 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 53 13004 0 0 1 0 4 3 20 0 15 0 107317317 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=11008352 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 14 13004 0 0 0 0 4 3 20 0 15 0 107317318 11272552448 58054 33554432000 4194304 4196468 140735638224496 139664887374816 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=11008352 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11272552448 58054 33554432000 4194304 4196468 140735638224496 139664686048256 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=11008352 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11272552448 58054 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=11008352 memory=6655300316396806240 CPUtime=1.07 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 2948 13004 0 0 100 0 4 3 20 0 15 0 107317321 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665460287984 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=11008352 memory=4128 CPUtime=1.04 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) S 21104 21107 6396 0 -1 1077944384 1653 13004 0 0 96 1 4 3 20 0 15 0 107317321 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665459235440 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=11008352 memory=30468 CPUtime=1.23 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) R 21104 21107 6396 0 -1 4202560 3373 13004 0 0 115 1 4 3 20 0 15 0 107317321 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665458182896 139666028512457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=11008352 memory=90894392906410 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11272552448 58054 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=11008352 memory=8996927262957663786 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317321 11272552448 58054 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 232216 KiB

[startup+4.1244 s]
# the end of solver process 21107 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.64759 s, system=0.259483 s

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

[startup+3.64496 s]
/proc/loadavg: 1.81 1.58 1.63 7/216 21173
/proc/meminfo: memFree=23298988/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=11010400 memory=292756 CPUtime=7.46 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 59996 13004 0 0 721 18 4 3 20 0 15 0 107317306 11274649600 73189 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2752600 73189 3503 1 0 2714253 0
[pid=21107/tid=21160] ppid=21104 vsize=11010400 memory=6791534058613427641 CPUtime=3.51 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 37868 13004 0 0 334 10 4 3 20 0 15 0 107317315 11274649600 73189 33554432000 4194304 4196468 140735638224496 139666007341320 139666017090990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=11010400 memory=1952 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 479 13004 0 0 3 0 4 3 20 0 15 0 107317316 11274649600 73189 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=11010400 memory=1200 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 112 13004 0 0 3 0 4 3 20 0 15 0 107317316 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=11010400 memory=8600 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 480 13004 0 0 3 0 4 3 20 0 15 0 107317316 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=11010400 memory=4616 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 46 13004 0 0 3 0 4 3 20 0 15 0 107317316 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=11010400 memory=1428 CPUtime=0.11 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 6058 13004 0 0 3 1 4 3 20 0 15 0 107317317 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=11010400 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 14 13004 0 0 0 0 4 3 20 0 15 0 107317318 11274649600 73189 33554432000 4194304 4196468 140735638224496 139664887374816 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=11010400 memory=16412 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11274649600 73189 33554432000 4194304 4196468 140735638224496 139664686048256 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=11010400 memory=17440 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11274649600 73189 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=11010400 memory=4048 CPUtime=1.23 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 3741 13004 0 0 116 0 4 3 20 0 15 0 107317321 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665460287984 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=11010400 memory=1796 CPUtime=1.3 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) R 21104 21107 6396 0 -1 4202560 3785 13004 0 0 122 1 4 3 20 0 15 0 107317321 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665459216456 139666019023941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=11010400 memory=636 CPUtime=1.38 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) S 21104 21107 6396 0 -1 1077944384 5205 13004 0 0 130 1 4 3 20 0 15 0 107317321 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665458182896 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=11010400 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11274649600 73189 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=11010400 memory=189988 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 8 13004 0 0 0 0 4 3 20 0 15 0 107317321 11274649600 73189 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 292756 KiB

[startup+4.00079 s]
/proc/loadavg: 1.81 1.58 1.63 7/216 21173
/proc/meminfo: memFree=23298988/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=11080744 memory=324176 CPUtime=8.56 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 68501 13004 0 0 829 20 4 3 20 0 15 0 107317306 11346681856 81044 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2770186 81044 3510 1 0 2731839 0
[pid=21107/tid=21160] ppid=21104 vsize=11080744 memory=7682744562830902035 CPUtime=3.86 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) R 21104 21107 6396 0 -1 4202560 43603 13004 0 0 368 11 4 3 20 0 15 0 107317315 11346681856 81044 33554432000 4194304 4196468 140735638224496 139666007360096 139666019607151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=11080744 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 479 13004 0 0 3 0 4 3 20 0 15 0 107317316 11346681856 81044 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=11080744 memory=7589527906123539302 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 112 13004 0 0 3 0 4 3 20 0 15 0 107317316 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=11080744 memory=7379521185251944547 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 480 13004 0 0 3 0 4 3 20 0 15 0 107317316 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=11080744 memory=7379521185251944547 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 46 13004 0 0 3 0 4 3 20 0 15 0 107317316 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=11080744 memory=7740396281631500627 CPUtime=0.11 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 6058 13004 0 0 3 1 4 3 20 0 15 0 107317317 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665461340144 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=11080744 memory=7740396281631500627 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 14 13004 0 0 0 0 4 3 20 0 15 0 107317318 11346681856 81044 33554432000 4194304 4196468 140735638224496 139664887374816 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=11080744 memory=281232982150736 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 15 0 107317318 11346681856 81044 33554432000 4194304 4196468 140735638224496 139664686048256 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=11080744 memory=11379869766 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11346681856 81044 33554432000 4194304 4196468 140735638224496 139664378648784 139666035546011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=11080744 memory=7156647794362656658 CPUtime=1.48 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) R 21104 21107 6396 0 -1 4202560 3902 13004 0 0 141 0 4 3 20 0 15 0 107317321 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665460269392 139666019024203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=11080744 memory=6296121684751575121 CPUtime=1.65 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) R 21104 21107 6396 0 -1 4202560 6076 13004 0 0 157 1 4 3 20 0 15 0 107317321 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665459221320 139666017071599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=11080744 memory=33 CPUtime=1.52 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) R 21104 21107 6396 0 -1 4202560 5524 13004 0 0 144 1 4 3 20 0 15 0 107317321 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665458182896 139666019607902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=11080744 memory=-7595718316223324558 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 15 0 107317321 11346681856 81044 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21173] ppid=21104 vsize=11080744 memory=-7595761213668167008 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21173/stat : 21173 (java) S 21104 21107 6396 0 -1 1077944384 8 13004 0 0 0 0 4 3 20 0 15 0 107317321 11346681856 81044 33554432000 4194304 4196468 140735638224496 139665457129776 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 11080744 KiB
Current children cumulated memory: 324176 KiB

[startup+4.10066 s]
/proc/loadavg: 1.81 1.58 1.63 7/216 21173
/proc/meminfo: memFree=23298988/32770624 swapFree=67108860/67108860
[pid=21107] ppid=21104 vsize=11146332 memory=325960 CPUtime=8.86 cores=0,2,4,6
/proc/21107/stat : 21107 (java) S 21104 21107 6396 0 -1 1077944320 69638 13004 0 0 859 20 4 3 20 0 14 0 107317306 11413843968 81490 33554432000 4194304 4196468 140735638224496 140735638207040 139666035527415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
/proc/21107/statm: 2786583 81490 3512 1 0 2748236 0
[pid=21107/tid=21160] ppid=21104 vsize=11146332 memory=140616491311512 CPUtime=3.94 cores=0,2,4,6
/proc/21107/task/21160/stat : 21160 (java) S 21104 21107 6396 0 -1 1077944384 43637 13004 0 0 376 11 4 3 20 0 14 0 107317315 11413843968 81490 33554432000 4194304 4196468 140735638224496 139666007370896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21161] ppid=21104 vsize=11146332 memory=-7751062316387021378 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21161/stat : 21161 (java) S 21104 21107 6396 0 -1 1077944384 479 13004 0 0 3 0 4 3 20 0 14 0 107317316 11413843968 81490 33554432000 4194304 4196468 140735638224496 139666039769872 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21162] ppid=21104 vsize=11146332 memory=196592 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21162/stat : 21162 (java) S 21104 21107 6396 0 -1 1077944384 112 13004 0 0 3 0 4 3 20 0 14 0 107317316 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665575242640 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21163] ppid=21104 vsize=11146332 memory=12813 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21163/stat : 21163 (java) S 21104 21107 6396 0 -1 1077944384 480 13004 0 0 3 0 4 3 20 0 14 0 107317316 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665574190096 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21164] ppid=21104 vsize=11146332 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21107/task/21164/stat : 21164 (java) S 21104 21107 6396 0 -1 1077944384 46 13004 0 0 3 0 4 3 20 0 14 0 107317316 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665573137552 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21165] ppid=21104 vsize=11146332 memory=7379521185251944547 CPUtime=0.11 cores=0,2,4,6
/proc/21107/task/21165/stat : 21165 (java) S 21104 21107 6396 0 -1 1077944384 6058 13004 0 0 3 1 4 3 20 0 14 0 107317317 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665461340352 139666035538562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21166] ppid=21104 vsize=11146332 memory=7308895142485716329 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21166/stat : 21166 (java) S 21104 21107 6396 0 -1 1077944384 14 13004 0 0 0 0 4 3 20 0 14 0 107317318 11413843968 81490 33554432000 4194304 4196468 140735638224496 139664887374816 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21167] ppid=21104 vsize=11146332 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21167/stat : 21167 (java) S 21104 21107 6396 0 -1 1077944384 1 13004 0 0 0 0 4 3 20 0 14 0 107317318 11413843968 81490 33554432000 4194304 4196468 140735638224496 139664686048256 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21168] ppid=21104 vsize=11146332 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21168/stat : 21168 (java) S 21104 21107 6396 0 -1 1077944384 6 13004 0 0 0 0 4 3 20 0 14 0 107317321 11413843968 81490 33554432000 4194304 4196468 140735638224496 139664378648432 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21169] ppid=21104 vsize=11146332 memory=6655300316396806240 CPUtime=1.57 cores=0,2,4,6
/proc/21107/task/21169/stat : 21169 (java) S 21104 21107 6396 0 -1 1077944384 4227 13004 0 0 150 0 4 3 20 0 14 0 107317321 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665460272496 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21170] ppid=21104 vsize=11146332 memory=4128 CPUtime=1.76 cores=0,2,4,6
/proc/21107/task/21170/stat : 21170 (java) R 21104 21107 6396 0 -1 4202560 6788 13004 0 0 167 2 4 3 20 0 14 0 107317321 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665459221320 139666017045332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21171] ppid=21104 vsize=11146332 memory=30468 CPUtime=1.55 cores=0,2,4,6
/proc/21107/task/21171/stat : 21171 (java) S 21104 21107 6396 0 -1 1077944384 5573 13004 0 0 147 1 4 3 20 0 14 0 107317321 11413843968 81490 33554432000 4194304 4196468 140735638224496 139665458182896 139666035538562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
[pid=21107/tid=21172] ppid=21104 vsize=11146332 memory=90894392906410 CPUtime=0.07 cores=0,2,4,6
/proc/21107/task/21172/stat : 21172 (java) S 21104 21107 6396 0 -1 1077944384 3 13004 0 0 0 0 4 3 20 0 14 0 107317321 11413843968 81490 33554432000 4194304 4196468 140735638224496 139663947852896 139666035537621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31313920 140735638231665 140735638234465 140735638234465 140735638237135 0
Current children cumulated CPU time: 8.86 s
Current children cumulated vsize: 11146332 KiB
Current children cumulated memory: 325960 KiB

Child status: 0
Real time (s): 4.12446
CPU time (s): 8.90707
CPU user time (s): 8.64759
CPU system time (s): 0.259483
CPU usage (%): 215.957
Max. virtual memory (cumulated for all children) (KiB): 11146332
Max. memory (cumulated for all children) (KiB): 325960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.64759
system time used= 0.259483
maximum resident set size= 327980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82667
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= 6300
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 21107
#   total CPU time (s): 8.90707
#   total CPU user time (s): 8.64759
#   total CPU system time (s): 0.259483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044424 second user time and 0.076795 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:52:21
IDJOB=4302371
IDBENCH=141473
IDSOLVER=2776
FILE ID=node139/4302371-1532897541
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

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

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

MD5SUM BENCH= 0a05dcabfe37de5e4866d51519fc1f6c
RANDOM SEED=1323347987

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:        23679744 kB
MemAvailable:   31746044 kB
Buffers:          255704 kB
Cached:          7923812 kB
SwapCached:            0 kB
Active:          3278564 kB
Inactive:        5139684 kB
Active(anon):     193008 kB
Inactive(anon):    73544 kB
Active(file):    3085556 kB
Inactive(file):  5066140 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27716 kB
Writeback:             0 kB
AnonPages:        293080 kB
Mapped:            58184 kB
Shmem:             25228 kB
Slab:             372220 kB
SReclaimable:     343064 kB
SUnreclaim:        29156 kB
KernelStack:        3808 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1420248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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:26