Trace number 4311634

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-17SAT (TO)49 2520.1 2474.41

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12b_c18.xml
MD5SUM8890b3c4968b86b21e69352acb96ed82
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark8.12699
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints111
Number of domains18
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":26},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":25,"count":12}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":35,"count":6},{"degree":36,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":87},{"arity":13,"count":24}]
Number of extensional constraints0
Number of intensional constraints87
Distribution of constraint types[{"type":"intension","count":87},{"type":"count","count":24}]
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.68/0.55	c version: 2018-08-17
0.68/0.55	c seed: 1778326501
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
1.80/1.12	c Parsing done, starting search...
3.59/1.80	o 61
8.64/5.32	o 51
8.64/5.35	o 49
2520.07/2474.40	s SATISFIABLE
2520.07/2474.40	v <instantiation>
2520.07/2474.40	v 	<list>
2520.07/2474.40	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
2520.07/2474.40	v 	</list>
2520.07/2474.40	v 	<values>
2520.07/2474.40	v 		0 12 -12 -5 1 0 5 12 -12 12 1 -1 1 0 0 0 1 0 0 0 0 0 0 2 2 0 0 0 1 0 0 0 0 0 0 3 5 0 9 8 0 4 0 0 10 0 0 13 
2520.07/2474.40	v 	</values>
2520.07/2474.40	v </instantiation>

Verifier Data

OK	49

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311634-1534552127/watcher-4311634-1534552127 -o /tmp/evaluation-result-4311634-1534552127/solver-4311634-1534552127 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534541042-1856 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1778326501 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311634-1534552127.xml 

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

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

solver pid=3061, runsolver pid=3058

[startup+0.1001 s]*
/proc/loadavg: 1.59 1.62 1.59 3/219 3076
/proc/meminfo: memFree=18647300/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14082736 memory=30600 CPUtime=0.12 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 6563 0 0 0 11 1 0 0 20 0 15 0 272775838 14420721664 7650 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3520684 7650 3154 1 0 3482761 0
[pid=3061/tid=3063] ppid=3058 vsize=14082736 memory=-8970427710817793216 CPUtime=0.09 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 4596 0 0 0 9 0 0 0 20 0 15 0 272775838 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702779327824 139702761170966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272775840 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272775841 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702114014880 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272775841 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702112961776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 272775843 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775843 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0.01 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 272775843 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775844 14420721664 7650 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30600 KiB

[startup+0.21068 s]*
/proc/loadavg: 1.59 1.62 1.59 6/219 3076
/proc/meminfo: memFree=18631008/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14082736 memory=47244 CPUtime=0.3 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 10386 0 0 0 28 2 0 0 20 0 15 0 272775838 14420721664 11811 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3520684 11811 3375 1 0 3482761 0
[pid=3061/tid=3063] ppid=3058 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 8095 0 0 0 19 1 0 0 20 0 15 0 272775838 14420721664 11811 33554432000 4194304 4196468 140737008705968 139702779326528 139702759146853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14082736 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 11811 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14082736 memory=139903534655016 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 11811 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 11811 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 11811 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272775840 14420721664 11811 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272775841 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702114014880 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272775841 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702112961776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 578 0 0 0 2 0 0 0 20 0 15 0 272775843 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 272775843 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0.06 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) R 3058 3061 1824 0 -1 4202560 338 0 0 0 6 0 0 0 20 0 15 0 272775843 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702108751856 139702753724785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775844 14420721664 11869 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47244 KiB

[startup+0.315144 s]*
/proc/loadavg: 1.59 1.62 1.59 3/219 3076
/proc/meminfo: memFree=18627224/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14082736 memory=50760 CPUtime=0.44 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 10827 0 0 0 42 2 0 0 20 0 15 0 272775838 14420721664 12690 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3520684 12690 3378 1 0 3482761 0
[pid=3061/tid=3063] ppid=3058 vsize=14082736 memory=7311146985107750967 CPUtime=0.31 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 8464 0 0 0 29 2 0 0 20 0 15 0 272775838 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702779292496 139702759183710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14082736 memory=13991792394098328 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272775839 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272775840 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272775841 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702114014880 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272775841 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702112961776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 578 0 0 0 3 0 0 0 20 0 15 0 272775843 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 15 0 272775843 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0.08 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 355 0 0 0 8 0 0 0 20 0 15 0 272775843 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14082736 memory=139903533307520 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775844 14420721664 12690 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50760 KiB

[startup+0.700719 s]
/proc/loadavg: 1.59 1.62 1.59 3/219 3076
/proc/meminfo: memFree=18602800/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14084804 memory=89132 CPUtime=0.99 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 17622 0 0 0 94 5 0 0 20 0 15 0 272775838 14422839296 22283 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3521201 22283 3499 1 0 3483273 0
[pid=3061/tid=3063] ppid=3058 vsize=14084804 memory=3340 CPUtime=0.68 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 14912 0 0 0 64 4 0 0 20 0 15 0 272775838 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702779318720 139702759183710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14084804 memory=3712 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272775839 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272775840 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14084804 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272775841 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702114014880 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14084804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272775841 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702112961776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14084804 memory=7157735280230160482 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14084804 memory=7812151424140141167 CPUtime=0.08 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 708 0 0 0 8 0 0 0 20 0 15 0 272775843 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14084804 memory=7667490933762451307 CPUtime=0.06 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 203 0 0 0 6 0 0 0 20 0 15 0 272775843 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14084804 memory=7666348541231060838 CPUtime=0.15 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 418 0 0 0 15 0 0 0 20 0 15 0 272775843 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14084804 memory=6444 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775844 14422839296 22283 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89132 KiB

[startup+1.50106 s]
/proc/loadavg: 1.59 1.62 1.59 3/219 3076
/proc/meminfo: memFree=18571036/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14090948 memory=179208 CPUtime=2.98 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 25599 0 0 0 290 8 0 0 20 0 15 0 272775838 14429130752 44802 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3522737 44802 3535 1 0 3484809 0
[pid=3061/tid=3063] ppid=3058 vsize=14090948 memory=144160 CPUtime=1.47 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 19612 0 0 0 141 6 0 0 20 0 15 0 272775838 14429130752 44802 33554432000 4194304 4196468 140737008705968 139702779337976 139702416154760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14429130752 44802 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14429130752 44802 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272775839 14429130752 44802 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272775839 14429130752 44802 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 272775840 14429130752 44802 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0

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

/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 121529 0 0 0 229620 45 0 0 20 0 15 0 272775838 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702779341120 139702416349964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14090948 memory=625272 CPUtime=13.51 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 8318 0 0 0 1291 60 0 0 20 0 15 0 272775839 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14090948 memory=625272 CPUtime=13.47 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 8690 0 0 0 1284 63 0 0 20 0 15 0 272775839 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14090948 memory=623224 CPUtime=13.46 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 9742 0 0 0 1286 60 0 0 20 0 15 0 272775839 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14090948 memory=619128 CPUtime=13.52 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 8791 0 0 0 1289 63 0 0 20 0 15 0 272775839 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14090948 memory=619128 CPUtime=9.29 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 8485 0 0 0 860 69 0 0 20 0 15 0 272775840 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14090948 memory=621176 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702114014944 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14090948 memory=623224 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702112961792 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14090948 memory=623224 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14090948 memory=623224 CPUtime=1.63 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 7751 0 0 0 162 1 0 0 20 0 15 0 272775843 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14090948 memory=623224 CPUtime=1.66 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 8345 0 0 0 164 2 0 0 20 0 15 0 272775843 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14090948 memory=625272 CPUtime=0.54 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 3494 0 0 0 53 1 0 0 20 0 15 0 272775843 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14090948 memory=623224 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14090948 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 894 0 0 0 59 72 0 0 20 0 15 0 272775844 14429130752 156318 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 2365.13 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 625272 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.51 1.56 3/220 3294
/proc/meminfo: memFree=22407156/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14090948 memory=631420 CPUtime=2426.24 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 189312 0 0 0 242249 375 0 0 20 0 15 0 272775838 14429130752 157855 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3522737 157855 3568 1 0 3484809 0
[pid=3061/tid=3063] ppid=3058 vsize=14090948 memory=629372 CPUtime=2355.99 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 122393 0 0 0 235553 46 0 0 20 0 15 0 272775838 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702779341424 139702418195596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14090948 memory=629372 CPUtime=13.91 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 8608 0 0 0 1330 61 0 0 20 0 15 0 272775839 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14090948 memory=631420 CPUtime=13.87 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 8813 0 0 0 1322 65 0 0 20 0 15 0 272775839 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14090948 memory=631420 CPUtime=13.84 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 9992 0 0 0 1322 62 0 0 20 0 15 0 272775839 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14090948 memory=629372 CPUtime=13.91 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 8922 0 0 0 1327 64 0 0 20 0 15 0 272775839 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14090948 memory=631420 CPUtime=9.47 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 8662 0 0 0 877 70 0 0 20 0 15 0 272775840 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14090948 memory=631420 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702114014944 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14090948 memory=631420 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702112961792 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14090948 memory=631420 CPUtime=1.63 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 7753 0 0 0 162 1 0 0 20 0 15 0 272775843 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14090948 memory=8026650869813564775 CPUtime=1.66 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 8347 0 0 0 164 2 0 0 20 0 15 0 272775843 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14090948 memory=629372 CPUtime=0.54 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 3496 0 0 0 53 1 0 0 20 0 15 0 272775843 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14090948 memory=3708 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14090948 memory=3708 CPUtime=1.34 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 909 0 0 0 60 74 0 0 20 0 15 0 272775844 14429130752 157855 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 2426.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 631420 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.49 1.55 3/220 3295
/proc/meminfo: memFree=22389436/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14090948 memory=637564 CPUtime=2487.45 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 191027 0 0 0 248362 383 0 0 20 0 15 0 272775838 14429130752 159391 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3522737 159391 3568 1 0 3484809 0
[pid=3061/tid=3063] ppid=3058 vsize=14090948 memory=637564 CPUtime=2415.29 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 123113 0 0 0 241483 46 0 0 20 0 15 0 272775838 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702779341120 139702416322599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14090948 memory=637564 CPUtime=14.33 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 8724 0 0 0 1371 62 0 0 20 0 15 0 272775839 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14090948 memory=631420 CPUtime=14.29 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 9001 0 0 0 1362 67 0 0 20 0 15 0 272775839 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14090948 memory=635516 CPUtime=14.26 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 10274 0 0 0 1363 63 0 0 20 0 15 0 272775839 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14090948 memory=637564 CPUtime=14.32 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 9133 0 0 0 1367 65 0 0 20 0 15 0 272775839 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14090948 memory=637564 CPUtime=9.66 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 8839 0 0 0 895 71 0 0 20 0 15 0 272775840 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14090948 memory=637564 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702114014944 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14090948 memory=637564 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702112961792 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14090948 memory=637564 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14090948 memory=637564 CPUtime=1.63 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 7755 0 0 0 162 1 0 0 20 0 15 0 272775843 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14090948 memory=637564 CPUtime=1.66 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 8349 0 0 0 164 2 0 0 20 0 15 0 272775843 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14090948 memory=637564 CPUtime=0.54 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 3498 0 0 0 53 1 0 0 20 0 15 0 272775843 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14090948 memory=14892 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14090948 memory=637564 CPUtime=1.38 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 924 0 0 0 62 76 0 0 20 0 15 0 272775844 14429130752 159391 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 2487.45 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 637564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.4 s]
/proc/loadavg: 1.53 1.50 1.55 3/220 3296
/proc/meminfo: memFree=22384704/32770624 swapFree=67108852/67108860
[pid=3061] ppid=3058 vsize=14090948 memory=641664 CPUtime=2520.07 cores=1,3,5,7
/proc/3061/stat : 3061 (java) S 3058 3061 1824 0 -1 1077944320 192465 0 0 0 251621 386 0 0 20 0 15 0 272775838 14429130752 160416 33554432000 4194304 4196468 140737008705968 140737008688512 139702775103223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
/proc/3061/statm: 3522737 160416 3568 1 0 3484809 0
[pid=3061/tid=3063] ppid=3058 vsize=14090948 memory=641664 CPUtime=2447.04 cores=1,3,5,7
/proc/3061/task/3063/stat : 3063 (java) R 3058 3061 1824 0 -1 4202560 123554 0 0 0 244657 47 0 0 20 0 15 0 272775838 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702779341424 139702417831009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3064] ppid=3058 vsize=14090948 memory=641664 CPUtime=14.52 cores=1,3,5,7
/proc/3061/task/3064/stat : 3064 (java) S 3058 3061 1824 0 -1 1077944384 8977 0 0 0 1390 62 0 0 20 0 15 0 272775839 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702738209296 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3065] ppid=3058 vsize=14090948 memory=8112282956445269571 CPUtime=14.47 cores=1,3,5,7
/proc/3061/task/3065/stat : 3065 (java) S 3058 3061 1824 0 -1 1077944384 9279 0 0 0 1380 67 0 0 20 0 15 0 272775839 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702369970832 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3066] ppid=3058 vsize=14090948 memory=6720 CPUtime=14.46 cores=1,3,5,7
/proc/3061/task/3066/stat : 3066 (java) S 3058 3061 1824 0 -1 1077944384 10406 0 0 0 1382 64 0 0 20 0 15 0 272775839 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702368917776 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3067] ppid=3058 vsize=14090948 memory=1100 CPUtime=14.52 cores=1,3,5,7
/proc/3061/task/3067/stat : 3067 (java) S 3058 3061 1824 0 -1 1077944384 9274 0 0 0 1386 66 0 0 20 0 15 0 272775839 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702367865232 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3068] ppid=3058 vsize=14090948 memory=2056 CPUtime=9.75 cores=1,3,5,7
/proc/3061/task/3068/stat : 3068 (java) S 3058 3061 1824 0 -1 1077944384 9020 0 0 0 903 72 0 0 20 0 15 0 272775840 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702115068656 139702775114370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3069] ppid=3058 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3069/stat : 3069 (java) S 3058 3061 1824 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702114014944 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3070] ppid=3058 vsize=14090948 memory=6720 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3070/stat : 3070 (java) S 3058 3061 1824 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 272775841 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702112961792 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3071] ppid=3058 vsize=14090948 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3071/stat : 3071 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775843 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702111910352 139702775121819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3072] ppid=3058 vsize=14090948 memory=2056 CPUtime=1.63 cores=1,3,5,7
/proc/3061/task/3072/stat : 3072 (java) S 3058 3061 1824 0 -1 1077944384 7757 0 0 0 162 1 0 0 20 0 15 0 272775843 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702110857456 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3073] ppid=3058 vsize=14090948 memory=8112282956445269571 CPUtime=1.66 cores=1,3,5,7
/proc/3061/task/3073/stat : 3073 (java) S 3058 3061 1824 0 -1 1077944384 8351 0 0 0 164 2 0 0 20 0 15 0 272775843 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702109804912 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3074] ppid=3058 vsize=14090948 memory=1408 CPUtime=0.54 cores=1,3,5,7
/proc/3061/task/3074/stat : 3074 (java) S 3058 3061 1824 0 -1 1077944384 3500 0 0 0 53 1 0 0 20 0 15 0 272775843 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702108751856 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3075] ppid=3058 vsize=14090948 memory=3200 CPUtime=0 cores=1,3,5,7
/proc/3061/task/3075/stat : 3075 (java) S 3058 3061 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272775844 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702107699552 139702775113429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
[pid=3061/tid=3076] ppid=3058 vsize=14090948 memory=817176 CPUtime=1.4 cores=1,3,5,7
/proc/3061/task/3076/stat : 3076 (java) S 3058 3061 1824 0 -1 1077944384 930 0 0 0 62 78 0 0 20 0 15 0 272775844 14429130752 160416 33554432000 4194304 4196468 140737008705968 139702106647600 139702775114370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 21860352 140737008710728 140737008710921 140737008710921 140737008713679 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 641664 KiB

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

[startup+2474.41 s]
# the end of solver process 3061 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.22 s, system=3.87292 s

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

Child status: 143
Real time (s): 2474.41
CPU time (s): 2520.1
CPU user time (s): 2516.22
CPU system time (s): 3.87292
CPU usage (%): 101.846
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 641664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.22
system time used= 3.87292
maximum resident set size= 642220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192774
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323628
involuntary context switches= 5856


# summary of solver processes directly reported to runsolver:
#   pid: 3061
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.22
#   total CPU system time (s): 3.87292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4266 second user time and 24.3279 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-18 02:28:47
IDJOB=4311634
IDBENCH=141322
IDSOLVER=2799
FILE ID=node133/4311634-1534552127
RUNJOBID= node133-1534541042-1856
PBS_JOBID= 21038638
Free space on /tmp= 50116 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12b_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311634-1534552127/watcher-4311634-1534552127 -o /tmp/evaluation-result-4311634-1534552127/solver-4311634-1534552127 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534541042-1856 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1778326501 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311634-1534552127.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=1778326501

node133.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.24
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.24
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.24
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.24
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:        18665540 kB
MemAvailable:   27018580 kB
Buffers:          199796 kB
Cached:          8434708 kB
SwapCached:            4 kB
Active:          9879240 kB
Inactive:        3678540 kB
Active(anon):    4903592 kB
Inactive(anon):    88488 kB
Active(file):    4975648 kB
Inactive(file):  3590052 kB
Unevictable:        7068 kB
Mlocked:            7068 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35772 kB
Writeback:             0 kB
AnonPages:       4930288 kB
Mapped:            33236 kB
Shmem:             66200 kB
Slab:             234920 kB
SReclaimable:     206352 kB
SUnreclaim:        28568 kB
KernelStack:        3568 kB
PageTables:        14840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6084188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4556800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50352 MiB
End job on node133 at 2018-08-18 03:10:01