Trace number 4395743

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 NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 756.921 739.724

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-036.xml
MD5SUM5e5c63d89f6605b36f0577fcc9be8ecb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.60869
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size22
Maximum domain size36
Distribution of domain sizes[{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
756.88/739.70	v <instantiation
756.88/739.70	v         >
756.88/739.70	v       <list>
756.88/739.70	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14]
756.88/739.70	v       </list>
756.88/739.70	v       <values>
756.88/739.70	v         35 15 12 13 17 22 29 13 12 0 10 0 0 21 21 13 1 0 32 31 30 29 23 3 13 12 0 23 0 14
756.88/739.70	v       </values>
756.88/739.70	v     </instantiation>
756.88/739.70	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395743-1568413850/watcher-4395743-1568413850 -o /tmp/evaluation-result-4395743-1568413850/solver-4395743-1568413850 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568413810-18455 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1390668481 HOME/instance-4395743-1568413850.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=18479, runsolver pid=18474

[startup+0.100092 s]*
/proc/loadavg: 0.62 0.72 1.03 4/214 18595
/proc/meminfo: memFree=30840888/32770624 swapFree=66967544/67108860
[pid=18479] ppid=18474 vsize=9972712 memory=18864 CPUtime=0.08 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 4477 13143 0 0 1 0 5 2 20 0 6 0 417634553 10212057088 4716 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2493178 4716 1935 1 0 2481616 0
[pid=18479/tid=18586] ppid=18474 vsize=9972712 memory=-8540663193526752614 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 2268 13143 0 0 1 0 5 2 20 0 6 0 417634562 10212057088 4716 33554432000 4194304 4196468 140728033935664 140353143566928 140353171752093 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=9972712 memory=4211973347445452170 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 417634563 10212057088 4716 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=9972712 memory=139621240661632 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 417634563 10212057088 4716 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 6 0 417634563 10212057088 4716 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 6 0 417634563 10212057088 4716 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210417 s]*
/proc/loadavg: 0.62 0.72 1.03 5/232 18613
/proc/meminfo: memFree=30800224/32770624 swapFree=66967544/67108860
[pid=18479] ppid=18474 vsize=10819664 memory=38816 CPUtime=0.25 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 7042 13143 0 0 17 1 5 2 20 0 15 0 417634553 11079335936 9704 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2704916 9704 3170 1 0 2667149 0
[pid=18479/tid=18586] ppid=18474 vsize=10819664 memory=4871374705135476842 CPUtime=0.18 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 3533 13143 0 0 11 0 5 2 20 0 15 0 417634562 11079335936 9704 33554432000 4194304 4196468 140728033935664 140353143554592 140353155810654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10819664 memory=4211973347445452170 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079335936 9704 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10819664 memory=139621240661632 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079335936 9704 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10819664 memory=139621240661632 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 417634564 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 417634565 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352149251488 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634565 11079335936 9704 33554432000 4194304 4196468 140728033935664 140351947924976 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11079335936 9704 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 362 13143 0 0 1 0 5 2 20 0 15 0 417634568 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 300 13143 0 0 1 0 5 2 20 0 15 0 417634568 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10819664 memory=139621240661632 CPUtime=0.1 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) R 18474 18479 18423 0 -1 4202560 621 13143 0 0 3 0 5 2 20 0 15 0 417634568 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352695159024 140353155810654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11079335936 9704 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10819664 memory=139621240661632 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634568 11079335936 9704 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38816 KiB

[startup+0.310712 s]*
/proc/loadavg: 0.62 0.72 1.03 5/232 18613
/proc/meminfo: memFree=30775476/32770624 swapFree=66967544/67108860
[pid=18479] ppid=18474 vsize=10820148 memory=49940 CPUtime=0.4 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 10762 13143 0 0 30 3 5 2 20 0 15 0 417634553 11079831552 12485 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2705037 12485 3302 1 0 2667149 0
[pid=18479/tid=18586] ppid=18474 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 7212 13143 0 0 20 2 5 2 20 0 15 0 417634562 11079831552 12485 33554432000 4194304 4196468 140728033935664 140353143548256 140353155810654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079831552 12485 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079831552 12485 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 417634563 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10820148 memory=139621240661631 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 417634564 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 417634565 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352149251488 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634565 11079831552 12485 33554432000 4194304 4196468 140728033935664 140351947924976 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11079831552 12485 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 362 13143 0 0 1 0 5 2 20 0 15 0 417634568 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 310 13143 0 0 2 0 5 2 20 0 15 0 417634568 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10820148 memory=139621240661632 CPUtime=0.12 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) S 18474 18479 18423 0 -1 1077944384 645 13143 0 0 5 0 5 2 20 0 15 0 417634568 11079831552 12485 33554432000 4194304 4196468 140728033935664 140352695159024 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11079831552 12485 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10820148 memory=139621240661632 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634568 11079831552 12550 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49940 KiB

[startup+0.700673 s]
/proc/loadavg: 0.62 0.72 1.03 4/232 18613
/proc/meminfo: memFree=30747084/32770624 swapFree=66967544/67108860
[pid=18479] ppid=18474 vsize=10824360 memory=83696 CPUtime=1.12 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 15130 13143 0 0 100 5 5 2 20 0 15 0 417634553 11084144640 20924 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2706090 20924 3509 1 0 2668173 0
[pid=18479/tid=18586] ppid=18474 vsize=10824360 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 10340 13143 0 0 56 3 5 2 20 0 15 0 417634562 11084144640 20924 33554432000 4194304 4196468 140728033935664 140353143544672 140353171752093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11084144640 20924 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11084144640 20924 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634563 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 2 13143 0 0 0 0 5 2 20 0 15 0 417634563 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10824360 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 5 13143 0 0 0 0 5 2 20 0 15 0 417634564 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 13 13143 0 0 0 0 5 2 20 0 15 0 417634565 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352149251488 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634565 11084144640 20924 33554432000 4194304 4196468 140728033935664 140351947924976 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10824360 memory=279242264805616 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11084144640 20924 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) R 18474 18479 18423 0 -1 4202560 938 13143 0 0 16 0 5 2 20 0 15 0 417634568 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352697264112 140353155213498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10824360 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 697 13143 0 0 9 0 5 2 20 0 15 0 417634568 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) S 18474 18479 18423 0 -1 1077944384 915 13143 0 0 17 0 5 2 20 0 15 0 417634568 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352695159024 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11084144640 20924 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634568 11084144640 20924 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83696 KiB

[startup+1.50077 s]
/proc/loadavg: 0.62 0.72 1.03 7/232 18613
/proc/meminfo: memFree=30659092/32770624 swapFree=66967544/67108860
[pid=18479] ppid=18474 vsize=10834676 memory=171620 CPUtime=2.44 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 21935 13143 0 0 227 10 5 2 20 0 15 0 417634553 11094708224 42905 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2708669 42905 3575 1 0 2670733 0
[pid=18479/tid=18586] ppid=18474 vsize=10834676 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 15338 13143 0 0 131 5 5 2 20 0 15 0 417634562 11094708224 42905 33554432000 4194304 4196468 140728033935664 140353143526848 140353155810654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 350 13143 0 0 1 0 5 2 20 0 15 0 417634563 11094708224 42905 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10834676 memory=279242264878320 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 25 13143 0 0 0 0 5 2 20 0 15 0 417634563 11094708224 42905 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10834676 memory=279242264878384 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 73 13143 0 0 1 0 5 2 20 0 15 0 417634563 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10834676 memory=279242264878448 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 53 13143 0 0 1 0 5 2 20 0 15 0 417634563 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10834676 memory=-6953366703549917225 CPUtime=0.08 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 126 13143 0 0 1 0 5 2 20 0 15 0 417634564 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10834676 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 14 13143 0 0 0 0 5 2 20 0 15 0 417634565 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352149251552 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634565 11094708224 42905 33554432000 4194304 4196468 140728033935664 140351947924992 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11094708224 42905 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 1078 13143 0 0 27 0 5 2 20 0 15 0 417634568 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10834676 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 913 13143 0 0 19 0 5 2 20 0 15 0 417634568 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10834676 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) S 18474 18479 18423 0 -1 1077944384 1748 13143 0 0 41 1 5 2 20 0 15 0 417634568 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352695159024 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11094708224 42905 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 1 13143 0 0 0 0 5 2 20 0 15 0 417634568 11094708224 42905 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

[pid=18479/tid=18610] ppid=18474 vsize=10846984 memory=23320 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10846984 memory=984 CPUtime=0.48 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 932 13143 0 0 20 21 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 754.73 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 869600 KiB

[startup+738.401 s]
/proc/loadavg: 1.53 1.37 1.24 4/233 18683
/proc/meminfo: memFree=29169264/32770624 swapFree=66967552/67108860
[pid=18479] ppid=18474 vsize=10846984 memory=869600 CPUtime=755.54 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 129931 13143 0 0 75432 115 5 2 20 0 15 0 417634553 11107311616 217400 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2711746 217400 3626 1 0 2673805 0
[pid=18479/tid=18586] ppid=18474 vsize=10846984 memory=836360 CPUtime=733.06 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 38269 13143 0 0 73270 29 5 2 20 0 15 0 417634562 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353143566128 140352787013066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10846984 memory=6791534058613427641 CPUtime=2.37 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 3879 13143 0 0 217 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 5697 13143 0 0 216 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10846984 memory=1240 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 6738 13143 0 0 216 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10846984 memory=3428 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 6909 13143 0 0 215 14 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10846984 memory=6791534058613427641 CPUtime=2.29 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 8343 13143 0 0 210 12 5 2 20 0 15 0 417634564 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10846984 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 20 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352149251616 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10846984 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 12 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351947924992 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10846984 memory=9328 CPUtime=4.49 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 20759 13143 0 0 439 3 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10846984 memory=6791534058613427641 CPUtime=4.12 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 21683 13143 0 0 402 3 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10846984 memory=23320 CPUtime=2.16 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) S 18474 18479 18423 0 -1 1077944384 14474 13143 0 0 204 5 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352695159024 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10846984 memory=869600 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10846984 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 932 13143 0 0 20 21 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 755.54 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 869600 KiB

[startup+739.201 s]
/proc/loadavg: 1.53 1.37 1.24 4/233 18683
/proc/meminfo: memFree=29169260/32770624 swapFree=66967552/67108860
[pid=18479] ppid=18474 vsize=10846984 memory=869600 CPUtime=756.34 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 129934 13143 0 0 75512 115 5 2 20 0 15 0 417634553 11107311616 217400 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2711746 217400 3626 1 0 2673805 0
[pid=18479/tid=18586] ppid=18474 vsize=10846984 memory=2048 CPUtime=733.86 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 38272 13143 0 0 73350 29 5 2 20 0 15 0 417634562 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353143565616 140352787548098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10846984 memory=1240 CPUtime=2.37 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 3879 13143 0 0 217 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.37 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 5697 13143 0 0 217 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 6738 13143 0 0 216 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10846984 memory=2832 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 6909 13143 0 0 215 14 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.29 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 8343 13143 0 0 210 12 5 2 20 0 15 0 417634564 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10846984 memory=3428 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 20 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352149251616 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10846984 memory=716 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 12 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351947924992 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10846984 memory=869600 CPUtime=4.49 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 20759 13143 0 0 439 3 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10846984 memory=1240 CPUtime=4.12 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 21683 13143 0 0 402 3 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10846984 memory=3428 CPUtime=2.16 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) S 18474 18479 18423 0 -1 1077944384 14474 13143 0 0 204 5 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352695159024 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10846984 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10846984 memory=23320 CPUtime=0.48 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 932 13143 0 0 20 21 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 756.34 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 869600 KiB

[startup+739.601 s]
/proc/loadavg: 1.53 1.37 1.24 4/233 18683
/proc/meminfo: memFree=29169260/32770624 swapFree=66967552/67108860
[pid=18479] ppid=18474 vsize=10846984 memory=869600 CPUtime=756.75 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 129936 13143 0 0 75553 115 5 2 20 0 15 0 417634553 11107311616 217400 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2711746 217400 3626 1 0 2673805 0
[pid=18479/tid=18586] ppid=18474 vsize=10846984 memory=1564 CPUtime=734.25 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 38274 13143 0 0 73389 29 5 2 20 0 15 0 417634562 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353143566048 140352789966029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10846984 memory=500 CPUtime=2.37 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 3879 13143 0 0 217 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10846984 memory=932 CPUtime=2.38 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 5697 13143 0 0 217 14 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10846984 memory=1716 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 6738 13143 0 0 216 13 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10846984 memory=1216 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 6909 13143 0 0 215 14 5 2 20 0 15 0 417634563 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.29 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 8343 13143 0 0 210 12 5 2 20 0 15 0 417634564 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10846984 memory=7988 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 20 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352149251616 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10846984 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 12 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351947924992 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10846984 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10846984 memory=3428 CPUtime=4.49 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 20759 13143 0 0 439 3 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10846984 memory=716 CPUtime=4.12 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 21683 13143 0 0 402 3 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10846984 memory=776 CPUtime=2.16 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) S 18474 18479 18423 0 -1 1077944384 14474 13143 0 0 204 5 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352695159024 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10846984 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10846984 memory=2832 CPUtime=0.48 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 932 13143 0 0 20 21 5 2 20 0 15 0 417634568 11107311616 217400 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 756.75 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 869600 KiB

[startup+739.701 s]
/proc/loadavg: 1.53 1.37 1.24 4/233 18683
/proc/meminfo: memFree=29169260/32770624 swapFree=66967552/67108860
[pid=18479] ppid=18474 vsize=10846984 memory=869776 CPUtime=756.88 cores=1,3,5,7
/proc/18479/stat : 18479 (java) S 18474 18479 18423 0 -1 1077944320 136220 13143 0 0 75565 116 5 2 20 0 15 0 417634553 11107311616 217444 33554432000 4194304 4196468 140728033935664 140728033918208 140353171730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
/proc/18479/statm: 2711746 217444 3626 1 0 2673805 0
[pid=18479/tid=18586] ppid=18474 vsize=10846984 memory=869600 CPUtime=734.36 cores=1,3,5,7
/proc/18479/task/18586/stat : 18586 (java) R 18474 18479 18423 0 -1 4202560 40397 13143 0 0 73399 30 5 2 20 0 15 0 417634562 11107311616 217444 33554432000 4194304 4196468 140728033935664 140353143564656 140353153293719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18588] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.37 cores=1,3,5,7
/proc/18479/task/18588/stat : 18588 (java) S 18474 18479 18423 0 -1 1077944384 3879 13143 0 0 217 13 5 2 20 0 15 0 417634563 11107311616 217444 33554432000 4194304 4196468 140728033935664 140353175972112 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18589] ppid=18474 vsize=10846984 memory=0 CPUtime=2.38 cores=1,3,5,7
/proc/18479/task/18589/stat : 18589 (java) S 18474 18479 18423 0 -1 1077944384 5697 13143 0 0 217 14 5 2 20 0 15 0 417634563 11107311616 217444 33554432000 4194304 4196468 140728033935664 140353090791824 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18590] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18590/stat : 18590 (java) S 18474 18479 18423 0 -1 1077944384 6738 13143 0 0 216 13 5 2 20 0 15 0 417634563 11107311616 217444 33554432000 4194304 4196468 140728033935664 140352743463440 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18591] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.36 cores=1,3,5,7
/proc/18479/task/18591/stat : 18591 (java) S 18474 18479 18423 0 -1 1077944384 6909 13143 0 0 215 14 5 2 20 0 15 0 417634563 11107311616 217444 33554432000 4194304 4196468 140728033935664 140352742410896 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18596] ppid=18474 vsize=10846984 memory=869600 CPUtime=2.29 cores=1,3,5,7
/proc/18479/task/18596/stat : 18596 (java) S 18474 18479 18423 0 -1 1077944384 9646 13143 0 0 210 12 5 2 20 0 15 0 417634564 11107311616 217444 33554432000 4194304 4196468 140728033935664 140352698317296 140353171741314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18598] ppid=18474 vsize=10846984 memory=7988 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18598/stat : 18598 (java) S 18474 18479 18423 0 -1 1077944384 20 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217444 33554432000 4194304 4196468 140728033935664 140352149251616 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18600] ppid=18474 vsize=10846984 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18600/stat : 18600 (java) S 18474 18479 18423 0 -1 1077944384 12 13143 0 0 0 0 5 2 20 0 15 0 417634565 11107311616 217451 33554432000 4194304 4196468 140728033935664 140351947924992 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18602] ppid=18474 vsize=10846984 memory=869600 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18602/stat : 18602 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217451 33554432000 4194304 4196468 140728033935664 140351707634384 140353171748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18603] ppid=18474 vsize=10846984 memory=869600 CPUtime=4.49 cores=1,3,5,7
/proc/18479/task/18603/stat : 18603 (java) S 18474 18479 18423 0 -1 1077944384 20768 13143 0 0 439 3 5 2 20 0 15 0 417634568 11107311616 217451 33554432000 4194304 4196468 140728033935664 140352697264112 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18604] ppid=18474 vsize=10846984 memory=7988 CPUtime=4.13 cores=1,3,5,7
/proc/18479/task/18604/stat : 18604 (java) S 18474 18479 18423 0 -1 1077944384 21871 13143 0 0 403 3 5 2 20 0 15 0 417634568 11107311616 217451 33554432000 4194304 4196468 140728033935664 140352696211568 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18605] ppid=18474 vsize=10846984 memory=1560 CPUtime=2.17 cores=1,3,5,7
/proc/18479/task/18605/stat : 18605 (java) R 18474 18479 18423 0 -1 4202560 17140 13143 0 0 205 5 5 2 20 0 15 0 417634568 11107311616 217451 33554432000 4194304 4196468 140728033935664 140352695155392 140353157410865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18610] ppid=18474 vsize=10846984 memory=3064 CPUtime=0.07 cores=1,3,5,7
/proc/18479/task/18610/stat : 18610 (java) S 18474 18479 18423 0 -1 1077944384 3 13143 0 0 0 0 5 2 20 0 15 0 417634568 11107311616 217451 33554432000 4194304 4196468 140728033935664 140351674075744 140353171740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
[pid=18479/tid=18612] ppid=18474 vsize=10846984 memory=3132 CPUtime=0.48 cores=1,3,5,7
/proc/18479/task/18612/stat : 18612 (java) S 18474 18479 18423 0 -1 1077944384 932 13143 0 0 20 21 5 2 20 0 15 0 417634568 11107311616 217451 33554432000 4194304 4196468 140728033935664 140352694106928 140353171741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30810112 140728033942255 140728033944773 140728033944773 140728033947599 0
Current children cumulated CPU time: 756.88 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 869776 KiB

Child status: 0
Real time (s): 739.724
CPU time (s): 756.921
CPU user time (s): 755.719
CPU system time (s): 1.20222
CPU usage (%): 102.325
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 923584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 755.719
system time used= 1.20222
maximum resident set size= 923584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68789
involuntary context switches= 2533


# summary of solver processes directly reported to runsolver:
#   pid: 18479
#   total CPU time (s): 756.921
#   total CPU user time (s): 755.719
#   total CPU system time (s): 1.20222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.147 second user time and 7.40555 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-14 00:30:10
IDJOB=4395743
IDBENCH=141717
IDSOLVER=2846
FILE ID=node135/4395743-1568413850
RUNJOBID= node135-1568413810-18455
PBS_JOBID= 21702201
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-036.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395743-1568413850/watcher-4395743-1568413850 -o /tmp/evaluation-result-4395743-1568413850/solver-4395743-1568413850 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568413810-18455 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1390668481 HOME/instance-4395743-1568413850.xml

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

MD5SUM BENCH= 5e5c63d89f6605b36f0577fcc9be8ecb
RANDOM SEED=1390668481

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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:        30852828 kB
MemAvailable:   31864116 kB
Buffers:          159868 kB
Cached:          1120428 kB
SwapCached:        34864 kB
Active:           556444 kB
Inactive:         762288 kB
Active(anon):      11208 kB
Inactive(anon):    60076 kB
Active(file):     545236 kB
Inactive(file):   702212 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66967544 kB
Dirty:             70900 kB
Writeback:             0 kB
AnonPages:        114792 kB
Mapped:            35912 kB
Shmem:             23960 kB
Slab:             189748 kB
SReclaimable:     159348 kB
SUnreclaim:        30400 kB
KernelStack:        3376 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-14 00:42:30