Trace number 4302848

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-SuperNGOPT445 14.2538 6.386

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.49211
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
7.61/4.06	o 331
7.61/4.10	o 391
8.61/4.34	o 421
8.61/4.37	o 445
14.15/6.37	v <instantiation cost="445">
14.15/6.37	v       <list>
14.15/6.37	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
14.15/6.37	v       </list>
14.15/6.37	v       <values>
14.15/6.37	v         10 0 6 11 2 14 13 8 3 9 7 4 5 12 1 464 0 137 290 143 108 211 72 71 0 79 11 146 168 36 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28
14.15/6.37	v       </values>
14.15/6.37	v     </instantiation>
14.15/6.37	s OPTIMUM FOUND

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302848-1532898105/watcher-4302848-1532898105 -o /tmp/evaluation-result-4302848-1532898105/solver-4302848-1532898105 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=26142112 -superng HOME/instance-4302848-1532898105.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=31441, runsolver pid=31438

[startup+0.100138 s]*
/proc/loadavg: 1.80 1.70 1.80 3/207 31498
/proc/meminfo: memFree=25896576/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=10005480 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 4283 12871 0 0 1 0 5 3 20 0 6 0 107373825 10245611520 4649 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2501370 4649 1935 1 0 2489808 0
[pid=31441/tid=31494] ppid=31438 vsize=10005480 memory=4279135704014094991 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 2081 12871 0 0 1 0 5 3 20 0 6 0 107373833 10245611520 4649 33554432000 4194304 4196468 140733484630144 140457561637456 140457574923632 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 6 0 107373834 10245611520 4649 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=10005480 memory=140472231831168 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 6 0 107373834 10245611520 4649 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 6 0 107373834 10245611520 4649 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 6 0 107373834 10245611520 4649 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210218 s]*
/proc/loadavg: 1.80 1.70 1.80 3/216 31507
/proc/meminfo: memFree=25875772/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=10985364 memory=47604 CPUtime=0.26 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 8069 12871 0 0 17 1 5 3 20 0 15 0 107373825 11249012736 11901 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2746341 11901 2951 1 0 2708764 0
[pid=31441/tid=31494] ppid=31438 vsize=10985364 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 4724 12871 0 0 11 1 5 3 20 0 15 0 107373833 11249012736 11967 33554432000 4194304 4196468 140733484630144 140457561625504 140457582480413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=10985364 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11249012736 11967 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=10985364 memory=4122678180894910112 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11249012736 11967 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11249012736 12033 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373834 11249012736 12033 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=10985364 memory=140472231831168 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373836 11249012736 12033 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 107373836 11249012736 12033 33554432000 4194304 4196468 140733484630144 140456436425888 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373836 11249012736 12033 33554432000 4194304 4196468 140733484630144 140456235098864 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11249012736 12099 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=10985364 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 359 12871 0 0 1 0 5 3 20 0 15 0 107373839 11249012736 12099 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 244 12871 0 0 0 0 5 3 20 0 15 0 107373839 11249012736 12099 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=10985364 memory=140472231831168 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) S 31438 31441 22977 0 -1 1077944384 607 12871 0 0 3 0 5 3 20 0 15 0 107373839 11249012736 12099 33554432000 4194304 4196468 140733484630144 140457012185584 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11249012736 12165 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=10985364 memory=140472231831168 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373839 11249012736 12165 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 47604 KiB

[startup+0.310244 s]*
/proc/loadavg: 1.80 1.70 1.80 3/216 31507
/proc/meminfo: memFree=25864236/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=10983192 memory=56996 CPUtime=0.39 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 10295 12871 0 0 29 2 5 3 20 0 15 0 107373825 11246788608 14249 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2745798 14249 3070 1 0 2708109 0
[pid=31441/tid=31494] ppid=31438 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 6851 12871 0 0 20 1 5 3 20 0 15 0 107373833 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457561612704 140457573881182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373836 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 107373836 11246788608 14249 33554432000 4194304 4196468 140733484630144 140456436425888 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373836 11246788608 14249 33554432000 4194304 4196468 140733484630144 140456235098864 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11246788608 14249 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 362 12871 0 0 1 0 5 3 20 0 15 0 107373839 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 247 12871 0 0 1 0 5 3 20 0 15 0 107373839 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=10983192 memory=140472231831168 CPUtime=0.13 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) S 31438 31441 22977 0 -1 1077944384 613 12871 0 0 5 0 5 3 20 0 15 0 107373839 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457012185584 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11246788608 14249 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=10983192 memory=140472231831168 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373839 11246788608 14249 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56996 KiB

[startup+0.700727 s]
/proc/loadavg: 1.80 1.70 1.80 3/216 31507
/proc/meminfo: memFree=25853568/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=10983192 memory=89508 CPUtime=1 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 16398 12871 0 0 88 4 5 3 20 0 15 0 107373825 11246788608 22377 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2745798 22377 3243 1 0 2708109 0
[pid=31441/tid=31494] ppid=31438 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 11893 12871 0 0 56 3 5 3 20 0 15 0 107373833 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457561621520 140457572987529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373834 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 5 12871 0 0 0 0 5 3 20 0 15 0 107373836 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 107373836 11246788608 22377 33554432000 4194304 4196468 140733484630144 140456436425888 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373836 11246788608 22377 33554432000 4194304 4196468 140733484630144 140456235098864 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11246788608 22377 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 926 12871 0 0 9 0 5 3 20 0 15 0 107373839 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=10983192 memory=140472072840272 CPUtime=0.16 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 682 12871 0 0 8 0 5 3 20 0 15 0 107373839 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=10983192 memory=143061065663118 CPUtime=0.21 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) S 31438 31441 22977 0 -1 1077944384 669 12871 0 0 13 0 5 3 20 0 15 0 107373839 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457012185584 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=10983192 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11246788608 22377 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373839 11246788608 22377 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89508 KiB

[startup+1.50076 s]
/proc/loadavg: 1.80 1.70 1.80 3/216 31507
/proc/meminfo: memFree=25813972/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=10998092 memory=179920 CPUtime=2.28 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 23444 12871 0 0 212 8 5 3 20 0 15 0 107373825 11262046208 44980 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2749523 44980 3470 1 0 2711181 0
[pid=31441/tid=31494] ppid=31438 vsize=10998092 memory=10799 CPUtime=1.44 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 17323 12871 0 0 131 5 5 3 20 0 15 0 107373833 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457561618400 140457589822621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 203 12871 0 0 1 0 5 3 20 0 15 0 107373834 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 23 12871 0 0 0 0 5 3 20 0 15 0 107373834 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=10998092 memory=3084 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 57 12871 0 0 1 0 5 3 20 0 15 0 107373834 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=10998092 memory=89508 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 21 12871 0 0 0 0 5 3 20 0 15 0 107373834 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 52 12871 0 0 1 0 5 3 20 0 15 0 107373836 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 107373836 11262046208 44980 33554432000 4194304 4196468 140733484630144 140456436425952 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373836 11262046208 44980 33554432000 4194304 4196468 140733484630144 140456235098880 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11262046208 44980 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=10998092 memory=4638778398332698720 CPUtime=0.25 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 1070 12871 0 0 17 0 5 3 20 0 15 0 107373839 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=10998092 memory=280944146160512 CPUtime=0.32 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 1242 12871 0 0 24 0 5 3 20 0 15 0 107373839 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) S 31438 31441 22977 0 -1 1077944384 1234 12871 0 0 32 0 5 3 20 0 15 0 107373839 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457012185584 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11262046208 44980 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=10998092 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 107373839 11262046208 44980 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179920 KiB

[startup+3.11001 s]
/proc/loadavg: 1.66 1.68 1.79 4/216 31507
/proc/meminfo: memFree=25702752/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=11008352 memory=235900 CPUtime=5.22 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 36023 12871 0 0 501 13 5 3 20 0 15 0 107373825 11272552448 58975 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2752088 58975 3493 1 0 2713741 0
[pid=31441/tid=31494] ppid=31438 vsize=11008352 memory=8 CPUtime=2.78 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 25188 12871 0 0 263 7 5 3 20 0 15 0 107373833 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457561634672 140457124331588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=11008352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 203 12871 0 0 1 0 5 3 20 0 15 0 107373834 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=11008352 memory=275496382297569 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 23 12871 0 0 0 0 5 3 20 0 15 0 107373834 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=11008352 memory=275496382297570 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 57 12871 0 0 1 0 5 3 20 0 15 0 107373834 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=11008352 memory=275496382297571 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 21 12871 0 0 0 0 5 3 20 0 15 0 107373834 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=11008352 memory=275496382297572 CPUtime=0.09 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 60 12871 0 0 1 0 5 3 20 0 15 0 107373836 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=11008352 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 107373836 11272552448 58975 33554432000 4194304 4196468 140733484630144 140456436425952 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 107373836 11272552448 58975 33554432000 4194304 4196468 140733484630144 140456235098880 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=11008352 memory=10787 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11272552448 58975 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=11008352 memory=25303 CPUtime=0.87 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 3899 12871 0 0 78 1 5 3 20 0 15 0 107373839 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=11008352 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 1577 12871 0 0 61 0 5 3 20 0 15 0 107373839 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=11008352 memory=0 CPUtime=1 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) R 31438 31441 22977 0 -1 4202560 2775 12871 0 0 91 1 5 3 20 0 15 0 107373839 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457012183376 140457582897531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11272552448 58975 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11272552448 58975 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 235900 KiB

[startup+6.30073 s]
/proc/loadavg: 1.66 1.68 1.79 4/216 31507
/proc/meminfo: memFree=25552556/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=11080032 memory=398028 CPUtime=14.15 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 72610 12871 0 0 1385 22 5 3 20 0 15 0 107373825 11345952768 99507 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2770008 99507 3518 1 0 2731661 0
[pid=31441/tid=31494] ppid=31438 vsize=11080032 memory=275496382297572 CPUtime=5.91 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 48743 12871 0 0 572 11 5 3 20 0 15 0 107373833 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457561633680 140457139208068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 350 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=11080032 memory=11367322895 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 36 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=11080032 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 124 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=11080032 memory=1 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 53 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=11080032 memory=280944146304304 CPUtime=0.12 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 378 12871 0 0 4 0 5 3 20 0 15 0 107373836 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=11080032 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 15 12871 0 0 0 0 5 3 20 0 15 0 107373836 11345952768 99507 33554432000 4194304 4196468 140733484630144 140456436425952 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=11080032 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373836 11345952768 99507 33554432000 4194304 4196468 140733484630144 140456235098880 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=11080032 memory=301741382048153914 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=11080032 memory=13573716680378929 CPUtime=3.57 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 10744 12871 0 0 347 2 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=11080032 memory=7163085330834535734 CPUtime=2.93 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 3381 12871 0 0 283 2 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=11080032 memory=0 CPUtime=1.72 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) S 31438 31441 22977 0 -1 1077944384 6566 12871 0 0 161 3 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457012185584 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=11080032 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=11080032 memory=6944656592452807323 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 14 12871 0 0 0 0 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 398028 KiB

[startup+6.38595 s]
# the end of solver process 31441 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.985 s, system=0.268816 s

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

[startup+6.30073 s]
/proc/loadavg: 1.66 1.68 1.79 4/216 31507
/proc/meminfo: memFree=25552556/32770624 swapFree=67108792/67108860
[pid=31441] ppid=31438 vsize=11080032 memory=398028 CPUtime=14.15 cores=0,2,4,6
/proc/31441/stat : 31441 (java) S 31438 31441 22977 0 -1 1077944320 72610 12871 0 0 1385 22 5 3 20 0 15 0 107373825 11345952768 99507 33554432000 4194304 4196468 140733484630144 140733484612688 140457589800695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
/proc/31441/statm: 2770008 99507 3518 1 0 2731661 0
[pid=31441/tid=31494] ppid=31438 vsize=11080032 memory=275496382297572 CPUtime=5.91 cores=0,2,4,6
/proc/31441/task/31494/stat : 31494 (java) R 31438 31441 22977 0 -1 4202560 48743 12871 0 0 572 11 5 3 20 0 15 0 107373833 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457561633680 140457139208068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31495] ppid=31438 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31495/stat : 31495 (java) S 31438 31441 22977 0 -1 1077944384 350 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457594043408 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31496] ppid=31438 vsize=11080032 memory=11367322895 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31496/stat : 31496 (java) S 31438 31441 22977 0 -1 1077944384 36 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457448762512 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31497] ppid=31438 vsize=11080032 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31497/stat : 31497 (java) S 31438 31441 22977 0 -1 1077944384 124 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457447709456 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31498] ppid=31438 vsize=11080032 memory=1 CPUtime=0.11 cores=0,2,4,6
/proc/31441/task/31498/stat : 31498 (java) S 31438 31441 22977 0 -1 1077944384 53 12871 0 0 3 0 5 3 20 0 15 0 107373834 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457446656912 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31499] ppid=31438 vsize=11080032 memory=280944146304304 CPUtime=0.12 cores=0,2,4,6
/proc/31441/task/31499/stat : 31499 (java) S 31438 31441 22977 0 -1 1077944384 378 12871 0 0 4 0 5 3 20 0 15 0 107373836 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457015343344 140457589811842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31500] ppid=31438 vsize=11080032 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31500/stat : 31500 (java) S 31438 31441 22977 0 -1 1077944384 15 12871 0 0 0 0 5 3 20 0 15 0 107373836 11345952768 99507 33554432000 4194304 4196468 140733484630144 140456436425952 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31501] ppid=31438 vsize=11080032 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31501/stat : 31501 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373836 11345952768 99507 33554432000 4194304 4196468 140733484630144 140456235098880 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31502] ppid=31438 vsize=11080032 memory=301741382048153914 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31502/stat : 31502 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140455927699408 140457589819291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31503] ppid=31438 vsize=11080032 memory=13573716680378929 CPUtime=3.57 cores=0,2,4,6
/proc/31441/task/31503/stat : 31503 (java) S 31438 31441 22977 0 -1 1077944384 10744 12871 0 0 347 2 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457014291184 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31504] ppid=31438 vsize=11080032 memory=7163085330834535734 CPUtime=2.93 cores=0,2,4,6
/proc/31441/task/31504/stat : 31504 (java) S 31438 31441 22977 0 -1 1077944384 3381 12871 0 0 283 2 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457013238640 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31505] ppid=31438 vsize=11080032 memory=0 CPUtime=1.72 cores=0,2,4,6
/proc/31441/task/31505/stat : 31505 (java) S 31438 31441 22977 0 -1 1077944384 6566 12871 0 0 161 3 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457012185584 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31506] ppid=31438 vsize=11080032 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31506/stat : 31506 (java) S 31438 31441 22977 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140455496903520 140457589810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
[pid=31441/tid=31507] ppid=31438 vsize=11080032 memory=6944656592452807323 CPUtime=0.08 cores=0,2,4,6
/proc/31441/task/31507/stat : 31507 (java) S 31438 31441 22977 0 -1 1077944384 14 12871 0 0 0 0 5 3 20 0 15 0 107373839 11345952768 99507 33554432000 4194304 4196468 140733484630144 140457011132976 140457589811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 27963392 140733484636778 140733484639585 140733484639585 140733484642255 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 398028 KiB

Child status: 0
Real time (s): 6.386
CPU time (s): 14.2538
CPU user time (s): 13.985
CPU system time (s): 0.268816
CPU usage (%): 223.204
Max. virtual memory (cumulated for all children) (KiB): 11082840
Max. memory (cumulated for all children) (KiB): 398028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.985
system time used= 0.268816
maximum resident set size= 400140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7459
involuntary context switches= 65


# summary of solver processes directly reported to runsolver:
#   pid: 31441
#   total CPU time (s): 14.2538
#   total CPU user time (s): 13.985
#   total CPU system time (s): 0.268816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066083 second user time and 0.098362 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:01:45
IDJOB=4302848
IDBENCH=141525
IDSOLVER=2777
FILE ID=node150/4302848-1532898105
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302848-1532898105/watcher-4302848-1532898105 -o /tmp/evaluation-result-4302848-1532898105/solver-4302848-1532898105 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=26142112 -superng HOME/instance-4302848-1532898105.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=26142112

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25906864 kB
MemAvailable:   29747888 kB
Buffers:          228000 kB
Cached:          3855888 kB
SwapCached:           32 kB
Active:          3726096 kB
Inactive:        2601008 kB
Active(anon):    2195036 kB
Inactive(anon):    76188 kB
Active(file):    1531060 kB
Inactive(file):  2524820 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26852 kB
Writeback:             0 kB
AnonPages:       2284324 kB
Mapped:            58068 kB
Shmem:             25156 kB
Slab:             230376 kB
SReclaimable:     201956 kB
SUnreclaim:        28420 kB
KernelStack:        3808 kB
PageTables:         9856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3260064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2054144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:01:52