Trace number 4295143

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-13OPT66 13.4894 5.62443

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-03_c18.xml
MD5SUMecfa46aa6dcbda2e31280fbe487bc54f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark5.05836
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size459
Distribution of domain sizes[{"size":1,"count":1},{"size":459,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":25},{"degree":5,"count":30},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":138},{"arity":14,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":29,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.99/0.74	c Concrete v3.8.1528841891564 running
9.13/4.27	o 458
9.48/4.30	o 83
9.48/4.35	o 80
9.79/4.45	o 79
10.45/4.60	o 78
10.45/4.61	o 75
11.42/4.95	o 74
11.42/4.97	o 73
11.42/5.01	o 72
11.79/5.06	o 71
12.10/5.12	o 70
12.10/5.14	o 69
12.38/5.25	o 68
12.99/5.42	o 67
12.99/5.46	o 66
13.25/5.60	v <instantiation cost="66">
13.25/5.60	v       <list>
13.25/5.60	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] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
13.25/5.60	v       </list>
13.25/5.60	v       <values>
13.25/5.60	v         0 0 0 0 8 6 6 9 10 6 15 18 9 8 2 18 8 11 26 13 12 13 21 22 32 2 13 26 18 18 20 16 32 44 20 32 21 27 31 2 20 24 19 41 21 6 27 28 40 41 13 28 19 32 34 34 42 28 32 7 45 46 36 55 41 49 44 36 44 31 49 6 44 50 46 45 21 52 50 62 43 49 51 52 53 49 58 28 55 55 65 66
13.25/5.60	v       </values>
13.25/5.60	v     </instantiation>
13.25/5.60	s OPTIMUM FOUND

Verifier Data

OK	66

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295143-1532522442/watcher-4295143-1532522442 -o /tmp/evaluation-result-4295143-1532522442/solver-4295143-1532522442 -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=1266495042 -superng HOME/instance-4295143-1532522442.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=9439, runsolver pid=9436

[startup+0.101448 s]*
/proc/loadavg: 1.35 1.25 1.35 2/210 9496
/proc/meminfo: memFree=19671292/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 4362 12882 0 0 1 0 5 3 20 0 6 0 69807406 10212057088 4203 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2493178 4203 1934 1 0 2481616 0
[pid=9439/tid=9492] ppid=9436 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 2200 12882 0 0 0 0 5 3 20 0 6 0 69807415 10212057088 4269 33554432000 4194304 4196468 140725767214880 140717175169616 140717187413342 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=9972712 memory=5793855096001788345 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 6 0 69807416 10212057088 4269 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=9972712 memory=139844991895168 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 6 0 69807416 10212057088 4269 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 6 0 69807416 10212057088 4269 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 6 0 69807416 10212057088 4269 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210887 s]*
/proc/loadavg: 1.35 1.25 1.35 3/219 9505
/proc/meminfo: memFree=19653440/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10818904 memory=40252 CPUtime=0.26 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 7817 12882 0 0 16 2 5 3 20 0 15 0 69807406 11078557696 10063 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2704726 10063 2966 1 0 2667149 0
[pid=9439/tid=9492] ppid=9436 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 4624 12882 0 0 10 1 5 3 20 0 15 0 69807415 11078557696 10261 33554432000 4194304 4196468 140725767214880 140717175149968 140717183608576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10818904 memory=4211973571196685706 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11078557696 10261 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10818904 memory=139844991895168 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11078557696 10261 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11078557696 10261 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807416 11078557696 10261 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10818904 memory=139844991895168 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807417 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 33 12882 0 0 0 0 5 3 20 0 15 0 69807418 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716204311968 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807418 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716080621040 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11078557696 10327 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) S 9436 9439 4192 0 -1 1077944384 535 12882 0 0 1 0 5 3 20 0 15 0 69807421 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716170754032 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) S 9436 9439 4192 0 -1 1077944384 52 12882 0 0 0 0 5 3 20 0 15 0 69807421 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716169701488 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10818904 memory=139844991895168 CPUtime=0.1 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 544 12882 0 0 2 0 5 3 20 0 15 0 69807421 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11078557696 10327 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10818904 memory=139844991895168 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807421 11078557696 10327 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40252 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.35 1.25 1.35 3/219 9505
/proc/meminfo: memFree=19642276/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10819352 memory=51980 CPUtime=0.38 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 10565 12882 0 0 27 3 5 3 20 0 15 0 69807406 11079016448 12995 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2704838 12995 3085 1 0 2667149 0
[pid=9439/tid=9492] ppid=9436 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 7185 12882 0 0 19 2 5 3 20 0 15 0 69807415 11079016448 12995 33554432000 4194304 4196468 140725767214880 140717175144864 140717187413342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 12995 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 12995 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 12995 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 12995 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10819352 memory=139844991895167 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807417 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 33 12882 0 0 0 0 5 3 20 0 15 0 69807418 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716204311968 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10819352 memory=139844991895168 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807418 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716080621040 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11079016448 12995 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) S 9436 9439 4192 0 -1 1077944384 535 12882 0 0 1 0 5 3 20 0 15 0 69807421 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716170754032 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) S 9436 9439 4192 0 -1 1077944384 53 12882 0 0 1 0 5 3 20 0 15 0 69807421 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716169701488 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 553 12882 0 0 4 0 5 3 20 0 15 0 69807421 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11079016448 12995 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807421 11079016448 12995 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51980 KiB

[startup+0.700779 s]
/proc/loadavg: 1.35 1.25 1.35 3/219 9505
/proc/meminfo: memFree=19630352/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10819352 memory=84548 CPUtime=0.99 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 16753 12882 0 0 86 5 5 3 20 0 15 0 69807406 11079016448 21137 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2704838 21137 3237 1 0 2667149 0
[pid=9439/tid=9492] ppid=9436 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 12318 12882 0 0 55 3 5 3 20 0 15 0 69807415 11079016448 21137 33554432000 4194304 4196468 140725767214880 140717175153680 140717184896430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 21137 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 21137 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 21137 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807416 11079016448 21137 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 5 12882 0 0 0 0 5 3 20 0 15 0 69807417 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10819352 memory=139844873364720 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 33 12882 0 0 0 0 5 3 20 0 15 0 69807418 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716204311968 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807418 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716080621040 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11079016448 21137 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10819352 memory=6944656575208382560 CPUtime=0.15 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) S 9436 9439 4192 0 -1 1077944384 950 12882 0 0 7 0 5 3 20 0 15 0 69807421 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716170754032 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10819352 memory=6656426216303648864 CPUtime=0.17 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) S 9436 9439 4192 0 -1 1077944384 618 12882 0 0 9 0 5 3 20 0 15 0 69807421 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716169701488 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 625 12882 0 0 12 0 5 3 20 0 15 0 69807421 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11079016448 21137 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807421 11079016448 21137 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84548 KiB

[startup+1.50075 s]
/proc/loadavg: 1.24 1.23 1.34 5/219 9505
/proc/meminfo: memFree=19585068/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10834252 memory=174964 CPUtime=2.27 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 24664 12882 0 0 208 11 5 3 20 0 15 0 69807406 11094274048 43741 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2708563 43741 3474 1 0 2670221 0
[pid=9439/tid=9492] ppid=9436 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 17953 12882 0 0 128 6 5 3 20 0 15 0 69807415 11094274048 43741 33554432000 4194304 4196468 140725767214880 140717175162688 140717189027847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10834252 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 20 12882 0 0 0 0 5 3 20 0 15 0 69807416 11094274048 43741 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10834252 memory=21132 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 13 12882 0 0 1 0 5 3 20 0 15 0 69807416 11094274048 43741 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10834252 memory=1292 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 207 12882 0 0 1 0 5 3 20 0 15 0 69807416 11094274048 43741 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10834252 memory=98332 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 68 12882 0 0 0 0 5 3 20 0 15 0 69807416 11094274048 43741 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 561 12882 0 0 1 0 5 3 20 0 15 0 69807417 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 33 12882 0 0 0 0 5 3 20 0 15 0 69807418 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716204312032 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807418 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716080621056 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11094274048 43741 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10834252 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) S 9436 9439 4192 0 -1 1077944384 1129 12882 0 0 18 0 5 3 20 0 15 0 69807421 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716170754032 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) S 9436 9439 4192 0 -1 1077944384 1093 12882 0 0 21 0 5 3 20 0 15 0 69807421 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716169701488 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10834252 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 1386 12882 0 0 32 0 5 3 20 0 15 0 69807421 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10834252 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11094274048 43741 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10834252 memory=16100360058046859 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 1 12882 0 0 0 0 5 3 20 0 15 0 69807421 11094274048 43741 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

Current children cumulated memory: 232192 KiB

[startup+5.62436 s]
# the end of solver process 9439 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.1952 s, system=0.294265 s

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

[startup+3.20338 s]
/proc/loadavg: 1.24 1.23 1.34 5/219 9505
/proc/meminfo: memFree=19468744/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10844512 memory=239048 CPUtime=6.2 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 36767 12882 0 0 596 16 5 3 20 0 15 0 69807406 11104780288 59762 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2711128 59762 3493 1 0 2672781 0
[pid=9439/tid=9492] ppid=9436 vsize=10844512 memory=0 CPUtime=3.12 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 23408 12882 0 0 295 9 5 3 20 0 15 0 69807415 11104780288 59762 33554432000 4194304 4196468 140725767214880 140717175166560 140717203344790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 20 12882 0 0 0 0 5 3 20 0 15 0 69807416 11104780288 59762 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10844448 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 13 12882 0 0 1 0 5 3 20 0 15 0 69807416 11104714752 59767 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 207 12882 0 0 1 0 5 3 20 0 15 0 69807416 11104780288 59767 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10844512 memory=3009 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 68 12882 0 0 0 0 5 3 20 0 15 0 69807416 11104780288 59767 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 598 12882 0 0 1 0 5 3 20 0 15 0 69807417 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10844512 memory=-5628408999910123566 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 33 12882 0 0 0 0 5 3 20 0 15 0 69807418 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716204312032 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10844512 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807418 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716080621056 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10844512 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11104780288 59767 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10844512 memory=-5628408999910123566 CPUtime=0.9 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) S 9436 9439 4192 0 -1 1077944384 2750 12882 0 0 81 1 5 3 20 0 15 0 69807421 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716170754032 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10844512 memory=8112282956445269571 CPUtime=0.97 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) S 9436 9439 4192 0 -1 1077944384 2224 12882 0 0 88 1 5 3 20 0 15 0 69807421 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716169701488 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10844512 memory=21132 CPUtime=1.34 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 5237 12882 0 0 125 1 5 3 20 0 15 0 69807421 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10844512 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11104780288 59767 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10844512 memory=288230587427458015 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 11 12882 0 0 0 0 5 3 20 0 15 0 69807421 11104780288 59767 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 239048 KiB

[startup+4.80073 s]
/proc/loadavg: 1.24 1.23 1.34 5/219 9505
/proc/meminfo: memFree=19343412/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10914144 memory=367420 CPUtime=11.1 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 70566 12882 0 0 1079 23 5 3 20 0 15 0 69807406 11176083456 91855 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2728536 91855 3517 1 0 2690189 0
[pid=9439/tid=9492] ppid=9436 vsize=10914144 memory=0 CPUtime=4.66 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 42351 12882 0 0 445 13 5 3 20 0 15 0 69807415 11176083456 91855 33554432000 4194304 4196468 140725767214880 140717175167888 140716785343552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10914144 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 453 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 91855 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10914144 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 34 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 91855 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 383 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 91855 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10914144 memory=139844873706304 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 100 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 91855 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 2923 12882 0 0 3 0 5 3 20 0 15 0 69807417 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10914144 memory=7660734387898699862 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 36 12882 0 0 0 0 5 3 20 0 15 0 69807418 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716204312032 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10914144 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807418 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716080621056 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10914144 memory=7739835496476004952 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11176083456 91855 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10914144 memory=7739835496476004952 CPUtime=2.24 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) R 9436 9439 4192 0 -1 4202560 6352 12882 0 0 215 1 5 3 20 0 15 0 69807421 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716170740784 140717183024589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10914144 memory=7739807974241953380 CPUtime=2.32 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) R 9436 9439 4192 0 -1 4202560 8534 12882 0 0 222 2 5 3 20 0 15 0 69807421 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716169689440 140717196429286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10914144 memory=7739807974241953380 CPUtime=1.86 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 7188 12882 0 0 176 2 5 3 20 0 15 0 69807421 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10914144 memory=7739807974241953380 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11176083456 91855 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10914144 memory=7739835496476004952 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 12 12882 0 0 0 0 5 3 20 0 15 0 69807421 11176083456 91855 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 11.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 367420 KiB

[startup+5.20079 s]
/proc/loadavg: 1.24 1.23 1.34 5/219 9505
/proc/meminfo: memFree=19310460/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=10914144 memory=382852 CPUtime=12.38 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 70888 12882 0 0 1207 23 5 3 20 0 15 0 69807406 11176083456 95713 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2728536 95713 3517 1 0 2690189 0
[pid=9439/tid=9492] ppid=9436 vsize=10914144 memory=7525063560744298582 CPUtime=5.06 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) R 9436 9439 4192 0 -1 4202560 42366 12882 0 0 485 13 5 3 20 0 15 0 69807415 11176083456 95713 33554432000 4194304 4196468 140725767214880 140717175161632 140716771004423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 458 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 95713 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 35 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 95713 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 388 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 95713 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 100 12882 0 0 3 0 5 3 20 0 15 0 69807416 11176083456 95713 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.12 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 2923 12882 0 0 4 0 5 3 20 0 15 0 69807417 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716205365744 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 36 12882 0 0 0 0 5 3 20 0 15 0 69807418 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716204312032 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 15 0 69807418 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716080621056 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11176083456 95713 33554432000 4194304 4196468 140725767214880 140715773221584 140717203351451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=10914144 memory=7157735280197063013 CPUtime=2.64 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) R 9436 9439 4192 0 -1 4202560 6461 12882 0 0 255 1 5 3 20 0 15 0 69807421 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716170732240 140717184853937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=10914144 memory=7157735280197063013 CPUtime=2.72 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) R 9436 9439 4192 0 -1 4202560 8629 12882 0 0 262 2 5 3 20 0 15 0 69807421 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716169681520 140717182589504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=10914144 memory=7014751519617208677 CPUtime=1.94 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 7280 12882 0 0 184 2 5 3 20 0 15 0 69807421 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=10914144 memory=279689747534880 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 15 0 69807421 11176083456 95713 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9505] ppid=9436 vsize=10914144 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9505/stat : 9505 (java) S 9436 9439 4192 0 -1 1077944384 12 12882 0 0 0 0 5 3 20 0 15 0 69807421 11176083456 95713 33554432000 4194304 4196468 140725767214880 140716167596848 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 382852 KiB

[startup+5.60065 s]
/proc/loadavg: 1.24 1.23 1.34 5/219 9505
/proc/meminfo: memFree=19310460/32770624 swapFree=67108860/67108860
[pid=9439] ppid=9436 vsize=11012452 memory=388196 CPUtime=13.46 cores=1,3,5,7
/proc/9439/stat : 9439 (java) S 9436 9439 4192 0 -1 1077944320 71279 12882 0 0 1314 24 5 3 20 0 14 0 69807406 11276750848 97049 33554432000 4194304 4196468 140725767214880 140725767197424 140717203332855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
/proc/9439/statm: 2753113 97049 3524 1 0 2714766 0
[pid=9439/tid=9492] ppid=9436 vsize=11012452 memory=169 CPUtime=5.45 cores=1,3,5,7
/proc/9439/task/9492/stat : 9492 (java) S 9436 9439 4192 0 -1 1077944384 42404 12882 0 0 524 13 5 3 20 0 14 0 69807415 11276750848 97049 33554432000 4194304 4196468 140725767214880 140717175176336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9493] ppid=9436 vsize=11012452 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9493/stat : 9493 (java) S 9436 9439 4192 0 -1 1077944384 460 12882 0 0 3 0 5 3 20 0 14 0 69807416 11276750848 97049 33554432000 4194304 4196468 140725767214880 140717207574800 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9494] ppid=9436 vsize=11012452 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9494/stat : 9494 (java) S 9436 9439 4192 0 -1 1077944384 35 12882 0 0 3 0 5 3 20 0 14 0 69807416 11276750848 97049 33554432000 4194304 4196468 140725767214880 140717095848336 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9495] ppid=9436 vsize=11012452 memory=971 CPUtime=0.11 cores=1,3,5,7
/proc/9439/task/9495/stat : 9495 (java) S 9436 9439 4192 0 -1 1077944384 390 12882 0 0 3 0 5 3 20 0 14 0 69807416 11276750848 97049 33554432000 4194304 4196468 140725767214880 140717094795792 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9496] ppid=9436 vsize=11012452 memory=418 CPUtime=0.12 cores=1,3,5,7
/proc/9439/task/9496/stat : 9496 (java) S 9436 9439 4192 0 -1 1077944384 108 12882 0 0 3 1 5 3 20 0 14 0 69807416 11276750848 97049 33554432000 4194304 4196468 140725767214880 140717093743248 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9497] ppid=9436 vsize=11012452 memory=8112282956445269571 CPUtime=0.12 cores=1,3,5,7
/proc/9439/task/9497/stat : 9497 (java) S 9436 9439 4192 0 -1 1077944384 2926 12882 0 0 4 0 5 3 20 0 14 0 69807417 11276750848 97049 33554432000 4194304 4196468 140725767214880 140716205365952 140717203344002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9498] ppid=9436 vsize=11012452 memory=279689746710768 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9498/stat : 9498 (java) S 9436 9439 4192 0 -1 1077944384 36 12882 0 0 0 0 5 3 20 0 14 0 69807418 11276750848 97049 33554432000 4194304 4196468 140725767214880 140716204312032 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9499] ppid=9436 vsize=11012452 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9499/stat : 9499 (java) S 9436 9439 4192 0 -1 1077944384 2 12882 0 0 0 0 5 3 20 0 14 0 69807418 11276750848 97049 33554432000 4194304 4196468 140725767214880 140716080621056 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9500] ppid=9436 vsize=11012452 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9500/stat : 9500 (java) S 9436 9439 4192 0 -1 1077944384 26 12882 0 0 0 0 5 3 20 0 14 0 69807421 11276750848 97049 33554432000 4194304 4196468 140725767214880 140715773220352 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9501] ppid=9436 vsize=11012452 memory=279689747430240 CPUtime=2.94 cores=1,3,5,7
/proc/9439/task/9501/stat : 9501 (java) S 9436 9439 4192 0 -1 1077944384 6550 12882 0 0 285 1 5 3 20 0 14 0 69807421 11276750848 97049 33554432000 4194304 4196468 140725767214880 140716170738544 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9502] ppid=9436 vsize=11012452 memory=3472468141101422700 CPUtime=3.03 cores=1,3,5,7
/proc/9439/task/9502/stat : 9502 (java) S 9436 9439 4192 0 -1 1077944384 8791 12882 0 0 293 2 5 3 20 0 14 0 69807421 11276750848 97049 33554432000 4194304 4196468 140725767214880 140716169701488 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9503] ppid=9436 vsize=11012452 memory=6655300316396806240 CPUtime=1.99 cores=1,3,5,7
/proc/9439/task/9503/stat : 9503 (java) S 9436 9439 4192 0 -1 1077944384 7332 12882 0 0 189 2 5 3 20 0 14 0 69807421 11276750848 97049 33554432000 4194304 4196468 140725767214880 140716168648944 140717203344002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
[pid=9439/tid=9504] ppid=9436 vsize=11012452 memory=-2461829820114675750 CPUtime=0.08 cores=1,3,5,7
/proc/9439/task/9504/stat : 9504 (java) S 9436 9439 4192 0 -1 1077944384 3 12882 0 0 0 0 5 3 20 0 14 0 69807421 11276750848 97049 33554432000 4194304 4196468 140725767214880 140715739662944 140717203343061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28704768 140725767223467 140725767226716 140725767226716 140725767229391 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 11012452 KiB
Current children cumulated memory: 388196 KiB

Child status: 0
Real time (s): 5.62443
CPU time (s): 13.4894
CPU user time (s): 13.1952
CPU system time (s): 0.294265
CPU usage (%): 239.837
Max. virtual memory (cumulated for all children) (KiB): 11012452
Max. memory (cumulated for all children) (KiB): 388196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.1952
system time used= 0.294265
maximum resident set size= 390184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84187
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= 7724
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 9439
#   total CPU time (s): 13.4894
#   total CPU user time (s): 13.1952
#   total CPU system time (s): 0.294265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052606 second user time and 0.101315 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 14:40:42
IDJOB=4295143
IDBENCH=141475
IDSOLVER=2751
FILE ID=node132/4295143-1532522442
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-j90-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-4295143-1532522442/watcher-4295143-1532522442 -o /tmp/evaluation-result-4295143-1532522442/solver-4295143-1532522442 -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=1266495042 -superng HOME/instance-4295143-1532522442.xml

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

MD5SUM BENCH= ecfa46aa6dcbda2e31280fbe487bc54f
RANDOM SEED=1266495042

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:        19680016 kB
MemAvailable:   31023668 kB
Buffers:          201224 kB
Cached:         11309192 kB
SwapCached:            0 kB
Active:          4042080 kB
Inactive:        8426368 kB
Active(anon):     908620 kB
Inactive(anon):    77616 kB
Active(file):    3133460 kB
Inactive(file):  8348752 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26996 kB
Writeback:             0 kB
AnonPages:        987764 kB
Mapped:            52916 kB
Shmem:             25248 kB
Slab:             317876 kB
SReclaimable:     289900 kB
SUnreclaim:        27976 kB
KernelStack:        3856 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1912096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 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 14:40:48