Trace number 4259530

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.4OPT885 23.8183 11.7584

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28229299
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

3.51/2.20	c Concrete v3.4 running
5.89/3.26	o 438
5.89/3.28	o 468
6.23/3.31	o 506
6.23/3.31	o 517
6.23/3.33	o 593
6.23/3.34	o 595
6.23/3.35	o 606
6.23/3.36	o 650
6.23/3.37	o 679
6.23/3.38	o 721
6.23/3.39	o 727
6.23/3.40	o 732
6.23/3.41	o 735
6.61/3.42	o 792
6.61/3.42	o 801
6.61/3.43	o 834
6.61/3.44	o 842
6.61/3.47	o 852
6.61/3.48	o 860
6.94/3.51	o 885
23.71/11.74	v <instantiation cost="885">
23.71/11.74	v       <list>
23.71/11.74	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
23.71/11.74	v       </list>
23.71/11.74	v       <values>
23.71/11.74	v         0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0
23.71/11.74	v       </values>
23.71/11.74	v     </instantiation>
23.71/11.74	s OPTIMUM FOUND

Verifier Data

OK	885

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259530-1501656074/watcher-4259530-1501656074 -o /tmp/evaluation-result-4259530-1501656074/solver-4259530-1501656074 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300 bin/concrete HOME/instance-4259530-1501656074.xml 

pid=17098
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.65 1.73 1.82 3/199 17101
/proc/meminfo: memFree=31058788/32770624 swapFree=0/251676
[pid=17101] ppid=17098 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17101/stat : 17101 (runsolver) D 17098 17101 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7518064 24240128 105 18446744073709551615 4194304 4338465 140736339687696 140736339685336 140719258030807 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 34975744 140736339689681 140736339690055 140736339690055 140736339693514 0
/proc/17101/statm: 5918 105 52 36 0 2156 0

[startup+0.1001 s]
/proc/loadavg: 1.65 1.73 1.82 3/199 17101
/proc/meminfo: memFree=31058788/32770624 swapFree=0/251676
[pid=17101] ppid=17098 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17101/stat : 17101 (bash) S 17098 17101 3187 0 -1 4202496 683 1546 0 0 0 0 0 0 20 0 1 0 7518064 9736192 351 18446744073709551615 4194304 5098028 140728527069216 140728527066856 140569597037568 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 9 0 0 7196144 7232144 11137024 140728527073810 140728527073895 140728527073895 140728527077354 0
/proc/17101/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200263 s]
/proc/loadavg: 1.65 1.73 1.82 3/199 17101
/proc/meminfo: memFree=31058788/32770624 swapFree=0/251676
[pid=17101] ppid=17098 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17101/stat : 17101 (bash) S 17098 17101 3187 0 -1 4202496 892 6498 0 0 0 0 0 1 20 0 1 0 7518064 9867264 377 18446744073709551615 4194304 5098028 140728527069216 140728527063224 140569597037568 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 11137024 140728527073810 140728527073895 140728527073895 140728527077354 0
/proc/17101/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300342 s]
/proc/loadavg: 1.65 1.73 1.82 3/199 17101
/proc/meminfo: memFree=31058788/32770624 swapFree=0/251676
[pid=17101] ppid=17098 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 5813 12659 0 0 5 1 5 3 20 0 14 0 7518064 14241083392 5496 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3476827 5496 2557 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700327 s]
/proc/loadavg: 1.65 1.73 1.82 3/199 17101
/proc/meminfo: memFree=31058788/32770624 swapFree=0/251676
[pid=17101] ppid=17098 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 13926 12659 0 0 57 4 5 3 20 0 15 0 7518064 14310178816 14347 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3493696 14347 3097 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50484 s]
/proc/loadavg: 1.65 1.73 1.82 3/214 17164
/proc/meminfo: memFree=30965600/32770624 swapFree=0/252464
[pid=17101] ppid=17098 vsize=13985408 CPUtime=1.93 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 26694 12659 0 0 175 10 5 3 20 0 15 0 7518064 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3496352 40671 3357 1 0 3485533 0
[pid=17101/tid=17151] ppid=17098 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) S 17098 17101 3187 0 -1 1077944384 20220 12659 0 0 116 6 5 3 20 0 15 0 7518086 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139622260875120 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) R 17098 17101 3187 0 -1 1077944384 39 12659 0 0 0 0 5 3 20 0 15 0 7518086 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) R 17098 17101 3187 0 -1 4202560 182 12659 0 0 0 0 5 3 20 0 15 0 7518086 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622249759766 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) R 17098 17101 3187 0 -1 4202560 28 12659 0 0 0 0 5 3 20 0 15 0 7518086 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622241355936 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) R 17098 17101 3187 0 -1 4202560 46 12659 0 0 0 0 5 3 20 0 15 0 7518086 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622241644519 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 637 12659 0 0 1 0 5 3 20 0 15 0 7518088 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621172495648 139622256666325 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 33 12659 0 0 0 0 5 3 20 0 15 0 7518088 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621171443360 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 21 12659 0 0 0 0 5 3 20 0 15 0 7518088 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621170390256 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 1079 12659 0 0 17 0 5 3 20 0 15 0 7518091 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) S 17098 17101 3187 0 -1 1077944384 1030 12659 0 0 15 0 5 3 20 0 15 0 7518091 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 1221 12659 0 0 22 0 5 3 20 0 15 0 7518091 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621166175712 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518095 14321057792 40671 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10103 s]
/proc/loadavg: 1.65 1.73 1.82 4/214 17164
/proc/meminfo: memFree=30885564/32770624 swapFree=0/252464
[pid=17101] ppid=17098 vsize=14065468 CPUtime=5.6 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 49396 12659 0 0 533 19 5 3 20 0 15 0 7518064 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516367 69852 3433 1 0 3504989 0
[pid=17101/tid=17151] ppid=17098 vsize=14065468 CPUtime=2.82 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) S 17098 17101 3187 0 -1 1077944384 36810 12659 0 0 263 11 5 3 20 0 15 0 7518086 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139622260893792 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) R 17098 17101 3187 0 -1 4202560 55 12659 0 0 3 0 5 3 20 0 15 0 7518086 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139622213622408 139622249284327 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) R 17098 17101 3187 0 -1 4202560 190 12659 0 0 3 0 5 3 20 0 15 0 7518086 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622241356835 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) R 17098 17101 3187 0 -1 4202560 43 12659 0 0 3 0 5 3 20 0 15 0 7518086 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139622211516808 139622249284327 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) R 17098 17101 3187 0 -1 4202560 57 12659 0 0 3 0 5 3 20 0 15 0 7518086 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622249284327 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14065468 CPUtime=0.12 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 828 12659 0 0 4 0 5 3 20 0 15 0 7518088 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621172495760 139622256666325 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 56 12659 0 0 0 0 5 3 20 0 15 0 7518088 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 44 12659 0 0 0 0 5 3 20 0 15 0 7518088 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14065468 CPUtime=0.96 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 2670 12659 0 0 87 1 5 3 20 0 15 0 7518091 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14065468 CPUtime=0.9 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) R 17098 17101 3187 0 -1 4202560 3788 12659 0 0 81 1 5 3 20 0 15 0 7518091 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621167219576 139622236483167 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14065468 CPUtime=0.89 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 2694 12659 0 0 80 1 5 3 20 0 15 0 7518091 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518095 14403039232 69852 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 14065468

[startup+6.30073 s]
/proc/loadavg: 1.84 1.77 1.83 5/214 17164
/proc/meminfo: memFree=30662428/32770624 swapFree=0/252472
[pid=17101] ppid=17098 vsize=14067516 CPUtime=13.58 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 68668 12659 0 0 1323 27 5 3 20 0 15 0 7518064 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516879 113805 3462 1 0 3505501 0
[pid=17101/tid=17151] ppid=17098 vsize=14067516 CPUtime=5.87 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) R 17098 17101 3187 0 -1 4202560 39131 12659 0 0 565 14 5 3 20 0 15 0 7518086 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139622260889896 139621901197933 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) S 17098 17101 3187 0 -1 1077944384 103 12659 0 0 10 0 5 3 20 0 15 0 7518086 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) S 17098 17101 3187 0 -1 1077944384 248 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) S 17098 17101 3187 0 -1 1077944384 242 12659 0 0 10 0 5 3 20 0 15 0 7518086 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) S 17098 17101 3187 0 -1 1077944384 929 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 989 12659 0 0 9 0 5 3 20 0 15 0 7518088 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621172497136 139622256667266 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 59 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 48 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14067516 CPUtime=3.04 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 6714 12659 0 0 294 2 5 3 20 0 15 0 7518091 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14067516 CPUtime=2.96 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) S 17098 17101 3187 0 -1 1077944384 10635 12659 0 0 284 4 5 3 20 0 15 0 7518091 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14067516 CPUtime=1.33 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 6132 12659 0 0 123 2 5 3 20 0 15 0 7518091 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 1280 12659 0 0 0 0 5 3 20 0 15 0 7518095 14405136384 113805 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 14067516

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17101 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.4008 s]
/proc/loadavg: 1.84 1.77 1.83 5/214 17164
/proc/meminfo: memFree=30662428/32770624 swapFree=0/252472
[pid=17101] ppid=17098 vsize=14067516 CPUtime=13.76 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 68746 12659 0 0 1341 27 5 3 20 0 15 0 7518064 14405136384 113818 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516879 113818 3462 1 0 3505501 0
[pid=17101/tid=17151] ppid=17098 vsize=14067516 CPUtime=5.97 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) R 17098 17101 3187 0 -1 4202560 39131 12659 0 0 575 14 5 3 20 0 15 0 7518086 14405136384 113818 18446744073709551615 4194304 4196468 140731908204432 139622260886432 139621892598723 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) S 17098 17101 3187 0 -1 1077944384 103 12659 0 0 10 0 5 3 20 0 15 0 7518086 14405136384 113818 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) S 17098 17101 3187 0 -1 1077944384 248 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 113818 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) S 17098 17101 3187 0 -1 1077944384 242 12659 0 0 10 0 5 3 20 0 15 0 7518086 14405136384 113818 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) S 17098 17101 3187 0 -1 1077944384 929 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 113818 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14067516 CPUtime=0.17 cores=0,2,4,6

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

/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 1251 12659 0 0 10 0 5 3 20 0 15 0 7518088 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621172497136 139622256667266 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 59 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 48 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14067516 CPUtime=4.33 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 7809 12659 0 0 423 2 5 3 20 0 15 0 7518091 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14067516 CPUtime=4.24 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) S 17098 17101 3187 0 -1 1077944384 11855 12659 0 0 412 4 5 3 20 0 15 0 7518091 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14067516 CPUtime=1.65 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 7962 12659 0 0 154 3 5 3 20 0 15 0 7518091 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 1287 12659 0 0 0 0 5 3 20 0 15 0 7518095 14405136384 138444 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 14067516

[startup+10.4007 s]
/proc/loadavg: 1.77 1.76 1.83 4/214 17289
/proc/meminfo: memFree=31017368/32770624 swapFree=0/252488
[pid=17101] ppid=17098 vsize=14067516 CPUtime=21.29 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 74575 12659 0 0 2089 32 5 3 20 0 15 0 7518064 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516879 147705 3462 1 0 3505501 0
[pid=17101/tid=17151] ppid=17098 vsize=14067516 CPUtime=9.96 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) R 17098 17101 3187 0 -1 4202560 39956 12659 0 0 971 17 5 3 20 0 15 0 7518086 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139622260890416 139621890848913 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) S 17098 17101 3187 0 -1 1077944384 170 12659 0 0 11 1 5 3 20 0 15 0 7518086 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) S 17098 17101 3187 0 -1 1077944384 617 12659 0 0 12 0 5 3 20 0 15 0 7518086 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) S 17098 17101 3187 0 -1 1077944384 262 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) S 17098 17101 3187 0 -1 1077944384 1002 12659 0 0 12 1 5 3 20 0 15 0 7518086 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 1269 12659 0 0 10 0 5 3 20 0 15 0 7518088 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621172497136 139622256667266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 59 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 48 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14067516 CPUtime=4.64 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 7837 12659 0 0 454 2 5 3 20 0 15 0 7518091 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14067516 CPUtime=4.54 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) S 17098 17101 3187 0 -1 1077944384 11874 12659 0 0 442 4 5 3 20 0 15 0 7518091 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14067516 CPUtime=1.72 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 8031 12659 0 0 161 3 5 3 20 0 15 0 7518091 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 1292 12659 0 0 0 0 5 3 20 0 15 0 7518095 14405136384 147705 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 14067516

[startup+11.2007 s]
/proc/loadavg: 1.77 1.76 1.83 6/214 17289
/proc/meminfo: memFree=30865664/32770624 swapFree=0/252488
[pid=17101] ppid=17098 vsize=14067516 CPUtime=22.77 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 74883 12659 0 0 2237 32 5 3 20 0 15 0 7518064 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516879 147986 3462 1 0 3505501 0
[pid=17101/tid=17151] ppid=17098 vsize=14067516 CPUtime=10.75 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) R 17098 17101 3187 0 -1 4202560 40213 12659 0 0 1050 17 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622260888480 139621901438567 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) S 17098 17101 3187 0 -1 1077944384 171 12659 0 0 11 1 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) S 17098 17101 3187 0 -1 1077944384 618 12659 0 0 12 0 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) S 17098 17101 3187 0 -1 1077944384 266 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) S 17098 17101 3187 0 -1 1077944384 1003 12659 0 0 12 1 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 1270 12659 0 0 10 0 5 3 20 0 15 0 7518088 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621172497136 139622256667266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 59 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 48 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14067516 CPUtime=4.94 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 7840 12659 0 0 484 2 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14067516 CPUtime=4.85 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) S 17098 17101 3187 0 -1 1077944384 11879 12659 0 0 473 4 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14067516 CPUtime=1.79 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 8066 12659 0 0 168 3 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 1292 12659 0 0 0 0 5 3 20 0 15 0 7518095 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 22.77
Current children cumulated vsize (KiB) 14067516

[startup+11.602 s]
/proc/loadavg: 1.77 1.76 1.83 6/214 17289
/proc/meminfo: memFree=30865664/32770624 swapFree=0/252488
[pid=17101] ppid=17098 vsize=14067516 CPUtime=23.53 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 74883 12659 0 0 2312 33 5 3 20 0 15 0 7518064 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516879 147986 3462 1 0 3505501 0
[pid=17101/tid=17151] ppid=17098 vsize=14067516 CPUtime=11.15 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) R 17098 17101 3187 0 -1 4202560 40213 12659 0 0 1090 17 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622260889896 139622248972666 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) S 17098 17101 3187 0 -1 1077944384 171 12659 0 0 11 1 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) S 17098 17101 3187 0 -1 1077944384 618 12659 0 0 12 0 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) S 17098 17101 3187 0 -1 1077944384 266 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) S 17098 17101 3187 0 -1 1077944384 1003 12659 0 0 12 1 5 3 20 0 15 0 7518086 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 1270 12659 0 0 10 0 5 3 20 0 15 0 7518088 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621172497136 139622256667266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 59 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 48 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14067516 CPUtime=5.1 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) R 17098 17101 3187 0 -1 4202560 7840 12659 0 0 500 2 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622238177298 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14067516 CPUtime=5.01 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) R 17098 17101 3187 0 -1 1077944384 11879 12659 0 0 489 4 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14067516 CPUtime=1.83 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) R 17098 17101 3187 0 -1 4202560 8066 12659 0 0 172 3 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256668054 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 1292 12659 0 0 0 0 5 3 20 0 15 0 7518095 14405136384 147986 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 14067516

[startup+11.7007 s]
/proc/loadavg: 1.77 1.76 1.83 6/214 17289
/proc/meminfo: memFree=30865664/32770624 swapFree=0/252488
[pid=17101] ppid=17098 vsize=14067516 CPUtime=23.71 cores=0,2,4,6
/proc/17101/stat : 17101 (java) S 17098 17101 3187 0 -1 1077944320 74894 12659 0 0 2330 33 5 3 20 0 15 0 7518064 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 140731908186976 139622256656119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
/proc/17101/statm: 3516879 151058 3462 1 0 3505501 0
[pid=17101/tid=17151] ppid=17098 vsize=14067516 CPUtime=11.25 cores=0,2,4,6
/proc/17101/task/17151/stat : 17151 (java) R 17098 17101 3187 0 -1 4202560 40219 12659 0 0 1100 17 5 3 20 0 15 0 7518086 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139622260889728 139621887673664 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17152] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17152/stat : 17152 (java) S 17098 17101 3187 0 -1 1077944384 171 12659 0 0 11 1 5 3 20 0 15 0 7518086 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139622213622288 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17153] ppid=17098 vsize=14067516 CPUtime=0.2 cores=0,2,4,6
/proc/17101/task/17153/stat : 17153 (java) S 17098 17101 3187 0 -1 1077944384 618 12659 0 0 12 0 5 3 20 0 15 0 7518086 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139622212569744 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17154] ppid=17098 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17101/task/17154/stat : 17154 (java) S 17098 17101 3187 0 -1 1077944384 266 12659 0 0 11 0 5 3 20 0 15 0 7518086 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139622211516688 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17155] ppid=17098 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/17101/task/17155/stat : 17155 (java) S 17098 17101 3187 0 -1 1077944384 1003 12659 0 0 12 1 5 3 20 0 15 0 7518086 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139622210464144 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17156] ppid=17098 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/17101/task/17156/stat : 17156 (java) S 17098 17101 3187 0 -1 1077944384 1270 12659 0 0 10 0 5 3 20 0 15 0 7518088 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621172497136 139622256667266 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17157] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17157/stat : 17157 (java) S 17098 17101 3187 0 -1 1077944384 59 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621171443424 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17158] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17158/stat : 17158 (java) S 17098 17101 3187 0 -1 1077944384 48 12659 0 0 0 0 5 3 20 0 15 0 7518088 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621170390272 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17159] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17159/stat : 17159 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621169338832 139622256674715 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17160] ppid=17098 vsize=14067516 CPUtime=5.14 cores=0,2,4,6
/proc/17101/task/17160/stat : 17160 (java) S 17098 17101 3187 0 -1 1077944384 7842 12659 0 0 504 2 5 3 20 0 15 0 7518091 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621168285936 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17161] ppid=17098 vsize=14067516 CPUtime=5.03 cores=0,2,4,6
/proc/17101/task/17161/stat : 17161 (java) S 17098 17101 3187 0 -1 1077944384 11880 12659 0 0 491 4 5 3 20 0 15 0 7518091 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621167233392 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17162] ppid=17098 vsize=14067516 CPUtime=1.84 cores=0,2,4,6
/proc/17101/task/17162/stat : 17162 (java) S 17098 17101 3187 0 -1 1077944384 8068 12659 0 0 173 3 5 3 20 0 15 0 7518091 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621166180336 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17163] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17163/stat : 17163 (java) S 17098 17101 3187 0 -1 1077944384 3 12659 0 0 0 0 5 3 20 0 15 0 7518091 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621165128032 139622256666325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
[pid=17101/tid=17164] ppid=17098 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/17101/task/17164/stat : 17164 (java) S 17098 17101 3187 0 -1 1077944384 1292 12659 0 0 0 0 5 3 20 0 15 0 7518095 14405136384 151058 18446744073709551615 4194304 4196468 140731908204432 139621164076080 139622256667266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140731908212686 140731908215471 140731908215471 140731908218831 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 11.7584
CPU time (s): 23.8183
CPU user time (s): 23.4363
CPU system time (s): 0.381988
CPU usage (%): 202.565
Max. virtual memory (cumulated for all children) (KiB): 14070376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.4363
system time used= 0.381988
maximum resident set size= 616972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9860
involuntary context switches= 305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052231 second user time and 0.080874 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:27:14
IDJOB=4259530
IDBENCH=133475
IDSOLVER=2646
FILE ID=node135/4259530-1501656074
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259530-1501656074/watcher-4259530-1501656074 -o /tmp/evaluation-result-4259530-1501656074/solver-4259530-1501656074 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259530-1501656074.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=46727930

node135.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.21
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.21
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.21
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.21
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:        31059316 kB
MemAvailable:   31339588 kB
Buffers:          132412 kB
Cached:           424788 kB
SwapCached:            0 kB
Active:          1031912 kB
Inactive:         260268 kB
Active(anon):     735536 kB
Inactive(anon):     8592 kB
Active(file):     296376 kB
Inactive(file):   251676 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24520 kB
Writeback:             0 kB
AnonPages:        740988 kB
Mapped:            42492 kB
Shmem:              8960 kB
Slab:             122068 kB
SReclaimable:      96108 kB
SUnreclaim:        25960 kB
KernelStack:        3776 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1580624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 08:27:26