Trace number 4255658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26SAT (TO)71 247.131 240.022

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P071-Q409.xml
MD5SUM00888bf8312be233faaf540b9d46fb52
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.049392
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
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.30/0.34	c version: 2017-07-26
0.30/0.34	c seed: 51146284
0.30/0.34	c timeout: 264
0.30/0.34	c memlimit: 11000
0.30/0.34	c nbcore: 4
0.30/0.36	c Parsing instance...
1.20/0.84	c Parsing done, starting search...
1.45/0.96	o 409
5.96/3.88	o 71
247.10/240.01	s SATISFIABLE
247.10/240.01	v <instantiation>
247.10/240.01	v 	<list>
247.10/240.01	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
247.10/240.01	v 	</list>
247.10/240.01	v 	<values>
247.10/240.01	v 		1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
247.10/240.01	v 	</values>
247.10/240.01	v </instantiation>

Verifier Data

OK	71

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4255658-1501638230/watcher-4255658-1501638230 -o /tmp/evaluation-result-4255658-1501638230/solver-4255658-1501638230 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24765 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 51146284 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255658-1501638230.xml 

pid=2595
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.69 1.55 1.54 3/198 2598
/proc/meminfo: memFree=30680440/32770624 swapFree=0/310348
[pid=2598] ppid=2595 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2598/stat : 2598 (runsolver) D 2595 2598 5234 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11328778 24240128 107 18446744073709551615 4194304 4338465 140724390064688 140724390062328 140338929132247 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 26882048 140724390072430 140724390072902 140724390072902 140724390076362 0
/proc/2598/statm: 5918 107 54 36 0 2156 0

[startup+0.100093 s]
/proc/loadavg: 1.69 1.55 1.54 3/198 2598
/proc/meminfo: memFree=30680440/32770624 swapFree=0/310348
[pid=2598] ppid=2595 vsize=13906484 CPUtime=0.05 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 4911 0 0 0 4 1 0 0 20 0 14 0 11328778 14240239616 5435 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3476621 5435 2513 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.201112 s]
/proc/loadavg: 1.69 1.55 1.54 3/198 2598
/proc/meminfo: memFree=30680440/32770624 swapFree=0/310348
[pid=2598] ppid=2595 vsize=13975920 CPUtime=0.14 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 9448 0 0 0 11 3 0 0 20 0 15 0 11328778 14311342080 8461 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3493980 8461 3378 1 0 3482767 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13975920

[startup+0.300636 s]
/proc/loadavg: 1.69 1.55 1.54 3/198 2598
/proc/meminfo: memFree=30680440/32770624 swapFree=0/310348
[pid=2598] ppid=2595 vsize=13975920 CPUtime=0.3 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 10916 0 0 0 27 3 0 0 20 0 15 0 11328778 14311342080 10747 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3493980 10747 3613 1 0 3482767 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13975920

[startup+0.700254 s]
/proc/loadavg: 1.69 1.55 1.54 3/198 2598
/proc/meminfo: memFree=30680440/32770624 swapFree=0/310348
[pid=2598] ppid=2595 vsize=13977988 CPUtime=1.08 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 14258 0 0 0 102 6 0 0 20 0 15 0 11328778 14313459712 17599 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3494497 17599 3727 1 0 3483279 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13977988

[startup+1.50064 s]
/proc/loadavg: 1.69 1.55 1.54 5/213 2613
/proc/meminfo: memFree=30571452/32770624 swapFree=0/310344
[pid=2598] ppid=2595 vsize=13982084 CPUtime=3.18 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 29796 0 0 0 307 11 0 0 20 0 15 0 11328778 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 53787 3782 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=1.38 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 14968 0 0 0 131 7 0 0 20 0 15 0 11328783 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139935327398128 139934954596219 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11328783 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11328783 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 11328783 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 11328783 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=0.64 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 5919 0 0 0 63 1 0 0 20 0 15 0 11328788 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) R 2595 2598 5234 0 -1 4202560 3656 0 0 0 65 0 0 0 20 0 15 0 11328788 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934796060128 139935302588737 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.42 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 3016 0 0 0 42 0 0 0 20 0 15 0 11328788 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11328792 14317654016 53787 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 13982084

[startup+3.1006 s]
/proc/loadavg: 1.69 1.55 1.54 3/213 2614
/proc/meminfo: memFree=30380032/32770624 swapFree=0/310344
[pid=2598] ppid=2595 vsize=13982084 CPUtime=5.17 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 30875 0 0 0 501 16 0 0 20 0 15 0 11328778 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 115740 3782 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=2.96 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 15217 0 0 0 285 11 0 0 20 0 15 0 11328783 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139935327396584 139934954595555 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 15 0 11328783 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 11328783 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 15 0 11328783 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 15 0 11328783 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 11328785 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=0.79 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 6002 0 0 0 78 1 0 0 20 0 15 0 11328788 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=0.82 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2595 2598 5234 0 -1 1077944384 3976 0 0 0 81 1 0 0 20 0 15 0 11328788 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934796068848 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.47 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 3156 0 0 0 47 0 0 0 20 0 15 0 11328788 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 11328792 14317654016 115740 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 13982084

[startup+6.30069 s]
/proc/loadavg: 1.64 1.54 1.54 3/213 2614
/proc/meminfo: memFree=29594140/32770624 swapFree=0/310356
[pid=2598] ppid=2595 vsize=13982084 CPUtime=8.62 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 31922 0 0 0 835 27 0 0 20 0 15 0 11328778 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 276145 3788 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=6.15 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 15674 0 0 0 595 20 0 0 20 0 15 0 11328783 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139935327395216 139934954595560 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 70 0 0 0 2 0 0 0 20 0 15 0 11328783 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 11328783 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 11328783 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 306 0 0 0 1 0 0 0 20 0 15 0 11328783 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 640 0 0 0 1 0 0 0 20 0 15 0 11328785 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=0.9 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 6056 0 0 0 88 2 0 0 20 0 15 0 11328788 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=0.92 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2595 2598 5234 0 -1 1077944384 4047 0 0 0 91 1 0 0 20 0 15 0 11328788 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934796068848 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.5 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 3344 0 0 0 50 0 0 0 20 0 15 0 11328788 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11328792 14317654016 276145 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.59 1.53 1.54 3/214 2629
/proc/meminfo: memFree=29599024/32770624 swapFree=0/310356
[pid=2598] ppid=2595 vsize=13982084 CPUtime=15.25 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 35158 0 0 0 1497 28 0 0 20 0 15 0 11328778 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 271772 3789 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=12.54 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 17300 0 0 0 1233 21 0 0 20 0 15 0 11328783 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139935327398048 139934954632877 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 80 0 0 0 2 0 0 0 20 0 15 0 11328783 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 15 0 11328783 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 15 0 11328783 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 621 0 0 0 2 0 0 0 20 0 15 0 11328783 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 651 0 0 0 1 0 0 0 20 0 15 0 11328785 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 271772 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0

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

[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 334 0 0 0 1 1 0 0 20 0 15 0 11328792 14317654016 256950 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 54.67
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.43 1.49 1.52 3/214 2631
/proc/meminfo: memFree=29633916/32770624 swapFree=0/310420
[pid=2598] ppid=2595 vsize=13982084 CPUtime=106.94 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 60003 0 0 0 10651 43 0 0 20 0 15 0 11328778 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 259302 3797 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=101.33 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 22163 0 0 0 10111 22 0 0 20 0 15 0 11328783 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139935327397776 139934955060500 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=0.4 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 435 0 0 0 38 2 0 0 20 0 15 0 11328783 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=0.4 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 459 0 0 0 37 3 0 0 20 0 15 0 11328783 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=0.4 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 1228 0 0 0 38 2 0 0 20 0 15 0 11328783 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=0.41 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 1749 0 0 0 37 4 0 0 20 0 15 0 11328783 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0.39 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 1509 0 0 0 36 3 0 0 20 0 15 0 11328785 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=1.35 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 11242 0 0 0 133 2 0 0 20 0 15 0 11328788 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=1.44 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2595 2598 5234 0 -1 1077944384 9632 0 0 0 143 1 0 0 20 0 15 0 11328788 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934796068848 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.67 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 9704 0 0 0 66 1 0 0 20 0 15 0 11328788 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 448 0 0 0 3 2 0 0 20 0 15 0 11328792 14317654016 259302 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 106.94
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.48 1.49 1.52 3/215 2634
/proc/meminfo: memFree=29615000/32770624 swapFree=0/310456
[pid=2598] ppid=2595 vsize=13982084 CPUtime=168.09 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 66120 0 0 0 16757 52 0 0 20 0 15 0 11328778 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 261795 3804 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=160.68 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 23899 0 0 0 16045 23 0 0 20 0 15 0 11328783 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139935327398384 139934955060656 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=0.72 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 672 0 0 0 68 4 0 0 20 0 15 0 11328783 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=0.71 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 617 0 0 0 67 4 0 0 20 0 15 0 11328783 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=0.71 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 1855 0 0 0 67 4 0 0 20 0 15 0 11328783 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=0.72 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 1904 0 0 0 67 5 0 0 20 0 15 0 11328783 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0.68 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 1770 0 0 0 63 5 0 0 20 0 15 0 11328785 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=1.47 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 12724 0 0 0 145 2 0 0 20 0 15 0 11328788 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=1.54 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2595 2598 5234 0 -1 1077944384 10636 0 0 0 153 1 0 0 20 0 15 0 11328788 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934796068848 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.67 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 10118 0 0 0 66 1 0 0 20 0 15 0 11328788 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0.09 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 474 0 0 0 5 4 0 0 20 0 15 0 11328792 14317654016 261795 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 168.09
Current children cumulated vsize (KiB) 13982084

[startup+222.301 s]
/proc/loadavg: 1.71 1.56 1.54 3/215 2713
/proc/meminfo: memFree=30335188/32770624 swapFree=0/310524
[pid=2598] ppid=2595 vsize=13982084 CPUtime=229.09 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 70231 0 0 0 22847 62 0 0 20 0 15 0 11328778 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 265039 3804 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=220 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 25353 0 0 0 21976 24 0 0 20 0 15 0 11328783 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139935327398464 139934955060420 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=1.05 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 796 0 0 0 100 5 0 0 20 0 15 0 11328783 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=1.05 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 1249 0 0 0 99 6 0 0 20 0 15 0 11328783 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=1.04 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 1973 0 0 0 99 5 0 0 20 0 15 0 11328783 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=1.04 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 2076 0 0 0 97 7 0 0 20 0 15 0 11328783 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=0.97 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 2035 0 0 0 89 8 0 0 20 0 15 0 11328785 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=1.48 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 13477 0 0 0 146 2 0 0 20 0 15 0 11328788 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=1.57 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2595 2598 5234 0 -1 1077944384 11207 0 0 0 156 1 0 0 20 0 15 0 11328788 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934796068848 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.67 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 10120 0 0 0 66 1 0 0 20 0 15 0 11328788 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0.12 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 494 0 0 0 6 6 0 0 20 0 15 0 11328792 14317654016 265039 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 229.09
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.65 1.55 1.54 4/214 2713
/proc/meminfo: memFree=30187628/32770624 swapFree=0/310540
[pid=2598] ppid=2595 vsize=13982084 CPUtime=247.1 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2595 2598 5234 0 -1 1077944320 71483 0 0 0 24645 65 0 0 20 0 15 0 11328778 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 140731576084352 139935323160311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
/proc/2598/statm: 3495521 265551 3804 1 0 3484303 0
[pid=2598/tid=2600] ppid=2595 vsize=13982084 CPUtime=237.5 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2595 2598 5234 0 -1 4202560 25511 0 0 0 23726 24 0 0 20 0 15 0 11328783 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139935327398560 139934954651184 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2601] ppid=2595 vsize=13982084 CPUtime=1.14 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2595 2598 5234 0 -1 1077944384 832 0 0 0 109 5 0 0 20 0 15 0 11328783 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139935280126352 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2602] ppid=2595 vsize=13982084 CPUtime=1.14 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2595 2598 5234 0 -1 1077944384 1267 0 0 0 108 6 0 0 20 0 15 0 11328783 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139935279073552 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2603] ppid=2595 vsize=13982084 CPUtime=1.14 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2595 2598 5234 0 -1 1077944384 1989 0 0 0 108 6 0 0 20 0 15 0 11328783 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139935278021264 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2604] ppid=2595 vsize=13982084 CPUtime=1.14 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2595 2598 5234 0 -1 1077944384 2091 0 0 0 106 8 0 0 20 0 15 0 11328783 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139935276968464 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2605] ppid=2595 vsize=13982084 CPUtime=1.06 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2595 2598 5234 0 -1 1077944384 2035 0 0 0 98 8 0 0 20 0 15 0 11328785 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934869121648 139935323171458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2606] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2595 2598 5234 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934868067680 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2607] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2595 2598 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11328785 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934799226496 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2608] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934798174800 139935323178907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2609] ppid=2595 vsize=13982084 CPUtime=1.48 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2595 2598 5234 0 -1 1077944384 13565 0 0 0 146 2 0 0 20 0 15 0 11328788 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934797121648 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2610] ppid=2595 vsize=13982084 CPUtime=1.58 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2595 2598 5234 0 -1 1077944384 12029 0 0 0 157 1 0 0 20 0 15 0 11328788 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934796068848 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2611] ppid=2595 vsize=13982084 CPUtime=0.67 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2595 2598 5234 0 -1 1077944384 10219 0 0 0 66 1 0 0 20 0 15 0 11328788 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934795016560 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2612] ppid=2595 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2595 2598 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11328788 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934793964000 139935323170517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
[pid=2598/tid=2613] ppid=2595 vsize=13982084 CPUtime=0.14 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2595 2598 5234 0 -1 1077944384 494 0 0 0 7 7 0 0 20 0 15 0 11328792 14317654016 265551 18446744073709551615 4194304 4196468 140731576101808 139934792911792 139935323171458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140731576103321 140731576103499 140731576103499 140731576106959 0
Current children cumulated CPU time (s) 247.1
Current children cumulated vsize (KiB) 13982084

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 2598 sig 9
??? kill -2598 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.022
CPU time (s): 247.131
CPU user time (s): 246.467
CPU system time (s): 0.663523
CPU usage (%): 102.962
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.467
system time used= 0.663523
maximum resident set size= 1106628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72065
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34754
involuntary context switches= 690

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35935 second user time and 1.17925 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 03:29:49
IDJOB=4255658
IDBENCH=135067
IDSOLVER=2638
FILE ID=node134/4255658-1501638230
RUNJOBID= node134-1501623099-24765
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P071-Q409.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255658-1501638230/watcher-4255658-1501638230 -o /tmp/evaluation-result-4255658-1501638230/solver-4255658-1501638230 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24765 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 51146284 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255658-1501638230.xml

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

MD5SUM BENCH= 00888bf8312be233faaf540b9d46fb52
RANDOM SEED=51146284

node134.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.43
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.43
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.43
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.43
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:        30680624 kB
MemAvailable:   31006004 kB
Buffers:          112708 kB
Cached:           492392 kB
SwapCached:            0 kB
Active:          1358928 kB
Inactive:         317256 kB
Active(anon):    1073320 kB
Inactive(anon):     6652 kB
Active(file):     285608 kB
Inactive(file):   310604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42428 kB
Writeback:             0 kB
AnonPages:       1072912 kB
Mapped:            44492 kB
Shmem:              8892 kB
Slab:             115772 kB
SReclaimable:      90004 kB
SUnreclaim:        25768 kB
KernelStack:        3456 kB
PageTables:         6908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2033332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61816 MiB
End job on node134 at 2017-08-02 03:33:49