Trace number 4249883

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)550 2400.0601 2354.1299

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r1.xml
MD5SUM363bab3579cb814ec3389af888051029
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark550
Best CPU time to get the best result obtained on this benchmark0.0081519997
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints31
Number of domains6
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":5},{"size":3,"count":25},{"size":5,"count":5},{"size":11,"count":5}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":18},{"degree":4,"count":5},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":15},{"arity":4,"count":1},{"arity":5,"count":15}]
Number of extensional constraints15
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":14}]
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.23/0.38	c version: 2017-06-30
0.23/0.38	c seed: 481428906
0.23/0.38	c timeout: 2400
0.23/0.38	c memlimit: 15500
0.23/0.38	c nbcore: 4
0.42/0.40	c Parsing instance...
1.10/0.87	c Parsing done, starting search...
1.10/0.89	o 1000
1.29/0.95	o 950
1.29/0.99	o 600
2.93/1.43	o 550
2400.03/2354.11	s SATISFIABLE
2400.03/2354.11	v <instantiation>
2400.03/2354.11	v 	<list>
2400.03/2354.11	v 		r[0] r[1] r[2] r[3] r[4] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4]
2400.03/2354.11	v 	</list>
2400.03/2354.11	v 	<values>
2400.03/2354.11	v 		2 2 1 0 0 3 1 2 0 0 3 0 1 7 0 0 0 0 0 0 0 0 0 0 0 200 200 150 0 0 16 16 8 0 0 200 200 150 0 0 
2400.03/2354.11	v 	</values>
2400.03/2354.11	v </instantiation>

Verifier Data

OK	550

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-4249883-1502143633/watcher-4249883-1502143633 -o /tmp/evaluation-result-4249883-1502143633/solver-4249883-1502143633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502114824-8218 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 481428906 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4249883-1502143633.xml 

pid=12152
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: 1.40 1.33 1.36 3/195 12155
/proc/meminfo: memFree=31398312/32770624 swapFree=0/67076
[pid=12155] ppid=12152 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12155/stat : 12155 (runsolver) D 12152 12155 21827 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 16559085 24240128 106 18446744073709551615 4194304 4338465 140731972278304 140731972275944 139654712246999 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19038208 140731972280430 140731972280906 140731972280906 140731972284362 0
/proc/12155/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.40 1.33 1.36 3/195 12155
/proc/meminfo: memFree=31398312/32770624 swapFree=0/67076
[pid=12155] ppid=12152 vsize=12294936 CPUtime=0 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 2541 0 0 0 0 0 0 0 20 0 6 0 16559085 12590014464 2737 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3073734 2737 1269 1 0 3063704 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12294936

[startup+0.200452 s]
/proc/loadavg: 1.40 1.33 1.36 3/195 12155
/proc/meminfo: memFree=31398312/32770624 swapFree=0/67076
[pid=12155] ppid=12152 vsize=12911640 CPUtime=0.06 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 5551 0 0 0 5 1 0 0 20 0 15 0 16559085 13221519360 6271 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3228628 6271 2599 1 0 3217407 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12911640

[startup+0.300288 s]
/proc/loadavg: 1.40 1.33 1.36 3/195 12155
/proc/meminfo: memFree=31398312/32770624 swapFree=0/67076
[pid=12155] ppid=12152 vsize=12914512 CPUtime=0.23 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 9926 0 0 0 20 3 0 0 20 0 15 0 16559085 13224460288 9690 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3228628 9690 3548 1 0 3217407 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 12914512

[startup+0.700209 s]
/proc/loadavg: 1.40 1.33 1.36 3/195 12155
/proc/meminfo: memFree=31398312/32770624 swapFree=0/67076
[pid=12155] ppid=12152 vsize=12916580 CPUtime=0.97 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 13754 0 0 0 92 5 0 0 20 0 15 0 16559085 13226577920 16556 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3229145 16556 3730 1 0 3217919 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 12916580

[startup+1.50067 s]
/proc/loadavg: 1.40 1.33 1.36 6/210 12170
/proc/meminfo: memFree=31307724/32770624 swapFree=0/66936
[pid=12155] ppid=12152 vsize=12920676 CPUtime=3.22 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 27307 0 0 0 311 11 0 0 20 0 15 0 16559085 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 52035 3796 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=1.34 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 15063 0 0 0 126 8 0 0 20 0 15 0 16559094 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648527731040 140648121457405 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 16559095 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 16559095 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 16559095 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16559095 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 16559096 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=0.65 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 3037 0 0 0 65 0 0 0 20 0 15 0 16559099 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=0.65 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 3910 0 0 0 65 0 0 0 20 0 15 0 16559099 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.51 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 2986 0 0 0 51 0 0 0 20 0 15 0 16559099 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 16559104 13230772224 52035 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 12920676

[startup+3.10069 s]
/proc/loadavg: 1.40 1.33 1.36 3/210 12170
/proc/meminfo: memFree=31119944/32770624 swapFree=0/66936
[pid=12155] ppid=12152 vsize=12920676 CPUtime=5.55 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 29019 0 0 0 536 19 0 0 20 0 15 0 16559085 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 132717 3806 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=2.91 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 15265 0 0 0 278 13 0 0 20 0 15 0 16559094 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648527728648 140648119959977 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 447 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 16559096 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=0.85 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 3194 0 0 0 85 0 0 0 20 0 15 0 16559099 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=1.11 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 4531 0 0 0 110 1 0 0 20 0 15 0 16559099 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.55 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 3466 0 0 0 54 1 0 0 20 0 15 0 16559099 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 16559104 13230772224 132717 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 12920676

[startup+6.30069 s]
/proc/loadavg: 1.28 1.30 1.36 3/210 12170
/proc/meminfo: memFree=30297640/32770624 swapFree=0/66948
[pid=12155] ppid=12152 vsize=12920676 CPUtime=9.28 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 31511 0 0 0 899 29 0 0 20 0 15 0 16559085 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 278888 3806 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=6.1 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 15892 0 0 0 589 21 0 0 20 0 15 0 16559094 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648527728152 140648122614227 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 639 0 0 0 1 0 0 0 20 0 15 0 16559096 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=1.22 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 4599 0 0 0 121 1 0 0 20 0 15 0 16559099 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=1.23 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 4627 0 0 0 122 1 0 0 20 0 15 0 16559099 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.57 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 3531 0 0 0 56 1 0 0 20 0 15 0 16559099 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 16559104 13230772224 278888 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 12920676

[startup+12.7007 s]
/proc/loadavg: 1.34 1.32 1.36 3/210 12170
/proc/meminfo: memFree=30308416/32770624 swapFree=0/66956
[pid=12155] ppid=12152 vsize=12920676 CPUtime=15.81 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 34963 0 0 0 1551 30 0 0 20 0 15 0 16559085 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 272552 3807 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=12.48 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 17215 0 0 0 1227 21 0 0 20 0 15 0 16559094 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648527730544 140648120188467 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=0.03 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 969 0 0 0 2 1 0 0 20 0 15 0 16559095 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=0.02 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 283 0 0 0 1 1 0 0 20 0 15 0 16559095 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 16559095 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=0.02 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 847 0 0 0 2 0 0 0 20 0 15 0 16559096 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 272552 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0

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

/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 331859 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=1.27 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 838 0 0 0 57 70 0 0 20 0 15 0 16559104 13230772224 331859 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 2245.22
Current children cumulated vsize (KiB) 12920676

[startup+2262.3 s]
/proc/loadavg: 1.69 1.37 1.35 3/212 12414
/proc/meminfo: memFree=29717544/32770624 swapFree=0/69280
[pid=12155] ppid=12152 vsize=12920676 CPUtime=2306.41 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 188638 0 0 0 230227 414 0 0 20 0 15 0 16559085 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 333395 3813 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=2235.75 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 76562 0 0 0 223515 60 0 0 20 0 15 0 16559094 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648527730992 140648122614273 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=13.77 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 11590 0 0 0 1308 69 0 0 20 0 15 0 16559095 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=13.83 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 9924 0 0 0 1310 73 0 0 20 0 15 0 16559095 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=13.82 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 10938 0 0 0 1310 72 0 0 20 0 15 0 16559095 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=13.81 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 12932 0 0 0 1314 67 0 0 20 0 15 0 16559095 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=9.23 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 11297 0 0 0 855 68 0 0 20 0 15 0 16559096 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=1.82 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 21009 0 0 0 179 3 0 0 20 0 15 0 16559099 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=2.33 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 22374 0 0 0 230 3 0 0 20 0 15 0 16559099 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.66 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 9716 0 0 0 65 1 0 0 20 0 15 0 16559099 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=1.3 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 863 0 0 0 58 72 0 0 20 0 15 0 16559104 13230772224 333395 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 2306.41
Current children cumulated vsize (KiB) 12920676

[startup+2322.3 s]
/proc/loadavg: 1.47 1.37 1.35 3/209 12416
/proc/meminfo: memFree=29708496/32770624 swapFree=0/69324
[pid=12155] ppid=12152 vsize=12920676 CPUtime=2367.58 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 191486 0 0 0 236335 423 0 0 20 0 15 0 16559085 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 335443 3813 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=2295.09 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 77860 0 0 0 229448 61 0 0 20 0 15 0 16559094 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648527731296 140648122430777 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=14.17 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 11853 0 0 0 1347 70 0 0 20 0 15 0 16559095 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=14.24 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 10290 0 0 0 1350 74 0 0 20 0 15 0 16559095 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=14.23 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 11336 0 0 0 1349 74 0 0 20 0 15 0 16559095 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=14.21 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 13250 0 0 0 1353 68 0 0 20 0 15 0 16559095 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=9.42 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 11481 0 0 0 873 69 0 0 20 0 15 0 16559096 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=1.82 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 21011 0 0 0 179 3 0 0 20 0 15 0 16559099 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=2.33 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 22376 0 0 0 230 3 0 0 20 0 15 0 16559099 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.66 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 9718 0 0 0 65 1 0 0 20 0 15 0 16559099 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=1.34 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 878 0 0 0 59 75 0 0 20 0 15 0 16559104 13230772224 335443 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 2367.58
Current children cumulated vsize (KiB) 12920676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2354.11 s]
/proc/loadavg: 1.54 1.39 1.35 3/209 12418
/proc/meminfo: memFree=29701624/32770624 swapFree=0/69348
[pid=12155] ppid=12152 vsize=12920676 CPUtime=2400.03 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 193486 0 0 0 239575 428 0 0 20 0 15 0 16559085 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 336467 3813 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=2326.53 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 78704 0 0 0 232592 61 0 0 20 0 15 0 16559094 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648527731136 140648122430301 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=14.39 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 11924 0 0 0 1368 71 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=14.45 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 10443 0 0 0 1371 74 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=14.44 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 11651 0 0 0 1370 74 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=14.42 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 13486 0 0 0 1374 68 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=9.54 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 11661 0 0 0 883 71 0 0 20 0 15 0 16559096 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=1.82 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 21013 0 0 0 179 3 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=2.33 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 22378 0 0 0 230 3 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.66 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 9901 0 0 0 65 1 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=1.36 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 892 0 0 0 60 76 0 0 20 0 15 0 16559104 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 2400.03
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 12155 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2354.11 s]
/proc/loadavg: 1.54 1.39 1.35 3/209 12418
/proc/meminfo: memFree=29701624/32770624 swapFree=0/69348
[pid=12155] ppid=12152 vsize=12920676 CPUtime=2400.03 cores=1,3,5,7
/proc/12155/stat : 12155 (java) S 12152 12155 21827 0 -1 1077944320 193486 0 0 0 239575 428 0 0 20 0 15 0 16559085 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140722515198912 140648523493111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
/proc/12155/statm: 3230169 336467 3813 1 0 3218943 0
[pid=12155/tid=12157] ppid=12152 vsize=12920676 CPUtime=2326.53 cores=1,3,5,7
/proc/12155/task/12157/stat : 12157 (java) R 12152 12155 21827 0 -1 4202560 78704 0 0 0 232592 61 0 0 20 0 15 0 16559094 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648527731136 140648122430301 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12158] ppid=12152 vsize=12920676 CPUtime=14.39 cores=1,3,5,7
/proc/12155/task/12158/stat : 12158 (java) S 12152 12155 21827 0 -1 1077944384 11924 0 0 0 1368 71 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648446319376 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12159] ppid=12152 vsize=12920676 CPUtime=14.45 cores=1,3,5,7
/proc/12155/task/12159/stat : 12159 (java) S 12152 12155 21827 0 -1 1077944384 10443 0 0 0 1371 74 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648445266832 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12160] ppid=12152 vsize=12920676 CPUtime=14.44 cores=1,3,5,7
/proc/12155/task/12160/stat : 12160 (java) S 12152 12155 21827 0 -1 1077944384 11651 0 0 0 1370 74 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648444214288 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12161] ppid=12152 vsize=12920676 CPUtime=14.42 cores=1,3,5,7
/proc/12155/task/12161/stat : 12161 (java) S 12152 12155 21827 0 -1 1077944384 13486 0 0 0 1374 68 0 0 20 0 15 0 16559095 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648443161744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12162] ppid=12152 vsize=12920676 CPUtime=9.54 cores=1,3,5,7
/proc/12155/task/12162/stat : 12162 (java) S 12152 12155 21827 0 -1 1077944384 11661 0 0 0 883 71 0 0 20 0 15 0 16559096 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648006490096 140648523504258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12163] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12163/stat : 12163 (java) S 12152 12155 21827 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648005436384 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12164] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12164/stat : 12164 (java) S 12152 12155 21827 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 16559097 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648004383744 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12165] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12165/stat : 12165 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648003332304 140648523511707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12166] ppid=12152 vsize=12920676 CPUtime=1.82 cores=1,3,5,7
/proc/12155/task/12166/stat : 12166 (java) S 12152 12155 21827 0 -1 1077944384 21013 0 0 0 179 3 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648002279920 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12167] ppid=12152 vsize=12920676 CPUtime=2.33 cores=1,3,5,7
/proc/12155/task/12167/stat : 12167 (java) S 12152 12155 21827 0 -1 1077944384 22378 0 0 0 230 3 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648001227376 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12168] ppid=12152 vsize=12920676 CPUtime=0.66 cores=1,3,5,7
/proc/12155/task/12168/stat : 12168 (java) S 12152 12155 21827 0 -1 1077944384 9901 0 0 0 65 1 0 0 20 0 15 0 16559099 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140648000174832 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12169] ppid=12152 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/12155/task/12169/stat : 12169 (java) S 12152 12155 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16559100 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140647999122528 140648523503317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
[pid=12155/tid=12170] ppid=12152 vsize=12920676 CPUtime=1.36 cores=1,3,5,7
/proc/12155/task/12170/stat : 12170 (java) S 12152 12155 21827 0 -1 1077944384 892 0 0 0 60 76 0 0 20 0 15 0 16559104 13230772224 336467 18446744073709551615 4194304 4196468 140722515216368 140647998069040 140648523504258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26820608 140722515222939 140722515223119 140722515223119 140722515226575 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 12920676

Child status: 143
Real time (s): 2354.13
CPU time (s): 2400.06
CPU user time (s): 2395.77
CPU system time (s): 4.28768
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 12920676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.77
system time used= 4.28768
maximum resident set size= 1346448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193724
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317602
involuntary context switches= 9272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0034 second user time and 12.9257 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-07 23:53:15
IDJOB=4249883
IDBENCH=140549
IDSOLVER=2627
FILE ID=node126/4249883-1502143633
RUNJOBID= node126-1502114824-8218
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r1.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-4249883-1502143633/watcher-4249883-1502143633 -o /tmp/evaluation-result-4249883-1502143633/solver-4249883-1502143633 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502114824-8218 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 481428906 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4249883-1502143633.xml

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

MD5SUM BENCH= 363bab3579cb814ec3389af888051029
RANDOM SEED=481428906

node126.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.81
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.81
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.81
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.81
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:        31398348 kB
MemAvailable:   31636060 kB
Buffers:          156088 kB
Cached:           372524 kB
SwapCached:          548 kB
Active:           832132 kB
Inactive:         133612 kB
Active(anon):     387692 kB
Inactive(anon):    66536 kB
Active(file):     444440 kB
Inactive(file):    67076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105564 kB
Dirty:             42184 kB
Writeback:             0 kB
AnonPages:        436620 kB
Mapped:            46920 kB
Shmem:             17052 kB
Slab:             109388 kB
SReclaimable:      84060 kB
SUnreclaim:        25328 kB
KernelStack:        3440 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     979488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 61948 MiB
End job on node126 at 2017-08-08 00:32:29