Trace number 4304859

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.9.2SAT 13.7704 5.72477

General information on the benchmark

NameStripPacking/
StripPacking-1b_c18.xml
MD5SUM1d962658b6cfa8354278e550b215e9b2
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 benchmark0.636192
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints31
Number of domains12
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":15,"count":20}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":40,"count":1}]
Number of extensional constraints10
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":20},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
13.41/5.69	v <instantiation>
13.41/5.69	v       <list>
13.41/5.69	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9]
13.41/5.69	v       </list>
13.41/5.69	v       <values>
13.41/5.69	v         6 12 0 10 0 3 3 9 12 5 2 4 0 10 3 3 10 0 2 0 6 3 5 5 3 3 7 6 3 4 8 6 3 5 12 7 5 2 2 2 1 0 1 0 0 0 1 1 0 0
13.41/5.69	v       </values>
13.41/5.69	v     </instantiation>
13.41/5.69	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 (814 MiB free)
  memory of node 1: 16384 MiB (1769 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304859-1534049907/watcher-4304859-1534049907 -o /tmp/evaluation-result-4304859-1534049907/solver-4304859-1534049907 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11010 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=968472937 HOME/instance-4304859-1534049907.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=13430, runsolver pid=13427

[startup+0.100136 s]*
/proc/loadavg: 1.01 1.35 1.49 3/211 13487
/proc/meminfo: memFree=2641728/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=10005480 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 4453 12932 0 0 1 0 4 3 20 0 6 0 222553856 10245611520 3794 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2501370 3794 1934 1 0 2489808 0
[pid=13430/tid=13483] ppid=13427 vsize=10005480 memory=4279135704013962892 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 2268 12932 0 0 1 0 4 3 20 0 6 0 222553865 10245611520 3794 33554432000 4194304 4196468 140728371996992 140041977234000 140041989477726 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 6 0 222553866 10245611520 3794 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=10005480 memory=140212974945920 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 6 0 222553866 10245611520 3794 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 6 0 222553866 10245611520 3794 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 6 0 222553866 10245611520 3794 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210212 s]*
/proc/loadavg: 1.01 1.35 1.49 3/220 13496
/proc/meminfo: memFree=2616744/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=10982744 memory=44252 CPUtime=0.25 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 8251 12932 0 0 17 1 4 3 20 0 15 0 222553856 11246329856 11063 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2745686 11063 2989 1 0 2708109 0
[pid=13430/tid=13483] ppid=13427 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 4794 12932 0 0 11 1 4 3 20 0 15 0 222553865 11246329856 11129 33554432000 4194304 4196468 140728371996992 140041977221216 140041985672960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246329856 11129 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=10982744 memory=140212974945920 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246329856 11129 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246329856 11129 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246329856 11195 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=10982744 memory=140212974945920 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553867 11246329856 11195 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 13 12932 0 0 0 0 4 3 20 0 15 0 222553867 11246329856 11195 33554432000 4194304 4196468 140728371996992 140040831231264 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553868 11246329856 11195 33554432000 4194304 4196468 140728371996992 140040629905008 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11246329856 11195 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) S 13427 13430 9992 0 -1 1077944384 428 12932 0 0 1 0 4 3 20 0 15 0 222553870 11246329856 11195 33554432000 4194304 4196468 140728371996992 140041429948528 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) S 13427 13430 9992 0 -1 1077944384 205 12932 0 0 1 0 4 3 20 0 15 0 222553870 11246329856 11195 33554432000 4194304 4196468 140728371996992 140041428895728 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=10982744 memory=140212974945920 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 662 12932 0 0 3 0 4 3 20 0 15 0 222553870 11246329856 11195 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11246329856 11195 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=10982744 memory=140212974945920 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553871 11246329856 11195 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44252 KiB

[startup+0.31047 s]*
/proc/loadavg: 1.01 1.35 1.49 3/220 13496
/proc/meminfo: memFree=2604712/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=10983192 memory=55492 CPUtime=0.38 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 10912 12932 0 0 29 2 4 3 20 0 15 0 222553856 11246788608 13873 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2745798 13873 3108 1 0 2708109 0
[pid=13430/tid=13483] ppid=13427 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 7355 12932 0 0 20 1 4 3 20 0 15 0 222553865 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041977209248 140042005419165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=10983192 memory=7084833269481492816 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 13873 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553867 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 13 12932 0 0 0 0 4 3 20 0 15 0 222553867 11246788608 13873 33554432000 4194304 4196468 140728371996992 140040831231264 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553868 11246788608 13873 33554432000 4194304 4196468 140728371996992 140040629905008 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11246788608 13873 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) S 13427 13430 9992 0 -1 1077944384 433 12932 0 0 1 0 4 3 20 0 15 0 222553870 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041429948528 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) S 13427 13430 9992 0 -1 1077944384 209 12932 0 0 1 0 4 3 20 0 15 0 222553870 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041428895728 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 696 12932 0 0 4 0 4 3 20 0 15 0 222553870 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11246788608 13873 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553871 11246788608 13873 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55492 KiB

[startup+0.700693 s]
/proc/loadavg: 1.01 1.35 1.49 3/220 13496
/proc/meminfo: memFree=2593920/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=10983192 memory=88124 CPUtime=0.99 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 17173 12932 0 0 88 4 4 3 20 0 15 0 222553856 11246788608 22031 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2745798 22031 3247 1 0 2708109 0
[pid=13430/tid=13483] ppid=13427 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 12455 12932 0 0 56 3 4 3 20 0 15 0 222553865 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041977225120 140041989477726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 22031 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553866 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 5 12932 0 0 0 0 4 3 20 0 15 0 222553867 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 13 12932 0 0 0 0 4 3 20 0 15 0 222553867 11246788608 22031 33554432000 4194304 4196468 140728371996992 140040831231264 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553868 11246788608 22031 33554432000 4194304 4196468 140728371996992 140040629905008 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11246788608 22031 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=10983192 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) S 13427 13430 9992 0 -1 1077944384 1018 12932 0 0 9 0 4 3 20 0 15 0 222553870 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041429948528 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=10983192 memory=15460 CPUtime=0.15 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) S 13427 13430 9992 0 -1 1077944384 609 12932 0 0 8 0 4 3 20 0 15 0 222553870 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041428895728 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=10983192 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 870 12932 0 0 12 0 4 3 20 0 15 0 222553870 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11246788608 22031 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553871 11246788608 22031 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88124 KiB

[startup+1.50072 s]
/proc/loadavg: 1.01 1.35 1.49 3/220 13496
/proc/meminfo: memFree=2547464/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=10998092 memory=178664 CPUtime=2.26 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 24215 12932 0 0 209 10 4 3 20 0 15 0 222553856 11262046208 44666 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2749523 44666 3470 1 0 2711181 0
[pid=13430/tid=13483] ppid=13427 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 17852 12932 0 0 130 5 4 3 20 0 15 0 222553865 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041977214336 140041989440869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 188 12932 0 0 1 0 4 3 20 0 15 0 222553866 11262046208 44666 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 17 12932 0 0 1 0 4 3 20 0 15 0 222553866 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 71 12932 0 0 1 0 4 3 20 0 15 0 222553866 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 31 12932 0 0 1 0 4 3 20 0 15 0 222553866 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 65 12932 0 0 1 0 4 3 20 0 15 0 222553867 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=10998092 memory=280425662589184 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 13 12932 0 0 0 0 4 3 20 0 15 0 222553867 11262046208 44666 33554432000 4194304 4196468 140728371996992 140040831231328 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553868 11262046208 44666 33554432000 4194304 4196468 140728371996992 140040629905024 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11262046208 44666 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=10998092 memory=5772 CPUtime=0.25 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) S 13427 13430 9992 0 -1 1077944384 1214 12932 0 0 18 0 4 3 20 0 15 0 222553870 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041429948528 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=10998092 memory=4616 CPUtime=0.29 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) S 13427 13430 9992 0 -1 1077944384 1157 12932 0 0 22 0 4 3 20 0 15 0 222553870 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041428895728 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=10998092 memory=1388 CPUtime=0.37 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 1410 12932 0 0 30 0 4 3 20 0 15 0 222553870 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11262046208 44666 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 1 12932 0 0 0 0 4 3 20 0 15 0 222553871 11262046208 44666 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=13430/tid=13493] ppid=13427 vsize=11010400 memory=6876 CPUtime=0.93 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) R 13427 13430 9992 0 -1 4202560 2493 12932 0 0 86 0 4 3 20 0 15 0 222553870 11274649600 60002 33554432000 4194304 4196468 140728371996992 140041428876448 140041991077937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=11010400 memory=15252 CPUtime=1.23 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 4979 12932 0 0 114 2 4 3 20 0 15 0 222553870 11274649600 60002 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11274649600 60002 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=11010400 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 2 12932 0 0 0 0 4 3 20 0 15 0 222553871 11274649600 60002 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 240008 KiB

[startup+4.80135 s]
/proc/loadavg: 1.09 1.36 1.49 6/220 13496
/proc/meminfo: memFree=2350128/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=11080032 memory=373236 CPUtime=10.96 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 68393 12932 0 0 1065 24 4 3 20 0 15 0 222553856 11345952768 93309 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2770008 93309 3516 1 0 2731661 0
[pid=13430/tid=13483] ppid=13427 vsize=11080032 memory=13847456437766433 CPUtime=4.66 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 44697 12932 0 0 446 13 4 3 20 0 15 0 222553865 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041977226616 140041590283115 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 201 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 93309 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=11080032 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 60 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=11080032 memory=8761640388318109335 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 206 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=11080032 memory=6944656592455350634 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 86 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=11080032 memory=7016714186490735262 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 1375 12932 0 0 3 0 4 3 20 0 15 0 222553867 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=11080032 memory=8761640388318109335 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 16 12932 0 0 0 0 4 3 20 0 15 0 222553867 11345952768 93309 33554432000 4194304 4196468 140728371996992 140040831231328 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=11080032 memory=-7522837583129307271 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553868 11345952768 93309 33554432000 4194304 4196468 140728371996992 140040629905024 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=11080032 memory=4137293581110450563 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11345952768 93309 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=11080032 memory=7016714190785702558 CPUtime=2.17 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) R 13427 13430 9992 0 -1 4202560 5132 12932 0 0 207 3 4 3 20 0 15 0 222553870 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041429940480 140041988808134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=11080032 memory=0 CPUtime=2.41 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) R 13427 13430 9992 0 -1 4202560 7816 12932 0 0 233 1 4 3 20 0 15 0 222553870 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041428878800 140041988894023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=11080032 memory=140212831558449 CPUtime=1.68 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 6598 12932 0 0 159 2 4 3 20 0 15 0 222553870 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=11080032 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11345952768 93309 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=11080032 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 8 12932 0 0 0 0 4 3 20 0 15 0 222553871 11345952768 93309 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 10.96 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 373236 KiB

[startup+5.20129 s]
/proc/loadavg: 1.09 1.36 1.49 5/220 13496
/proc/meminfo: memFree=2281756/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=11080032 memory=378044 CPUtime=12.19 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 68602 12932 0 0 1188 24 4 3 20 0 15 0 222553856 11345952768 94511 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2770008 94511 3523 1 0 2731661 0
[pid=13430/tid=13483] ppid=13427 vsize=11080032 memory=13847456437766433 CPUtime=5.04 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 44697 12932 0 0 484 13 4 3 20 0 15 0 222553865 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041977230440 140041589765615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=11080032 memory=6944656575208382560 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 201 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 94511 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=11080032 memory=6944656592387989600 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 68 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=11080032 memory=6944656592455360604 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 207 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=11080032 memory=-4695043397844020537 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 94 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=11080032 memory=8292088533921144977 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 1378 12932 0 0 3 0 4 3 20 0 15 0 222553867 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 16 12932 0 0 0 0 4 3 20 0 15 0 222553867 11345952768 94511 33554432000 4194304 4196468 140728371996992 140040831231328 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553868 11345952768 94511 33554432000 4194304 4196468 140728371996992 140040629905024 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11345952768 94511 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=11080032 memory=6791534058613427641 CPUtime=2.56 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) R 13427 13430 9992 0 -1 4202560 5209 12932 0 0 246 3 4 3 20 0 15 0 222553870 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041429935344 140041985059504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=11080032 memory=0 CPUtime=2.81 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) R 13427 13430 9992 0 -1 4202560 7876 12932 0 0 273 1 4 3 20 0 15 0 222553870 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041428877760 140041988953895 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=11080032 memory=7516897281825924946 CPUtime=1.73 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 6649 12932 0 0 163 3 4 3 20 0 15 0 222553870 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=11080032 memory=373112 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11345952768 94511 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=11080032 memory=372840 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 9 12932 0 0 0 0 4 3 20 0 15 0 222553871 11345952768 94511 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 378044 KiB

[startup+5.60072 s]
/proc/loadavg: 1.09 1.36 1.49 5/220 13496
/proc/meminfo: memFree=2281756/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=11080032 memory=391016 CPUtime=13.41 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 69553 12932 0 0 1310 24 4 3 20 0 15 0 222553856 11345952768 97754 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2770008 97754 3525 1 0 2731661 0
[pid=13430/tid=13483] ppid=13427 vsize=11080032 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) R 13427 13430 9992 0 -1 4202560 44718 12932 0 0 524 13 4 3 20 0 15 0 222553865 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041977228584 140041589609824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=11080032 memory=280425663381152 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 209 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 97754 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=11080032 memory=140212831692848 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 68 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=11080032 memory=1228 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 207 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=11080032 memory=2252 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 94 12932 0 0 3 0 4 3 20 0 15 0 222553866 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=11080032 memory=1796 CPUtime=0.11 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 1395 12932 0 0 4 0 4 3 20 0 15 0 222553867 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041431001712 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=11080032 memory=756 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 16 12932 0 0 0 0 4 3 20 0 15 0 222553867 11345952768 97754 33554432000 4194304 4196468 140728371996992 140040831231328 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=11080032 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553868 11345952768 97754 33554432000 4194304 4196468 140728371996992 140040629905024 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13491] ppid=13427 vsize=11080032 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13491/stat : 13491 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553870 11345952768 97754 33554432000 4194304 4196468 140728371996992 140040322505296 140042005415835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=11080032 memory=5772 CPUtime=2.96 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) R 13427 13430 9992 0 -1 4202560 6001 12932 0 0 286 3 4 3 20 0 15 0 222553870 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041429933312 140041991092288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=11080032 memory=4616 CPUtime=3.21 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) R 13427 13430 9992 0 -1 4202560 7957 12932 0 0 313 1 4 3 20 0 15 0 222553870 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041428878480 140041985249334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=11080032 memory=1388 CPUtime=1.76 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 6681 12932 0 0 166 3 4 3 20 0 15 0 222553870 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=11080032 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 15 0 222553871 11345952768 97754 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13496] ppid=13427 vsize=11080032 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13496/stat : 13496 (java) S 13427 13430 9992 0 -1 1077944384 9 12932 0 0 0 0 4 3 20 0 15 0 222553871 11345952768 97754 33554432000 4194304 4196468 140728371996992 140041426791344 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 13.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 391016 KiB

[startup+5.70072 s]
/proc/loadavg: 1.09 1.36 1.49 5/220 13496
/proc/meminfo: memFree=2281756/32770624 swapFree=67108856/67108860
[pid=13430] ppid=13427 vsize=11146588 memory=395652 CPUtime=13.72 cores=1,3,5,7
/proc/13430/stat : 13430 (java) S 13427 13430 9992 0 -1 1077944320 69847 12932 0 0 1340 25 4 3 20 0 13 0 222553856 11414106112 98913 33554432000 4194304 4196468 140728371996992 140728371979536 140042005397239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
/proc/13430/statm: 2786647 98913 3528 1 0 2748300 0
[pid=13430/tid=13483] ppid=13427 vsize=11146588 memory=389120 CPUtime=5.53 cores=1,3,5,7
/proc/13430/task/13483/stat : 13483 (java) S 13427 13430 9992 0 -1 1077944384 44921 12932 0 0 533 13 4 3 20 0 13 0 222553865 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041977240720 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13484] ppid=13427 vsize=11146588 memory=372816 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13484/stat : 13484 (java) S 13427 13430 9992 0 -1 1077944384 211 12932 0 0 3 0 4 3 20 0 13 0 222553866 11414106112 98913 33554432000 4194304 4196468 140728371996992 140042009639312 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13485] ppid=13427 vsize=11146588 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13485/stat : 13485 (java) S 13427 13430 9992 0 -1 1077944384 72 12932 0 0 3 0 4 3 20 0 13 0 222553866 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041544722704 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13486] ppid=13427 vsize=11146588 memory=1940 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13486/stat : 13486 (java) S 13427 13430 9992 0 -1 1077944384 212 12932 0 0 3 0 4 3 20 0 13 0 222553866 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041543670416 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13487] ppid=13427 vsize=11146588 memory=1172 CPUtime=0.1 cores=1,3,5,7
/proc/13430/task/13487/stat : 13487 (java) S 13427 13430 9992 0 -1 1077944384 94 12932 0 0 3 0 4 3 20 0 13 0 222553866 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041542617616 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13488] ppid=13427 vsize=11146588 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/13430/task/13488/stat : 13488 (java) S 13427 13430 9992 0 -1 1077944384 1398 12932 0 0 4 0 4 3 20 0 13 0 222553867 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041431001920 140042005408386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13489] ppid=13427 vsize=11146588 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13489/stat : 13489 (java) S 13427 13430 9992 0 -1 1077944384 16 12932 0 0 0 0 4 3 20 0 13 0 222553867 11414106112 98913 33554432000 4194304 4196468 140728371996992 140040831231328 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13490] ppid=13427 vsize=11146588 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13490/stat : 13490 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 13 0 222553868 11414106112 98913 33554432000 4194304 4196468 140728371996992 140040629905024 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13492] ppid=13427 vsize=11146588 memory=60692 CPUtime=3.05 cores=1,3,5,7
/proc/13430/task/13492/stat : 13492 (java) S 13427 13430 9992 0 -1 1077944384 6022 12932 0 0 295 3 4 3 20 0 13 0 222553870 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041429938720 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13493] ppid=13427 vsize=11146588 memory=380208 CPUtime=3.31 cores=1,3,5,7
/proc/13430/task/13493/stat : 13493 (java) R 13427 13430 9992 0 -1 4202560 7957 12932 0 0 323 1 4 3 20 0 13 0 222553870 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041428874768 140041986918361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13494] ppid=13427 vsize=11146588 memory=305808 CPUtime=1.77 cores=1,3,5,7
/proc/13430/task/13494/stat : 13494 (java) S 13427 13430 9992 0 -1 1077944384 6695 12932 0 0 167 3 4 3 20 0 13 0 222553870 11414106112 98913 33554432000 4194304 4196468 140728371996992 140041427843440 140042005408386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
[pid=13430/tid=13495] ppid=13427 vsize=11146588 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13430/task/13495/stat : 13495 (java) S 13427 13430 9992 0 -1 1077944384 3 12932 0 0 0 0 4 3 20 0 13 0 222553871 11414106112 98913 33554432000 4194304 4196468 140728371996992 140039891708384 140042005407445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9220096 140728372005485 140728372008284 140728372008284 140728372010959 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 11146588 KiB
Current children cumulated memory: 395652 KiB

Child status: 0
Real time (s): 5.72477
CPU time (s): 13.7704
CPU user time (s): 13.4635
CPU system time (s): 0.306905
CPU usage (%): 240.541
Max. virtual memory (cumulated for all children) (KiB): 11146588
Max. memory (cumulated for all children) (KiB): 395652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4635
system time used= 0.306905
maximum resident set size= 397664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7503
involuntary context switches= 73


# summary of solver processes directly reported to runsolver:
#   pid: 13430
#   total CPU time (s): 13.7704
#   total CPU user time (s): 13.4635
#   total CPU system time (s): 0.306905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06611 second user time and 0.089249 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 06:58:27
IDJOB=4304859
IDBENCH=141125
IDSOLVER=2780
FILE ID=node133/4304859-1534049907
RUNJOBID= node133-1534037558-11010
PBS_JOBID= 21036967
Free space on /tmp= 38772 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304859-1534049907/watcher-4304859-1534049907 -o /tmp/evaluation-result-4304859-1534049907/solver-4304859-1534049907 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11010 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=968472937 HOME/instance-4304859-1534049907.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=968472937

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:         2646556 kB
MemAvailable:   26663940 kB
Buffers:          213164 kB
Cached:         23733944 kB
SwapCached:            0 kB
Active:         15301612 kB
Inactive:       13932580 kB
Active(anon):    5236024 kB
Inactive(anon):   103548 kB
Active(file):   10065588 kB
Inactive(file): 13829032 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:       5357120 kB
Mapped:            68912 kB
Shmem:             49820 kB
Slab:             579728 kB
SReclaimable:     551224 kB
SUnreclaim:        28504 kB
KernelStack:        3888 kB
PageTables:        15584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5969224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4737024 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= 38748 MiB
End job on node133 at 2018-08-12 06:58:33