Trace number 4305274

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT 7.53952 3.76966

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009195
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
7.22/3.66	v <instantiation>
7.22/3.66	v       <list>
7.22/3.66	v         id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3]
7.22/3.66	v       </list>
7.22/3.66	v       <values>
7.22/3.66	v         2 11 7 0 5 12 15 6 9 14 13 10 3 8 4 1 0 0 0 0 1 5 5 1 2 3 3 1 2 4 3 2 0 2 2 1 0 3 5 4 0 4 4 5 0 2 1 1 0 0 0 0 0 0 0 0
7.22/3.66	v       </values>
7.22/3.66	v     </instantiation>
7.22/3.66	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305274-1534151522/watcher-4305274-1534151522 -o /tmp/evaluation-result-4305274-1534151522/solver-4305274-1534151522 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2606 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=794955129 -superng HOME/instance-4305274-1534151522.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=4721, runsolver pid=4718
Current StackSize limit: 8192 KiB


[startup+0.100119 s]*
/proc/loadavg: 1.99 1.90 1.85 3/207 4778
/proc/meminfo: memFree=13688564/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=10005480 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 4448 13184 0 0 1 1 5 2 20 0 6 0 232715392 10245611520 4269 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2501370 4269 1934 1 0 2489808 0
[pid=4721/tid=4774] ppid=4718 vsize=10013968 memory=-8530506832973971393 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 2288 13184 0 0 0 0 5 2 20 0 6 0 232715401 10254303232 4335 33554432000 4194304 4196468 140727612557904 139825042764368 139825063644570 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=10021560 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 6 0 232715402 10262077440 4335 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=10021560 memory=139879604536960 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 6 0 232715402 10262077440 4335 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 6 0 232715402 10262077440 4335 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 6 0 232715402 10262077440 4335 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209864 s]*
/proc/loadavg: 1.99 1.90 1.85 3/216 4787
/proc/meminfo: memFree=13664228/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=10985364 memory=48724 CPUtime=0.26 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 8409 13184 0 0 16 3 5 2 20 0 15 0 232715392 11249012736 12181 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2746341 12181 2954 1 0 2708764 0
[pid=4721/tid=4774] ppid=4718 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) D 4718 4721 1786 0 -1 1077944384 5290 13184 0 0 10 2 5 2 20 0 15 0 232715401 11246329856 11907 33554432000 4194304 4196468 140727612557904 139825042752416 139825063606829 0 4 0 16800975 18446744072101740068 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246329856 11907 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=10982744 memory=139879604545762 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246329856 11907 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246362624 11907 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246362624 11907 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=10982776 memory=139879604536960 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715403 11246362624 11907 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 13 13184 0 0 0 0 5 2 20 0 15 0 232715404 11246362624 11907 33554432000 4194304 4196468 140727612557904 139823935382688 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11246362624 11972 33554432000 4194304 4196468 140727612557904 139823734055664 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11246362624 11972 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 1786 0 -1 1077944384 434 13184 0 0 1 0 5 2 20 0 15 0 232715406 11246362624 11972 33554432000 4194304 4196468 140727612557904 139824495864560 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 180 13184 0 0 0 0 5 2 20 0 15 0 232715406 11246362624 12038 33554432000 4194304 4196468 140727612557904 139824494812016 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=10982776 memory=139879604536960 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 1786 0 -1 1077944384 623 13184 0 0 3 0 5 2 20 0 15 0 232715406 11246362624 12038 33554432000 4194304 4196468 140727612557904 139824493758960 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11246362624 12038 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=10982776 memory=139879604536960 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715407 11246362624 12104 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48724 KiB

[startup+0.310297 s]*
/proc/loadavg: 1.99 1.90 1.85 3/216 4787
/proc/meminfo: memFree=13652320/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=10983192 memory=58088 CPUtime=0.37 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 10587 13184 0 0 27 3 5 2 20 0 15 0 232715392 11246788608 14522 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2745798 14522 3073 1 0 2708109 0
[pid=4721/tid=4774] ppid=4718 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 7134 13184 0 0 19 2 5 2 20 0 15 0 232715401 11246788608 14522 33554432000 4194304 4196468 140727612557904 139825042739616 139825070949533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 14522 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715403 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 13 13184 0 0 0 0 5 2 20 0 15 0 232715404 11246788608 14522 33554432000 4194304 4196468 140727612557904 139823935382688 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11246788608 14522 33554432000 4194304 4196468 140727612557904 139823734055664 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11246788608 14522 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 1786 0 -1 1077944384 435 13184 0 0 1 0 5 2 20 0 15 0 232715406 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824495864560 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 180 13184 0 0 1 0 5 2 20 0 15 0 232715406 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824494812016 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=10983192 memory=139879604536960 CPUtime=0.12 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) R 4718 4721 1786 0 -1 4202560 629 13184 0 0 5 0 5 2 20 0 15 0 232715406 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824493758960 139825050063200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11246788608 14522 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=10983192 memory=139879604536960 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715407 11246788608 14522 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58088 KiB

[startup+0.70075 s]
/proc/loadavg: 1.99 1.90 1.85 3/216 4787
/proc/meminfo: memFree=13642148/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=10983192 memory=90624 CPUtime=0.97 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 16761 13184 0 0 85 5 5 2 20 0 15 0 232715392 11246788608 22656 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2745798 22656 3242 1 0 2708109 0
[pid=4721/tid=4774] ppid=4718 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 12272 13184 0 0 55 4 5 2 20 0 15 0 232715401 11246788608 22656 33554432000 4194304 4196468 140727612557904 139825042748432 139825054114433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 22656 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=10983192 memory=6154820267226784105 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=10983192 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 2 13184 0 0 0 0 5 2 20 0 15 0 232715402 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=10983192 memory=-8820979915922421270 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 5 13184 0 0 0 0 5 2 20 0 15 0 232715403 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 13 13184 0 0 0 0 5 2 20 0 15 0 232715404 11246788608 22656 33554432000 4194304 4196468 140727612557904 139823935382688 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11246788608 22656 33554432000 4194304 4196468 140727612557904 139823734055664 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11246788608 22656 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 1786 0 -1 1077944384 807 13184 0 0 6 0 5 2 20 0 15 0 232715406 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824495864560 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 763 13184 0 0 10 0 5 2 20 0 15 0 232715406 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824494812016 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 1786 0 -1 1077944384 696 13184 0 0 13 0 5 2 20 0 15 0 232715406 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824493758960 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11246788608 22656 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715407 11246788608 22656 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90624 KiB

[startup+1.50073 s]
/proc/loadavg: 1.99 1.90 1.85 3/216 4787
/proc/meminfo: memFree=13596048/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=10998092 memory=182732 CPUtime=2.36 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 24517 13184 0 0 217 12 5 2 20 0 15 0 232715392 11262046208 45683 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2749523 45683 3471 1 0 2711181 0
[pid=4721/tid=4774] ppid=4718 vsize=10998092 memory=8978309881829228949 CPUtime=1.42 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 17773 13184 0 0 128 7 5 2 20 0 15 0 232715401 11262046208 45683 33554432000 4194304 4196468 140727612557904 139825042759616 139824625015804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=10998092 memory=-7240599211820661557 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 68 13184 0 0 1 0 5 2 20 0 15 0 232715402 11262046208 45683 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=10998092 memory=-4266093328290215612 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 193 13184 0 0 1 0 5 2 20 0 15 0 232715402 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=10998092 memory=6533206384412017001 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 23 13184 0 0 1 0 5 2 20 0 15 0 232715402 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=10998092 memory=122928 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 26 13184 0 0 0 0 5 2 20 0 15 0 232715402 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 61 13184 0 0 1 0 5 2 20 0 15 0 232715403 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 14 13184 0 0 0 0 5 2 20 0 15 0 232715404 11262046208 45683 33554432000 4194304 4196468 140727612557904 139823935382752 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=10998092 memory=279759003124384 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11262046208 45683 33554432000 4194304 4196468 140727612557904 139823734055680 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=10998092 memory=279759003539136 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11262046208 45683 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=10998092 memory=139879501571904 CPUtime=0.32 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 1786 0 -1 1077944384 1450 13184 0 0 25 0 5 2 20 0 15 0 232715406 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824495864560 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 1394 13184 0 0 23 0 5 2 20 0 15 0 232715406 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824494812016 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=10998092 memory=1156 CPUtime=0.4 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 1786 0 -1 1077944384 1319 13184 0 0 33 0 5 2 20 0 15 0 232715406 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824493758960 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=10998092 memory=15212 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11262046208 45683 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=10998092 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715407 11262046208 45683 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 182732 KiB

[startup+3.11257 s]
/proc/loadavg: 1.91 1.89 1.84 5/216 4787
/proc/meminfo: memFree=13460040/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=11010400 memory=272980 CPUtime=6.12 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 38485 13184 0 0 588 17 5 2 20 0 15 0 232715392 11274649600 68245 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2752600 68245 3496 1 0 2714253 0
[pid=4721/tid=4774] ppid=4718 vsize=11010400 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 25648 13184 0 0 282 10 5 2 20 0 15 0 232715401 11274649600 68245 33554432000 4194304 4196468 140727612557904 139825042756512 139825055008124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=11010400 memory=8112282956445269571 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 85 13184 0 0 3 0 5 2 20 0 15 0 232715402 11274649600 68245 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=11010400 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 210 13184 0 0 2 0 5 2 20 0 15 0 232715402 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=11010400 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 44 13184 0 0 3 0 5 2 20 0 15 0 232715402 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=11010400 memory=6010986537048435559 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 37 13184 0 0 2 0 5 2 20 0 15 0 232715402 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 409 13184 0 0 3 0 5 2 20 0 15 0 232715403 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=11010400 memory=71 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 14 13184 0 0 0 0 5 2 20 0 15 0 232715404 11274649600 68245 33554432000 4194304 4196468 140727612557904 139823935382752 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=11010400 memory=98 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11274649600 68245 33554432000 4194304 4196468 140727612557904 139823734055680 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=11010400 memory=97 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11274649600 68245 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=11010400 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 1786 0 -1 1077944384 1926 13184 0 0 79 1 5 2 20 0 15 0 232715406 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824495864560 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=11010400 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 4384 13184 0 0 103 1 5 2 20 0 15 0 232715406 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824494812016 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=11010400 memory=139879501781400 CPUtime=1.15 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 1786 0 -1 1077944384 3529 13184 0 0 107 1 5 2 20 0 15 0 232715406 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824493758960 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=11010400 memory=20873 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11274649600 68245 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11274649600 68245 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 6.12 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 272980 KiB

[startup+3.76961 s]
# the end of solver process 4721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.28004 s, system=0.259476 s

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

[startup+3.20087 s]
/proc/loadavg: 1.91 1.89 1.84 5/216 4787
/proc/meminfo: memFree=13460040/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=11010400 memory=274932 CPUtime=6.28 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 40394 13184 0 0 603 18 5 2 20 0 15 0 232715392 11274649600 68733 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2752600 68733 3496 1 0 2714253 0
[pid=4721/tid=4774] ppid=4718 vsize=11010400 memory=279759003580416 CPUtime=3.07 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 26665 13184 0 0 290 10 5 2 20 0 15 0 232715401 11274649600 68733 33554432000 4194304 4196468 140727612557904 139825042747120 139824623333080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 85 13184 0 0 3 0 5 2 20 0 15 0 232715402 11274649600 68733 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 210 13184 0 0 2 0 5 2 20 0 15 0 232715402 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 44 13184 0 0 3 0 5 2 20 0 15 0 232715402 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 37 13184 0 0 2 0 5 2 20 0 15 0 232715402 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 409 13184 0 0 3 0 5 2 20 0 15 0 232715403 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=11010400 memory=9258 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 14 13184 0 0 0 0 5 2 20 0 15 0 232715404 11274649600 68733 33554432000 4194304 4196468 140727612557904 139823935382752 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=11010400 memory=19662 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11274649600 68733 33554432000 4194304 4196468 140727612557904 139823734055680 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11274649600 68733 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=11010400 memory=-1088251628401078322 CPUtime=0.89 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 1786 0 -1 1077944384 2087 13184 0 0 81 1 5 2 20 0 15 0 232715406 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824495864560 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=11010400 memory=6655300316396806240 CPUtime=1.12 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 4503 13184 0 0 104 1 5 2 20 0 15 0 232715406 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824494812016 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=11010400 memory=6944656592387989600 CPUtime=1.17 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) R 4718 4721 1786 0 -1 4202560 4140 13184 0 0 109 1 5 2 20 0 15 0 232715406 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824493754688 139825049730927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=11010400 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11274649600 68733 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=11010400 memory=-2605811476043407915 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11274649600 68733 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 274932 KiB

[startup+3.60387 s]
/proc/loadavg: 1.91 1.89 1.84 5/216 4787
/proc/meminfo: memFree=13460040/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=11077984 memory=312240 CPUtime=7.22 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 64103 13184 0 0 694 21 5 2 20 0 15 0 232715392 11343855616 78060 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2769496 78060 3501 1 0 2731149 0
[pid=4721/tid=4774] ppid=4718 vsize=11077984 memory=4206186544037388384 CPUtime=3.47 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 1786 0 -1 4202560 46074 13184 0 0 328 12 5 2 20 0 15 0 232715401 11343855616 78060 33554432000 4194304 4196468 140727612557904 139825042757872 139825070939542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 85 13184 0 0 3 0 5 2 20 0 15 0 232715402 11343855616 78060 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=11077984 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 210 13184 0 0 2 0 5 2 20 0 15 0 232715402 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=11077984 memory=3472468174921009326 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 44 13184 0 0 3 0 5 2 20 0 15 0 232715402 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=11077984 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 37 13184 0 0 2 0 5 2 20 0 15 0 232715402 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 435 13184 0 0 3 0 5 2 20 0 15 0 232715403 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824496916720 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=11077984 memory=825241649 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 14 13184 0 0 0 0 5 2 20 0 15 0 232715404 11343855616 78060 33554432000 4194304 4196468 140727612557904 139823935382752 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=11077984 memory=16033 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 15 0 232715404 11343855616 78060 33554432000 4194304 4196468 140727612557904 139823734055680 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715406 11343855616 78060 33554432000 4194304 4196468 140727612557904 139823426656208 139825070946203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=11077984 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) R 4718 4721 1786 0 -1 4202560 5078 13184 0 0 115 2 5 2 20 0 15 0 232715406 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824495850744 139825050620707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=11077984 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) R 4718 4721 1786 0 -1 4202560 4871 13184 0 0 113 1 5 2 20 0 15 0 232715406 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824494800328 139825050152466 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=11077984 memory=139879501554992 CPUtime=1.28 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) R 4718 4721 1786 0 -1 4202560 5046 13184 0 0 120 1 5 2 20 0 15 0 232715406 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824493758960 139825070948954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 15 0 232715407 11343855616 78060 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4787] ppid=4718 vsize=11077984 memory=7308895150923146857 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 1786 0 -1 1077944384 12 13184 0 0 0 0 5 2 20 0 15 0 232715407 11343855616 78060 33554432000 4194304 4196468 140727612557904 139824492706352 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 7.22 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 312240 KiB

[startup+3.70071 s]
/proc/loadavg: 1.91 1.89 1.84 5/216 4787
/proc/meminfo: memFree=13460040/32770624 swapFree=67108404/67108860
[pid=4721] ppid=4718 vsize=11143520 memory=313256 CPUtime=7.45 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 1786 0 -1 1077944320 64940 13184 0 0 717 21 5 2 20 0 14 0 232715392 11410964480 78314 33554432000 4194304 4196468 140727612557904 140727612540448 139825070927607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
/proc/4721/statm: 2785880 78314 3503 1 0 2747533 0
[pid=4721/tid=4774] ppid=4718 vsize=11143520 memory=8112282956445269571 CPUtime=3.53 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) S 4718 4721 1786 0 -1 1077944384 46378 13184 0 0 334 12 5 2 20 0 14 0 232715401 11410964480 78314 33554432000 4194304 4196468 140727612557904 139825042771088 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4775] ppid=4718 vsize=11143520 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 1786 0 -1 1077944384 85 13184 0 0 3 0 5 2 20 0 14 0 232715402 11410964480 78314 33554432000 4194304 4196468 140727612557904 139825075170320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4776] ppid=4718 vsize=11143520 memory=139879501781400 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 1786 0 -1 1077944384 210 13184 0 0 2 0 5 2 20 0 14 0 232715402 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824945818768 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4777] ppid=4718 vsize=11143520 memory=20873 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 1786 0 -1 1077944384 44 13184 0 0 3 0 5 2 20 0 14 0 232715402 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824944765712 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4778] ppid=4718 vsize=11143520 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 1786 0 -1 1077944384 37 13184 0 0 2 0 5 2 20 0 14 0 232715402 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824943713168 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4779] ppid=4718 vsize=11143520 memory=8112282956445269571 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 1786 0 -1 1077944384 799 13184 0 0 3 0 5 2 20 0 14 0 232715403 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824496916928 139825070938754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4780] ppid=4718 vsize=11143520 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 1786 0 -1 1077944384 14 13184 0 0 0 0 5 2 20 0 14 0 232715404 11410964480 78314 33554432000 4194304 4196468 140727612557904 139823935382752 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4781] ppid=4718 vsize=11143520 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 1786 0 -1 1077944384 1 13184 0 0 0 0 5 2 20 0 14 0 232715404 11410964480 78314 33554432000 4194304 4196468 140727612557904 139823734055680 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4782] ppid=4718 vsize=11143520 memory=6010986537048435559 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 1786 0 -1 1077944384 6 13184 0 0 0 0 5 2 20 0 14 0 232715406 11410964480 78314 33554432000 4194304 4196468 140727612557904 139823426655856 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4783] ppid=4718 vsize=11143520 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) R 4718 4721 1786 0 -1 4202560 5173 13184 0 0 125 2 5 2 20 0 14 0 232715406 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824495850744 139825056042887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4784] ppid=4718 vsize=11143520 memory=71 CPUtime=1.27 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 1786 0 -1 1077944384 4872 13184 0 0 119 1 5 2 20 0 14 0 232715406 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824494796528 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4785] ppid=4718 vsize=11143520 memory=98 CPUtime=1.29 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 1786 0 -1 1077944384 5094 13184 0 0 121 1 5 2 20 0 14 0 232715406 11410964480 78314 33554432000 4194304 4196468 140727612557904 139824493758960 139825070938754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
[pid=4721/tid=4786] ppid=4718 vsize=11143520 memory=97 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 1786 0 -1 1077944384 3 13184 0 0 0 0 5 2 20 0 14 0 232715407 11410964480 78314 33554432000 4194304 4196468 140727612557904 139822995860320 139825070937813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34283520 140727612566116 140727612568924 140727612568924 140727612571599 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 11143520 KiB
Current children cumulated memory: 313256 KiB

Child status: 0
Real time (s): 3.76966
CPU time (s): 7.53952
CPU user time (s): 7.28004
CPU system time (s): 0.259476
CPU usage (%): 200.005
Max. virtual memory (cumulated for all children) (KiB): 11143520
Max. memory (cumulated for all children) (KiB): 313256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.28004
system time used= 0.259476
maximum resident set size= 315896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78807
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= 6139
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 4721
#   total CPU time (s): 7.53952
#   total CPU user time (s): 7.28004
#   total CPU system time (s): 0.259476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047135 second user time and 0.072667 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 11:12:02
IDJOB=4305274
IDBENCH=141650
IDSOLVER=2781
FILE ID=node148/4305274-1534151522
RUNJOBID= node148-1534139122-2606
PBS_JOBID= 21037022
Free space on /tmp= 33828 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305274-1534151522/watcher-4305274-1534151522 -o /tmp/evaluation-result-4305274-1534151522/solver-4305274-1534151522 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534139122-2606 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=794955129 -superng HOME/instance-4305274-1534151522.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=794955129

node148.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.50
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.50
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.50
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.50
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:        13697480 kB
MemAvailable:   28655704 kB
Buffers:          211328 kB
Cached:         14796352 kB
SwapCached:          352 kB
Active:         10719352 kB
Inactive:        7586500 kB
Active(anon):    3251276 kB
Inactive(anon):    99192 kB
Active(file):    7468076 kB
Inactive(file):  7487308 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26796 kB
Writeback:             0 kB
AnonPages:       3304996 kB
Mapped:            68276 kB
Shmem:             49592 kB
Slab:             459848 kB
SReclaimable:     431300 kB
SUnreclaim:        28548 kB
KernelStack:        3568 kB
PageTables:        11988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4375208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3205120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33804 MiB
End job on node148 at 2018-08-13 11:12:06