Trace number 4308419

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 - Hybrid 2018-08-14SAT (TO)4 2520.09 2493.32

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.159336
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax 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-14
0.68/0.56	c seed: 1285253679
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.82/1.11	c Parsing done, starting first complete search...
1.82/1.13	o 0
1.82/1.13	o 1
1.82/1.13	o 2
1.82/1.19	o 3
3.89/1.82	c First complete search done, starting ALNS search...
4.58/2.06	o 4
2520.06/2493.30	s SATISFIABLE
2520.06/2493.30	v <instantiation>
2520.06/2493.30	v 	<list>
2520.06/2493.30	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw
2520.06/2493.30	v 	</list>
2520.06/2493.30	v 	<values>
2520.06/2493.30	v 		0 0 2 0 2 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 2 0 2 4 4 
2520.06/2493.30	v 	</values>
2520.06/2493.30	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308419-1534331521/watcher-4308419-1534331521 -o /tmp/evaluation-result-4308419-1534331521/solver-4308419-1534331521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534329060-27661 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1285253679 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308419-1534331521.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.106314 s]*
/proc/loadavg: 1.99 1.69 1.62 3/216 27895
/proc/meminfo: memFree=19934528/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14082736 memory=34112 CPUtime=0.12 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 6989 0 0 0 11 1 0 0 20 0 15 0 250715329 14420721664 8528 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3520684 8528 3136 1 0 3482761 0
[pid=27880/tid=27882] ppid=27877 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 5052 0 0 0 8 1 0 0 20 0 15 0 250715329 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627997541160 140627993333142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14082736 memory=5793855709415061945 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250715331 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250715332 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627465970720 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250715332 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627464917872 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0.01 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) R 27877 27880 27630 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 15 0 250715334 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627460708976 140627985659488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715335 14420721664 8528 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34112 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.99 1.69 1.62 4/216 27895
/proc/meminfo: memFree=19921308/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14082736 memory=47496 CPUtime=0.3 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 9985 0 0 0 28 2 0 0 20 0 15 0 250715329 14420721664 11874 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3520684 11874 3362 1 0 3482761 0
[pid=27880/tid=27882] ppid=27877 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 7722 0 0 0 18 1 0 0 20 0 15 0 250715329 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627997548944 140627580964144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14082736 memory=4211974184609959306 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250715331 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250715332 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627465970720 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250715332 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627464917872 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) R 27877 27880 27630 0 -1 4202560 429 0 0 0 2 0 0 0 20 0 15 0 250715334 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627462806080 140627972578056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) R 27877 27880 27630 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 15 0 250715334 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0.06 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) R 27877 27880 27630 0 -1 4202560 277 0 0 0 6 0 0 0 20 0 15 0 250715334 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627460708976 140627972278892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715335 14420721664 11874 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47496 KiB

[startup+0.31064 s]*
/proc/loadavg: 1.99 1.69 1.62 3/216 27895
/proc/meminfo: memFree=19918268/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14082736 memory=50744 CPUtime=0.43 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 10338 0 0 0 41 2 0 0 20 0 15 0 250715329 14420721664 12686 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3520684 12686 3364 1 0 3482761 0
[pid=27880/tid=27882] ppid=27877 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 8050 0 0 0 28 1 0 0 20 0 15 0 250715329 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627997482944 140627974884745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14082736 memory=4211974184609959306 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14082736 memory=140458405171125 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14082736 memory=140458248508415 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14082736 memory=140458248490447 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250715330 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14082736 memory=140458405196424 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250715331 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14082736 memory=140458248499631 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250715332 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627465970720 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14082736 memory=280916496990096 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250715332 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627464917872 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14082736 memory=280916496987792 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 444 0 0 0 2 0 0 0 20 0 15 0 250715334 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 15 0 250715334 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0.08 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27877 27880 27630 0 -1 1077944384 285 0 0 0 8 0 0 0 20 0 15 0 250715334 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627460708976 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14082736 memory=140458405168768 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715335 14420721664 12686 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50744 KiB

[startup+0.700811 s]
/proc/loadavg: 1.99 1.69 1.62 3/216 27895
/proc/meminfo: memFree=19895768/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14084804 memory=88812 CPUtime=1 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 17071 0 0 0 96 4 0 0 20 0 15 0 250715329 14422839296 22203 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3521201 22203 3498 1 0 3483273 0
[pid=27880/tid=27882] ppid=27877 vsize=14084804 memory=1220 CPUtime=0.68 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 14387 0 0 0 65 3 0 0 20 0 15 0 250715329 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627997544336 140627977401694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14084804 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14084804 memory=868 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14084804 memory=7307747153392788800 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14084804 memory=8025788831224522324 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250715330 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14084804 memory=6370994028255662164 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250715331 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250715332 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627465970720 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250715332 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627464917872 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14084804 memory=233 CPUtime=0.07 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 589 0 0 0 7 0 0 0 20 0 15 0 250715334 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 353 0 0 0 7 0 0 0 20 0 15 0 250715334 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14084804 memory=714 CPUtime=0.15 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27877 27880 27630 0 -1 1077944384 361 0 0 0 15 0 0 0 20 0 15 0 250715334 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627460708976 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14084804 memory=280916497174000 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715335 14422839296 22203 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88812 KiB

[startup+1.50136 s]
/proc/loadavg: 1.99 1.69 1.62 3/216 27895
/proc/meminfo: memFree=19861708/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14090948 memory=140680 CPUtime=3 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 28687 0 0 0 292 8 0 0 20 0 15 0 250715329 14429130752 35170 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3522737 35170 3533 1 0 3484809 0
[pid=27880/tid=27882] ppid=27877 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 18860 0 0 0 143 4 0 0 20 0 15 0 250715329 14429130752 35170 33554432000 4194304 4196468 140722747954576 140627997556600 140627585557517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14090948 memory=4946247210089945984 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14429130752 35170 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14090948 memory=-6439125508584663393 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14429130752 35170 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250715330 14429130752 35170 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250715330 14429130752 35170 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14090948 memory=-7161679262682927662 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 250715331 14429130752 35170 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0

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

/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 51360 0 0 0 236545 25 0 0 20 0 15 0 250715329 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627997559200 140627587124999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14092996 memory=353748 CPUtime=7.42 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 5475 0 0 0 699 43 0 0 20 0 15 0 250715330 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14092996 memory=353748 CPUtime=7.44 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 5738 0 0 0 701 43 0 0 20 0 15 0 250715330 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14092996 memory=68316 CPUtime=7.45 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 5179 0 0 0 703 42 0 0 20 0 15 0 250715330 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14092996 memory=1100 CPUtime=7.4 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 4296 0 0 0 699 41 0 0 20 0 15 0 250715330 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14092996 memory=808 CPUtime=6.4 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 7008 0 0 0 598 42 0 0 20 0 15 0 250715331 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14092996 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627465970784 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14092996 memory=353748 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627464917888 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14092996 memory=353748 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14092996 memory=3812 CPUtime=1.82 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 10619 0 0 0 180 2 0 0 20 0 15 0 250715334 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14092996 memory=68316 CPUtime=1.98 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 14518 0 0 0 196 2 0 0 20 0 15 0 250715334 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14092996 memory=6791534058613427641 CPUtime=0.8 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27877 27880 27630 0 -1 1077944384 16100 0 0 0 77 3 0 0 20 0 15 0 250715334 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627460708976 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14092996 memory=1068 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14092996 memory=14884 CPUtime=1.23 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1139 0 0 0 65 58 0 0 20 0 15 0 250715335 14431227904 88437 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 2407.74 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 353748 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.58 1.56 3/215 28048
/proc/meminfo: memFree=20188856/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14092996 memory=357844 CPUtime=2468.45 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 124382 0 0 0 246589 256 0 0 20 0 15 0 250715329 14431227904 89461 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3523249 89461 3591 1 0 3485321 0
[pid=27880/tid=27882] ppid=27877 vsize=14092996 memory=357844 CPUtime=2425.25 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 52002 0 0 0 242500 25 0 0 20 0 15 0 250715329 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627997559200 140627586651152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14092996 memory=357844 CPUtime=7.65 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 5594 0 0 0 722 43 0 0 20 0 15 0 250715330 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14092996 memory=357844 CPUtime=7.68 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 5961 0 0 0 724 44 0 0 20 0 15 0 250715330 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14092996 memory=357844 CPUtime=7.7 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 5447 0 0 0 726 44 0 0 20 0 15 0 250715330 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14092996 memory=357844 CPUtime=7.64 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 4354 0 0 0 722 42 0 0 20 0 15 0 250715330 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14092996 memory=357844 CPUtime=6.56 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 7186 0 0 0 613 43 0 0 20 0 15 0 250715331 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14092996 memory=357844 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627465970784 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14092996 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627464917888 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14092996 memory=357844 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14092996 memory=357844 CPUtime=1.82 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 10621 0 0 0 180 2 0 0 20 0 15 0 250715334 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14092996 memory=355796 CPUtime=1.98 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 14520 0 0 0 196 2 0 0 20 0 15 0 250715334 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14092996 memory=8292088564187963537 CPUtime=0.8 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27877 27880 27630 0 -1 1077944384 16102 0 0 0 77 3 0 0 20 0 15 0 250715334 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627460708976 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14092996 memory=357844 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14092996 memory=3812 CPUtime=1.25 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1157 0 0 0 66 59 0 0 20 0 15 0 250715335 14431227904 89461 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 2468.45 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 357844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.3 s]
/proc/loadavg: 1.54 1.57 1.55 3/214 28080
/proc/meminfo: memFree=22805248/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14092996 memory=361940 CPUtime=2520.06 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 125767 0 0 0 251746 260 0 0 20 0 15 0 250715329 14431227904 90485 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3523249 90485 3591 1 0 3485321 0
[pid=27880/tid=27882] ppid=27877 vsize=14092996 memory=361940 CPUtime=2475.86 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 52605 0 0 0 247560 26 0 0 20 0 15 0 250715329 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627997559024 140627584536750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.87 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 5715 0 0 0 743 44 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.89 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 6025 0 0 0 744 45 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.91 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 5739 0 0 0 746 45 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.85 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 4462 0 0 0 742 43 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14092996 memory=361940 CPUtime=6.7 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 7363 0 0 0 626 44 0 0 20 0 15 0 250715331 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627465970784 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627464917888 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14092996 memory=361940 CPUtime=1.82 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 10623 0 0 0 180 2 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14092996 memory=361940 CPUtime=1.98 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 14522 0 0 0 196 2 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14092996 memory=361940 CPUtime=0.81 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27877 27880 27630 0 -1 1077944384 16104 0 0 0 78 3 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627460708976 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14092996 memory=361940 CPUtime=1.28 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1171 0 0 0 68 60 0 0 20 0 15 0 250715335 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 361940 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2493.32 s]
# the end of solver process 27880 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.47 s, system=2.61463 s

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

[startup+2493.3 s]
/proc/loadavg: 1.54 1.57 1.55 3/214 28080
/proc/meminfo: memFree=22805248/32770624 swapFree=67108372/67108860
[pid=27880] ppid=27877 vsize=14092996 memory=361940 CPUtime=2520.06 cores=0,2,4,6
/proc/27880/stat : 27880 (java) S 27877 27880 27630 0 -1 1077944320 125767 0 0 0 251746 260 0 0 20 0 15 0 250715329 14431227904 90485 33554432000 4194304 4196468 140722747954576 140722747937120 140627993321207 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
/proc/27880/statm: 3523249 90485 3591 1 0 3485321 0
[pid=27880/tid=27882] ppid=27877 vsize=14092996 memory=361940 CPUtime=2475.86 cores=0,2,4,6
/proc/27880/task/27882/stat : 27882 (java) R 27877 27880 27630 0 -1 4202560 52605 0 0 0 247560 26 0 0 20 0 15 0 250715329 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627997559024 140627584536750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27883] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.87 cores=0,2,4,6
/proc/27880/task/27883/stat : 27883 (java) S 27877 27880 27630 0 -1 1077944384 5715 0 0 0 743 44 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627908390032 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27884] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.89 cores=0,2,4,6
/proc/27880/task/27884/stat : 27884 (java) S 27877 27880 27630 0 -1 1077944384 6025 0 0 0 744 45 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627907337232 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27885] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.91 cores=0,2,4,6
/proc/27880/task/27885/stat : 27885 (java) S 27877 27880 27630 0 -1 1077944384 5739 0 0 0 746 45 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627906284432 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27886] ppid=27877 vsize=14092996 memory=361940 CPUtime=7.85 cores=0,2,4,6
/proc/27880/task/27886/stat : 27886 (java) S 27877 27880 27630 0 -1 1077944384 4462 0 0 0 742 43 0 0 20 0 15 0 250715330 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627905231632 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27887] ppid=27877 vsize=14092996 memory=361940 CPUtime=6.7 cores=0,2,4,6
/proc/27880/task/27887/stat : 27887 (java) S 27877 27880 27630 0 -1 1077944384 7363 0 0 0 626 44 0 0 20 0 15 0 250715331 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627467024752 140627993332354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27888] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27888/stat : 27888 (java) S 27877 27880 27630 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627465970784 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27889] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27889/stat : 27889 (java) S 27877 27880 27630 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250715332 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627464917888 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27890] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27890/stat : 27890 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627463866192 140627993339803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27891] ppid=27877 vsize=14092996 memory=361940 CPUtime=1.82 cores=0,2,4,6
/proc/27880/task/27891/stat : 27891 (java) S 27877 27880 27630 0 -1 1077944384 10623 0 0 0 180 2 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627462814576 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27892] ppid=27877 vsize=14092996 memory=361940 CPUtime=1.98 cores=0,2,4,6
/proc/27880/task/27892/stat : 27892 (java) S 27877 27880 27630 0 -1 1077944384 14522 0 0 0 196 2 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627461761776 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27893] ppid=27877 vsize=14092996 memory=361940 CPUtime=0.81 cores=0,2,4,6
/proc/27880/task/27893/stat : 27893 (java) S 27877 27880 27630 0 -1 1077944384 16104 0 0 0 78 3 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627460708976 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27894] ppid=27877 vsize=14092996 memory=361940 CPUtime=0 cores=0,2,4,6
/proc/27880/task/27894/stat : 27894 (java) S 27877 27880 27630 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250715334 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627459656416 140627993331413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
[pid=27880/tid=27895] ppid=27877 vsize=14092996 memory=361940 CPUtime=1.28 cores=0,2,4,6
/proc/27880/task/27895/stat : 27895 (java) S 27877 27880 27630 0 -1 1077944384 1171 0 0 0 68 60 0 0 20 0 15 0 250715335 14431227904 90485 33554432000 4194304 4196468 140722747954576 140627458603696 140627993332354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38293504 140722747962452 140722747962633 140722747962633 140722747965391 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 361940 KiB

Child status: 143
Real time (s): 2493.32
CPU time (s): 2520.09
CPU user time (s): 2517.47
CPU system time (s): 2.61463
CPU usage (%): 101.073
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 361940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.47
system time used= 2.61463
maximum resident set size= 362504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126043
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232385
involuntary context switches= 7510


# summary of solver processes directly reported to runsolver:
#   pid: 27880
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.47
#   total CPU system time (s): 2.61463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.232 second user time and 19.8406 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-15 13:12:01
IDJOB=4308419
IDBENCH=141491
IDSOLVER=2792
FILE ID=node137/4308419-1534331521
RUNJOBID= node137-1534329060-27661
PBS_JOBID= 21038154
Free space on /tmp= 29248 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308419-1534331521/watcher-4308419-1534331521 -o /tmp/evaluation-result-4308419-1534331521/solver-4308419-1534331521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534329060-27661 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1285253679 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308419-1534331521.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=1285253679

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19955220 kB
MemAvailable:   27480716 kB
Buffers:          168424 kB
Cached:          7574768 kB
SwapCached:            8 kB
Active:          8421748 kB
Inactive:        3782640 kB
Active(anon):    4408316 kB
Inactive(anon):   113404 kB
Active(file):    4013432 kB
Inactive(file):  3669236 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             35728 kB
Writeback:             0 kB
AnonPages:       4589000 kB
Mapped:            69848 kB
Shmem:             57816 kB
Slab:             300108 kB
SReclaimable:     271288 kB
SUnreclaim:        28820 kB
KernelStack:        3808 kB
PageTables:        13868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5152780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4423680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 35756 MiB
End job on node137 at 2018-08-15 13:53:35