Trace number 4248636

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
R1: OscaR - ALNS 2017-06-30SAT (TO)2 2400.0901 2338.74

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-11.xml
MD5SUM21068963a9b1e3aa386cc6eac6ce07b0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.19624799
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints165
Number of domains1
Minimum domain size55
Maximum domain size55
Distribution of domain sizes[{"size":55,"count":55}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":66},{"degree":10,"count":55}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":165}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.23/0.38	c version: 2017-06-30
0.23/0.38	c seed: 678538860
0.23/0.38	c timeout: 2400
0.23/0.39	c memlimit: 15500
0.23/0.39	c nbcore: 4
0.42/0.41	c Parsing instance...
50.98/26.28	c Parsing done, starting search...
51.12/26.35	o 54
51.78/26.61	o 53
51.91/26.71	o 50
54.79/28.77	o 9
58.23/31.84	o 5
60.52/34.00	o 4
60.99/34.13	o 3
60.99/34.16	o 2
2400.05/2338.71	s SATISFIABLE
2400.05/2338.71	v <instantiation>
2400.05/2338.71	v 	<list>
2400.05/2338.71	v 		x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][7] x[6][8] x[6][9] x[6][10] x[7][8] x[7][9] x[7][10] x[8][9] x[8][10] x[9][10]
2400.05/2338.71	v 	</list>
2400.05/2338.71	v 	<values>
2400.05/2338.71	v 		0 2 1 0 0 2 0 0 1 1 1 0 2 1 0 2 1 2 0 0 0 2 0 1 0 1 0 2 1 1 2 1 0 2 2 2 1 1 0 1 0 1 2 0 0 0 2 1 1 2 0 0 0 2 2 
2400.05/2338.71	v 	</values>
2400.05/2338.71	v </instantiation>

Verifier Data

OK	2

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-4248636-1502144781/watcher-4248636-1502144781 -o /tmp/evaluation-result-4248636-1502144781/solver-4248636-1502144781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502143943-5364 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 678538860 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4248636-1502144781.xml 

pid=5385
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 0.83 0.81 1.11 2/182 5389
/proc/meminfo: memFree=31346396/32770624 swapFree=0/377480
[pid=5389] ppid=5385 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5389/stat : 5389 (runsolver) D 5385 5389 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 56389091 24240128 106 18446744073709551615 4194304 4338465 140722665114336 140722665111976 140443227624151 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 26550272 140722665115757 140722665116233 140722665116233 140722665119690 0
/proc/5389/statm: 5918 106 53 36 0 2156 0

[startup+0.10012 s]
/proc/loadavg: 0.83 0.81 1.11 2/182 5389
/proc/meminfo: memFree=31346396/32770624 swapFree=0/377480
[pid=5389] ppid=5385 vsize=12512256 CPUtime=0.03 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 4302 0 0 0 3 0 0 0 20 0 9 0 56389091 12812550144 4868 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3128064 4868 2111 1 0 3117561 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12512256

[startup+0.209087 s]
/proc/loadavg: 0.83 0.81 1.11 2/182 5389
/proc/meminfo: memFree=31346396/32770624 swapFree=0/377480
[pid=5389] ppid=5385 vsize=12914512 CPUtime=0.08 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 6918 0 0 0 7 1 0 0 20 0 15 0 56389091 13224460288 7076 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3228628 7076 3346 1 0 3217407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12914512

[startup+0.304042 s]
/proc/loadavg: 0.83 0.81 1.11 2/182 5389
/proc/meminfo: memFree=31346396/32770624 swapFree=0/377480
[pid=5389] ppid=5385 vsize=12914512 CPUtime=0.23 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 10295 0 0 0 21 2 0 0 20 0 15 0 56389091 13224460288 9573 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3228628 9573 3549 1 0 3217407 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 12914512

[startup+0.701061 s]
/proc/loadavg: 0.83 0.81 1.11 2/182 5389
/proc/meminfo: memFree=31346396/32770624 swapFree=0/377480
[pid=5389] ppid=5385 vsize=12916580 CPUtime=0.99 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 14025 0 0 0 95 4 0 0 20 0 15 0 56389091 13226577920 16322 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3229145 16322 3738 1 0 3217919 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 12916580

[startup+1.50068 s]
/proc/loadavg: 0.83 0.81 1.11 3/215 5422
/proc/meminfo: memFree=31083248/32770624 swapFree=0/377316
[pid=5389] ppid=5385 vsize=12916580 CPUtime=2.24 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 18710 0 0 0 208 16 0 0 20 0 15 0 56389091 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3229145 63676 3780 1 0 3217919 0
[pid=5389/tid=5395] ppid=5385 vsize=12916580 CPUtime=1.28 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 11863 0 0 0 123 5 0 0 20 0 15 0 56389097 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139698278376896 139697916200214 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12916580 CPUtime=0.06 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 387 0 0 0 4 2 0 0 20 0 15 0 56389098 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12916580 CPUtime=0.06 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 160 0 0 0 4 2 0 0 20 0 15 0 56389098 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12916580 CPUtime=0.06 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 162 0 0 0 4 2 0 0 20 0 15 0 56389098 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12916580 CPUtime=0.06 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 177 0 0 0 4 2 0 0 20 0 15 0 56389098 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 56389099 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 56389100 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 56389100 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12916580 CPUtime=0.16 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 1103 0 0 0 16 0 0 0 20 0 15 0 56389102 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12916580 CPUtime=0.23 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 1163 0 0 0 23 0 0 0 20 0 15 0 56389102 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12916580 CPUtime=0.25 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 1883 0 0 0 25 0 0 0 20 0 15 0 56389102 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 56389110 13226577920 63676 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 12916580

[startup+3.10067 s]
/proc/loadavg: 1.17 0.88 1.13 3/215 5422
/proc/meminfo: memFree=30639376/32770624 swapFree=0/377316
[pid=5389] ppid=5385 vsize=12916580 CPUtime=5.36 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 20524 0 0 0 476 60 0 0 20 0 15 0 56389091 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3229145 170876 3785 1 0 3217919 0
[pid=5389/tid=5395] ppid=5385 vsize=12916580 CPUtime=2.38 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) S 5385 5389 12906 0 -1 1077944384 11968 0 0 0 232 6 0 0 20 0 15 0 56389097 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139698278385664 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12916580 CPUtime=0.55 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) R 5385 5389 12906 0 -1 4202560 666 0 0 0 43 12 0 0 20 0 15 0 56389098 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698258845862 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12916580 CPUtime=0.54 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) R 5385 5389 12906 0 -1 4202560 390 0 0 0 42 12 0 0 20 0 15 0 56389098 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697876982312 139698266776295 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12916580 CPUtime=0.55 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) R 5385 5389 12906 0 -1 4202560 389 0 0 0 42 13 0 0 20 0 15 0 56389098 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697875928944 139698266776295 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12916580 CPUtime=0.54 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) R 5385 5389 12906 0 -1 4202560 411 0 0 0 42 12 0 0 20 0 15 0 56389098 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697874876400 139698266776295 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 501 0 0 0 0 0 0 0 20 0 15 0 56389099 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697758086240 139698274158293 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 56389100 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 56389100 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12916580 CPUtime=0.18 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 1319 0 0 0 18 0 0 0 20 0 15 0 56389102 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12916580 CPUtime=0.24 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 1163 0 0 0 24 0 0 0 20 0 15 0 56389102 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12916580 CPUtime=0.29 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 2276 0 0 0 29 0 0 0 20 0 15 0 56389102 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 56389110 13226577920 170876 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 12916580

[startup+6.30069 s]
/proc/loadavg: 1.17 0.88 1.13 3/215 5422
/proc/meminfo: memFree=29551532/32770624 swapFree=0/377316
[pid=5389] ppid=5385 vsize=12916580 CPUtime=10.15 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 24057 0 0 0 929 86 0 0 20 0 15 0 56389091 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3229145 220990 3798 1 0 3217919 0
[pid=5389/tid=5395] ppid=5385 vsize=12916580 CPUtime=4.15 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 11979 0 0 0 409 6 0 0 20 0 15 0 56389097 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139698278383800 139697918260928 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12916580 CPUtime=1.07 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 974 0 0 0 88 19 0 0 20 0 15 0 56389098 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12916580 CPUtime=1.04 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 615 0 0 0 85 19 0 0 20 0 15 0 56389098 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12916580 CPUtime=1.05 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 516 0 0 0 86 19 0 0 20 0 15 0 56389098 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12916580 CPUtime=1.06 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 593 0 0 0 87 19 0 0 20 0 15 0 56389098 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12916580 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 1984 0 0 0 91 0 0 0 20 0 15 0 56389099 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 56389100 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 56389100 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12916580 CPUtime=0.2 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 1496 0 0 0 20 0 0 0 20 0 15 0 56389102 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12916580 CPUtime=0.25 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 1233 0 0 0 25 0 0 0 20 0 15 0 56389102 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12916580 CPUtime=0.34 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 3136 0 0 0 34 0 0 0 20 0 15 0 56389102 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12916580 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 56389110 13226577920 220990 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 12916580

[startup+12.7007 s]
/proc/loadavg: 1.76 1.02 1.17 4/215 5422
/proc/meminfo: memFree=26955672/32770624 swapFree=0/377312
[pid=5389] ppid=5385 vsize=12918628 CPUtime=23.15 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 31556 0 0 0 2083 232 0 0 20 0 15 0 56389091 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3229657 530340 3805 1 0 3218431 0
[pid=5389/tid=5395] ppid=5385 vsize=12918628 CPUtime=7.31 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 13561 0 0 0 722 9 0 0 20 0 15 0 56389097 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139698278383872 139697919725380 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12918628 CPUtime=3.11 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 2207 0 0 0 257 54 0 0 20 0 15 0 56389098 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12918628 CPUtime=3.06 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 1361 0 0 0 251 55 0 0 20 0 15 0 56389098 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12918628 CPUtime=3.1 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 1586 0 0 0 254 56 0 0 20 0 15 0 56389098 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12918628 CPUtime=3.08 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 1303 0 0 0 254 54 0 0 20 0 15 0 56389098 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12918628 CPUtime=2.11 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 3198 0 0 0 211 0 0 0 20 0 15 0 56389099 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12918628 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 56389100 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12918628 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 56389100 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12918628 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13228675072 530340 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0

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

/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13230772224 1051295 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12920676 CPUtime=1.41 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 1305 0 0 0 63 78 0 0 20 0 15 0 56389110 13230772224 1051295 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 2262.71
Current children cumulated vsize (KiB) 12920676

[startup+2262.3 s]
/proc/loadavg: 1.84 1.78 1.77 3/217 5564
/proc/meminfo: memFree=24520948/32770624 swapFree=0/377580
[pid=5389] ppid=5385 vsize=12920676 CPUtime=2323.17 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 541427 0 0 0 231562 755 0 0 20 0 15 0 56389091 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3230169 1052338 3841 1 0 3218943 0
[pid=5389/tid=5395] ppid=5385 vsize=12920676 CPUtime=2236.03 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 291684 0 0 0 223566 37 0 0 20 0 15 0 56389097 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139698278386336 139697922894011 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12920676 CPUtime=17.78 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 49780 0 0 0 1625 153 0 0 20 0 15 0 56389098 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12920676 CPUtime=17.73 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 46922 0 0 0 1614 159 0 0 20 0 15 0 56389098 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12920676 CPUtime=17.74 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 41072 0 0 0 1612 162 0 0 20 0 15 0 56389098 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12920676 CPUtime=17.84 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 35686 0 0 0 1628 156 0 0 20 0 15 0 56389098 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12920676 CPUtime=8.31 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 18650 0 0 0 824 7 0 0 20 0 15 0 56389099 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12920676 CPUtime=2.68 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 23004 0 0 0 263 5 0 0 20 0 15 0 56389102 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12920676 CPUtime=2.58 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 17689 0 0 0 254 4 0 0 20 0 15 0 56389102 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12920676 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 14131 0 0 0 88 3 0 0 20 0 15 0 56389102 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12920676 CPUtime=1.45 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 1329 0 0 0 64 81 0 0 20 0 15 0 56389110 13230772224 1052338 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 2323.17
Current children cumulated vsize (KiB) 12920676

[startup+2322.3 s]
/proc/loadavg: 1.77 1.76 1.76 3/218 5567
/proc/meminfo: memFree=24517568/32770624 swapFree=0/377596
[pid=5389] ppid=5385 vsize=12920676 CPUtime=2383.55 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 569010 0 0 0 237596 759 0 0 20 0 15 0 56389091 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3230169 1053387 3841 1 0 3218943 0
[pid=5389/tid=5395] ppid=5385 vsize=12920676 CPUtime=2295.92 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 314781 0 0 0 229554 38 0 0 20 0 15 0 56389097 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139698278386096 139697922894934 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12920676 CPUtime=17.89 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 51437 0 0 0 1636 153 0 0 20 0 15 0 56389098 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12920676 CPUtime=17.84 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 47075 0 0 0 1625 159 0 0 20 0 15 0 56389098 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12920676 CPUtime=17.86 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 43346 0 0 0 1623 163 0 0 20 0 15 0 56389098 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12920676 CPUtime=17.96 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 35802 0 0 0 1640 156 0 0 20 0 15 0 56389098 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12920676 CPUtime=8.32 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 18904 0 0 0 825 7 0 0 20 0 15 0 56389099 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12920676 CPUtime=2.68 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 23006 0 0 0 263 5 0 0 20 0 15 0 56389102 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12920676 CPUtime=2.58 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 17691 0 0 0 254 4 0 0 20 0 15 0 56389102 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12920676 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 14133 0 0 0 88 3 0 0 20 0 15 0 56389102 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12920676 CPUtime=1.49 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 1355 0 0 0 66 83 0 0 20 0 15 0 56389110 13230772224 1053387 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 2383.55
Current children cumulated vsize (KiB) 12920676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2338.71 s]
/proc/loadavg: 1.68 1.75 1.76 3/218 5567
/proc/meminfo: memFree=24515832/32770624 swapFree=0/377596
[pid=5389] ppid=5385 vsize=12920676 CPUtime=2400.05 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 570218 0 0 0 239245 760 0 0 20 0 15 0 56389091 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3230169 1053867 3841 1 0 3218943 0
[pid=5389/tid=5395] ppid=5385 vsize=12920676 CPUtime=2312.29 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 315812 0 0 0 231191 38 0 0 20 0 15 0 56389097 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139698278386096 139697922894516 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12920676 CPUtime=17.92 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 51533 0 0 0 1639 153 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12920676 CPUtime=17.87 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 47079 0 0 0 1628 159 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12920676 CPUtime=17.89 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 43374 0 0 0 1626 163 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12920676 CPUtime=17.99 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 35848 0 0 0 1643 156 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12920676 CPUtime=8.32 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 18907 0 0 0 825 7 0 0 20 0 15 0 56389099 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12920676 CPUtime=2.68 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 23006 0 0 0 263 5 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12920676 CPUtime=2.58 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 17691 0 0 0 254 4 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12920676 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 14133 0 0 0 88 3 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12920676 CPUtime=1.5 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 1355 0 0 0 66 84 0 0 20 0 15 0 56389110 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 12920676

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 5389 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2338.71 s]
/proc/loadavg: 1.68 1.75 1.76 3/218 5567
/proc/meminfo: memFree=24515832/32770624 swapFree=0/377596
[pid=5389] ppid=5385 vsize=12920676 CPUtime=2400.05 cores=1,3,5,7
/proc/5389/stat : 5389 (java) S 5385 5389 12906 0 -1 1077944320 570218 0 0 0 239245 760 0 0 20 0 15 0 56389091 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 140736431298256 139698274148087 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
/proc/5389/statm: 3230169 1053867 3841 1 0 3218943 0
[pid=5389/tid=5395] ppid=5385 vsize=12920676 CPUtime=2312.29 cores=1,3,5,7
/proc/5389/task/5395/stat : 5395 (java) R 5385 5389 12906 0 -1 4202560 315812 0 0 0 231191 38 0 0 20 0 15 0 56389097 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139698278386096 139697922894516 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5397] ppid=5385 vsize=12920676 CPUtime=17.92 cores=1,3,5,7
/proc/5389/task/5397/stat : 5397 (java) S 5385 5389 12906 0 -1 1077944384 51533 0 0 0 1639 153 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139698241706512 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5398] ppid=5385 vsize=12920676 CPUtime=17.87 cores=1,3,5,7
/proc/5389/task/5398/stat : 5398 (java) S 5385 5389 12906 0 -1 1077944384 47079 0 0 0 1628 159 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697876982416 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5399] ppid=5385 vsize=12920676 CPUtime=17.89 cores=1,3,5,7
/proc/5389/task/5399/stat : 5399 (java) S 5385 5389 12906 0 -1 1077944384 43374 0 0 0 1626 163 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697875929360 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5400] ppid=5385 vsize=12920676 CPUtime=17.99 cores=1,3,5,7
/proc/5389/task/5400/stat : 5400 (java) S 5385 5389 12906 0 -1 1077944384 35848 0 0 0 1643 156 0 0 20 0 15 0 56389098 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697874876816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5405] ppid=5385 vsize=12920676 CPUtime=8.32 cores=1,3,5,7
/proc/5389/task/5405/stat : 5405 (java) S 5385 5389 12906 0 -1 1077944384 18907 0 0 0 825 7 0 0 20 0 15 0 56389099 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697758087920 139698274159234 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5407] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5407/stat : 5407 (java) S 5385 5389 12906 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697757034208 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5409] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5409/stat : 5409 (java) S 5385 5389 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 56389100 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697755981056 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5411] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5411/stat : 5411 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697754929616 139698274166683 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5414] ppid=5385 vsize=12920676 CPUtime=2.68 cores=1,3,5,7
/proc/5389/task/5414/stat : 5414 (java) S 5385 5389 12906 0 -1 1077944384 23006 0 0 0 263 5 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697753876720 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5417] ppid=5385 vsize=12920676 CPUtime=2.58 cores=1,3,5,7
/proc/5389/task/5417/stat : 5417 (java) S 5385 5389 12906 0 -1 1077944384 17691 0 0 0 254 4 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697752824176 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5418] ppid=5385 vsize=12920676 CPUtime=0.91 cores=1,3,5,7
/proc/5389/task/5418/stat : 5418 (java) S 5385 5389 12906 0 -1 1077944384 14133 0 0 0 88 3 0 0 20 0 15 0 56389102 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697751771120 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5420] ppid=5385 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/5389/task/5420/stat : 5420 (java) S 5385 5389 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 56389103 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697750718816 139698274158293 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
[pid=5389/tid=5421] ppid=5385 vsize=12920676 CPUtime=1.5 cores=1,3,5,7
/proc/5389/task/5421/stat : 5421 (java) S 5385 5389 12906 0 -1 1077944384 1355 0 0 0 66 84 0 0 20 0 15 0 56389110 13230772224 1053867 18446744073709551615 4194304 4196468 140736431315712 139697749666864 139698274159234 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17723392 140736431321498 140736431321678 140736431321678 140736431325135 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 12920676

Child status: 143
Real time (s): 2338.74
CPU time (s): 2400.09
CPU user time (s): 2392.47
CPU system time (s): 7.62944
CPU usage (%): 102.623
Max. virtual memory (cumulated for all children) (KiB): 12920676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.47
system time used= 7.62944
maximum resident set size= 6172564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59318
involuntary context switches= 2176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9124 second user time and 15.6557 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-08 00:12:24
IDJOB=4248636
IDBENCH=140556
IDSOLVER=2627
FILE ID=node135/4248636-1502144781
RUNJOBID= node135-1502143943-5364
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-11.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248636-1502144781/watcher-4248636-1502144781 -o /tmp/evaluation-result-4248636-1502144781/solver-4248636-1502144781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502143943-5364 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 678538860 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4248636-1502144781.xml

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

MD5SUM BENCH= 21068963a9b1e3aa386cc6eac6ce07b0
RANDOM SEED=678538860

node135.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.21
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.21
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.21
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.21
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:        31346972 kB
MemAvailable:   31994160 kB
Buffers:          239992 kB
Cached:           694032 kB
SwapCached:            0 kB
Active:           587200 kB
Inactive:         402428 kB
Active(anon):      56052 kB
Inactive(anon):    24948 kB
Active(file):     531148 kB
Inactive(file):   377480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             83948 kB
Writeback:             0 kB
AnonPages:         55724 kB
Mapped:            40692 kB
Shmem:             25272 kB
Slab:             135516 kB
SReclaimable:     108792 kB
SUnreclaim:        26724 kB
KernelStack:        3200 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     298376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61948 MiB
End job on node135 at 2017-08-08 00:51:23