Trace number 4312186

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
OscaR - Conflict Ordering with restarts 2018-08-17OPT44 4.5675 2.72114

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1.83173
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
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.68/0.55	c version: 2018-08-17
0.68/0.55	c seed: 908532487
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
1.52/1.04	c Parsing done, starting search...
1.76/1.11	o 66
1.76/1.14	o 65
1.76/1.14	o 64
1.76/1.15	o 63
2.06/1.26	o 62
2.36/1.35	o 59
2.36/1.35	o 58
2.36/1.35	o 56
2.36/1.36	o 54
2.36/1.36	o 52
2.36/1.36	o 51
2.36/1.36	o 50
2.36/1.37	o 49
2.68/1.41	o 47
3.29/1.61	o 46
3.29/1.62	o 45
3.72/2.05	o 44
4.54/2.71	s OPTIMUM FOUND
4.54/2.71	v <instantiation>
4.54/2.71	v 	<list>
4.54/2.71	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
4.54/2.71	v 	</list>
4.54/2.71	v 	<values>
4.54/2.71	v 		0 3 9 17 19 32 39 43 44 3 9 17 19 32 39 43 44 6 14 16 29 36 40 41 8 10 23 30 34 35 2 15 22 26 27 13 20 24 25 7 11 12 4 5 1 
4.54/2.71	v 	</values>
4.54/2.71	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312186-1534569846/watcher-4312186-1534569846 -o /tmp/evaluation-result-4312186-1534569846/solver-4312186-1534569846 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534569113-14131 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 908532487 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312186-1534569846.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=14654, runsolver pid=14651
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.96 1.67 1.26 3/216 14669
/proc/meminfo: memFree=24577744/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14082736 memory=30736 CPUtime=0.12 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 6657 0 0 0 11 1 0 0 20 0 15 0 274547733 14420721664 7684 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3520684 7684 3135 1 0 3482761 0
[pid=14654/tid=14656] ppid=14651 vsize=14082736 memory=-8773748148829983356 CPUtime=0.09 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 4713 0 0 0 9 0 0 0 20 0 15 0 274547733 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250570480352 140250550322526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547735 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547736 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250039403808 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547736 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0.01 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 274547738 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547739 14420721664 7684 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30736 KiB

[startup+0.213057 s]*
/proc/loadavg: 1.96 1.67 1.26 4/216 14669
/proc/meminfo: memFree=24562984/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14082736 memory=47076 CPUtime=0.31 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 10396 0 0 0 29 2 0 0 20 0 15 0 274547733 14420721664 11769 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3520684 11769 3360 1 0 3482761 0
[pid=14654/tid=14656] ppid=14651 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 8098 0 0 0 19 1 0 0 20 0 15 0 274547733 14420721664 11769 33554432000 4194304 4196468 140721281015632 140250570469264 140250551580370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 11769 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14082736 memory=288370288134170240 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 11769 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 11769 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 11769 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274547735 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547736 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250039403808 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547736 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) R 14651 14654 10031 0 -1 4202560 397 0 0 0 1 0 0 0 20 0 15 0 274547738 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250036246640 140250547752960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 274547738 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0.06 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) R 14651 14654 10031 0 -1 1077944384 302 0 0 0 6 0 0 0 20 0 15 0 274547738 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250034137232 140250566252245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547739 14420721664 11835 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47076 KiB

[startup+0.310713 s]*
/proc/loadavg: 1.96 1.67 1.26 4/216 14669
/proc/meminfo: memFree=24558564/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14082736 memory=50716 CPUtime=0.44 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 10776 0 0 0 42 2 0 0 20 0 15 0 274547733 14420721664 12679 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3520684 12679 3409 1 0 3482761 0
[pid=14654/tid=14656] ppid=14651 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 8446 0 0 0 29 1 0 0 20 0 15 0 274547733 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250570453552 140250547805568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14082736 memory=4294977828 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14082736 memory=288370288134170240 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547734 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274547735 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547736 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250039403808 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547736 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 274547738 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 274547738 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0.08 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 322 0 0 0 8 0 0 0 20 0 15 0 274547738 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14082736 memory=139911982458496 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547739 14420721664 12679 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50716 KiB

[startup+0.700809 s]
/proc/loadavg: 1.96 1.67 1.26 3/216 14669
/proc/meminfo: memFree=24534380/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14084804 memory=89104 CPUtime=0.99 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 17648 0 0 0 95 4 0 0 20 0 15 0 274547733 14422839296 22276 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3521201 22276 3499 1 0 3483273 0
[pid=14654/tid=14656] ppid=14651 vsize=14084804 memory=202880363547812 CPUtime=0.68 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 14902 0 0 0 65 3 0 0 20 0 15 0 274547733 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250570448224 140250566263965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14084804 memory=1412920 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547734 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274547735 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14084804 memory=-3535359994705171298 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547736 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250039403808 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547736 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14084804 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 564 0 0 0 7 0 0 0 20 0 15 0 274547738 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) R 14651 14654 10031 0 -1 4202560 374 0 0 0 7 0 0 0 20 0 15 0 274547738 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250035193840 140250566263386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 427 0 0 0 15 0 0 0 20 0 15 0 274547738 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14084804 memory=12552 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547739 14422839296 22276 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89104 KiB

[startup+1.50148 s]
/proc/loadavg: 1.96 1.67 1.26 3/216 14669
/proc/meminfo: memFree=24500756/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14090948 memory=138008 CPUtime=2.98 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 26164 0 0 0 291 7 0 0 20 0 15 0 274547733 14429130752 34502 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3522737 34502 3531 1 0 3484809 0
[pid=14654/tid=14656] ppid=14651 vsize=14090948 memory=10759 CPUtime=1.47 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 19577 0 0 0 143 4 0 0 20 0 15 0 274547733 14429130752 34502 33554432000 4194304 4196468 140721281015632 140250570476976 140250165051786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 34502 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 34502 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 34502 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 34502 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 274547735 14429130752 34502 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0

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

[startup+2.7211 s]
# the end of solver process 14654 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.46885 s, system=0.098652 s

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

[startup+1.60458 s]
/proc/loadavg: 1.96 1.67 1.26 3/216 14669
/proc/meminfo: memFree=24500756/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14090948 memory=144324 CPUtime=3.29 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 26215 0 0 0 322 7 0 0 20 0 15 0 274547733 14429130752 36081 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3522737 36081 3536 1 0 3484809 0
[pid=14654/tid=14656] ppid=14651 vsize=14090948 memory=-8473367160242330259 CPUtime=1.57 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 19590 0 0 0 153 4 0 0 20 0 15 0 274547733 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250570476976 140250165254616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14090948 memory=-8171376296011865461 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14090948 memory=-5792065019343307568 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14090948 memory=-2537689246120445521 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14090948 memory=-7750001083477550754 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14090948 memory=4872558142750483520 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 274547735 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250039403808 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14090948 memory=6944665225511868275 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14090948 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 2150 0 0 0 62 0 0 0 20 0 15 0 274547738 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14090948 memory=279823696146440 CPUtime=0.65 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 1552 0 0 0 65 0 0 0 20 0 15 0 274547738 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14090948 memory=279823696279504 CPUtime=0.4 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 1518 0 0 0 40 0 0 0 20 0 15 0 274547738 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14090948 memory=12468290062658 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 274547739 14429130752 36081 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 3.29 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 144324 KiB

[startup+2.40069 s]
/proc/loadavg: 1.96 1.68 1.26 3/216 14669
/proc/meminfo: memFree=24428092/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14090948 memory=224660 CPUtime=4.24 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 29173 0 0 0 415 9 0 0 20 0 15 0 274547733 14429130752 56165 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3522737 56165 3553 1 0 3484809 0
[pid=14654/tid=14656] ppid=14651 vsize=14090948 memory=-7306661995871444341 CPUtime=2.37 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 19894 0 0 0 231 6 0 0 20 0 15 0 274547733 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250570480392 140250165336440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14090948 memory=6501624728206101968 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 330 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14090948 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14090948 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14090948 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 274547735 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14090948 memory=6933690305039933585 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250039403872 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14090948 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14090948 memory=3054156605301941620 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14090948 memory=-8823246064971903881 CPUtime=0.69 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 2967 0 0 0 68 1 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14090948 memory=-8412660939781536353 CPUtime=0.72 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 1745 0 0 0 72 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14090948 memory=-1391509512798377067 CPUtime=0.41 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 2428 0 0 0 41 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14090948 memory=7969854608151048360 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14090948 memory=279823696425888 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 274547739 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 224660 KiB

[startup+2.60072 s]
/proc/loadavg: 1.96 1.68 1.26 3/216 14669
/proc/meminfo: memFree=24428092/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14090948 memory=224660 CPUtime=4.44 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 29183 0 0 0 435 9 0 0 20 0 15 0 274547733 14429130752 56165 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3522737 56165 3553 1 0 3484809 0
[pid=14654/tid=14656] ppid=14651 vsize=14090948 memory=7957689449132282197 CPUtime=2.57 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 19904 0 0 0 251 6 0 0 20 0 15 0 274547733 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250570480392 140250165106757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14090948 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 330 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14090948 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14090948 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14090948 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14090948 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 274547735 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14090948 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250039403872 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14090948 memory=7380671248541445222 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14090948 memory=7295950583417696866 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14090948 memory=7295950583417696866 CPUtime=0.69 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 2967 0 0 0 68 1 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14090948 memory=56 CPUtime=0.72 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 1745 0 0 0 72 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14090948 memory=-6524718033350612382 CPUtime=0.41 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 2428 0 0 0 41 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14090948 memory=7970124041166878227 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14090948 memory=7679933072689502874 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 274547739 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 224660 KiB

[startup+2.70072 s]
/proc/loadavg: 1.96 1.68 1.26 3/216 14669
/proc/meminfo: memFree=24428092/32770624 swapFree=67107648/67108860
[pid=14654] ppid=14651 vsize=14090948 memory=224660 CPUtime=4.54 cores=1,3,5,7
/proc/14654/stat : 14654 (java) S 14651 14654 10031 0 -1 1077944320 29185 0 0 0 445 9 0 0 20 0 15 0 274547733 14429130752 56165 33554432000 4194304 4196468 140721281015632 140721280998176 140250566242039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
/proc/14654/statm: 3522737 56165 3553 1 0 3484809 0
[pid=14654/tid=14656] ppid=14651 vsize=14090948 memory=279823696322848 CPUtime=2.67 cores=1,3,5,7
/proc/14654/task/14656/stat : 14656 (java) R 14651 14654 10031 0 -1 4202560 19906 0 0 0 261 6 0 0 20 0 15 0 274547733 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250570480392 140250165012256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14657] ppid=14651 vsize=14090948 memory=288285597435691885 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14657/stat : 14657 (java) S 14651 14654 10031 0 -1 1077944384 330 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250481310096 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14658] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14658/stat : 14658 (java) S 14651 14654 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250160556304 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14659] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14659/stat : 14659 (java) S 14651 14654 10031 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250159504016 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14660] ppid=14651 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14660/stat : 14660 (java) S 14651 14654 10031 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 274547734 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250158451216 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14661] ppid=14651 vsize=14090948 memory=3545803173672935768 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14661/stat : 14661 (java) S 14651 14654 10031 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 274547735 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250040457840 140250566253186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14662] ppid=14651 vsize=14090948 memory=189532 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14662/stat : 14662 (java) S 14651 14654 10031 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250039403872 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14663] ppid=14651 vsize=14090948 memory=7162531440177276259 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14663/stat : 14663 (java) S 14651 14654 10031 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 274547736 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250038351472 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14664] ppid=14651 vsize=14090948 memory=7445721495882869909 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14664/stat : 14664 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250037299792 140250566260635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14665] ppid=14651 vsize=14090948 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/14654/task/14665/stat : 14665 (java) S 14651 14654 10031 0 -1 1077944384 2967 0 0 0 68 1 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250036246640 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14666] ppid=14651 vsize=14090948 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/14654/task/14666/stat : 14666 (java) S 14651 14654 10031 0 -1 1077944384 1745 0 0 0 72 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250035193840 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14667] ppid=14651 vsize=14090948 memory=6082770343395606624 CPUtime=0.41 cores=1,3,5,7
/proc/14654/task/14667/stat : 14667 (java) S 14651 14654 10031 0 -1 1077944384 2428 0 0 0 41 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250034141552 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14668] ppid=14651 vsize=14090948 memory=7882536725164617061 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14668/stat : 14668 (java) S 14651 14654 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274547738 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250033088992 140250566252245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
[pid=14654/tid=14669] ppid=14651 vsize=14090948 memory=4641047807512697188 CPUtime=0 cores=1,3,5,7
/proc/14654/task/14669/stat : 14669 (java) S 14651 14654 10031 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 274547739 14429130752 56165 33554432000 4194304 4196468 140721281015632 140250032036784 140250566253186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16363520 140721281021007 140721281021198 140721281021198 140721281023951 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 224660 KiB

Child status: 0
Real time (s): 2.72114
CPU time (s): 4.5675
CPU user time (s): 4.46885
CPU system time (s): 0.098652
CPU usage (%): 167.852
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 224660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.46885
system time used= 0.098652
maximum resident set size= 225128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2348
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 14654
#   total CPU time (s): 4.5675
#   total CPU user time (s): 4.46885
#   total CPU system time (s): 0.098652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045024 second user time and 0.062594 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-18 07:24:06
IDJOB=4312186
IDBENCH=141376
IDSOLVER=2800
FILE ID=node136/4312186-1534569846
RUNJOBID= node136-1534569113-14131
PBS_JOBID= 21038635
Free space on /tmp= 53132 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312186-1534569846/watcher-4312186-1534569846 -o /tmp/evaluation-result-4312186-1534569846/solver-4312186-1534569846 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534569113-14131 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 908532487 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312186-1534569846.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=908532487

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24596568 kB
MemAvailable:   31681704 kB
Buffers:          177520 kB
Cached:          7187128 kB
SwapCached:           44 kB
Active:          4185864 kB
Inactive:        3449520 kB
Active(anon):     244240 kB
Inactive(anon):    95276 kB
Active(file):    3941624 kB
Inactive(file):  3354244 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:             35916 kB
Writeback:             0 kB
AnonPages:        335820 kB
Mapped:            32500 kB
Shmem:             65856 kB
Slab:             239312 kB
SReclaimable:     210204 kB
SUnreclaim:        29108 kB
KernelStack:        3856 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1340616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53096 MiB
End job on node136 at 2018-08-18 07:24:09