Trace number 4295123

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.8-SuperNG 2018-06-13OPT47 8.16707 4.15628

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-03_c18.xml
MD5SUM8a13baf19e90b4c1b4d6531a9d16222f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.35259
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":1},{"size":141,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":11},{"degree":4,"count":11},{"degree":5,"count":10}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":8,"count":3}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
7.82/3.85	o 47
7.82/3.87	v <instantiation cost="47">
7.82/3.87	v       <list>
7.82/3.87	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
7.82/3.87	v       </list>
7.82/3.87	v       <values>
7.82/3.87	v         0 0 0 0 10 1 1 5 5 17 13 5 16 10 6 28 21 10 13 1 29 36 27 23 38 42 27 28 45 45 36 47
7.82/3.87	v       </values>
7.82/3.87	v     </instantiation>
7.82/3.87	s OPTIMUM FOUND

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295123-1532519937/watcher-4295123-1532519937 -o /tmp/evaluation-result-4295123-1532519937/solver-4295123-1532519937 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1768381084 -superng HOME/instance-4295123-1532519937.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=8692, runsolver pid=8689
Current StackSize limit: 8192 KiB


[startup+0.100043 s]*
/proc/loadavg: 2.59 2.17 2.06 3/205 8745
/proc/meminfo: memFree=15722008/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9972712 memory=18064 CPUtime=0.09 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 4157 13351 0 0 1 0 5 3 20 0 6 0 69556906 10212057088 4516 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2493178 4516 1895 1 0 2481616 0
[pid=8692/tid=8745] ppid=8689 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 1995 13351 0 0 0 0 5 3 20 0 6 0 69556915 10212057088 4516 33554432000 4194304 4196468 140722000922656 140571010314832 140571024160597 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=9972712 memory=5793855395421444537 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 6 0 69556916 10212057088 4516 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=9972712 memory=140144411551360 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 6 0 69556916 10212057088 4582 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 6 0 69556916 10212057088 4582 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 6 0 69556916 10212057088 4582 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18064 KiB

[startup+0.210513 s]*
/proc/loadavg: 2.59 2.17 2.06 3/218 8758
/proc/meminfo: memFree=15698356/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10818904 memory=39696 CPUtime=0.26 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 7114 13351 0 0 16 2 5 3 20 0 15 0 69556906 11078557696 9858 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2704726 9924 2961 1 0 2667149 0
[pid=8692/tid=8745] ppid=8689 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 3923 13351 0 0 10 1 5 3 20 0 15 0 69556915 11078557696 10056 33554432000 4194304 4196468 140722000922656 140571010295184 140571018753831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10818904 memory=4211973870616341898 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556916 11078557696 10056 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10818904 memory=140144411551360 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556916 11078557696 10056 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556916 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556916 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10818904 memory=140144411551360 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556917 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 33 13351 0 0 0 0 5 3 20 0 15 0 69556918 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570496263712 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11078557696 10122 33554432000 4194304 4196468 140722000922656 140569917515120 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11078557696 10122 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) S 8689 8692 4192 0 -1 1077944384 506 13351 0 0 1 0 5 3 20 0 15 0 69556921 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570462706032 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) S 8689 8692 4192 0 -1 1077944384 86 13351 0 0 0 0 5 3 20 0 15 0 69556921 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570461653232 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10818904 memory=140144411551360 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 543 13351 0 0 3 0 5 3 20 0 15 0 69556921 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11078557696 10122 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10818904 memory=140144411551360 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556921 11078557696 10122 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39696 KiB

[startup+0.310306 s]*
/proc/loadavg: 2.59 2.17 2.06 3/218 8758
/proc/meminfo: memFree=15686604/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10819352 memory=52800 CPUtime=0.38 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 10286 13351 0 0 27 3 5 3 20 0 15 0 69556906 11079016448 13200 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2704838 13200 3080 1 0 2667149 0
[pid=8692/tid=8745] ppid=8689 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 6909 13351 0 0 19 2 5 3 20 0 15 0 69556915 11079016448 13242 33554432000 4194304 4196468 140722000922656 140571010290080 140571022558558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 13242 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10819352 memory=140144411551359 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556917 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 33 13351 0 0 0 0 5 3 20 0 15 0 69556918 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570496263712 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10819352 memory=140144411551360 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11079016448 13242 33554432000 4194304 4196468 140722000922656 140569917515120 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11079016448 13242 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) S 8689 8692 4192 0 -1 1077944384 506 13351 0 0 1 0 5 3 20 0 15 0 69556921 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570462706032 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) S 8689 8692 4192 0 -1 1077944384 87 13351 0 0 1 0 5 3 20 0 15 0 69556921 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570461653232 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 552 13351 0 0 4 0 5 3 20 0 15 0 69556921 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11079016448 13242 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556921 11079016448 13242 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52800 KiB

[startup+0.700748 s]
/proc/loadavg: 2.59 2.17 2.06 4/218 8758
/proc/meminfo: memFree=15675936/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10819352 memory=84892 CPUtime=0.99 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 16439 13351 0 0 87 4 5 3 20 0 15 0 69556906 11079016448 21223 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2704838 21223 3237 1 0 2667149 0
[pid=8692/tid=8745] ppid=8689 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 11974 13351 0 0 55 3 5 3 20 0 15 0 69556915 11079016448 21223 33554432000 4194304 4196468 140722000922656 140571010271584 140571022558558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 21223 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 69556916 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 5 13351 0 0 0 0 5 3 20 0 15 0 69556917 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 33 13351 0 0 0 0 5 3 20 0 15 0 69556918 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570496263712 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11079016448 21223 33554432000 4194304 4196468 140722000922656 140569917515120 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11079016448 21223 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10819352 memory=30305 CPUtime=0.15 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) S 8689 8692 4192 0 -1 1077944384 895 13351 0 0 7 0 5 3 20 0 15 0 69556921 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570462706032 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) S 8689 8692 4192 0 -1 1077944384 720 13351 0 0 9 0 5 3 20 0 15 0 69556921 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570461653232 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10819352 memory=3533419649945857444 CPUtime=0.21 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 606 13351 0 0 13 0 5 3 20 0 15 0 69556921 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10819352 memory=-6305718312468242048 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11079016448 21223 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556921 11079016448 21223 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84892 KiB

[startup+1.50069 s]
/proc/loadavg: 2.59 2.17 2.06 4/218 8758
/proc/meminfo: memFree=15630404/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10834252 memory=175668 CPUtime=2.24 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 23425 13351 0 0 207 9 5 3 20 0 15 0 69556906 11094274048 43917 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2708563 43917 3474 1 0 2670221 0
[pid=8692/tid=8745] ppid=8689 vsize=10834252 memory=186 CPUtime=1.43 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 17381 13351 0 0 129 6 5 3 20 0 15 0 69556915 11094274048 43917 33554432000 4194304 4196468 140722000922656 140571010309568 140571023643726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10834252 memory=117 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 19 13351 0 0 1 0 5 3 20 0 15 0 69556916 11094274048 43917 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 13 13351 0 0 1 0 5 3 20 0 15 0 69556916 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 80 13351 0 0 1 0 5 3 20 0 15 0 69556916 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10834252 memory=55 CPUtime=0.09 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 242 13351 0 0 1 0 5 3 20 0 15 0 69556916 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10834252 memory=3533419649945857444 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 63 13351 0 0 0 0 5 3 20 0 15 0 69556917 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10834252 memory=280288626257984 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 34 13351 0 0 0 0 5 3 20 0 15 0 69556918 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570496263776 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10834252 memory=280288626262432 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11094274048 43917 33554432000 4194304 4196468 140722000922656 140569917515136 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11094274048 43917 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10834252 memory=6944656575208382560 CPUtime=0.27 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) S 8689 8692 4192 0 -1 1077944384 1395 13351 0 0 19 0 5 3 20 0 15 0 69556921 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570462706032 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) S 8689 8692 4192 0 -1 1077944384 898 13351 0 0 21 0 5 3 20 0 15 0 69556921 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570461653232 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10834252 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 1100 13351 0 0 30 0 5 3 20 0 15 0 69556921 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11094274048 43917 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556921 11094274048 43917 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 175668 KiB

[startup+3.11055 s]
/proc/loadavg: 2.59 2.17 2.06 4/218 8758
/proc/meminfo: memFree=15519600/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10846560 memory=239516 CPUtime=5.68 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 33326 13351 0 0 545 15 5 3 20 0 15 0 69556906 11106877440 59879 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2711640 59879 3495 1 0 2673293 0
[pid=8692/tid=8745] ppid=8689 vsize=10846560 memory=0 CPUtime=2.98 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 22562 13351 0 0 282 8 5 3 20 0 15 0 69556915 11106877440 59879 33554432000 4194304 4196468 140722000922656 140571010306032 140571019884370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10846560 memory=81 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 42 13351 0 0 3 0 5 3 20 0 15 0 69556916 11106877440 59879 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 31 13351 0 0 2 0 5 3 20 0 15 0 69556916 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10846560 memory=280288626257888 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 107 13351 0 0 3 0 5 3 20 0 15 0 69556916 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 246 13351 0 0 2 0 5 3 20 0 15 0 69556916 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10846560 memory=55 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 1578 13351 0 0 3 0 5 3 20 0 15 0 69556917 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 34 13351 0 0 0 0 5 3 20 0 15 0 69556918 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570496263776 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11106877440 59879 33554432000 4194304 4196468 140722000922656 140569917515136 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11106877440 59879 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10846560 memory=9130442918506231683 CPUtime=0.79 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) R 8689 8692 4192 0 -1 4202560 1784 13351 0 0 70 1 5 3 20 0 15 0 69556921 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570462695296 140571023397609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10846560 memory=667680 CPUtime=0.75 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) S 8689 8692 4192 0 -1 1077944384 1310 13351 0 0 66 1 5 3 20 0 15 0 69556921 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570461653232 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10846560 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 3430 13351 0 0 108 2 5 3 20 0 15 0 69556921 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10846560 memory=303993173188018202 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11106877440 59879 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10846560 memory=302022869909766459 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11106877440 59879 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 239516 KiB

[startup+4.15622 s]
# the end of solver process 8692 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.91903 s, system=0.248039 s

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

[startup+3.20648 s]
/proc/loadavg: 2.59 2.17 2.06 4/218 8758
/proc/meminfo: memFree=15519600/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10846560 memory=241688 CPUtime=5.87 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 35908 13351 0 0 564 15 5 3 20 0 15 0 69556906 11106877440 60417 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2711640 60422 3495 1 0 2673293 0
[pid=8692/tid=8745] ppid=8689 vsize=10846560 memory=280288626999056 CPUtime=3.08 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 24059 13351 0 0 292 8 5 3 20 0 15 0 69556915 11106877440 60422 33554432000 4194304 4196468 140722000922656 140571010310576 140571024171569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 42 13351 0 0 3 0 5 3 20 0 15 0 69556916 11106877440 60422 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 31 13351 0 0 2 0 5 3 20 0 15 0 69556916 11106877440 60422 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 107 13351 0 0 3 0 5 3 20 0 15 0 69556916 11106877440 60422 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 246 13351 0 0 2 0 5 3 20 0 15 0 69556916 11106877440 60422 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10846560 memory=3009 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 1578 13351 0 0 3 0 5 3 20 0 15 0 69556917 11106877440 60422 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 34 13351 0 0 0 0 5 3 20 0 15 0 69556918 11106877440 60423 33554432000 4194304 4196468 140722000922656 140570496263776 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10846560 memory=-5628408999910123566 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11106877440 60423 33554432000 4194304 4196468 140722000922656 140569917515136 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10846560 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11106877440 60423 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10846560 memory=6944656592455360604 CPUtime=0.81 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) S 8689 8692 4192 0 -1 1077944384 1806 13351 0 0 72 1 5 3 20 0 15 0 69556921 11106877440 60423 33554432000 4194304 4196468 140722000922656 140570462706032 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10846560 memory=-5628408999910123566 CPUtime=0.79 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) R 8689 8692 4192 0 -1 4202560 2404 13351 0 0 70 1 5 3 20 0 15 0 69556921 11106877440 60423 33554432000 4194304 4196468 140722000922656 140570461635600 140571017811861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10846560 memory=164 CPUtime=1.22 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 3535 13351 0 0 112 2 5 3 20 0 15 0 69556921 11106877440 60423 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10846560 memory=6944656592455350634 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11106877440 60423 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10846560 memory=140144411551937 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11106877440 60423 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 241688 KiB

[startup+3.60068 s]
/proc/loadavg: 2.59 2.17 2.06 4/218 8758
/proc/meminfo: memFree=15519600/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=10914144 memory=315540 CPUtime=7.17 cores=1,3,5,7
/proc/8692/stat : 8692 (java) S 8689 8692 4192 0 -1 1077944320 63656 13351 0 0 690 19 5 3 20 0 15 0 69556906 11176083456 78885 33554432000 4194304 4196468 140722000922656 140722000905200 140571038478071 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
/proc/8692/statm: 2728536 78885 3495 1 0 2690189 0
[pid=8692/tid=8745] ppid=8689 vsize=10914144 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/8692/task/8745/stat : 8745 (java) R 8689 8692 4192 0 -1 4202560 42258 13351 0 0 328 11 5 3 20 0 15 0 69556915 11176083456 78885 33554432000 4194304 4196468 140722000922656 140571010307504 140570615028295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8746] ppid=8689 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8746/stat : 8746 (java) S 8689 8692 4192 0 -1 1077944384 42 13351 0 0 3 0 5 3 20 0 15 0 69556916 11176083456 78885 33554432000 4194304 4196468 140722000922656 140571042720400 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8747] ppid=8689 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8692/task/8747/stat : 8747 (java) S 8689 8692 4192 0 -1 1077944384 31 13351 0 0 2 0 5 3 20 0 15 0 69556916 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570930993680 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8748] ppid=8689 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8748/stat : 8748 (java) S 8689 8692 4192 0 -1 1077944384 107 13351 0 0 3 0 5 3 20 0 15 0 69556916 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570929940880 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8749] ppid=8689 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8692/task/8749/stat : 8749 (java) S 8689 8692 4192 0 -1 1077944384 246 13351 0 0 2 0 5 3 20 0 15 0 69556916 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570928888080 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8750] ppid=8689 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8692/task/8750/stat : 8750 (java) S 8689 8692 4192 0 -1 1077944384 2161 13351 0 0 3 0 5 3 20 0 15 0 69556917 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570497317744 140571038489218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8751] ppid=8689 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8751/stat : 8751 (java) S 8689 8692 4192 0 -1 1077944384 34 13351 0 0 0 0 5 3 20 0 15 0 69556918 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570496263776 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8752] ppid=8689 vsize=10914144 memory=14 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8752/stat : 8752 (java) S 8689 8692 4192 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 69556918 11176083456 78885 33554432000 4194304 4196468 140722000922656 140569917515136 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8753] ppid=8689 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8753/stat : 8753 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11176083456 78885 33554432000 4194304 4196468 140722000922656 140569610115408 140571038496667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8754] ppid=8689 vsize=10914144 memory=7813587196152197430 CPUtime=1.19 cores=1,3,5,7
/proc/8692/task/8754/stat : 8754 (java) R 8689 8692 4192 0 -1 4202560 5462 13351 0 0 110 1 5 3 20 0 15 0 69556921 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570462687048 140571021862950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8755] ppid=8689 vsize=10914144 memory=5859570522891898960 CPUtime=1.18 cores=1,3,5,7
/proc/8692/task/8755/stat : 8755 (java) R 8689 8692 4192 0 -1 4202560 6260 13351 0 0 109 1 5 3 20 0 15 0 69556921 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570461639112 140571023593343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8756] ppid=8689 vsize=10914144 memory=7588675599774802240 CPUtime=1.34 cores=1,3,5,7
/proc/8692/task/8756/stat : 8756 (java) S 8689 8692 4192 0 -1 1077944384 4848 13351 0 0 124 2 5 3 20 0 15 0 69556921 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570460600432 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8757] ppid=8689 vsize=10914144 memory=5865750911891024480 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8757/stat : 8757 (java) S 8689 8692 4192 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 69556921 11176083456 78885 33554432000 4194304 4196468 140722000922656 140569576556768 140571038488277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
[pid=8692/tid=8758] ppid=8689 vsize=10914144 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8692/task/8758/stat : 8758 (java) S 8689 8692 4192 0 -1 1077944384 8 13351 0 0 0 0 5 3 20 0 15 0 69556921 11176083456 78885 33554432000 4194304 4196468 140722000922656 140570459548848 140571038489218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28577792 140722000926891 140722000930140 140722000930140 140722000932815 0
Current children cumulated CPU time: 7.17 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 315540 KiB

[startup+4.00066 s]*
/proc/loadavg: 2.59 2.17 2.06 2/205 8759
/proc/meminfo: memFree=15719320/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.10984 s]
/proc/loadavg: 2.59 2.17 2.06 2/205 8759
/proc/meminfo: memFree=15719320/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.15628
CPU time (s): 8.16707
CPU user time (s): 7.91903
CPU system time (s): 0.248039
CPU usage (%): 196.5
Max. virtual memory (cumulated for all children) (KiB): 11015320
Max. memory (cumulated for all children) (KiB): 320884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.91903
system time used= 0.248039
maximum resident set size= 322840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80719
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= 6638
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 8692
#   total CPU time (s): 8.16707
#   total CPU user time (s): 7.91903
#   total CPU system time (s): 0.248039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056296 second user time and 0.067556 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:58:57
IDJOB=4295123
IDBENCH=141470
IDSOLVER=2751
FILE ID=node132/4295123-1532519937
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-03_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295123-1532519937/watcher-4295123-1532519937 -o /tmp/evaluation-result-4295123-1532519937/solver-4295123-1532519937 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1768381084 -superng HOME/instance-4295123-1532519937.xml

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

MD5SUM BENCH= 8a13baf19e90b4c1b4d6531a9d16222f
RANDOM SEED=1768381084

node132.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.65
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.65
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.65
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.65
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:        15725132 kB
MemAvailable:   27065884 kB
Buffers:          199828 kB
Cached:         11307972 kB
SwapCached:            0 kB
Active:          7992536 kB
Inactive:        8424840 kB
Active(anon):    4860168 kB
Inactive(anon):    77616 kB
Active(file):    3132368 kB
Inactive(file):  8347224 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27492 kB
Writeback:             0 kB
AnonPages:       4920420 kB
Mapped:            52732 kB
Shmem:             25248 kB
Slab:             317700 kB
SReclaimable:     289620 kB
SUnreclaim:        28080 kB
KernelStack:        3824 kB
PageTables:        14404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6566268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4665344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 13:59:02