Trace number 4302489

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 254.096 240.829

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-5_c18.xml
MD5SUM6d15d8403aebe79e9693643b2fca1a5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3949
Best CPU time to get the best result obtained on this benchmark252
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints15668
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree102
Maximum variable degree148
Distribution of variable degrees[{"degree":102,"count":1},{"degree":110,"count":3},{"degree":111,"count":2},{"degree":112,"count":2},{"degree":113,"count":3},{"degree":114,"count":3},{"degree":115,"count":5},{"degree":116,"count":6},{"degree":117,"count":8},{"degree":118,"count":7},{"degree":119,"count":9},{"degree":120,"count":8},{"degree":121,"count":9},{"degree":122,"count":12},{"degree":123,"count":12},{"degree":124,"count":14},{"degree":125,"count":10},{"degree":126,"count":12},{"degree":127,"count":17},{"degree":128,"count":13},{"degree":129,"count":14},{"degree":130,"count":13},{"degree":131,"count":6},{"degree":132,"count":11},{"degree":133,"count":6},{"degree":134,"count":10},{"degree":135,"count":2},{"degree":136,"count":6},{"degree":137,"count":7},{"degree":138,"count":1},{"degree":139,"count":4},{"degree":140,"count":4},{"degree":141,"count":1},{"degree":142,"count":1},{"degree":143,"count":1},{"degree":144,"count":3},{"degree":145,"count":2},{"degree":146,"count":1},{"degree":148,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15668}]
Number of extensional constraints0
Number of intensional constraints15668
Distribution of constraint types[{"type":"intension","count":15668}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302489-1532895956/watcher-4302489-1532895956 -o /tmp/evaluation-result-4302489-1532895956/solver-4302489-1532895956 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1076571939 HOME/instance-4302489-1532895956.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=4623, runsolver pid=4620

[startup+0.101194 s]*
/proc/loadavg: 2.00 1.75 1.75 4/206 4680
/proc/meminfo: memFree=27858588/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10005480 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 4240 13261 0 0 1 0 5 3 20 0 6 0 107158808 10245611520 4583 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2501370 4583 1931 1 0 2489808 0
[pid=4623/tid=4676] ppid=4620 vsize=10005480 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 2063 13261 0 0 1 0 5 3 20 0 6 0 107158817 10245611520 4649 33554432000 4194304 4196468 140728292534800 139892035576400 139892063761565 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=10005480 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 107158818 10245611520 4649 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=10005480 memory=140635709159040 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 107158818 10245611520 4649 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 107158818 10245611520 4649 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 6 0 107158818 10245611520 4649 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209868 s]*
/proc/loadavg: 2.00 1.75 1.75 3/215 4689
/proc/meminfo: memFree=27833632/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10982744 memory=44148 CPUtime=0.26 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 7248 13261 0 0 17 1 5 3 20 0 15 0 107158808 11246329856 11037 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2745686 11037 2951 1 0 2708109 0
[pid=4623/tid=4676] ppid=4620 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 4150 13261 0 0 10 1 5 3 20 0 15 0 107158817 11246329856 11367 33554432000 4194304 4196468 140728292534800 139892035539552 139892044015453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=10982744 memory=288293255295271337 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246329856 11367 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=10982744 memory=4121133615134561910 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158819 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107158820 11246329856 11433 33554432000 4194304 4196468 140728292534800 139890856551840 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=10982744 memory=140635709159040 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158820 11246329856 11433 33554432000 4194304 4196468 140728292534800 139890708702704 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246329856 11433 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 367 13261 0 0 1 0 5 3 20 0 15 0 107158823 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 254 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=10982744 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 604 13261 0 0 3 0 5 3 20 0 15 0 107158823 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246329856 11433 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246329856 11433 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44148 KiB

[startup+0.310169 s]*
/proc/loadavg: 2.00 1.75 1.75 3/215 4689
/proc/meminfo: memFree=27817504/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10983192 memory=56964 CPUtime=0.39 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 10276 13261 0 0 28 3 5 3 20 0 15 0 107158808 11246788608 14241 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2745798 14241 3070 1 0 2708109 0
[pid=4623/tid=4676] ppid=4620 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 6832 13261 0 0 19 2 5 3 20 0 15 0 107158817 11246788608 14241 33554432000 4194304 4196468 140728292534800 139892035551648 139892047820126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 14241 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158819 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107158820 11246788608 14241 33554432000 4194304 4196468 140728292534800 139890856551840 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158820 11246788608 14241 33554432000 4194304 4196468 140728292534800 139890708702704 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246788608 14241 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 368 13261 0 0 1 0 5 3 20 0 15 0 107158823 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 257 13261 0 0 1 0 5 3 20 0 15 0 107158823 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 610 13261 0 0 4 0 5 3 20 0 15 0 107158823 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246788608 14241 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246788608 14241 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56964 KiB

[startup+0.700757 s]
/proc/loadavg: 2.00 1.75 1.75 5/215 4689
/proc/meminfo: memFree=27804292/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10983192 memory=89084 CPUtime=0.98 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 16398 13261 0 0 85 5 5 3 20 0 15 0 107158808 11246788608 22271 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2745798 22271 3238 1 0 2708109 0
[pid=4623/tid=4676] ppid=4620 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 11936 13261 0 0 55 4 5 3 20 0 15 0 107158817 11246788608 22271 33554432000 4194304 4196468 140728292534800 139892035552760 139892047820126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=10983192 memory=8242257093008373557 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 22271 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=10983192 memory=7158860088844767568 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=10983192 memory=7588675599774802240 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=10983192 memory=5791717478211005024 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158818 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=10983192 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 5 13261 0 0 0 0 5 3 20 0 15 0 107158819 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107158820 11246788608 22271 33554432000 4194304 4196468 140728292534800 139890856551840 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158820 11246788608 22271 33554432000 4194304 4196468 140728292534800 139890708702704 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246788608 22271 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 750 13261 0 0 7 0 5 3 20 0 15 0 107158823 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=10983192 memory=96 CPUtime=0.17 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 830 13261 0 0 9 0 5 3 20 0 15 0 107158823 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=10983192 memory=281271100066224 CPUtime=0.21 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 662 13261 0 0 13 0 5 3 20 0 15 0 107158823 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=10983192 memory=140635709157905 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246788608 22271 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158823 11246788608 22271 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89084 KiB

[startup+1.51035 s]
/proc/loadavg: 2.32 1.82 1.77 8/215 4689
/proc/meminfo: memFree=27582276/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=10991948 memory=197144 CPUtime=3.07 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 21919 13261 0 0 289 10 5 3 20 0 15 0 107158808 11255754752 49286 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2747987 49286 3453 1 0 2709645 0
[pid=4623/tid=4676] ppid=4620 vsize=10991948 memory=-1088251628401078322 CPUtime=1.47 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 14590 13261 0 0 132 7 5 3 20 0 15 0 107158817 11255754752 49286 33554432000 4194304 4196468 140728292534800 139892035572112 139891602613080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11255754752 49286 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=10991948 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158818 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158818 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 14 13261 0 0 0 0 5 3 20 0 15 0 107158819 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=10991948 memory=89084 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107158820 11255754752 49286 33554432000 4194304 4196468 140728292534800 139890856551840 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107158820 11255754752 49286 33554432000 4194304 4196468 140728292534800 139890708702704 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=10991948 memory=281271100250176 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11255754752 49286 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=10991948 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) R 4620 4623 22004 0 -1 4202560 2185 13261 0 0 56 0 5 3 20 0 15 0 107158823 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891488490080 139892048126688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=10991948 memory=140635550134832 CPUtime=0.65 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) R 4620 4623 22004 0 -1 4202560 1540 13261 0 0 57 0 5 3 20 0 15 0 107158823 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891487435616 139892045284083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=10991948 memory=6152568441641395039 CPUtime=0.51 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 1373 13261 0 0 42 1 5 3 20 0 15 0 107158823 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=10991948 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11255754752 49286 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=10991948 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107158823 11255754752 49286 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10991948 KiB

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

/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 3085 13261 0 0 15 2 5 3 20 0 15 0 107158819 11272552448 599415 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=11008352 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 15 0 107158820 11272552448 599415 33554432000 4194304 4196468 140728292534800 139890856551904 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=11008352 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 8 13261 0 0 0 0 5 3 20 0 15 0 107158820 11272552448 599415 33554432000 4194304 4196468 140728292534800 139890708702720 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=11008352 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11272552448 599415 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=11008352 memory=792 CPUtime=3.37 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 9976 13261 0 0 327 2 5 3 20 0 15 0 107158823 11272552448 599415 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=11008352 memory=2406896 CPUtime=3.55 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 9189 13261 0 0 346 1 5 3 20 0 15 0 107158823 11272552448 599415 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=11008352 memory=1944 CPUtime=1.65 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 6889 13261 0 0 154 3 5 3 20 0 15 0 107158823 11272552448 599415 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=11008352 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107158823 11272552448 599415 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=11008352 memory=30508 CPUtime=0.2 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 123 13261 0 0 6 6 5 3 20 0 15 0 107158823 11272552448 599415 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 2397660 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+240.829 s]
# the end of solver process 4623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.959 s, system=1.13687 s

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

[startup+239.601 s]
/proc/loadavg: 1.39 1.55 1.67 3/217 4823
/proc/meminfo: memFree=25201048/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=11270504 memory=2395196 CPUtime=252.83 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 89552 13261 0 0 25167 108 5 3 20 0 17 0 107158808 11540996096 598799 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2817626 598799 3529 1 0 2779279 0
[pid=4623/tid=4676] ppid=4620 vsize=11270504 memory=8112282956445269571 CPUtime=237.63 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 43148 13261 0 0 23706 49 5 3 20 0 17 0 107158817 11540996096 598799 33554432000 4194304 4196468 140728292534800 139892035568592 139891599332265 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=11270504 memory=2424 CPUtime=1.68 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 2918 13261 0 0 149 11 5 3 20 0 17 0 107158818 11540996096 598799 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=11270504 memory=4104 CPUtime=1.71 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 4374 13261 0 0 152 11 5 3 20 0 17 0 107158818 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=11270504 memory=2732 CPUtime=1.69 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 2162 13261 0 0 151 10 5 3 20 0 17 0 107158818 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=11270504 memory=2395196 CPUtime=1.71 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 5083 13261 0 0 152 11 5 3 20 0 17 0 107158818 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=11270504 memory=2424 CPUtime=0.26 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 3086 13261 0 0 15 3 5 3 20 0 17 0 107158819 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=11270504 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 17 0 107158820 11540996096 598799 33554432000 4194304 4196468 140728292534800 139890856551904 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=11270504 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 8 13261 0 0 0 0 5 3 20 0 17 0 107158820 11540996096 598799 33554432000 4194304 4196468 140728292534800 139890708702720 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=11270504 memory=12060 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 223 13261 0 0 0 0 5 3 20 0 17 0 107158823 11540996096 598799 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=11270504 memory=1296 CPUtime=3.37 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 9976 13261 0 0 327 2 5 3 20 0 17 0 107158823 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=11270504 memory=2424 CPUtime=3.55 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 9189 13261 0 0 346 1 5 3 20 0 17 0 107158823 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=11270504 memory=1840 CPUtime=1.65 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 6889 13261 0 0 154 3 5 3 20 0 17 0 107158823 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=11270504 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 17 0 107158823 11540996096 598799 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=11270504 memory=12060 CPUtime=0.2 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 123 13261 0 0 6 6 5 3 20 0 17 0 107158823 11540996096 598799 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4822] ppid=4620 vsize=11270504 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4822/stat : 4822 (java) S 4620 4623 22004 0 -1 1077944384 35 13261 0 0 0 0 5 3 20 0 17 0 107182689 11540996096 598799 33554432000 4194304 4196468 140728292534800 139889769177712 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4823] ppid=4620 vsize=11270504 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4823/stat : 4823 (java) S 4620 4623 22004 0 -1 1077944384 129 13261 0 0 0 0 5 3 20 0 17 0 107182689 11540996096 598799 33554432000 4194304 4196468 140728292534800 139889567852256 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 252.83 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 2395196 KiB

[startup+240.401 s]*
/proc/loadavg: 1.39 1.55 1.67 3/217 4823
/proc/meminfo: memFree=25205360/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=11270504 memory=2390580 CPUtime=253.66 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 89564 13261 0 0 25250 108 5 3 20 0 17 0 107158808 11540996096 597645 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2817626 597645 3529 1 0 2779279 0
[pid=4623/tid=4676] ppid=4620 vsize=11270504 memory=640 CPUtime=238.43 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 43148 13261 0 0 23786 49 5 3 20 0 17 0 107158817 11540996096 597645 33554432000 4194304 4196468 140728292534800 139892035571456 139891608893111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=11270504 memory=4126316290023845779 CPUtime=1.69 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 2921 13261 0 0 150 11 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=11270504 memory=1236 CPUtime=1.72 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 4376 13261 0 0 153 11 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=11270504 memory=960 CPUtime=1.7 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 2165 13261 0 0 152 10 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=11270504 memory=2424 CPUtime=1.71 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 5086 13261 0 0 152 11 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=11270504 memory=4104 CPUtime=0.26 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 3086 13261 0 0 15 3 5 3 20 0 17 0 107158819 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=11270504 memory=2732 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 17 0 107158820 11540996096 597645 33554432000 4194304 4196468 140728292534800 139890856551904 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=11270504 memory=2756 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 8 13261 0 0 0 0 5 3 20 0 17 0 107158820 11540996096 597645 33554432000 4194304 4196468 140728292534800 139890708702720 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=11270504 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 223 13261 0 0 0 0 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=11270504 memory=1408 CPUtime=3.37 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 9976 13261 0 0 327 2 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=11270504 memory=2395196 CPUtime=3.55 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 9189 13261 0 0 346 1 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=11270504 memory=2433572 CPUtime=1.65 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 6889 13261 0 0 154 3 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=11270504 memory=2397660 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=11270504 memory=2402792 CPUtime=0.2 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 123 13261 0 0 6 6 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4822] ppid=4620 vsize=11270504 memory=258976 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4822/stat : 4822 (java) S 4620 4623 22004 0 -1 1077944384 35 13261 0 0 0 0 5 3 20 0 17 0 107182689 11540996096 597645 33554432000 4194304 4196468 140728292534800 139889769177712 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4823] ppid=4620 vsize=11270504 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4823/stat : 4823 (java) S 4620 4623 22004 0 -1 1077944384 130 13261 0 0 0 0 5 3 20 0 17 0 107182689 11540996096 597645 33554432000 4194304 4196468 140728292534800 139889567852256 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 253.66 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 2390580 KiB

[startup+240.801 s]
/proc/loadavg: 1.39 1.55 1.67 3/217 4823
/proc/meminfo: memFree=25205360/32770624 swapFree=67108860/67108860
[pid=4623] ppid=4620 vsize=11270504 memory=2390580 CPUtime=254.06 cores=0,2,4,6
/proc/4623/stat : 4623 (java) S 4620 4623 22004 0 -1 1077944320 89564 13261 0 0 25290 108 5 3 20 0 17 0 107158808 11540996096 597645 33554432000 4194304 4196468 140728292534800 140728292517344 139892063739639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
/proc/4623/statm: 2817626 597645 3529 1 0 2779279 0
[pid=4623/tid=4676] ppid=4620 vsize=11270504 memory=8112282956445269571 CPUtime=238.82 cores=0,2,4,6
/proc/4623/task/4676/stat : 4676 (java) R 4620 4623 22004 0 -1 4202560 43148 13261 0 0 23825 49 5 3 20 0 17 0 107158817 11540996096 597645 33554432000 4194304 4196468 140728292534800 139892035571456 139891600421184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4677] ppid=4620 vsize=11270504 memory=1228 CPUtime=1.69 cores=0,2,4,6
/proc/4623/task/4677/stat : 4677 (java) S 4620 4623 22004 0 -1 1077944384 2921 13261 0 0 150 11 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139892067981584 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4678] ppid=4620 vsize=11270504 memory=1944 CPUtime=1.72 cores=0,2,4,6
/proc/4623/task/4678/stat : 4678 (java) S 4620 4623 22004 0 -1 1077944384 4376 13261 0 0 153 11 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891922700688 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4679] ppid=4620 vsize=11270504 memory=1416 CPUtime=1.7 cores=0,2,4,6
/proc/4623/task/4679/stat : 4679 (java) S 4620 4623 22004 0 -1 1077944384 2165 13261 0 0 152 10 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891921648144 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4680] ppid=4620 vsize=11270504 memory=4612 CPUtime=1.71 cores=0,2,4,6
/proc/4623/task/4680/stat : 4680 (java) S 4620 4623 22004 0 -1 1077944384 5086 13261 0 0 152 11 5 3 20 0 17 0 107158818 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891920595600 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4681] ppid=4620 vsize=11270504 memory=8508 CPUtime=0.26 cores=0,2,4,6
/proc/4623/task/4681/stat : 4681 (java) S 4620 4623 22004 0 -1 1077944384 3086 13261 0 0 15 3 5 3 20 0 17 0 107158819 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891489561072 139892063750786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4682] ppid=4620 vsize=11270504 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4682/stat : 4682 (java) S 4620 4623 22004 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 17 0 107158820 11540996096 597645 33554432000 4194304 4196468 140728292534800 139890856551904 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4683] ppid=4620 vsize=11270504 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4683/stat : 4683 (java) S 4620 4623 22004 0 -1 1077944384 8 13261 0 0 0 0 5 3 20 0 17 0 107158820 11540996096 597645 33554432000 4194304 4196468 140728292534800 139890708702720 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4684] ppid=4620 vsize=11270504 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4684/stat : 4684 (java) S 4620 4623 22004 0 -1 1077944384 223 13261 0 0 0 0 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139890401303248 139892063758235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4685] ppid=4620 vsize=11270504 memory=18148 CPUtime=3.37 cores=0,2,4,6
/proc/4623/task/4685/stat : 4685 (java) S 4620 4623 22004 0 -1 1077944384 9976 13261 0 0 327 2 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891488507888 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4686] ppid=4620 vsize=11270504 memory=4052 CPUtime=3.55 cores=0,2,4,6
/proc/4623/task/4686/stat : 4686 (java) S 4620 4623 22004 0 -1 1077944384 9189 13261 0 0 346 1 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891487455344 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4687] ppid=4620 vsize=11270504 memory=18248 CPUtime=1.65 cores=0,2,4,6
/proc/4623/task/4687/stat : 4687 (java) S 4620 4623 22004 0 -1 1077944384 6889 13261 0 0 154 3 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891486402800 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4688] ppid=4620 vsize=11270504 memory=640 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4688/stat : 4688 (java) S 4620 4623 22004 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139889970506336 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4689] ppid=4620 vsize=11270504 memory=8112282956445269571 CPUtime=0.2 cores=0,2,4,6
/proc/4623/task/4689/stat : 4689 (java) S 4620 4623 22004 0 -1 1077944384 123 13261 0 0 6 6 5 3 20 0 17 0 107158823 11540996096 597645 33554432000 4194304 4196468 140728292534800 139891485350704 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4822] ppid=4620 vsize=11270504 memory=2397660 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4822/stat : 4822 (java) S 4620 4623 22004 0 -1 1077944384 35 13261 0 0 0 0 5 3 20 0 17 0 107182689 11540996096 597645 33554432000 4194304 4196468 140728292534800 139889769177712 139892063749845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
[pid=4623/tid=4823] ppid=4620 vsize=11270504 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/4623/task/4823/stat : 4823 (java) S 4620 4623 22004 0 -1 1077944384 130 13261 0 0 0 0 5 3 20 0 17 0 107182689 11540996096 597645 33554432000 4194304 4196468 140728292534800 139889567852256 139892063750786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23052288 140728292543089 140728292545889 140728292545889 140728292548559 0
Current children cumulated CPU time: 254.06 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 2390580 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 240.829
CPU time (s): 254.096
CPU user time (s): 252.959
CPU system time (s): 1.13687
CPU usage (%): 105.509
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 2843152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.959
system time used= 1.13687
maximum resident set size= 2843152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14496
involuntary context switches= 610


# summary of solver processes directly reported to runsolver:
#   pid: 4623
#   total CPU time (s): 254.096
#   total CPU user time (s): 252.959
#   total CPU system time (s): 1.13687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38647 second user time and 2.33248 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:25:56
IDJOB=4302489
IDBENCH=141218
IDSOLVER=2776
FILE ID=node151/4302489-1532895956
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302489-1532895956/watcher-4302489-1532895956 -o /tmp/evaluation-result-4302489-1532895956/solver-4302489-1532895956 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1076571939 HOME/instance-4302489-1532895956.xml

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

MD5SUM BENCH= 6d15d8403aebe79e9693643b2fca1a5e
RANDOM SEED=1076571939

node151.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.87
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.87
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.87
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.87
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:        27869044 kB
MemAvailable:   31605932 kB
Buffers:          216936 kB
Cached:          3793344 kB
SwapCached:            0 kB
Active:          1802444 kB
Inactive:        2630528 kB
Active(anon):     372124 kB
Inactive(anon):    78188 kB
Active(file):    1430320 kB
Inactive(file):  2552340 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27592 kB
Writeback:             0 kB
AnonPages:        437792 kB
Mapped:            57852 kB
Shmem:             25224 kB
Slab:             168588 kB
SReclaimable:     140128 kB
SUnreclaim:        28460 kB
KernelStack:        3792 kB
PageTables:         6508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1640560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:29:57