Trace number 4304588

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT43 7.90079 3.80067

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-01_c18.xml
MD5SUMa355aea041a776e2482d6f32cb7a537a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1.30559
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":14},{"degree":5,"count":7},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":49},{"arity":8,"count":1},{"arity":10,"count":2}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
7.35/3.65	o 157
7.35/3.69	o 154
7.64/3.72	o 46
7.64/3.74	o 43
7.64/3.75	v <instantiation cost="43">
7.64/3.75	v       <list>
7.64/3.75	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
7.64/3.75	v       </list>
7.64/3.75	v       <values>
7.64/3.75	v         0 4 0 0 6 33 10 4 13 6 12 13 4 15 19 13 23 10 18 21 29 29 36 38 28 34 15 35 28 41 41 43
7.64/3.75	v       </values>
7.64/3.75	v     </instantiation>
7.64/3.75	s OPTIMUM FOUND

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304588-1534119774/watcher-4304588-1534119774 -o /tmp/evaluation-result-4304588-1534119774/solver-4304588-1534119774 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=863604592 -superng HOME/instance-4304588-1534119774.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=25466, runsolver pid=25463

[startup+0.100091 s]*
/proc/loadavg: 1.70 1.78 1.71 3/210 25523
/proc/meminfo: memFree=6217092/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=10005480 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 4386 12965 0 0 1 0 5 2 20 0 6 0 229540581 10245611520 4715 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2501370 4715 1934 1 0 2489808 0
[pid=25466/tid=25519] ppid=25463 vsize=10005480 memory=4279135703913235855 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 2193 12965 0 0 0 0 5 2 20 0 6 0 229540590 10245611520 4715 33554432000 4194304 4196468 140731576466800 140517056782928 140517084968093 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 6 0 229540591 10245611520 4715 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=10005480 memory=139776782960256 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 6 0 229540591 10245611520 4715 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 6 0 229540591 10245611520 4715 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 6 0 229540591 10245611520 4715 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210076 s]*
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6191200/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=10983736 memory=47268 CPUtime=0.25 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 8001 12965 0 0 17 1 5 2 20 0 15 0 229540581 11247345664 11817 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2745934 11817 2954 1 0 2708357 0
[pid=25466/tid=25519] ppid=25463 vsize=10983736 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 4661 12965 0 0 11 1 5 2 20 0 15 0 229540590 11247345664 11883 33554432000 4194304 4196468 140731576466800 140517056770976 140517077625885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=10983736 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11247345664 11949 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=10983736 memory=139776782960256 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11247345664 11949 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11247345664 11949 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 229540591 11249012736 11949 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=10985364 memory=139776782960256 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 229540592 11249012736 11949 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 13 12965 0 0 0 0 5 2 20 0 15 0 229540593 11249012736 11949 33554432000 4194304 4196468 140731576466800 140515961987872 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11249012736 12015 33554432000 4194304 4196468 140731576466800 140515760661616 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11249012736 12015 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) S 25463 25466 20994 0 -1 1077944384 564 12965 0 0 1 0 5 2 20 0 15 0 229540595 11249012736 12015 33554432000 4194304 4196468 140731576466800 140516576950896 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) S 25463 25466 20994 0 -1 1077944384 58 12965 0 0 0 0 5 2 20 0 15 0 229540595 11249012736 12015 33554432000 4194304 4196468 140731576466800 140516575898096 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=10985364 memory=139776782960256 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) S 25463 25466 20994 0 -1 1077944384 618 12965 0 0 3 0 5 2 20 0 15 0 229540595 11249012736 12081 33554432000 4194304 4196468 140731576466800 140516574845808 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11249012736 12081 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=10985364 memory=139776782960256 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540596 11249012736 12081 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 47268 KiB

[startup+0.310378 s]*
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6179540/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=10983192 memory=57380 CPUtime=0.38 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 10419 12965 0 0 29 2 5 2 20 0 15 0 229540581 11246788608 14345 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2745798 14345 3073 1 0 2708109 0
[pid=25466/tid=25519] ppid=25463 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 6954 12965 0 0 20 1 5 2 20 0 15 0 229540590 11246788608 14345 33554432000 4194304 4196468 140731576466800 140517056758176 140517077183294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 14345 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 229540592 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 13 12965 0 0 0 0 5 2 20 0 15 0 229540593 11246788608 14345 33554432000 4194304 4196468 140731576466800 140515961987872 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11246788608 14345 33554432000 4194304 4196468 140731576466800 140515760661616 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11246788608 14345 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) S 25463 25466 20994 0 -1 1077944384 564 12965 0 0 2 0 5 2 20 0 15 0 229540595 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516576950896 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) S 25463 25466 20994 0 -1 1077944384 59 12965 0 0 1 0 5 2 20 0 15 0 229540595 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516575898096 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) R 25463 25466 20994 0 -1 4202560 624 12965 0 0 4 0 5 2 20 0 15 0 229540595 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516574845808 140517084967514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11246788608 14345 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540596 11246788608 14345 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57380 KiB

[startup+0.700765 s]
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6167440/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=10983192 memory=90420 CPUtime=0.98 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 16738 12965 0 0 87 4 5 2 20 0 15 0 229540581 11246788608 22605 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2745798 22605 3238 1 0 2708109 0
[pid=25466/tid=25519] ppid=25463 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 12189 12965 0 0 56 2 5 2 20 0 15 0 229540590 11246788608 22605 33554432000 4194304 4196468 140731576466800 140517056766992 140517065222062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 22605 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 229540591 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 5 12965 0 0 0 0 5 2 20 0 15 0 229540592 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 13 12965 0 0 0 0 5 2 20 0 15 0 229540593 11246788608 22605 33554432000 4194304 4196468 140731576466800 140515961987872 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11246788608 22605 33554432000 4194304 4196468 140731576466800 140515760661616 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11246788608 22605 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) S 25463 25466 20994 0 -1 1077944384 976 12965 0 0 7 0 5 2 20 0 15 0 229540595 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516576950896 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) S 25463 25466 20994 0 -1 1077944384 638 12965 0 0 9 0 5 2 20 0 15 0 229540595 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516575898096 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=10983192 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) S 25463 25466 20994 0 -1 1077944384 713 12965 0 0 12 0 5 2 20 0 15 0 229540595 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516574845808 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11246788608 22605 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540596 11246788608 22605 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90420 KiB

[startup+1.50084 s]
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6121480/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=10998092 memory=179864 CPUtime=2.25 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 23927 12965 0 0 209 9 5 2 20 0 15 0 229540581 11262046208 44966 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2749523 44966 3466 1 0 2711181 0
[pid=25466/tid=25519] ppid=25463 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 17764 12965 0 0 130 5 5 2 20 0 15 0 229540590 11262046208 44966 33554432000 4194304 4196468 140731576466800 140517056759728 140517065221903 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 238 12965 0 0 0 0 5 2 20 0 15 0 229540591 11262046208 44966 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 27 12965 0 0 1 0 5 2 20 0 15 0 229540591 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 54 12965 0 0 1 0 5 2 20 0 15 0 229540591 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 37 12965 0 0 1 0 5 2 20 0 15 0 229540591 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 47 12965 0 0 1 0 5 2 20 0 15 0 229540592 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=10998092 memory=279553247357184 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 14 12965 0 0 0 0 5 2 20 0 15 0 229540593 11262046208 44966 33554432000 4194304 4196468 140731576466800 140515961987936 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11262046208 44966 33554432000 4194304 4196468 140731576466800 140515760661632 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11262046208 44966 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=10998092 memory=5772 CPUtime=0.29 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) S 25463 25466 20994 0 -1 1077944384 1478 12965 0 0 22 0 5 2 20 0 15 0 229540595 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516576950896 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=10998092 memory=4616 CPUtime=0.25 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) S 25463 25466 20994 0 -1 1077944384 837 12965 0 0 18 0 5 2 20 0 15 0 229540595 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516575898096 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=10998092 memory=1388 CPUtime=0.38 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) S 25463 25466 20994 0 -1 1077944384 1232 12965 0 0 31 0 5 2 20 0 15 0 229540595 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516574845808 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11262046208 44966 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540596 11262046208 44966 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.1158 s]
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6006152/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=11010400 memory=249888 CPUtime=6.1 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 36378 12965 0 0 588 15 5 2 20 0 15 0 229540581 11274649600 62472 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2752600 62472 3491 1 0 2714253 0
[pid=25466/tid=25519] ppid=25463 vsize=11010400 memory=279553247776064 CPUtime=2.98 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 23828 12965 0 0 283 8 5 2 20 0 15 0 229540590 11274649600 62472 33554432000 4194304 4196468 140731576466800 140517056779216 140517069026654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=11010400 memory=388 CPUtime=0.09 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 245 12965 0 0 2 0 5 2 20 0 15 0 229540591 11274649600 62472 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=11010400 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 48 12965 0 0 3 0 5 2 20 0 15 0 229540591 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=11010400 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 67 12965 0 0 3 0 5 2 20 0 15 0 229540591 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=11010400 memory=7886128541282152754 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 57 12965 0 0 3 0 5 2 20 0 15 0 229540591 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=11010400 memory=8389687274567316274 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 1427 12965 0 0 3 0 5 2 20 0 15 0 229540592 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=11010400 memory=7093353308545872582 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 14 12965 0 0 0 0 5 2 20 0 15 0 229540593 11274649600 62472 33554432000 4194304 4196468 140731576466800 140515961987936 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=11010400 memory=279553247610368 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11274649600 62472 33554432000 4194304 4196468 140731576466800 140515760661632 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=11010400 memory=7956567955459234152 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11274649600 62472 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=11010400 memory=6940161746104901974 CPUtime=1.09 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) R 25463 25466 20994 0 -1 4202560 3018 12965 0 0 101 1 5 2 20 0 15 0 229540595 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516576950896 140517062541024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=11010400 memory=7447093755344479569 CPUtime=0.81 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) R 25463 25466 20994 0 -1 4202560 1628 12965 0 0 74 0 5 2 20 0 15 0 229540595 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516575879488 140517068472697 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=11010400 memory=288230574492221466 CPUtime=1.18 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) S 25463 25466 20994 0 -1 1077944384 3850 12965 0 0 110 1 5 2 20 0 15 0 229540595 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516574845808 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11274649600 62472 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=11010400 memory=2193 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540596 11274649600 62472 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 249888 KiB

[startup+3.80062 s]
# the end of solver process 25466 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.65518 s, system=0.245614 s

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

[startup+3.20091 s]
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6006152/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=11010400 memory=251424 CPUtime=6.29 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 38597 12965 0 0 607 15 5 2 20 0 15 0 229540581 11274649600 62856 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2752600 62856 3491 1 0 2714253 0
[pid=25466/tid=25519] ppid=25463 vsize=11010400 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 25604 12965 0 0 291 9 5 2 20 0 15 0 229540590 11274649600 62856 33554432000 4194304 4196468 140731576466800 140517056779152 140517084958102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=11010400 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 245 12965 0 0 2 0 5 2 20 0 15 0 229540591 11274649600 62856 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 48 12965 0 0 3 0 5 2 20 0 15 0 229540591 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 67 12965 0 0 3 0 5 2 20 0 15 0 229540591 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 57 12965 0 0 3 0 5 2 20 0 15 0 229540591 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 1427 12965 0 0 3 0 5 2 20 0 15 0 229540592 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 14 12965 0 0 0 0 5 2 20 0 15 0 229540593 11274649600 62856 33554432000 4194304 4196468 140731576466800 140515961987936 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11274649600 62856 33554432000 4194304 4196468 140731576466800 140515760661632 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11274649600 62856 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=11010400 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) S 25463 25466 20994 0 -1 1077944384 3041 12965 0 0 104 1 5 2 20 0 15 0 229540595 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516576950896 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=11010400 memory=6880 CPUtime=0.86 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) S 25463 25466 20994 0 -1 1077944384 1645 12965 0 0 79 0 5 2 20 0 15 0 229540595 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516575898096 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=11010400 memory=15252 CPUtime=1.22 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) R 25463 25466 20994 0 -1 4202560 4259 12965 0 0 114 1 5 2 20 0 15 0 229540595 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516574845808 140517064253616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11274649600 62856 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=11010400 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540596 11274649600 62856 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 251424 KiB

[startup+3.6058 s]
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6006152/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=11077984 memory=305940 CPUtime=7.35 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 62308 12965 0 0 709 19 5 2 20 0 15 0 229540581 11343855616 76485 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2769496 76485 3492 1 0 2731149 0
[pid=25466/tid=25519] ppid=25463 vsize=11077984 memory=0 CPUtime=3.48 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 44229 12965 0 0 329 12 5 2 20 0 15 0 229540590 11343855616 76485 33554432000 4194304 4196468 140731576466800 140517056780608 140516654078496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=11077984 memory=279553248149152 CPUtime=0.09 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 245 12965 0 0 2 0 5 2 20 0 15 0 229540591 11343855616 76485 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=11077984 memory=139776624076848 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 48 12965 0 0 3 0 5 2 20 0 15 0 229540591 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=11077984 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 67 12965 0 0 3 0 5 2 20 0 15 0 229540591 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 57 12965 0 0 3 0 5 2 20 0 15 0 229540591 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=11077984 memory=-9174445032661854264 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 1951 12965 0 0 3 0 5 2 20 0 15 0 229540592 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=11077984 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 14 12965 0 0 0 0 5 2 20 0 15 0 229540593 11343855616 76485 33554432000 4194304 4196468 140731576466800 140515961987936 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11343855616 76485 33554432000 4194304 4196468 140731576466800 140515760661632 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11343855616 76485 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=11077984 memory=-4695043397844020537 CPUtime=1.52 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) R 25463 25466 20994 0 -1 4202560 5800 12965 0 0 144 1 5 2 20 0 15 0 229540595 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516576936776 140517070053971 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=11077984 memory=8292088533921144977 CPUtime=0.97 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) R 25463 25466 20994 0 -1 4202560 2193 12965 0 0 90 0 5 2 20 0 15 0 229540595 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516575884192 140517066490445 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=11077984 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) R 25463 25466 20994 0 -1 4202560 5504 12965 0 0 127 1 5 2 20 0 15 0 229540595 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516574845808 140517068989797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11343855616 76485 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 5 12965 0 0 0 0 5 2 20 0 15 0 229540596 11343855616 76485 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 7.35 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 305940 KiB

[startup+3.70116 s]
/proc/loadavg: 1.70 1.78 1.71 3/219 25532
/proc/meminfo: memFree=6006152/32770624 swapFree=67108852/67108860
[pid=25466] ppid=25463 vsize=11080340 memory=309376 CPUtime=7.64 cores=1,3,5,7
/proc/25466/stat : 25466 (java) S 25463 25466 20994 0 -1 1077944320 63367 12965 0 0 738 19 5 2 20 0 15 0 229540581 11346268160 77344 33554432000 4194304 4196468 140731576466800 140731576449344 140517084946167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
/proc/25466/statm: 2770085 77344 3492 1 0 2731738 0
[pid=25466/tid=25519] ppid=25463 vsize=11080340 memory=279553247622880 CPUtime=3.57 cores=1,3,5,7
/proc/25466/task/25519/stat : 25519 (java) R 25463 25466 20994 0 -1 4202560 44479 12965 0 0 338 12 5 2 20 0 15 0 229540590 11346268160 77344 33554432000 4194304 4196468 140731576466800 140517056774880 140517062956980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25520] ppid=25463 vsize=11080340 memory=6297548932649533030 CPUtime=0.09 cores=1,3,5,7
/proc/25466/task/25520/stat : 25520 (java) S 25463 25466 20994 0 -1 1077944384 245 12965 0 0 2 0 5 2 20 0 15 0 229540591 11346268160 77344 33554432000 4194304 4196468 140731576466800 140517089180560 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25521] ppid=25463 vsize=11080340 memory=6297548932649533030 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25521/stat : 25521 (java) S 25463 25466 20994 0 -1 1077944384 48 12965 0 0 3 0 5 2 20 0 15 0 229540591 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516970453776 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25522] ppid=25463 vsize=11080340 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25522/stat : 25522 (java) S 25463 25466 20994 0 -1 1077944384 67 12965 0 0 3 0 5 2 20 0 15 0 229540591 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516623309968 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25523] ppid=25463 vsize=11080340 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25523/stat : 25523 (java) S 25463 25466 20994 0 -1 1077944384 57 12965 0 0 3 0 5 2 20 0 15 0 229540591 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516622257168 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25524] ppid=25463 vsize=11080340 memory=7516897281825924946 CPUtime=0.1 cores=1,3,5,7
/proc/25466/task/25524/stat : 25524 (java) S 25463 25466 20994 0 -1 1077944384 1951 12965 0 0 3 0 5 2 20 0 15 0 229540592 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516578003056 140517084957314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25525] ppid=25463 vsize=11080340 memory=7301860462660053328 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25525/stat : 25525 (java) S 25463 25466 20994 0 -1 1077944384 14 12965 0 0 0 0 5 2 20 0 15 0 229540593 11346268160 77344 33554432000 4194304 4196468 140731576466800 140515961987936 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25526] ppid=25463 vsize=11080340 memory=6153395248399209040 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25526/stat : 25526 (java) S 25463 25466 20994 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 229540593 11346268160 77344 33554432000 4194304 4196468 140731576466800 140515760661632 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25527] ppid=25463 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25527/stat : 25527 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540595 11346268160 77344 33554432000 4194304 4196468 140731576466800 140515453261904 140517084964763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25528] ppid=25463 vsize=11080340 memory=576583242059703325 CPUtime=1.61 cores=1,3,5,7
/proc/25466/task/25528/stat : 25528 (java) R 25463 25466 20994 0 -1 4202560 6480 12965 0 0 153 1 5 2 20 0 15 0 229540595 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516576936872 140517066465846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25529] ppid=25463 vsize=11080340 memory=288283359774521906 CPUtime=1.05 cores=1,3,5,7
/proc/25466/task/25529/stat : 25529 (java) R 25463 25466 20994 0 -1 1077944384 2222 12965 0 0 97 1 5 2 20 0 15 0 229540595 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516575885568 140517084956373 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25530] ppid=25463 vsize=11080340 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/25466/task/25530/stat : 25530 (java) R 25463 25466 20994 0 -1 4202560 5601 12965 0 0 131 2 5 2 20 0 15 0 229540595 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516574845808 140517084958102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25531] ppid=25463 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25531/stat : 25531 (java) S 25463 25466 20994 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 229540596 11346268160 77344 33554432000 4194304 4196468 140731576466800 140515022466016 140517084956373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
[pid=25466/tid=25532] ppid=25463 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25466/task/25532/stat : 25532 (java) S 25463 25466 20994 0 -1 1077944384 5 12965 0 0 0 0 5 2 20 0 15 0 229540596 11346268160 77344 33554432000 4194304 4196468 140731576466800 140516573792688 140517084957314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11026432 140731576474212 140731576477020 140731576477020 140731576479695 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 11080340 KiB
Current children cumulated memory: 309376 KiB

Child status: 0
Real time (s): 3.80067
CPU time (s): 7.90079
CPU user time (s): 7.65518
CPU system time (s): 0.245614
CPU usage (%): 207.879
Max. virtual memory (cumulated for all children) (KiB): 11080340
Max. memory (cumulated for all children) (KiB): 309376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.65518
system time used= 0.245614
maximum resident set size= 312888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6128
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 25466
#   total CPU time (s): 7.90079
#   total CPU user time (s): 7.65518
#   total CPU system time (s): 0.245614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036181 second user time and 0.086297 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:22:54
IDJOB=4304588
IDBENCH=141465
IDSOLVER=2781
FILE ID=node133/4304588-1534119774
RUNJOBID= node133-1534097471-21026
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304588-1534119774/watcher-4304588-1534119774 -o /tmp/evaluation-result-4304588-1534119774/solver-4304588-1534119774 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=863604592 -superng HOME/instance-4304588-1534119774.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=863604592

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:         6224296 kB
MemAvailable:   26208768 kB
Buffers:          225124 kB
Cached:         19753000 kB
SwapCached:            4 kB
Active:         15074832 kB
Inactive:       10647836 kB
Active(anon):    5693872 kB
Inactive(anon):   103300 kB
Active(file):    9380960 kB
Inactive(file): 10544536 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:       5774536 kB
Mapped:            69880 kB
Shmem:             49816 kB
Slab:             515452 kB
SReclaimable:     487436 kB
SUnreclaim:        28016 kB
KernelStack:        3664 kB
PageTables:        16696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6657600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5322752 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= 38972 MiB
End job on node133 at 2018-08-13 02:22:58