Trace number 4310003

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT (TO)210 252.054 246.417

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.09579
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
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.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 210035275
0.66/0.56	c timeout: 252
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.60/1.10	c Parsing done, starting search...
7.36/5.21	o 380
7.47/5.32	o 350
8.21/5.81	o 320
8.21/5.81	o 300
8.21/5.82	o 290
8.21/5.82	o 270
8.21/5.82	o 260
8.21/5.82	o 230
8.21/5.82	o 220
46.23/43.11	o 210
252.02/246.40	s SATISFIABLE
252.02/246.40	v <instantiation>
252.02/246.40	v 	<list>
252.02/246.40	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
252.02/246.40	v 	</list>
252.02/246.40	v 	<values>
252.02/246.40	v 		-2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10 
252.02/246.40	v 	</values>
252.02/246.40	v </instantiation>

Verifier Data

OK	210

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2401 MiB free)
  memory of node 1: 16384 MiB (11098 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310003-1534331369/watcher-4310003-1534331369 -o /tmp/evaluation-result-4310003-1534331369/solver-4310003-1534331369 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534329088-25482 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 210035275 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310003-1534331369.xml 

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

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


[startup+0.107206 s]*
/proc/loadavg: 3.11 2.34 1.91 4/217 27244
/proc/meminfo: memFree=13805644/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14082736 memory=31520 CPUtime=0.12 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 6762 0 0 0 12 0 0 0 20 0 15 0 250700223 14420721664 7880 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3520684 7880 3160 1 0 3482761 0
[pid=27229/tid=27231] ppid=27226 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 4802 0 0 0 9 0 0 0 20 0 15 0 250700224 14420721664 7880 33554432000 4194304 4196468 140737245608880 139668568820864 139668542645297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14082736 memory=5793855406110620089 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 7880 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 7880 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 7880 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 7880 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250700226 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250700226 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667475506848 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250700227 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667474453744 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0.01 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 250700229 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 7880 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31520 KiB

[startup+0.213203 s]*
/proc/loadavg: 3.11 2.34 1.91 5/217 27244
/proc/meminfo: memFree=13790676/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14082736 memory=47056 CPUtime=0.29 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 10386 0 0 0 28 1 0 0 20 0 15 0 250700223 14420721664 11764 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3520684 11764 3366 1 0 3482761 0
[pid=27229/tid=27231] ppid=27226 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 8096 0 0 0 19 1 0 0 20 0 15 0 250700224 14420721664 11764 33554432000 4194304 4196468 140737245608880 139668568849392 139668548666725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14082736 memory=4211973881305517450 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 11764 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 11764 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 11764 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 11764 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250700226 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250700226 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667475506848 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250700227 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667474453744 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) R 27226 27229 25450 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 250700229 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) R 27226 27229 25450 0 -1 4202560 222 0 0 0 1 0 0 0 20 0 15 0 250700229 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667471283728 140737247144136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0.05 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) R 27226 27229 25450 0 -1 4202560 310 0 0 0 5 0 0 0 20 0 15 0 250700229 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667470240760 139668543577685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 11764 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47056 KiB

[startup+0.31052 s]*
/proc/loadavg: 3.11 2.34 1.91 4/217 27244
/proc/meminfo: memFree=13787140/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14082736 memory=50744 CPUtime=0.43 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 10784 0 0 0 41 2 0 0 20 0 15 0 250700223 14420721664 12686 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3520684 12686 3407 1 0 3482761 0
[pid=27229/tid=27231] ppid=27226 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 8453 0 0 0 28 2 0 0 20 0 15 0 250700224 14420721664 12686 33554432000 4194304 4196468 140737245608880 139668568830928 139668548703582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14082736 memory=4211973881305517450 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 12686 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14082736 memory=280310084254080 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 12686 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14082736 memory=280309967081984 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 12686 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14082736 memory=140154983527183 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250700225 14420721664 12686 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14082736 memory=280310084260992 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250700226 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14082736 memory=140154983531791 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250700226 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667475506848 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14082736 memory=140154983559577 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250700227 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667474453744 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14082736 memory=140154983561882 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 250700229 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 15 0 250700229 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14082736 memory=140155100726912 CPUtime=0.08 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 329 0 0 0 8 0 0 0 20 0 15 0 250700229 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14082736 memory=140155100758432 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700229 14420721664 12686 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50744 KiB

[startup+0.700739 s]
/proc/loadavg: 3.11 2.34 1.91 3/217 27244
/proc/meminfo: memFree=13763080/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14084804 memory=88892 CPUtime=0.98 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 17638 0 0 0 94 4 0 0 20 0 15 0 250700223 14422839296 22223 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3521201 22223 3499 1 0 3483273 0
[pid=27229/tid=27231] ppid=27226 vsize=14084804 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 14901 0 0 0 64 3 0 0 20 0 15 0 250700224 14422839296 22223 33554432000 4194304 4196468 140737245608880 139668568836304 139668564645021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14422839296 22223 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14422839296 22223 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14084804 memory=79 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14422839296 22223 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14084804 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250700225 14422839296 22223 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14084804 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250700226 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250700226 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667475506848 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14084804 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250700227 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667474453744 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14084804 memory=7200 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14084804 memory=748 CPUtime=0.08 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 570 0 0 0 8 0 0 0 20 0 15 0 250700229 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14084804 memory=872 CPUtime=0.06 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 363 0 0 0 6 0 0 0 20 0 15 0 250700229 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14084804 memory=1220 CPUtime=0.15 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 423 0 0 0 15 0 0 0 20 0 15 0 250700229 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14084804 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14084804 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700229 14422839296 22223 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88892 KiB

[startup+1.5008 s]
/proc/loadavg: 3.11 2.34 1.91 4/217 27244
/proc/meminfo: memFree=13729828/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14090948 memory=186472 CPUtime=2.95 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 23380 0 0 0 288 7 0 0 20 0 15 0 250700223 14429130752 46618 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3522737 46618 3538 1 0 3484809 0
[pid=27229/tid=27231] ppid=27226 vsize=14090948 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 17898 0 0 0 140 6 0 0 20 0 15 0 250700224 14429130752 46618 33554432000 4194304 4196468 140737245608880 139668568859928 139668197438458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14429130752 46618 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14090948 memory=79 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14429130752 46618 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14090948 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250700225 14429130752 46618 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250700225 14429130752 46618 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250700226 14429130752 46618 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0

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

/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 23398 0 0 0 10061 9 0 0 20 0 15 0 250700224 14429130752 44193 33554432000 4194304 4196468 140737245608880 139668568860880 139668198563276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14090948 memory=174684 CPUtime=0.45 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1151 0 0 0 41 4 0 0 20 0 15 0 250700225 14429130752 44193 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14090948 memory=176772 CPUtime=0.46 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1035 0 0 0 42 4 0 0 20 0 15 0 250700225 14429130752 44193 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14090948 memory=176772 CPUtime=0.47 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 2911 0 0 0 44 3 0 0 20 0 15 0 250700225 14429130752 44193 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14090948 memory=164 CPUtime=0.47 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 789 0 0 0 42 5 0 0 20 0 15 0 250700225 14429130752 44193 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14090948 memory=164 CPUtime=0.5 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 1632 0 0 0 46 4 0 0 20 0 15 0 250700226 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14090948 memory=56 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250700226 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667475506912 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14090948 memory=176772 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250700227 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667474453760 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14090948 memory=174724 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14090948 memory=174724 CPUtime=1.26 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 5254 0 0 0 125 1 0 0 20 0 15 0 250700229 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14090948 memory=174564 CPUtime=1.2 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 3534 0 0 0 120 0 0 0 20 0 15 0 250700229 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14090948 memory=1220 CPUtime=0.49 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 4611 0 0 0 49 0 0 0 20 0 15 0 250700229 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14090948 memory=164904 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14090948 memory=257088152458430 CPUtime=0.05 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 819 0 0 0 3 2 0 0 20 0 15 0 250700229 14429130752 44193 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 106.16 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 176772 KiB

[startup+162.301 s]
/proc/loadavg: 1.70 2.06 1.87 3/218 27254
/proc/meminfo: memFree=13593028/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14090948 memory=242464 CPUtime=166.81 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 51792 0 0 0 16642 39 0 0 20 0 15 0 250700223 14429130752 60616 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3522737 60616 3568 1 0 3484809 0
[pid=27229/tid=27231] ppid=27226 vsize=14090948 memory=242464 CPUtime=160.02 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 27000 0 0 0 15992 10 0 0 20 0 15 0 250700224 14429130752 60616 33554432000 4194304 4196468 140737245608880 139668568861120 139668197334791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14090948 memory=238368 CPUtime=0.71 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1318 0 0 0 64 7 0 0 20 0 15 0 250700225 14429130752 60616 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14090948 memory=242464 CPUtime=0.71 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1245 0 0 0 66 5 0 0 20 0 15 0 250700225 14429130752 60616 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14090948 memory=242464 CPUtime=0.73 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 3246 0 0 0 68 5 0 0 20 0 15 0 250700225 14429130752 60616 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14090948 memory=238368 CPUtime=0.73 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 1375 0 0 0 66 7 0 0 20 0 15 0 250700225 14429130752 60616 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14090948 memory=242464 CPUtime=0.75 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 1945 0 0 0 70 5 0 0 20 0 15 0 250700226 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14090948 memory=242464 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250700226 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667475506912 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14090948 memory=280309968210304 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250700227 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667474453760 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14090948 memory=242464 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14090948 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 5257 0 0 0 125 1 0 0 20 0 15 0 250700229 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14090948 memory=242464 CPUtime=1.2 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 3536 0 0 0 120 0 0 0 20 0 15 0 250700229 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14090948 memory=748 CPUtime=0.49 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 4614 0 0 0 49 0 0 0 20 0 15 0 250700229 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14090948 memory=242464 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14090948 memory=242464 CPUtime=0.1 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 839 0 0 0 5 5 0 0 20 0 15 0 250700229 14429130752 60616 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 54 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 166.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 242464 KiB

[startup+222.301 s]
/proc/loadavg: 1.70 2.00 1.86 3/218 27335
/proc/meminfo: memFree=17889604/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14090948 memory=251540 CPUtime=227.63 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 53392 0 0 0 22712 51 0 0 20 0 15 0 250700223 14429130752 62885 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3522737 62885 3568 1 0 3484809 0
[pid=27229/tid=27231] ppid=27226 vsize=14090948 memory=251540 CPUtime=219.33 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 27771 0 0 0 21922 11 0 0 20 0 15 0 250700224 14429130752 62885 33554432000 4194304 4196468 140737245608880 139668568861232 139668198563873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14090948 memory=251540 CPUtime=1 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1422 0 0 0 91 9 0 0 20 0 15 0 250700225 14429130752 62885 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14090948 memory=251540 CPUtime=1 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1335 0 0 0 92 8 0 0 20 0 15 0 250700225 14429130752 62885 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14090948 memory=65 CPUtime=1.02 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 3722 0 0 0 95 7 0 0 20 0 15 0 250700225 14429130752 62885 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14090948 memory=251540 CPUtime=1.03 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 1469 0 0 0 94 9 0 0 20 0 15 0 250700225 14429130752 62885 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14090948 memory=249492 CPUtime=1.05 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 1997 0 0 0 98 7 0 0 20 0 15 0 250700226 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14090948 memory=251540 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250700226 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667475506912 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14090948 memory=251540 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250700227 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667474453760 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14090948 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14090948 memory=288230596050944315 CPUtime=1.26 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 5261 0 0 0 125 1 0 0 20 0 15 0 250700229 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14090948 memory=1108 CPUtime=1.2 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 3538 0 0 0 120 0 0 0 20 0 15 0 250700229 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14090948 memory=251540 CPUtime=0.49 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 4616 0 0 0 49 0 0 0 20 0 15 0 250700229 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14090948 memory=251540 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14090948 memory=251540 CPUtime=0.13 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 844 0 0 0 6 7 0 0 20 0 15 0 250700229 14429130752 62885 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 227.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 251540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.401 s]
/proc/loadavg: 1.60 1.95 1.85 3/216 27336
/proc/meminfo: memFree=17881440/32770624 swapFree=67108792/67108860
[pid=27229] ppid=27226 vsize=14090948 memory=253752 CPUtime=252.02 cores=1,3,5,7
/proc/27229/stat : 27229 (java) S 27226 27229 25450 0 -1 1077944320 55496 0 0 0 25148 54 0 0 20 0 15 0 250700223 14429130752 63438 33554432000 4194304 4196468 140737245608880 140737245591424 139668564623095 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
/proc/27229/statm: 3522737 63438 3568 1 0 3484809 0
[pid=27229/tid=27231] ppid=27226 vsize=14090948 memory=3304 CPUtime=243.13 cores=1,3,5,7
/proc/27229/task/27231/stat : 27231 (java) R 27226 27229 25450 0 -1 4202560 29208 0 0 0 24302 11 0 0 20 0 15 0 250700224 14429130752 63438 33554432000 4194304 4196468 140737245608880 139668568860992 139668197439881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27232] ppid=27226 vsize=14090948 memory=496 CPUtime=1.12 cores=1,3,5,7
/proc/27229/task/27232/stat : 27232 (java) S 27226 27229 25450 0 -1 1077944384 1482 0 0 0 102 10 0 0 20 0 15 0 250700225 14429130752 63438 33554432000 4194304 4196468 140737245608880 139668517243408 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27233] ppid=27226 vsize=14090948 memory=1616 CPUtime=1.12 cores=1,3,5,7
/proc/27229/task/27233/stat : 27233 (java) S 27226 27229 25450 0 -1 1077944384 1372 0 0 0 104 8 0 0 20 0 15 0 250700225 14429130752 63438 33554432000 4194304 4196468 140737245608880 139668516190864 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27234] ppid=27226 vsize=14090948 memory=1752 CPUtime=1.14 cores=1,3,5,7
/proc/27229/task/27234/stat : 27234 (java) S 27226 27229 25450 0 -1 1077944384 3955 0 0 0 106 8 0 0 20 0 15 0 250700225 14429130752 63438 33554432000 4194304 4196468 140737245608880 139668515137808 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27235] ppid=27226 vsize=14090948 memory=1620 CPUtime=1.14 cores=1,3,5,7
/proc/27229/task/27235/stat : 27235 (java) S 27226 27229 25450 0 -1 1077944384 1554 0 0 0 104 10 0 0 20 0 15 0 250700225 14429130752 63438 33554432000 4194304 4196468 140737245608880 139668514085264 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27236] ppid=27226 vsize=14090948 memory=4744 CPUtime=1.17 cores=1,3,5,7
/proc/27229/task/27236/stat : 27236 (java) S 27226 27229 25450 0 -1 1077944384 2230 0 0 0 109 8 0 0 20 0 15 0 250700226 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667476560624 139668564634242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27237] ppid=27226 vsize=14090948 memory=3888 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27237/stat : 27237 (java) S 27226 27229 25450 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250700226 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667475506912 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27238] ppid=27226 vsize=14090948 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27238/stat : 27238 (java) S 27226 27229 25450 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250700227 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667474453760 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27239] ppid=27226 vsize=14090948 memory=4744 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27239/stat : 27239 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667473402320 139668564641691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27240] ppid=27226 vsize=14090948 memory=3888 CPUtime=1.26 cores=1,3,5,7
/proc/27229/task/27240/stat : 27240 (java) S 27226 27229 25450 0 -1 1077944384 5261 0 0 0 125 1 0 0 20 0 15 0 250700229 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667472349424 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27241] ppid=27226 vsize=14090948 memory=8564 CPUtime=1.2 cores=1,3,5,7
/proc/27229/task/27241/stat : 27241 (java) S 27226 27229 25450 0 -1 1077944384 3539 0 0 0 120 0 0 0 20 0 15 0 250700229 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667471296880 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27242] ppid=27226 vsize=14090948 memory=872 CPUtime=0.49 cores=1,3,5,7
/proc/27229/task/27242/stat : 27242 (java) S 27226 27229 25450 0 -1 1077944384 4617 0 0 0 49 0 0 0 20 0 15 0 250700229 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667470243824 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27243] ppid=27226 vsize=14090948 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/27229/task/27243/stat : 27243 (java) S 27226 27229 25450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250700229 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667469191520 139668564633301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
[pid=27229/tid=27244] ppid=27226 vsize=14090948 memory=1108 CPUtime=0.14 cores=1,3,5,7
/proc/27229/task/27244/stat : 27244 (java) S 27226 27229 25450 0 -1 1077944384 861 0 0 0 7 7 0 0 20 0 15 0 250700229 14429130752 63438 33554432000 4194304 4196468 140737245608880 139667468139568 139668564634242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 12734464 140737245615183 140737245615374 140737245615374 140737245618127 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 253752 KiB

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

[startup+246.417 s]
# the end of solver process 27229 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.499 s, system=0.555202 s

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

Child status: 143
Real time (s): 246.417
CPU time (s): 252.054
CPU user time (s): 251.499
CPU system time (s): 0.555202
CPU usage (%): 102.288
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 253752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.499
system time used= 0.555202
maximum resident set size= 254380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39440
involuntary context switches= 885


# summary of solver processes directly reported to runsolver:
#   pid: 27229
#   total CPU time (s): 252.054
#   total CPU user time (s): 251.499
#   total CPU system time (s): 0.555202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.55632 second user time and 2.31006 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 13:09:29
IDJOB=4310003
IDBENCH=141317
IDSOLVER=2795
FILE ID=node150/4310003-1534331369
RUNJOBID= node150-1534329088-25482
PBS_JOBID= 21038155
Free space on /tmp= 37896 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310003-1534331369/watcher-4310003-1534331369 -o /tmp/evaluation-result-4310003-1534331369/solver-4310003-1534331369 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534329088-25482 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 210035275 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310003-1534331369.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=210035275

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13824864 kB
MemAvailable:   27234576 kB
Buffers:          249900 kB
Cached:         13328636 kB
SwapCached:           32 kB
Active:         11081532 kB
Inactive:        7206344 kB
Active(anon):    4658780 kB
Inactive(anon):   111232 kB
Active(file):    6422752 kB
Inactive(file):  7095112 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35768 kB
Writeback:             0 kB
AnonPages:       4927708 kB
Mapped:            69908 kB
Shmem:             57924 kB
Slab:             348736 kB
SReclaimable:     320308 kB
SUnreclaim:        28428 kB
KernelStack:        3840 kB
PageTables:        14988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6846328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4724736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37864 MiB
End job on node150 at 2018-08-15 13:13:36