Trace number 4298950

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
MiniCPFever 2018-04-29SAT (TO)8 2520.1 2490.72

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark139.294
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.11/0.13	c version: 2018-04-11
0.11/0.13	c seed: 1811631
0.11/0.13	c timeout: -1
0.11/0.13	c memlimit: -1
0.11/0.13	c nbcore: -1
0.56/0.37	o 11
0.56/0.37	objective:11
0.56/0.37	o 10
0.56/0.37	objective:10
0.90/0.45	o 8
0.90/0.45	objective:8
2520.07/2490.71	s SATISFIABLE
2520.07/2490.71	v <instantiation>
2520.07/2490.71	v 	<list>
2520.07/2490.71	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] 
2520.07/2490.71	v 	</list>
2520.07/2490.71	v 	<values>
2520.07/2490.71	v 		0 14 9 4 8 6 10 2 15 3 7 13 1 5 11 12 0 0 0 0 1 1 0 0 1 1 2 0 0 0 0 0 0 1 0 1 0 
2520.07/2490.71	v 	</values>
2520.07/2490.71	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298950-1532787648/watcher-4298950-1532787648 -o /tmp/evaluation-result-4298950-1532787648/solver-4298950-1532787648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298950-1532787648.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.39 1.47 1.55 4/216 7467
/proc/meminfo: memFree=27783580/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10658972 memory=27200 CPUtime=0.11 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 5219 0 0 0 10 1 0 0 20 0 15 0 96328030 10914787328 6800 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664743 6800 2818 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10658972 memory=-8970432078816310464 CPUtime=0.09 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 3159 0 0 0 8 1 0 0 20 0 15 0 96328030 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707807429392 140707441409276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328031 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10658972 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10658972 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328032 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) R 7449 7452 6199 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 96328035 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) R 7449 7452 6199 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 15 0 96328035 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707102750960 140707788867424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10658972 memory=140400164177536 CPUtime=0.01 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) R 7449 7452 6199 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 96328035 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707101698160 140707781886055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10658972 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328036 10914787328 6865 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27200 KiB

[startup+0.210273 s]*
/proc/loadavg: 1.39 1.47 1.55 3/216 7467
/proc/meminfo: memFree=27771352/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=40468 CPUtime=0.32 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 8149 0 0 0 29 3 0 0 20 0 15 0 96328030 10914865152 10117 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 10117 2968 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 5207 0 0 0 18 2 0 0 20 0 15 0 96328030 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707807433584 140707803213206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=343 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=140400164194020 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328032 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) S 7449 7452 6199 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 96328035 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) S 7449 7452 6199 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 15 0 96328035 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707102750960 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=140400164177536 CPUtime=0.07 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) S 7449 7452 6199 0 -1 1077944384 678 0 0 0 7 0 0 0 20 0 15 0 96328035 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707101698160 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 10117 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40468 KiB

[startup+0.310046 s]*
/proc/loadavg: 1.39 1.47 1.55 4/216 7467
/proc/meminfo: memFree=27766948/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=46776 CPUtime=0.56 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 8763 0 0 0 52 4 0 0 20 0 15 0 96328030 10914865152 11694 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 11694 3049 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 5550 0 0 0 27 3 0 0 20 0 15 0 96328030 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707807438144 140707803223197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=140400164281048 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96328032 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) S 7449 7452 6199 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 96328035 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) S 7449 7452 6199 0 -1 1077944384 642 0 0 0 6 0 0 0 20 0 15 0 96328035 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707102750960 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=140400164177536 CPUtime=0.14 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) R 7449 7452 6199 0 -1 4202560 789 0 0 0 14 0 0 0 20 0 15 0 96328035 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707101698160 140707796298107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=140400164177536 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 11719 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46776 KiB

[startup+0.701487 s]
/proc/loadavg: 1.39 1.47 1.55 5/216 7467
/proc/meminfo: memFree=27712572/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=169228 CPUtime=1.73 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 13275 0 0 0 167 6 0 0 20 0 15 0 96328030 10914865152 42307 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 42307 3100 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=172436226060418 CPUtime=0.68 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 5676 0 0 0 64 4 0 0 20 0 15 0 96328030 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707807438504 140707443340100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=569143 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96328032 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) R 7449 7452 6199 0 -1 4202560 1902 0 0 0 38 0 0 0 20 0 15 0 96328035 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707103796952 140707783125466 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) R 7449 7452 6199 0 -1 4202560 2846 0 0 0 43 0 0 0 20 0 15 0 96328035 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707102734144 140707787478166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) R 7449 7452 6199 0 -1 1077944384 1479 0 0 0 21 0 0 0 20 0 15 0 96328035 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707101698160 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 42307 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 169228 KiB

[startup+1.50078 s]
/proc/loadavg: 1.39 1.47 1.55 5/216 7467
/proc/meminfo: memFree=27623456/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=317224 CPUtime=2.92 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 13616 0 0 0 283 9 0 0 20 0 15 0 96328030 10914865152 79306 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 79306 3125 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=10799 CPUtime=1.46 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 5784 0 0 0 140 6 0 0 20 0 15 0 96328030 10914865152 79306 33554432000 4194304 4196468 140723471228656 140707807440256 140707443286192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 79306 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 79306 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 79306 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328031 10914865152 79306 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96328032 10914865152 79306 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0

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

/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 41812 0 0 0 235332 60 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707807440960 140707443508517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=326096 CPUtime=9.72 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 3656 0 0 0 839 133 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=326096 CPUtime=9.67 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2299 0 0 0 846 121 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=0 CPUtime=9.72 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 3358 0 0 0 844 128 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=326096 CPUtime=9.76 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 3427 0 0 0 849 127 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=326096 CPUtime=14.35 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 6195 0 0 0 1335 100 0 0 20 0 15 0 96328032 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=27988 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=1292 CPUtime=0.64 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) S 7449 7452 6199 0 -1 1077944384 2697 0 0 0 63 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=8112282956445269571 CPUtime=0.74 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) S 7449 7452 6199 0 -1 1077944384 3931 0 0 0 74 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707102750960 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=326096 CPUtime=0.28 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) S 7449 7452 6199 0 -1 1077944384 2512 0 0 0 27 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707101698160 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=4128 CPUtime=1.54 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 989 0 0 0 69 85 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 2410.44 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 326096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.25 1.30 3/217 7644
/proc/meminfo: memFree=27624972/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=326096 CPUtime=2471.1 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 73293 0 0 0 246591 519 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 81524 3148 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=326096 CPUtime=2413.22 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 42585 0 0 0 241261 61 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707807440960 140707443303361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=326096 CPUtime=9.96 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 3877 0 0 0 860 136 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=326096 CPUtime=9.91 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2326 0 0 0 866 125 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=326096 CPUtime=9.96 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 3385 0 0 0 866 130 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.01 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 3428 0 0 0 871 130 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=326096 CPUtime=14.71 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 6202 0 0 0 1368 103 0 0 20 0 15 0 96328032 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=28008 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=326096 CPUtime=0.64 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) S 7449 7452 6199 0 -1 1077944384 2697 0 0 0 63 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=15876 CPUtime=0.74 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) S 7449 7452 6199 0 -1 1077944384 3931 0 0 0 74 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707102750960 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) S 7449 7452 6199 0 -1 1077944384 2512 0 0 0 27 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707101698160 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=326096 CPUtime=1.58 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 991 0 0 0 71 87 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 2471.1 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 326096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.7 s]
/proc/loadavg: 1.59 1.33 1.33 3/217 7645
/proc/meminfo: memFree=27626148/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=326096 CPUtime=2520.07 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 74285 0 0 0 251478 529 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 81524 3148 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=326096 CPUtime=2461.05 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 43340 0 0 0 246043 62 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707807440848 140707443428694 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=4588 CPUtime=10.16 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 3888 0 0 0 878 138 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.11 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2330 0 0 0 883 128 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.16 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 3404 0 0 0 884 132 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.21 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 3440 0 0 0 887 134 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=326096 CPUtime=15 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 6381 0 0 0 1396 104 0 0 20 0 15 0 96328032 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=326096 CPUtime=0.64 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) S 7449 7452 6199 0 -1 1077944384 2699 0 0 0 63 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=326096 CPUtime=0.74 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) S 7449 7452 6199 0 -1 1077944384 3933 0 0 0 74 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707102750960 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=1720 CPUtime=0.28 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) S 7449 7452 6199 0 -1 1077944384 2514 0 0 0 27 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707101698160 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=2436 CPUtime=1.61 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 997 0 0 0 72 89 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 326096 KiB

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

[startup+2490.72 s]
# the end of solver process 7452 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.8 s, system=5.29602 s

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

[startup+2490.7 s]
/proc/loadavg: 1.59 1.33 1.33 3/217 7645
/proc/meminfo: memFree=27626148/32770624 swapFree=67108792/67108860
[pid=7452] ppid=7449 vsize=10659048 memory=326096 CPUtime=2520.07 cores=1,3,5,7
/proc/7452/stat : 7452 (java) S 7449 7452 6199 0 -1 1077944320 74285 0 0 0 251478 529 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140723471211200 140707803201271 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
/proc/7452/statm: 2664762 81524 3148 1 0 2627263 0
[pid=7452/tid=7454] ppid=7449 vsize=10659048 memory=326096 CPUtime=2461.05 cores=1,3,5,7
/proc/7452/task/7454/stat : 7454 (java) R 7449 7452 6199 0 -1 4202560 43340 0 0 0 246043 62 0 0 20 0 15 0 96328030 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707807440848 140707443428694 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7455] ppid=7449 vsize=10659048 memory=4588 CPUtime=10.16 cores=1,3,5,7
/proc/7452/task/7455/stat : 7455 (java) S 7449 7452 6199 0 -1 1077944384 3888 0 0 0 878 138 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707409877648 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7456] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.11 cores=1,3,5,7
/proc/7452/task/7456/stat : 7456 (java) S 7449 7452 6199 0 -1 1077944384 2330 0 0 0 883 128 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707408824848 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7457] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.16 cores=1,3,5,7
/proc/7452/task/7457/stat : 7457 (java) S 7449 7452 6199 0 -1 1077944384 3404 0 0 0 884 132 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707407772048 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7458] ppid=7449 vsize=10659048 memory=326096 CPUtime=10.21 cores=1,3,5,7
/proc/7452/task/7458/stat : 7458 (java) S 7449 7452 6199 0 -1 1077944384 3440 0 0 0 887 134 0 0 20 0 15 0 96328031 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707406719248 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7459] ppid=7449 vsize=10659048 memory=326096 CPUtime=15 cores=1,3,5,7
/proc/7452/task/7459/stat : 7459 (java) S 7449 7452 6199 0 -1 1077944384 6381 0 0 0 1396 104 0 0 20 0 15 0 96328032 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707108014960 140707803212418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7460] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7460/stat : 7460 (java) S 7449 7452 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707106960928 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7461] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7461/stat : 7461 (java) S 7449 7452 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96328033 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707105908080 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7462] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7462/stat : 7462 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707104856400 140707803219867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7463] ppid=7449 vsize=10659048 memory=326096 CPUtime=0.64 cores=1,3,5,7
/proc/7452/task/7463/stat : 7463 (java) S 7449 7452 6199 0 -1 1077944384 2699 0 0 0 63 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707103803760 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7464] ppid=7449 vsize=10659048 memory=326096 CPUtime=0.74 cores=1,3,5,7
/proc/7452/task/7464/stat : 7464 (java) S 7449 7452 6199 0 -1 1077944384 3933 0 0 0 74 0 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707102750960 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7465] ppid=7449 vsize=10659048 memory=1720 CPUtime=0.28 cores=1,3,5,7
/proc/7452/task/7465/stat : 7465 (java) S 7449 7452 6199 0 -1 1077944384 2514 0 0 0 27 1 0 0 20 0 15 0 96328035 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707101698160 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7466] ppid=7449 vsize=10659048 memory=326096 CPUtime=0 cores=1,3,5,7
/proc/7452/task/7466/stat : 7466 (java) S 7449 7452 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707100645600 140707803211477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
[pid=7452/tid=7467] ppid=7449 vsize=10659048 memory=2436 CPUtime=1.61 cores=1,3,5,7
/proc/7452/task/7467/stat : 7467 (java) S 7449 7452 6199 0 -1 1077944384 997 0 0 0 72 89 0 0 20 0 15 0 96328036 10914865152 81524 33554432000 4194304 4196468 140723471228656 140707099593904 140707803212418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30543872 140723471230125 140723471230217 140723471230217 140723471232975 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 326096 KiB

Child status: 143
Real time (s): 2490.72
CPU time (s): 2520.1
CPU user time (s): 2514.8
CPU system time (s): 5.29602
CPU usage (%): 101.179
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 326096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.8
system time used= 5.29602
maximum resident set size= 326636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 488608
involuntary context switches= 6532


# summary of solver processes directly reported to runsolver:
#   pid: 7452
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2514.8
#   total CPU system time (s): 5.29602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9211 second user time and 23.9699 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 16:20:48
IDJOB=4298950
IDBENCH=141256
IDSOLVER=2763
FILE ID=node150/4298950-1532787648
RUNJOBID= node150-1532775187-6231
PBS_JOBID= 21022464
Free space on /tmp= 53100 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298950-1532787648/watcher-4298950-1532787648 -o /tmp/evaluation-result-4298950-1532787648/solver-4298950-1532787648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298950-1532787648.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1660516054

node150.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.76
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.76
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.76
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.76
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:        27800032 kB
MemAvailable:   31612316 kB
Buffers:          204552 kB
Cached:          3846592 kB
SwapCached:           32 kB
Active:          1790044 kB
Inactive:        2637308 kB
Active(anon):     327576 kB
Inactive(anon):    76188 kB
Active(file):    1462468 kB
Inactive(file):  2561120 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:        332208 kB
Mapped:            55056 kB
Shmem:             25156 kB
Slab:             237344 kB
SReclaimable:     209064 kB
SUnreclaim:        28280 kB
KernelStack:        3856 kB
PageTables:         8428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     906328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 17:02:18