Trace number 4299289

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 NameAnswerCPU timeWall clock time
The dodo solver 2018-04-29SAT (TO) 2520.09 2515.61

General information on the benchmark

NameLangford/
LangfordBin-15_c18.xml
MD5SUM07ea5144b09b59ff4e6e73933349a8c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.006486
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints45
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":30},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":30},{"degree":30,"count":30}]
Minimum constraint arity2
Maximum constraint arity31
Distribution of constraint arities[{"arity":2,"count":15},{"arity":31,"count":30}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"element","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
2520.06/2515.60	s SATISFIABLE
2520.06/2515.60	v <instantiation>
2520.06/2515.60	v 	<list>
2520.06/2515.60	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] 
2520.06/2515.60	v 	</list>
2520.06/2515.60	v 	<values>
2520.06/2515.60	v 		11 8 14 9 10 5 12 6 13 15 8 5 11 9 6 10 3 14 4 12 3 7 13 4 2 15 1 2 1 7 28 26 27 24 20 16 23 18 11 5 14 7 29 21 10 1 13 3 15 4 12 0 19 6 22 8 17 2 25 9 
2520.06/2515.60	v 	</values>
2520.06/2515.60	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299289-1532810624/watcher-4299289-1532810624 -o /tmp/evaluation-result-4299289-1532810624/solver-4299289-1532810624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532810624-15482 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299289-1532810624.xml --timelimit 2520 

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

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

solver pid=15512, runsolver pid=15505

[startup+0.107238 s]*
/proc/loadavg: 1.00 1.03 1.31 6/215 15541
/proc/meminfo: memFree=20436080/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10658972 memory=27472 CPUtime=0.14 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 5317 0 0 0 13 1 0 0 20 0 15 0 98625557 10914787328 6868 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2664743 6868 2856 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10658972 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 3115 0 0 0 9 0 0 0 20 0 15 0 98625557 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802646990304 139802277176621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10658972 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10658972 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625559 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) S 15505 15512 15451 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802198182768 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) S 15505 15512 15451 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10658972 memory=140626667091584 CPUtime=0.02 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) R 15505 15512 15451 0 -1 4202560 395 0 0 0 2 0 0 0 20 0 15 0 98625562 10914787328 6868 33554432000 4194304 4196468 140732519383968 139802196077168 139802622157931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10914787328 6933 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10658972 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10914787328 6933 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27472 KiB

[startup+0.210472 s]*
/proc/loadavg: 1.00 1.03 1.31 4/215 15541
/proc/meminfo: memFree=20413692/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661056 memory=40336 CPUtime=0.32 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 8114 0 0 0 30 2 0 0 20 0 15 0 98625557 10916921344 10084 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665264 10084 2963 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 5194 0 0 0 19 1 0 0 20 0 15 0 98625557 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802646982240 139802642781341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661056 memory=343 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661056 memory=140626667750949 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661056 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625559 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) S 15505 15512 15451 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 98625562 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802198182768 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) S 15505 15512 15451 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 15 0 98625562 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661056 memory=140626667091584 CPUtime=0.07 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) S 15505 15512 15451 0 -1 1077944384 826 0 0 0 7 0 0 0 20 0 15 0 98625562 10916921344 10084 33554432000 4194304 4196468 140732519383968 139802196077168 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 10084 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10916999168 10084 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40336 KiB

[startup+0.310169 s]*
/proc/loadavg: 1.00 1.03 1.31 8/215 15541
/proc/meminfo: memFree=20404544/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661132 memory=44388 CPUtime=0.53 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 8802 0 0 0 51 2 0 0 20 0 15 0 98625557 10916999168 11097 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665283 11097 3029 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 5665 0 0 0 28 1 0 0 20 0 15 0 98625557 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802646995168 139802278229987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=140626667748876 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) R 15505 15512 15451 0 -1 4202560 482 0 0 0 5 0 0 0 20 0 15 0 98625562 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802198172032 139802623949157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661132 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) R 15505 15512 15451 0 -1 1077944384 352 0 0 0 3 0 0 0 20 0 15 0 98625562 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661132 memory=140626667091584 CPUtime=0.13 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) R 15505 15512 15451 0 -1 4202560 938 0 0 0 13 0 0 0 20 0 15 0 98625562 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802196077168 139802635856251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=140626667091584 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10916999168 11609 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44388 KiB

[startup+0.702226 s]
/proc/loadavg: 1.00 1.03 1.31 8/215 15541
/proc/meminfo: memFree=20373904/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661132 memory=70744 CPUtime=1.73 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 12860 0 0 0 170 3 0 0 20 0 15 0 98625557 10916999168 17686 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665283 17686 3101 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661132 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 5782 0 0 0 66 2 0 0 20 0 15 0 98625557 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802646991280 140732519851970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=9996 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661132 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661132 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661132 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661132 memory=6945208482816681536 CPUtime=0.42 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) R 15505 15512 15451 0 -1 4202560 1875 0 0 0 42 0 0 0 20 0 15 0 98625562 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802198169312 139802624303615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661132 memory=7811323491934034026 CPUtime=0.39 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) R 15505 15512 15451 0 -1 4202560 2245 0 0 0 39 0 0 0 20 0 15 0 98625562 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802197116536 139802627867352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661132 memory=5787213827096799335 CPUtime=0.21 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) S 15505 15512 15451 0 -1 1077944384 1588 0 0 0 21 0 0 0 20 0 15 0 98625562 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802196077168 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625563 10916999168 17686 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 70744 KiB

[startup+1.50074 s]
/proc/loadavg: 1.00 1.03 1.31 5/215 15541
/proc/meminfo: memFree=20306712/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661132 memory=103968 CPUtime=3.23 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 20236 0 0 0 319 4 0 0 20 0 15 0 98625557 10916999168 25992 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665283 25992 3110 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 6190 0 0 0 145 2 0 0 20 0 15 0 98625557 10916999168 25992 33554432000 4194304 4196468 140732519383968 139802646993344 140732519851970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=-8253362762724047225 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 25992 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=-8609294068986781045 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 25992 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=-6517102902069810590 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 25992 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98625558 10916999168 25992 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98625559 10916999168 25992 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0

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

/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 13540 0 0 0 236553 1488 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802647000304 139802278898286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.58 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 2217 0 0 0 48 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.58 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1489 0 0 0 50 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.58 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 2305 0 0 0 49 9 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.58 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 3279 0 0 0 51 7 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.99 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 4998 0 0 0 91 8 0 0 20 0 15 0 98625559 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661132 memory=281253116143376 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661132 memory=28588 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661132 memory=2420 CPUtime=1.08 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) S 15505 15512 15451 0 -1 1077944384 7817 0 0 0 106 2 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802198182768 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.82 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) S 15505 15512 15451 0 -1 1077944384 6280 0 0 0 81 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661132 memory=2420 CPUtime=0.26 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) S 15505 15512 15451 0 -1 1077944384 3764 0 0 0 25 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802196077168 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=28588 CPUtime=0.67 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 659 0 0 0 30 37 0 0 20 0 15 0 98625563 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 2386.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204296 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.44 1.42 5/215 15635
/proc/meminfo: memFree=20074228/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661132 memory=204296 CPUtime=2446.71 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 48474 0 0 0 243090 1581 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665283 51074 3149 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661132 memory=204296 CPUtime=2440.36 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 13780 0 0 0 242511 1525 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802646998864 139802278898032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.59 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 2253 0 0 0 49 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.6 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1720 0 0 0 52 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.6 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 2322 0 0 0 50 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.6 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 3284 0 0 0 52 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=204296 CPUtime=1.01 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 5168 0 0 0 93 8 0 0 20 0 15 0 98625559 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661132 memory=204296 CPUtime=1.08 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) S 15505 15512 15451 0 -1 1077944384 7819 0 0 0 106 2 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802198182768 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.82 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) S 15505 15512 15451 0 -1 1077944384 6282 0 0 0 81 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.26 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) S 15505 15512 15451 0 -1 1077944384 3766 0 0 0 25 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802196077168 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.7 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 672 0 0 0 32 38 0 0 20 0 15 0 98625563 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 2446.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204296 KiB

[startup+2502.3 s]
/proc/loadavg: 1.36 1.42 1.41 5/215 15637
/proc/meminfo: memFree=20074040/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661132 memory=204296 CPUtime=2506.76 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 48536 0 0 0 249058 1618 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665283 51074 3149 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661132 memory=204296 CPUtime=2500.32 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 13827 0 0 0 248471 1561 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802647000704 139802278899104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.61 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 2255 0 0 0 51 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.61 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1720 0 0 0 53 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.61 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 2323 0 0 0 51 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.61 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 3287 0 0 0 53 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=204296 CPUtime=1.03 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 5173 0 0 0 95 8 0 0 20 0 15 0 98625559 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661132 memory=129 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661132 memory=204296 CPUtime=1.08 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) S 15505 15512 15451 0 -1 1077944384 7819 0 0 0 106 2 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802198182768 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.82 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) S 15505 15512 15451 0 -1 1077944384 6282 0 0 0 81 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661132 memory=204296 CPUtime=0.26 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) S 15505 15512 15451 0 -1 1077944384 3766 0 0 0 25 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802196077168 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=204296 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=16236 CPUtime=0.72 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 676 0 0 0 33 39 0 0 20 0 15 0 98625563 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 2506.76 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.6 s]
/proc/loadavg: 1.34 1.42 1.41 3/215 15714
/proc/meminfo: memFree=20148720/32770624 swapFree=67108860/67108860
[pid=15512] ppid=15505 vsize=10661132 memory=204296 CPUtime=2520.06 cores=0,2,4,6
/proc/15512/stat : 15512 (java) S 15505 15512 15451 0 -1 1077944320 48546 0 0 0 250380 1626 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 140732519366512 139802642759415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
/proc/15512/statm: 2665283 51074 3149 1 0 2627263 0
[pid=15512/tid=15515] ppid=15505 vsize=10661132 memory=1196 CPUtime=2513.6 cores=0,2,4,6
/proc/15512/task/15515/stat : 15515 (java) R 15505 15512 15451 0 -1 4202560 13837 0 0 0 249791 1569 0 0 20 0 15 0 98625557 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802646998512 140732519851970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15520] ppid=15505 vsize=10661132 memory=6791534058613427641 CPUtime=0.61 cores=0,2,4,6
/proc/15512/task/15520/stat : 15520 (java) S 15505 15512 15451 0 -1 1077944384 2255 0 0 0 51 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802249452688 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15521] ppid=15505 vsize=10661132 memory=6944652177228980320 CPUtime=0.62 cores=0,2,4,6
/proc/15512/task/15521/stat : 15521 (java) S 15505 15512 15451 0 -1 1077944384 1720 0 0 0 54 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802248399888 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15522] ppid=15505 vsize=10661132 memory=6944920492543797092 CPUtime=0.62 cores=0,2,4,6
/proc/15512/task/15522/stat : 15522 (java) S 15505 15512 15451 0 -1 1077944384 2323 0 0 0 52 10 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802247347088 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15523] ppid=15505 vsize=10661132 memory=7309152415220854376 CPUtime=0.62 cores=0,2,4,6
/proc/15512/task/15523/stat : 15523 (java) S 15505 15512 15451 0 -1 1077944384 3287 0 0 0 54 8 0 0 20 0 15 0 98625558 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802246294288 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15525] ppid=15505 vsize=10661132 memory=4711421864514769262 CPUtime=1.04 cores=0,2,4,6
/proc/15512/task/15525/stat : 15525 (java) S 15505 15512 15451 0 -1 1077944384 5173 0 0 0 96 8 0 0 20 0 15 0 98625559 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802202392944 139802642770562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15527] ppid=15505 vsize=10661132 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15527/stat : 15527 (java) S 15505 15512 15451 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802201338912 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15529] ppid=15505 vsize=10661132 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15529/stat : 15529 (java) S 15505 15512 15451 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98625560 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802200286064 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15534] ppid=15505 vsize=10661132 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15534/stat : 15534 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802199234384 139802642778011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15535] ppid=15505 vsize=10661132 memory=6791534058613427641 CPUtime=1.08 cores=0,2,4,6
/proc/15512/task/15535/stat : 15535 (java) S 15505 15512 15451 0 -1 1077944384 7819 0 0 0 106 2 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802198182768 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15536] ppid=15505 vsize=10661132 memory=2344 CPUtime=0.82 cores=0,2,4,6
/proc/15512/task/15536/stat : 15536 (java) S 15505 15512 15451 0 -1 1077944384 6282 0 0 0 81 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802197129968 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15537] ppid=15505 vsize=10661132 memory=928 CPUtime=0.26 cores=0,2,4,6
/proc/15512/task/15537/stat : 15537 (java) S 15505 15512 15451 0 -1 1077944384 3766 0 0 0 25 1 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802196077168 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15539] ppid=15505 vsize=10661132 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/15512/task/15539/stat : 15539 (java) S 15505 15512 15451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98625562 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802195024608 139802642769621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
[pid=15512/tid=15541] ppid=15505 vsize=10661132 memory=2240 CPUtime=0.72 cores=0,2,4,6
/proc/15512/task/15541/stat : 15541 (java) S 15505 15512 15451 0 -1 1077944384 676 0 0 0 33 39 0 0 20 0 15 0 98625563 10916999168 51074 33554432000 4194304 4196468 140732519383968 139802193971888 139802642770562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28344320 140732519392376 140732519392521 140732519392521 140732519395279 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204296 KiB

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

[startup+2515.61 s]
# the end of solver process 15512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2503.82 s, system=16.2719 s

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

Child status: 143
Real time (s): 2515.61
CPU time (s): 2520.09
CPU user time (s): 2503.82
CPU system time (s): 16.2719
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 204296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2503.82
system time used= 16.2719
maximum resident set size= 204876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84512
involuntary context switches= 3078


# summary of solver processes directly reported to runsolver:
#   pid: 15512
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2503.82
#   total CPU system time (s): 16.2719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8509 second user time and 14.3329 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 22:43:44
IDJOB=4299289
IDBENCH=141341
IDSOLVER=2768
FILE ID=node105/4299289-1532810624
RUNJOBID= node105-1532810624-15482
PBS_JOBID= 21022485
Free space on /tmp= 44624 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Langford/LangfordBin-15_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299289-1532810624/watcher-4299289-1532810624 -o /tmp/evaluation-result-4299289-1532810624/solver-4299289-1532810624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532810624-15482 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299289-1532810624.xml --timelimit 2520

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

MD5SUM BENCH= 07ea5144b09b59ff4e6e73933349a8c8
RANDOM SEED=621424940

node105.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.32
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.32
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.32
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.32
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:        20469744 kB
MemAvailable:   31928740 kB
Buffers:          271096 kB
Cached:         11327276 kB
SwapCached:            0 kB
Active:          2393872 kB
Inactive:        9256512 kB
Active(anon):       6836 kB
Inactive(anon):    73344 kB
Active(file):    2387036 kB
Inactive(file):  9183168 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:         58144 kB
Mapped:            43400 kB
Shmem:             25228 kB
Slab:             344780 kB
SReclaimable:     317252 kB
SUnreclaim:        27528 kB
KernelStack:        3088 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44620 MiB
End job on node105 at 2018-07-28 23:25:40