Trace number 4310291

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 252.077 245.126

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.505646
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.55	c seed: 1794219221
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
1.63/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...
7.76/4.30	o 4
252.05/245.11	s SATISFIABLE
252.05/245.11	v <instantiation>
252.05/245.11	v 	<list>
252.05/245.11	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
252.05/245.11	v 	</list>
252.05/245.11	v 	<values>
252.05/245.11	v 		0 0 2 0 2 1 0 0 0 0 0 0 2 0 2 1 0 0 0 0 0 1 0 1 0 4 4 
252.05/245.11	v 	</values>
252.05/245.11	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 (8587 MiB free)
  memory of node 1: 16384 MiB (9899 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310291-1534332244/watcher-4310291-1534332244 -o /tmp/evaluation-result-4310291-1534332244/solver-4310291-1534332244 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20538 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1794219221 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310291-1534332244.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
Current StackSize limit: 8192 KiB

solver pid=23479, runsolver pid=23476

[startup+0.100108 s]*
/proc/loadavg: 1.07 1.42 1.64 4/216 23494
/proc/meminfo: memFree=18912924/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14082736 memory=32788 CPUtime=0.12 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 7146 0 0 0 10 2 0 0 20 0 15 0 250787544 14420721664 8197 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3520684 8197 3139 1 0 3482761 0
[pid=23479/tid=23481] ppid=23476 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 5208 0 0 0 8 1 0 0 20 0 15 0 250787545 14420721664 8197 33554432000 4194304 4196468 140736403388096 140467551907360 140467531793758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14082736 memory=5793854931375819193 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 8197 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 8197 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 8197 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 8197 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466728474016 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466727421424 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0.01 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) R 23476 23479 20506 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 15 0 250787550 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466723211504 140467526510529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 8197 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32788 KiB

[startup+0.210523 s]*
/proc/loadavg: 1.07 1.42 1.64 7/216 23494
/proc/meminfo: memFree=18897792/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14082736 memory=47192 CPUtime=0.31 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 10366 0 0 0 29 2 0 0 20 0 15 0 250787544 14420721664 11798 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3520684 11798 3410 1 0 3482761 0
[pid=23479/tid=23481] ppid=23476 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 8055 0 0 0 18 2 0 0 20 0 15 0 250787545 14420721664 11798 33554432000 4194304 4196468 140736403388096 140467551941712 140467531793758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14082736 memory=4211973406570716554 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 11798 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 11798 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 11798 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 11798 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466728474016 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466727421424 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 409 0 0 0 2 0 0 0 20 0 15 0 250787550 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 250787550 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0.06 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) R 23476 23479 20506 0 -1 4202560 320 0 0 0 6 0 0 0 20 0 15 0 250787550 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466723211504 140467539964784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 11798 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47192 KiB

[startup+0.310565 s]*
/proc/loadavg: 1.07 1.42 1.64 4/216 23494
/proc/meminfo: memFree=18893148/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14082736 memory=50900 CPUtime=0.44 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 10772 0 0 0 41 3 0 0 20 0 15 0 250787544 14420721664 12725 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3520684 12725 3416 1 0 3482761 0
[pid=23479/tid=23481] ppid=23476 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 8437 0 0 0 28 2 0 0 20 0 15 0 250787545 14420721664 12725 33554432000 4194304 4196468 140736403388096 140467551922784 140467532878816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14082736 memory=4211973406570716554 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 12725 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14082736 memory=139680365928376 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 12725 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14082736 memory=139680255441420 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 12725 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14082736 memory=139680255430095 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14420721664 12725 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14082736 memory=139680365946548 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14082736 memory=139680255439279 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466728474016 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14082736 memory=279360510869392 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250787547 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466727421424 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14082736 memory=279360510867088 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 414 0 0 0 2 0 0 0 20 0 15 0 250787550 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 250787550 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0.08 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) S 23476 23479 20506 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 250787550 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466723211504 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14082736 memory=139680365926016 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787550 14420721664 12725 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50900 KiB

[startup+0.700704 s]
/proc/loadavg: 1.07 1.42 1.64 3/216 23494
/proc/meminfo: memFree=18871168/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14084804 memory=88920 CPUtime=0.99 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 17559 0 0 0 94 5 0 0 20 0 15 0 250787544 14422839296 22230 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3521201 22230 3500 1 0 3483273 0
[pid=23479/tid=23481] ppid=23476 vsize=14084804 memory=876 CPUtime=0.67 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 14860 0 0 0 63 4 0 0 20 0 15 0 250787545 14422839296 22230 33554432000 4194304 4196468 140736403388096 140467551937264 140467547735197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14084804 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14422839296 22230 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787545 14422839296 22230 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14084804 memory=6296683612554547549 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14422839296 22230 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14422839296 22230 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250787547 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250787547 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466728474016 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250787547 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466727421424 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14084804 memory=269 CPUtime=0.07 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 546 0 0 0 7 0 0 0 20 0 15 0 250787550 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 363 0 0 0 7 0 0 0 20 0 15 0 250787550 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14084804 memory=20532 CPUtime=0.15 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) S 23476 23479 20506 0 -1 1077944384 407 0 0 0 15 0 0 0 20 0 15 0 250787550 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466723211504 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14084804 memory=279360511053296 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787550 14422839296 22230 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88920 KiB

[startup+1.50078 s]
/proc/loadavg: 1.07 1.42 1.64 3/216 23494
/proc/meminfo: memFree=18837356/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14090948 memory=143992 CPUtime=2.99 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 25805 0 0 0 291 8 0 0 20 0 15 0 250787544 14429130752 35998 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3522737 35998 3533 1 0 3484809 0
[pid=23479/tid=23481] ppid=23476 vsize=14090948 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 18814 0 0 0 141 5 0 0 20 0 15 0 250787545 14429130752 35998 33554432000 4194304 4196468 140736403388096 140467551948568 140467188605312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14090948 memory=-3535359994705172833 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14429130752 35998 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14090948 memory=-3472574513799858003 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250787545 14429130752 35998 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14429130752 35998 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14090948 memory=-6439125508584530529 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250787545 14429130752 35998 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250787547 14429130752 35998 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0

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

/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 27336 0 0 0 16082 9 0 0 20 0 15 0 250787545 14431227904 53440 33554432000 4194304 4196468 140736403388096 140467551951104 140467192739887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14092996 memory=213704 CPUtime=0.57 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 791 0 0 0 52 5 0 0 20 0 15 0 250787545 14431227904 53440 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14092996 memory=213704 CPUtime=0.57 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 2016 0 0 0 52 5 0 0 20 0 15 0 250787545 14431227904 53440 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14092996 memory=960 CPUtime=0.58 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 1268 0 0 0 54 4 0 0 20 0 15 0 250787545 14431227904 53440 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14092996 memory=213760 CPUtime=0.58 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 3169 0 0 0 53 5 0 0 20 0 15 0 250787545 14431227904 53440 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14092996 memory=213760 CPUtime=0.53 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 1745 0 0 0 50 3 0 0 20 0 15 0 250787547 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14092996 memory=34 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466728474080 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14092996 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466727421440 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14092996 memory=213760 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14092996 memory=1160 CPUtime=1.76 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 7117 0 0 0 174 2 0 0 20 0 15 0 250787550 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14092996 memory=211656 CPUtime=2.03 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 9913 0 0 0 201 2 0 0 20 0 15 0 250787550 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14092996 memory=211656 CPUtime=0.76 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) S 23476 23479 20506 0 -1 1077944384 4514 0 0 0 75 1 0 0 20 0 15 0 250787550 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466723211504 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14092996 memory=636 CPUtime=0.09 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 977 0 0 0 4 5 0 0 20 0 15 0 250787550 14431227904 53440 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 168.47 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 213760 KiB

[startup+222.301 s]
/proc/loadavg: 1.20 1.30 1.55 3/215 23653
/proc/meminfo: memFree=18578832/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14092996 memory=222968 CPUtime=229.04 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 63128 0 0 0 22861 43 0 0 20 0 15 0 250787544 14431227904 55742 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3523249 55742 3593 1 0 3485321 0
[pid=23479/tid=23481] ppid=23476 vsize=14092996 memory=222968 CPUtime=220.54 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 27851 0 0 0 22044 10 0 0 20 0 15 0 250787545 14431227904 55742 33554432000 4194304 4196468 140736403388096 140467551951248 140467188704448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14092996 memory=222968 CPUtime=0.76 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 864 0 0 0 70 6 0 0 20 0 15 0 250787545 14431227904 55742 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14092996 memory=222968 CPUtime=0.76 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 2102 0 0 0 70 6 0 0 20 0 15 0 250787545 14431227904 55742 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14092996 memory=220636 CPUtime=0.77 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 1853 0 0 0 72 5 0 0 20 0 15 0 250787545 14431227904 55742 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14092996 memory=220636 CPUtime=0.77 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 3321 0 0 0 72 5 0 0 20 0 15 0 250787545 14431227904 55742 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14092996 memory=222968 CPUtime=0.67 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 1911 0 0 0 63 4 0 0 20 0 15 0 250787547 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14092996 memory=222968 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466728474080 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14092996 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466727421440 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14092996 memory=222968 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14092996 memory=222968 CPUtime=1.77 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 8372 0 0 0 175 2 0 0 20 0 15 0 250787550 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14092996 memory=222968 CPUtime=2.03 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 9915 0 0 0 201 2 0 0 20 0 15 0 250787550 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14092996 memory=222968 CPUtime=0.76 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) S 23476 23479 20506 0 -1 1077944384 4516 0 0 0 75 1 0 0 20 0 15 0 250787550 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466723211504 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14092996 memory=222968 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14092996 memory=222968 CPUtime=0.13 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 986 0 0 0 6 7 0 0 20 0 15 0 250787550 14431227904 55742 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 229.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 222968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.11 s]
/proc/loadavg: 1.06 1.27 1.53 3/215 23654
/proc/meminfo: memFree=18625628/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14092996 memory=225180 CPUtime=252.05 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 64084 0 0 0 25159 46 0 0 20 0 15 0 250787544 14431227904 56295 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3523249 56295 3593 1 0 3485321 0
[pid=23479/tid=23481] ppid=23476 vsize=14092996 memory=68128 CPUtime=243.22 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 28238 0 0 0 24312 10 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467551951328 140467192739348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14092996 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 890 0 0 0 76 6 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14092996 memory=223096 CPUtime=0.83 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 2446 0 0 0 76 7 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14092996 memory=82 CPUtime=0.83 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 1879 0 0 0 78 5 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14092996 memory=225144 CPUtime=0.83 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 3351 0 0 0 78 5 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14092996 memory=225180 CPUtime=0.72 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 2035 0 0 0 67 5 0 0 20 0 15 0 250787547 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14092996 memory=225180 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466728474080 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14092996 memory=225180 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466727421440 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14092996 memory=225180 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14092996 memory=279360511896656 CPUtime=1.77 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 8372 0 0 0 175 2 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14092996 memory=225180 CPUtime=2.03 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 9916 0 0 0 201 2 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14092996 memory=4128 CPUtime=0.76 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) S 23476 23479 20506 0 -1 1077944384 4517 0 0 0 75 1 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466723211504 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14092996 memory=8292088564187963537 CPUtime=0.14 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 1003 0 0 0 7 7 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 225180 KiB

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

[startup+245.126 s]
# the end of solver process 23479 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.604 s, system=0.473816 s

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

[startup+245.11 s]
/proc/loadavg: 1.06 1.27 1.53 3/215 23654
/proc/meminfo: memFree=18625628/32770624 swapFree=67108860/67108860
[pid=23479] ppid=23476 vsize=14092996 memory=225180 CPUtime=252.05 cores=1,3,5,7
/proc/23479/stat : 23479 (java) S 23476 23479 20506 0 -1 1077944320 64084 0 0 0 25159 46 0 0 20 0 15 0 250787544 14431227904 56295 33554432000 4194304 4196468 140736403388096 140736403370640 140467547713271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
/proc/23479/statm: 3523249 56295 3593 1 0 3485321 0
[pid=23479/tid=23481] ppid=23476 vsize=14092996 memory=68128 CPUtime=243.22 cores=1,3,5,7
/proc/23479/task/23481/stat : 23481 (java) R 23476 23479 20506 0 -1 4202560 28238 0 0 0 24312 10 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467551951328 140467192739348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23482] ppid=23476 vsize=14092996 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/23479/task/23482/stat : 23482 (java) S 23476 23479 20506 0 -1 1077944384 890 0 0 0 76 6 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467510819088 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23483] ppid=23476 vsize=14092996 memory=223096 CPUtime=0.83 cores=1,3,5,7
/proc/23479/task/23483/stat : 23483 (java) S 23476 23479 20506 0 -1 1077944384 2446 0 0 0 76 7 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467142584720 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23484] ppid=23476 vsize=14092996 memory=82 CPUtime=0.83 cores=1,3,5,7
/proc/23479/task/23484/stat : 23484 (java) S 23476 23479 20506 0 -1 1077944384 1879 0 0 0 78 5 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467141532176 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23485] ppid=23476 vsize=14092996 memory=225144 CPUtime=0.83 cores=1,3,5,7
/proc/23479/task/23485/stat : 23485 (java) S 23476 23479 20506 0 -1 1077944384 3351 0 0 0 78 5 0 0 20 0 15 0 250787545 14431227904 56295 33554432000 4194304 4196468 140736403388096 140467140479632 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23486] ppid=23476 vsize=14092996 memory=225180 CPUtime=0.72 cores=1,3,5,7
/proc/23479/task/23486/stat : 23486 (java) S 23476 23479 20506 0 -1 1077944384 2035 0 0 0 67 5 0 0 20 0 15 0 250787547 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466729527792 140467547724418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23487] ppid=23476 vsize=14092996 memory=225180 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23487/stat : 23487 (java) S 23476 23479 20506 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466728474080 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23488] ppid=23476 vsize=14092996 memory=225180 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23488/stat : 23488 (java) S 23476 23479 20506 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250787547 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466727421440 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23489] ppid=23476 vsize=14092996 memory=225180 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23489/stat : 23489 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466726370000 140467547731867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23490] ppid=23476 vsize=14092996 memory=279360511896656 CPUtime=1.77 cores=1,3,5,7
/proc/23479/task/23490/stat : 23490 (java) S 23476 23479 20506 0 -1 1077944384 8372 0 0 0 175 2 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466725316592 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23491] ppid=23476 vsize=14092996 memory=225180 CPUtime=2.03 cores=1,3,5,7
/proc/23479/task/23491/stat : 23491 (java) S 23476 23479 20506 0 -1 1077944384 9916 0 0 0 201 2 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466724264048 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23492] ppid=23476 vsize=14092996 memory=4128 CPUtime=0.76 cores=1,3,5,7
/proc/23479/task/23492/stat : 23492 (java) S 23476 23479 20506 0 -1 1077944384 4517 0 0 0 75 1 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466723211504 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23493] ppid=23476 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23493/stat : 23493 (java) S 23476 23479 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466722159200 140467547723477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
[pid=23479/tid=23494] ppid=23476 vsize=14092996 memory=8292088564187963537 CPUtime=0.14 cores=1,3,5,7
/proc/23479/task/23494/stat : 23494 (java) S 23476 23479 20506 0 -1 1077944384 1003 0 0 0 7 7 0 0 20 0 15 0 250787550 14431227904 56295 33554432000 4194304 4196468 140736403388096 140466721106736 140467547724418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 35639296 140736403391578 140736403391758 140736403391758 140736403394511 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 225180 KiB

Child status: 143
Real time (s): 245.126
CPU time (s): 252.077
CPU user time (s): 251.604
CPU system time (s): 0.473816
CPU usage (%): 102.836
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 238632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.604
system time used= 0.473816
maximum resident set size= 240024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27244
involuntary context switches= 726


# summary of solver processes directly reported to runsolver:
#   pid: 23479
#   total CPU time (s): 252.077
#   total CPU user time (s): 251.604
#   total CPU system time (s): 0.473816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37253 second user time and 2.48144 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 13:24:04
IDJOB=4310291
IDBENCH=141491
IDSOLVER=2796
FILE ID=node139/4310291-1534332244
RUNJOBID= node139-1534329043-20538
PBS_JOBID= 21038153
Free space on /tmp= 34988 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-4310291-1534332244/watcher-4310291-1534332244 -o /tmp/evaluation-result-4310291-1534332244/solver-4310291-1534332244 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20538 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1794219221 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310291-1534332244.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=1794219221

node139.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.80
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.80
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.80
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.80
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:        18931292 kB
MemAvailable:   31689088 kB
Buffers:          271116 kB
Cached:         12585912 kB
SwapCached:            0 kB
Active:          6445596 kB
Inactive:        6672432 kB
Active(anon):     214756 kB
Inactive(anon):   106808 kB
Active(file):    6230840 kB
Inactive(file):  6565624 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35988 kB
Writeback:             0 kB
AnonPages:        284568 kB
Mapped:            78996 kB
Shmem:             57996 kB
Slab:             418588 kB
SReclaimable:     389792 kB
SUnreclaim:        28796 kB
KernelStack:        3808 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1275796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 39400 MiB
End job on node139 at 2018-08-15 13:28:09