Trace number 4304604

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT68 9.11432 4.51931

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-03_c18.xml
MD5SUM0a05dcabfe37de5e4866d51519fc1f6c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark1.74765
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size316
Distribution of domain sizes[{"size":1,"count":1},{"size":316,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":23},{"degree":4,"count":19},{"degree":5,"count":18},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity18
Distribution of constraint arities[{"arity":2,"count":93},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":16,"count":1},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.00/4.00	o 315
8.36/4.01	o 74
8.36/4.04	o 73
8.36/4.09	o 71
8.69/4.15	o 70
8.99/4.21	o 68
8.99/4.22	v <instantiation cost="68">
8.99/4.22	v       <list>
8.99/4.22	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
8.99/4.22	v       </list>
8.99/4.22	v       <values>
8.99/4.22	v         0 0 0 0 12 13 6 24 6 13 7 16 15 48 16 21 10 12 18 25 17 32 15 28 27 15 1 21 26 31 56 38 31 38 31 45 16 27 31 22 25 37 38 46 31 51 16 59 37 48 39 50 34 56 56 43 51 54 59 65 65 68
8.99/4.22	v       </values>
8.99/4.22	v     </instantiation>
9.08/4.37	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304604-1534120446/watcher-4304604-1534120446 -o /tmp/evaluation-result-4304604-1534120446/solver-4304604-1534120446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1675260379 -superng HOME/instance-4304604-1534120446.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
Current StackSize limit: 8192 KiB

solver pid=11045, runsolver pid=11042

[startup+0.1002 s]*
/proc/loadavg: 1.72 1.71 1.77 3/210 11102
/proc/meminfo: memFree=11411856/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 4398 12976 0 0 1 0 4 3 20 0 6 0 229607735 10245611520 4269 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2501370 4269 1934 1 0 2489808 0
[pid=11045/tid=11098] ppid=11042 vsize=10005480 memory=4279135704013962638 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 2251 12976 0 0 0 0 4 3 20 0 6 0 229607744 10245611520 4269 33554432000 4194304 4196468 140721903437392 139793711837776 139793725123952 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 6 0 229607745 10245611520 4269 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=10005480 memory=140636657731200 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 6 0 229607745 10245611520 4269 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 6 0 229607745 10245611520 4269 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 6 0 229607745 10245611520 4269 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210153 s]*
/proc/loadavg: 1.72 1.71 1.77 3/219 11111
/proc/meminfo: memFree=11390016/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=10982744 memory=44972 CPUtime=0.25 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 7963 12976 0 0 16 2 4 3 20 0 15 0 229607735 11246329856 11243 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2745686 11243 2954 1 0 2708109 0
[pid=11045/tid=11098] ppid=11042 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 4607 12976 0 0 10 1 4 3 20 0 15 0 229607744 11246329856 11309 33554432000 4194304 4196468 140721903437392 139793711818128 139793740022941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246329856 11309 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=10982744 memory=140636657742498 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246329856 11309 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246329856 11309 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246329856 11309 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=10982744 memory=140636657731200 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 229607746 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792842791664 139793740012162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 13 12976 0 0 0 0 4 3 20 0 15 0 229607747 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792595543712 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792394216688 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) S 11042 11045 6975 0 -1 1077944384 367 12976 0 0 1 0 4 3 20 0 15 0 229607750 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792841738480 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) S 11042 11045 6975 0 -1 1077944384 251 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792840685936 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=10982744 memory=140636657731200 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) S 11042 11045 6975 0 -1 1077944384 604 12976 0 0 3 0 4 3 20 0 15 0 229607750 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792839632880 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246329856 11309 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=10982744 memory=140636657731200 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246329856 11309 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44972 KiB

[startup+0.310343 s]*
/proc/loadavg: 1.72 1.71 1.77 3/219 11111
/proc/meminfo: memFree=11378480/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=10983192 memory=55952 CPUtime=0.37 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 10546 12976 0 0 28 2 4 3 20 0 15 0 229607735 11246788608 13988 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2745798 13988 3073 1 0 2708109 0
[pid=11045/tid=11098] ppid=11042 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 7093 12976 0 0 19 2 4 3 20 0 15 0 229607744 11246788608 13988 33554432000 4194304 4196468 140721903437392 139793711813024 139793724081502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 13988 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 13988 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 13988 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 13988 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 229607746 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792842791664 139793740012162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 13 12976 0 0 0 0 4 3 20 0 15 0 229607747 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792595543712 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792394216688 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) S 11042 11045 6975 0 -1 1077944384 367 12976 0 0 1 0 4 3 20 0 15 0 229607750 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792841738480 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) S 11042 11045 6975 0 -1 1077944384 254 12976 0 0 1 0 4 3 20 0 15 0 229607750 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792840685936 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=10983192 memory=140636657731200 CPUtime=0.12 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) S 11042 11045 6975 0 -1 1077944384 610 12976 0 0 5 0 4 3 20 0 15 0 229607750 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792839632880 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246788608 13988 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=10983192 memory=140636657731200 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246788608 13988 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55952 KiB

[startup+0.700725 s]
/proc/loadavg: 1.72 1.71 1.77 4/219 11111
/proc/meminfo: memFree=11366952/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=10983192 memory=88428 CPUtime=0.98 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 16755 12976 0 0 87 4 4 3 20 0 15 0 229607735 11246788608 22107 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2745798 22107 3240 1 0 2708109 0
[pid=11045/tid=11098] ppid=11042 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 12187 12976 0 0 55 3 4 3 20 0 15 0 229607744 11246788608 22107 33554432000 4194304 4196468 140721903437392 139793711821840 139793724081502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 2 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 22107 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 22107 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 22107 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607745 11246788608 22107 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 5 12976 0 0 0 0 4 3 20 0 15 0 229607746 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792842791664 139793740012162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 13 12976 0 0 0 0 4 3 20 0 15 0 229607747 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792595543712 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792394216688 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=10983192 memory=140636556665840 CPUtime=0.14 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) S 11042 11045 6975 0 -1 1077944384 725 12976 0 0 7 0 4 3 20 0 15 0 229607750 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792841738480 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=10983192 memory=140638704108133 CPUtime=0.17 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) S 11042 11045 6975 0 -1 1077944384 930 12976 0 0 10 0 4 3 20 0 15 0 229607750 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792840685936 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=10983192 memory=14888 CPUtime=0.2 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) R 11042 11045 6975 0 -1 4202560 688 12976 0 0 13 0 4 3 20 0 15 0 229607750 11246788608 22107 33554432000 4194304 4196468 140721903437392 139792839632880 139793724081502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=10983192 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246788608 22107 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607750 11246788608 22171 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88428 KiB

[startup+1.50078 s]
/proc/loadavg: 1.72 1.71 1.77 3/219 11111
/proc/meminfo: memFree=11320620/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=10998092 memory=179284 CPUtime=2.24 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 23886 12976 0 0 207 10 4 3 20 0 15 0 229607735 11262046208 44821 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2749523 44821 3467 1 0 2711181 0
[pid=11045/tid=11098] ppid=11042 vsize=10998092 memory=3303 CPUtime=1.42 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 17745 12976 0 0 128 7 4 3 20 0 15 0 229607744 11262046208 44821 33554432000 4194304 4196468 140721903437392 139793711824272 139793740022941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 34 12976 0 0 1 0 4 3 20 0 15 0 229607745 11262046208 44821 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=10998092 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 194 12976 0 0 1 0 4 3 20 0 15 0 229607745 11262046208 44821 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=10998092 memory=3292 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 22 12976 0 0 1 0 4 3 20 0 15 0 229607745 11262046208 44821 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=10998092 memory=88428 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 58 12976 0 0 0 0 4 3 20 0 15 0 229607745 11262046208 44821 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 46 12976 0 0 1 0 4 3 20 0 15 0 229607746 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792842791664 139793740012162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 14 12976 0 0 0 0 4 3 20 0 15 0 229607747 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792595543776 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792394216704 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=10998092 memory=4638778398332698720 CPUtime=0.24 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) S 11042 11045 6975 0 -1 1077944384 931 12976 0 0 17 0 4 3 20 0 15 0 229607750 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792841738480 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=10998092 memory=281273113811840 CPUtime=0.29 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) R 11042 11045 6975 0 -1 4202560 1382 12976 0 0 22 0 4 3 20 0 15 0 229607750 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792840685936 139793721544320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=10998092 memory=6944656592452938395 CPUtime=0.39 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) S 11042 11045 6975 0 -1 1077944384 1256 12976 0 0 32 0 4 3 20 0 15 0 229607750 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792839632880 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11262046208 44821 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607750 11262046208 44821 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179284 KiB

[startup+3.11353 s]
/proc/loadavg: 1.74 1.72 1.77 6/219 11111
/proc/meminfo: memFree=11210808/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=11008352 memory=231700 CPUtime=5.76 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 34448 12976 0 0 554 15 4 3 20 0 15 0 229607735 11272552448 57925 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2752088 57925 3486 1 0 2713741 0
[pid=11045/tid=11098] ppid=11042 vsize=11008352 memory=3303 CPUtime=3.02 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 24043 12976 0 0 285 10 4 3 20 0 15 0 229607744 11272552448 57925 33554432000 4194304 4196468 140721903437392 139793711834608 139793740012950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=11008352 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 34 12976 0 0 1 0 4 3 20 0 15 0 229607745 11272552448 57925 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 194 12976 0 0 1 0 4 3 20 0 15 0 229607745 11272552448 57925 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 22 12976 0 0 1 0 4 3 20 0 15 0 229607745 11272552448 57925 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=11008352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 58 12976 0 0 0 0 4 3 20 0 15 0 229607745 11272552448 57925 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=11008352 memory=62444 CPUtime=0.08 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 55 12976 0 0 1 0 4 3 20 0 15 0 229607746 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792842791664 139793740012162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=11008352 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 14 12976 0 0 0 0 4 3 20 0 15 0 229607747 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792595543776 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=11008352 memory=2444 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792394216704 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=11008352 memory=188059438044809 CPUtime=0.76 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) R 11042 11045 6975 0 -1 1077944384 1633 12976 0 0 69 0 4 3 20 0 15 0 229607750 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792841738480 139793740012162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=11008352 memory=188059438044810 CPUtime=0.83 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) R 11042 11045 6975 0 -1 4202560 1820 12976 0 0 76 0 4 3 20 0 15 0 229607750 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792840677264 139793717595760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=11008352 memory=188059438044811 CPUtime=1.23 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) R 11042 11045 6975 0 -1 4202560 4372 12976 0 0 115 1 4 3 20 0 15 0 229607750 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792839632880 139793720314434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=11008352 memory=188059438044812 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11272552448 57925 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=11008352 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11272552448 57925 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 231700 KiB

[startup+4.51925 s]
# the end of solver process 11045 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.84756 s, system=0.26676 s

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

[startup+3.20812 s]
/proc/loadavg: 1.74 1.72 1.77 6/219 11111
/proc/meminfo: memFree=11210808/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=11008352 memory=253736 CPUtime=5.95 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 41903 12976 0 0 572 16 4 3 20 0 15 0 229607735 11272552448 63434 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2752088 63434 3499 1 0 2713741 0
[pid=11045/tid=11098] ppid=11042 vsize=11008352 memory=7 CPUtime=3.07 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) S 11042 11045 6975 0 -1 1077944384 26175 12976 0 0 290 10 4 3 20 0 15 0 229607744 11272552448 63434 33554432000 4194304 4196468 140721903437392 139793711834032 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=11008352 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) R 11042 11045 6975 0 -1 4202560 69 12976 0 0 3 0 4 3 20 0 15 0 229607745 11272552448 63434 33554432000 4194304 4196468 140721903437392 139793744243216 139793724997584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=11008352 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) R 11042 11045 6975 0 -1 4202560 547 12976 0 0 3 0 4 3 20 0 15 0 229607745 11272552448 63434 33554432000 4194304 4196468 140721903437392 139793609579152 139793724458585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=11008352 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) R 11042 11045 6975 0 -1 4202560 37 12976 0 0 3 0 4 3 20 0 15 0 229607745 11272552448 63434 33554432000 4194304 4196468 140721903437392 139793608526296 139793724701703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=11008352 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) R 11042 11045 6975 0 -1 4202560 598 12976 0 0 2 0 4 3 20 0 15 0 229607745 11272552448 63434 33554432000 4194304 4196468 140721903437392 139793607473552 139793733104657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=11008352 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 4246 12976 0 0 3 0 4 3 20 0 15 0 229607746 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792842790176 139793740011221 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=11008352 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 14 12976 0 0 0 0 4 3 20 0 15 0 229607747 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792595543776 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=11008352 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792394216704 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=11008352 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=11008352 memory=1696 CPUtime=0.77 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) S 11042 11045 6975 0 -1 1077944384 1641 12976 0 0 70 0 4 3 20 0 15 0 229607750 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792841738480 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=11008352 memory=916 CPUtime=0.84 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) S 11042 11045 6975 0 -1 1077944384 1823 12976 0 0 77 0 4 3 20 0 15 0 229607750 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792840685936 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=11008352 memory=3844 CPUtime=1.24 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) S 11042 11045 6975 0 -1 1077944384 4539 12976 0 0 116 1 4 3 20 0 15 0 229607750 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792839632880 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=11008352 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11272552448 63434 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=11008352 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 11 12976 0 0 0 0 4 3 20 0 15 0 229607750 11272552448 63434 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 253736 KiB

[startup+4.00108 s]*
/proc/loadavg: 1.74 1.72 1.77 5/219 11111
/proc/meminfo: memFree=11096264/32770624 swapFree=67108860/67108860
[pid=11045] ppid=11042 vsize=11080800 memory=337028 CPUtime=8.36 cores=1,3,5,7
/proc/11045/stat : 11045 (java) S 11042 11045 6975 0 -1 1077944320 69545 12976 0 0 808 21 4 3 20 0 15 0 229607735 11346739200 84257 33554432000 4194304 4196468 140721903437392 140721903419936 139793740001015 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
/proc/11045/statm: 2770200 84257 3500 1 0 2731853 0
[pid=11045/tid=11098] ppid=11042 vsize=11080800 memory=734141938788466993 CPUtime=3.87 cores=1,3,5,7
/proc/11045/task/11098/stat : 11098 (java) R 11042 11045 6975 0 -1 4202560 44246 12976 0 0 368 12 4 3 20 0 15 0 229607744 11346739200 84257 33554432000 4194304 4196468 140721903437392 139793711834608 139793283705440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11099] ppid=11042 vsize=11080800 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11099/stat : 11099 (java) S 11042 11045 6975 0 -1 1077944384 69 12976 0 0 3 0 4 3 20 0 15 0 229607745 11346739200 84257 33554432000 4194304 4196468 140721903437392 139793744243216 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11100] ppid=11042 vsize=11080800 memory=297469609662495872 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11100/stat : 11100 (java) S 11042 11045 6975 0 -1 1077944384 547 12976 0 0 3 0 4 3 20 0 15 0 229607745 11346739200 84257 33554432000 4194304 4196468 140721903437392 139793609579152 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11101] ppid=11042 vsize=11080800 memory=6153433744107136868 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11101/stat : 11101 (java) S 11042 11045 6975 0 -1 1077944384 37 12976 0 0 3 0 4 3 20 0 15 0 229607745 11346739200 84257 33554432000 4194304 4196468 140721903437392 139793608526096 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11102] ppid=11042 vsize=11080800 memory=7228395506642084712 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11102/stat : 11102 (java) S 11042 11045 6975 0 -1 1077944384 598 12976 0 0 3 0 4 3 20 0 15 0 229607745 11346739200 84257 33554432000 4194304 4196468 140721903437392 139793607473552 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11103] ppid=11042 vsize=11080800 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11045/task/11103/stat : 11103 (java) S 11042 11045 6975 0 -1 1077944384 4556 12976 0 0 3 0 4 3 20 0 15 0 229607746 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792842791664 139793740012162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11104] ppid=11042 vsize=11080800 memory=2319389199166808112 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11104/stat : 11104 (java) S 11042 11045 6975 0 -1 1077944384 14 12976 0 0 0 0 4 3 20 0 15 0 229607747 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792595543776 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11105] ppid=11042 vsize=11080800 memory=7228656073818335081 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11105/stat : 11105 (java) S 11042 11045 6975 0 -1 1077944384 1 12976 0 0 0 0 4 3 20 0 15 0 229607747 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792394216704 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11106] ppid=11042 vsize=11080800 memory=7522225691218504804 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11106/stat : 11106 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792086817232 139793740019611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11107] ppid=11042 vsize=11080800 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/11045/task/11107/stat : 11107 (java) R 11042 11045 6975 0 -1 4202560 5648 12976 0 0 133 1 4 3 20 0 15 0 229607750 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792841719496 139793725124610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11108] ppid=11042 vsize=11080800 memory=5983648038440218671 CPUtime=1.53 cores=1,3,5,7
/proc/11045/task/11108/stat : 11108 (java) R 11042 11045 6975 0 -1 4202560 5966 12976 0 0 145 1 4 3 20 0 15 0 229607750 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792840671352 139793721545249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11109] ppid=11042 vsize=11080800 memory=2320962538497833908 CPUtime=1.52 cores=1,3,5,7
/proc/11045/task/11109/stat : 11109 (java) R 11042 11045 6975 0 -1 1077944384 5650 12976 0 0 143 2 4 3 20 0 15 0 229607750 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792839632880 139793740012162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11110] ppid=11042 vsize=11080800 memory=3472895575524712495 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11110/stat : 11110 (java) S 11042 11045 6975 0 -1 1077944384 3 12976 0 0 0 0 4 3 20 0 15 0 229607750 11346739200 84257 33554432000 4194304 4196468 140721903437392 139791656020320 139793740011221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
[pid=11045/tid=11111] ppid=11042 vsize=11080800 memory=3833610149901629344 CPUtime=0.07 cores=1,3,5,7
/proc/11045/task/11111/stat : 11111 (java) S 11042 11045 6975 0 -1 1077944384 11 12976 0 0 0 0 4 3 20 0 15 0 229607750 11346739200 84257 33554432000 4194304 4196468 140721903437392 139792838581296 139793740012162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13037568 140721903442531 140721903445340 140721903445340 140721903448015 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 11080800 KiB
Current children cumulated memory: 337028 KiB

[startup+4.40064 s]*
/proc/loadavg: 1.74 1.72 1.77 2/206 11112
/proc/meminfo: memFree=11408904/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.50963 s]
/proc/loadavg: 1.74 1.72 1.77 2/206 11112
/proc/meminfo: memFree=11408904/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.51931
CPU time (s): 9.11432
CPU user time (s): 8.84756
CPU system time (s): 0.26676
CPU usage (%): 201.675
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 337956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.84756
system time used= 0.26676
maximum resident set size= 340240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7223
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 11045
#   total CPU time (s): 9.11432
#   total CPU user time (s): 8.84756
#   total CPU system time (s): 0.26676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056172 second user time and 0.080384 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 02:34:06
IDJOB=4304604
IDBENCH=141473
IDSOLVER=2781
FILE ID=node132/4304604-1534120446
RUNJOBID= node132-1534095874-7007
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304604-1534120446/watcher-4304604-1534120446 -o /tmp/evaluation-result-4304604-1534120446/solver-4304604-1534120446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1675260379 -superng HOME/instance-4304604-1534120446.xml

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

MD5SUM BENCH= 0a05dcabfe37de5e4866d51519fc1f6c
RANDOM SEED=1675260379

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:        11419692 kB
MemAvailable:   25563252 kB
Buffers:          246732 kB
Cached:         14007576 kB
SwapCached:            0 kB
Active:         13381748 kB
Inactive:        7257892 kB
Active(anon):    6334908 kB
Inactive(anon):   102816 kB
Active(file):    7046840 kB
Inactive(file):  7155076 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:       6404016 kB
Mapped:            68192 kB
Shmem:             49824 kB
Slab:             397948 kB
SReclaimable:     370104 kB
SUnreclaim:        27844 kB
KernelStack:        3856 kB
PageTables:        17484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7016088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5902336 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= 38148 MiB
End job on node132 at 2018-08-13 02:34:10