Trace number 4304878

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.2-SuperNGSAT 6.38342 3.4202

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
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.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.95/0.78	c Concrete v3.9.2.1532736233296 running
6.08/3.39	v <instantiation>
6.08/3.39	v       <list>
6.08/3.39	v         cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]
6.08/3.39	v       </list>
6.08/3.39	v       <values>
6.08/3.39	v         4 16 0 9 12 1 2 15 12 4 5 16 7 9 11 10 3 1 14 13 8 15 2 6
6.08/3.39	v       </values>
6.08/3.39	v     </instantiation>
6.08/3.39	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 (4803 MiB free)
  memory of node 1: 16384 MiB (848 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304878-1534054897/watcher-4304878-1534054897 -o /tmp/evaluation-result-4304878-1534054897/solver-4304878-1534054897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534040364-20982 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=371723793 -superng HOME/instance-4304878-1534054897.xml 

running on 4 cores: 0,2,4,6

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=23681, runsolver pid=23678

[startup+0.10006 s]*
/proc/loadavg: 1.74 1.80 1.85 3/207 23738
/proc/meminfo: memFree=5783304/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=10005480 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 4238 13401 0 0 1 1 5 3 20 0 6 0 223052926 10245611520 4582 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2501370 4582 1930 1 0 2489808 0
[pid=23681/tid=23734] ppid=23678 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 2042 13401 0 0 0 0 5 3 20 0 6 0 223052935 10245611520 4582 33554432000 4194304 4196468 140725656654208 140175973868112 140175987713843 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 223052936 10245611520 4582 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=10005480 memory=140709569218176 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 223052936 10245611520 4582 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 223052936 10245611520 4582 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 6 0 223052936 10245611520 4582 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.220139 s]*
/proc/loadavg: 1.74 1.80 1.85 4/216 23747
/proc/meminfo: memFree=5764508/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=10982744 memory=38548 CPUtime=0.23 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 6446 13401 0 0 14 1 5 3 20 0 15 0 223052926 11246329856 9637 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2745686 9637 2933 1 0 2708109 0
[pid=23681/tid=23734] ppid=23678 vsize=10982744 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 2986 13401 0 0 8 0 5 3 20 0 15 0 223052935 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175973854728 140175983425085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=10982744 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246329856 10149 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=10982744 memory=288371085720929920 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=10982744 memory=140709569218176 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 223052937 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175427434736 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 223052938 11246329856 10149 33554432000 4194304 4196468 140725656654208 140174713414816 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 21 13401 0 0 0 0 5 3 20 0 15 0 223052938 11246329856 10149 33554432000 4194304 4196468 140725656654208 140174646301424 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052940 11246329856 10149 33554432000 4194304 4196468 140725656654208 140174338906064 140176002049947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) S 23678 23681 18934 0 -1 1077944384 441 13401 0 0 1 0 5 3 20 0 15 0 223052940 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175426382576 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) S 23678 23681 18934 0 -1 1077944384 185 13401 0 0 1 0 5 3 20 0 15 0 223052940 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175425330032 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=10982744 memory=140709569218176 CPUtime=0.1 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) S 23678 23681 18934 0 -1 1077944384 591 13401 0 0 2 0 5 3 20 0 15 0 223052940 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175424276976 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052941 11246329856 10149 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23747] ppid=23678 vsize=10982744 memory=140709569218176 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23747/stat : 23747 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052945 11246329856 10149 33554432000 4194304 4196468 140725656654208 140175423224368 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 38548 KiB

[startup+0.310483 s]*
/proc/loadavg: 1.74 1.80 1.85 3/216 23747
/proc/meminfo: memFree=5749436/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=10983192 memory=52296 CPUtime=0.34 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 9483 13401 0 0 24 2 5 3 20 0 15 0 223052926 11246788608 13074 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2745798 13074 3058 1 0 2708109 0
[pid=23681/tid=23734] ppid=23678 vsize=10983192 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 6004 13401 0 0 16 1 5 3 20 0 15 0 223052935 11246788608 13074 33554432000 4194304 4196468 140725656654208 140175973819136 140175986111838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 13074 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 13074 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 13074 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 13074 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 223052937 11246788608 13074 33554432000 4194304 4196468 140725656654208 140175427434736 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 223052938 11246788608 13077 33554432000 4194304 4196468 140725656654208 140174713414816 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 21 13401 0 0 0 0 5 3 20 0 15 0 223052938 11246788608 13077 33554432000 4194304 4196468 140725656654208 140174646301424 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052940 11246788608 13077 33554432000 4194304 4196468 140725656654208 140174338906064 140176002049947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) S 23678 23681 18934 0 -1 1077944384 441 13401 0 0 1 0 5 3 20 0 15 0 223052940 11246788608 13077 33554432000 4194304 4196468 140725656654208 140175426382576 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) R 23678 23681 18934 0 -1 4202560 188 13401 0 0 1 0 5 3 20 0 15 0 223052940 11246788608 13077 33554432000 4194304 4196468 140725656654208 140175425330032 140175986930858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=10983192 memory=140709569218176 CPUtime=0.12 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) S 23678 23681 18934 0 -1 1077944384 606 13401 0 0 4 0 5 3 20 0 15 0 223052940 11246788608 13077 33554432000 4194304 4196468 140725656654208 140175424276976 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052941 11246788608 13077 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23747] ppid=23678 vsize=10983192 memory=140709569218176 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23747/stat : 23747 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052945 11246788608 13077 33554432000 4194304 4196468 140725656654208 140175423224368 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52296 KiB

[startup+0.700785 s]
/proc/loadavg: 1.74 1.80 1.85 4/216 23747
/proc/meminfo: memFree=5738036/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=10983192 memory=86580 CPUtime=0.95 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 16290 13401 0 0 82 5 5 3 20 0 15 0 223052926 11246788608 21645 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2745798 21645 3229 1 0 2708109 0
[pid=23681/tid=23734] ppid=23678 vsize=10983192 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 11743 13401 0 0 52 3 5 3 20 0 15 0 223052935 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175973845120 140175986111838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 21645 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=10983192 memory=140709436994352 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=10983192 memory=140711718552153 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052936 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=10983192 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 5 13401 0 0 0 0 5 3 20 0 15 0 223052937 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175427434736 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 223052938 11246788608 21645 33554432000 4194304 4196468 140725656654208 140174713414816 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=10983192 memory=6082220498109361512 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 21 13401 0 0 0 0 5 3 20 0 15 0 223052938 11246788608 21645 33554432000 4194304 4196468 140725656654208 140174646301424 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=10983192 memory=33776 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052940 11246788608 21645 33554432000 4194304 4196468 140725656654208 140174338906064 140176002049947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=10983192 memory=14392 CPUtime=0.17 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) R 23678 23681 18934 0 -1 4202560 1083 13401 0 0 9 0 5 3 20 0 15 0 223052940 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175426371248 140175981287923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=10983192 memory=4004 CPUtime=0.15 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) S 23678 23681 18934 0 -1 1077944384 559 13401 0 0 7 0 5 3 20 0 15 0 223052940 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175425330032 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=10983192 memory=500 CPUtime=0.21 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) S 23678 23681 18934 0 -1 1077944384 660 13401 0 0 13 0 5 3 20 0 15 0 223052940 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175424276976 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=10983192 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052941 11246788608 21645 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23747] ppid=23678 vsize=10983192 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23747/stat : 23747 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052945 11246788608 21645 33554432000 4194304 4196468 140725656654208 140175423224368 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86580 KiB

[startup+1.50083 s]
/proc/loadavg: 1.74 1.80 1.85 4/216 23747
/proc/meminfo: memFree=5694932/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=10998092 memory=179240 CPUtime=2.22 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 23394 13401 0 0 204 10 5 3 20 0 15 0 223052926 11262046208 44810 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2749523 44810 3474 1 0 2711181 0
[pid=23681/tid=23734] ppid=23678 vsize=10998092 memory=65468 CPUtime=1.4 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 17185 13401 0 0 126 6 5 3 20 0 15 0 223052935 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175973861200 140175986074981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 254 13401 0 0 0 0 5 3 20 0 15 0 223052936 11262046208 44810 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=10998092 memory=281418874020000 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 20 13401 0 0 1 0 5 3 20 0 15 0 223052936 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 32 13401 0 0 1 0 5 3 20 0 15 0 223052936 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 66 13401 0 0 0 0 5 3 20 0 15 0 223052936 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 52 13401 0 0 1 0 5 3 20 0 15 0 223052937 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175427434736 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 223052938 11262046208 44810 33554432000 4194304 4196468 140725656654208 140174713414880 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 43 13401 0 0 0 0 5 3 20 0 15 0 223052938 11262046208 44810 33554432000 4194304 4196468 140725656654208 140174646301440 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=10998092 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052940 11262046208 44810 33554432000 4194304 4196468 140725656654208 140174338906064 140176002049947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=10998092 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) S 23678 23681 18934 0 -1 1077944384 1310 13401 0 0 20 0 5 3 20 0 15 0 223052940 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175426382576 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=10998092 memory=10 CPUtime=0.29 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) S 23678 23681 18934 0 -1 1077944384 1106 13401 0 0 21 0 5 3 20 0 15 0 223052940 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175425330032 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=10998092 memory=6791534058613427641 CPUtime=0.37 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) R 23678 23681 18934 0 -1 4202560 1112 13401 0 0 29 0 5 3 20 0 15 0 223052940 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175424276976 140176002043286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052941 11262046208 44810 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23747] ppid=23678 vsize=10998092 memory=281418874264448 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23747/stat : 23747 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052945 11262046208 44810 33554432000 4194304 4196468 140725656654208 140175423224368 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179240 KiB

[startup+3.11052 s]
/proc/loadavg: 1.76 1.81 1.86 4/216 23747
/proc/meminfo: memFree=5543012/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=11075936 memory=284184 CPUtime=5.39 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 43687 13401 0 0 514 17 5 3 20 0 15 0 223052926 11341758464 71046 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2768984 71046 3493 1 0 2730637 0
[pid=23681/tid=23734] ppid=23678 vsize=11075936 memory=196032 CPUtime=2.96 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 33263 13401 0 0 278 10 5 3 20 0 15 0 223052935 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175973862384 140175986111838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=11075936 memory=199524 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 291 13401 0 0 3 0 5 3 20 0 15 0 223052936 11341758464 71046 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=11075936 memory=281418873883904 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 33 13401 0 0 3 0 5 3 20 0 15 0 223052936 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=11075936 memory=1771539793409 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 48 13401 0 0 3 0 5 3 20 0 15 0 223052936 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=11075936 memory=1904683779585 CPUtime=0.1 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 77 13401 0 0 2 0 5 3 20 0 15 0 223052936 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=11075936 memory=281418873850832 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 283 13401 0 0 3 0 5 3 20 0 15 0 223052937 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175427434736 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 223052938 11341758464 71046 33554432000 4194304 4196468 140725656654208 140174713414880 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=11075936 memory=-6305713905865417856 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 43 13401 0 0 0 0 5 3 20 0 15 0 223052938 11341758464 71046 33554432000 4194304 4196468 140725656654208 140174646301440 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=11075936 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052940 11341758464 71046 33554432000 4194304 4196468 140725656654208 140174338906064 140176002049947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=11075936 memory=6944652177228980320 CPUtime=0.79 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) R 23678 23681 18934 0 -1 4202560 3322 13401 0 0 70 1 5 3 20 0 15 0 223052940 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175426363592 140175985528139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=11075936 memory=281418873833184 CPUtime=0.62 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) S 23678 23681 18934 0 -1 1077944384 1376 13401 0 0 54 0 5 3 20 0 15 0 223052940 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175425330032 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=11075936 memory=281418873839904 CPUtime=1.02 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) S 23678 23681 18934 0 -1 1077944384 2738 13401 0 0 93 1 5 3 20 0 15 0 223052940 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175424276976 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=11075936 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052941 11341758464 71046 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23747] ppid=23678 vsize=11075936 memory=3053511329498284128 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23747/stat : 23747 (java) S 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052945 11341758464 71046 33554432000 4194304 4196468 140725656654208 140175423224368 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 284184 KiB

[startup+3.42015 s]
# the end of solver process 23681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.14894 s, system=0.234484 s

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

[startup+3.20614 s]
/proc/loadavg: 1.76 1.81 1.86 4/216 23747
/proc/meminfo: memFree=5543012/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=11075936 memory=286884 CPUtime=5.71 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 47757 13401 0 0 545 18 5 3 20 0 15 0 223052926 11341758464 71721 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2768984 71721 3498 1 0 2730637 0
[pid=23681/tid=23734] ppid=23678 vsize=11075936 memory=-9123011406873206402 CPUtime=3.05 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) R 23678 23681 18934 0 -1 4202560 34427 13401 0 0 287 10 5 3 20 0 15 0 223052935 11341758464 71721 33554432000 4194304 4196468 140725656654208 140175973861088 140175535826423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=11075936 memory=6935649255759568960 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 291 13401 0 0 3 0 5 3 20 0 15 0 223052936 11341758464 71721 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=11075936 memory=4132775673715122240 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 33 13401 0 0 3 0 5 3 20 0 15 0 223052936 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 48 13401 0 0 3 0 5 3 20 0 15 0 223052936 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=11075936 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 77 13401 0 0 2 0 5 3 20 0 15 0 223052936 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 410 13401 0 0 3 0 5 3 20 0 15 0 223052937 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175427434736 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 223052938 11341758464 71723 33554432000 4194304 4196468 140725656654208 140174713414880 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=11075936 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 43 13401 0 0 0 0 5 3 20 0 15 0 223052938 11341758464 71723 33554432000 4194304 4196468 140725656654208 140174646301440 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=11075936 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052940 11341758464 71723 33554432000 4194304 4196468 140725656654208 140174338906064 140176002049947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=11075936 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) R 23678 23681 18934 0 -1 4202560 4753 13401 0 0 80 1 5 3 20 0 15 0 223052940 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175426363592 140175985935256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=11075936 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) R 23678 23681 18934 0 -1 4202560 1875 13401 0 0 60 0 5 3 20 0 15 0 223052940 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175425311600 140175981269764 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=11075936 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) R 23678 23681 18934 0 -1 4202560 3588 13401 0 0 100 1 5 3 20 0 15 0 223052940 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175424277072 140175987714755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 223052941 11341758464 71723 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23747] ppid=23678 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23747/stat : 23747 (java) R 23678 23681 18934 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 223052945 11341758464 71723 33554432000 4194304 4196468 140725656654208 140175423224368 140176002042498 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 286884 KiB

[startup+3.40066 s]
/proc/loadavg: 1.76 1.81 1.86 4/216 23747
/proc/meminfo: memFree=5543012/32770624 swapFree=67108380/67108860
[pid=23681] ppid=23678 vsize=11208032 memory=290012 CPUtime=6.35 cores=0,2,4,6
/proc/23681/stat : 23681 (java) S 23678 23681 18934 0 -1 1077944320 53535 13401 0 0 609 18 5 3 20 0 14 0 223052926 11477024768 72503 33554432000 4194304 4196468 140725656654208 140725656636752 140176002031351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
/proc/23681/statm: 2802008 72503 3503 1 0 2763661 0
[pid=23681/tid=23734] ppid=23678 vsize=11208032 memory=0 CPUtime=3.24 cores=0,2,4,6
/proc/23681/task/23734/stat : 23734 (java) S 23678 23681 18934 0 -1 1077944384 37176 13401 0 0 306 10 5 3 20 0 14 0 223052935 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175973874832 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23735] ppid=23678 vsize=11208032 memory=1 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23735/stat : 23735 (java) S 23678 23681 18934 0 -1 1077944384 291 13401 0 0 3 0 5 3 20 0 14 0 223052936 11477024768 72503 33554432000 4194304 4196468 140725656654208 140176006274064 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23736] ppid=23678 vsize=11208032 memory=1 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23736/stat : 23736 (java) S 23678 23681 18934 0 -1 1077944384 33 13401 0 0 3 0 5 3 20 0 14 0 223052936 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175860993168 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23737] ppid=23678 vsize=11208032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23737/stat : 23737 (java) S 23678 23681 18934 0 -1 1077944384 48 13401 0 0 3 0 5 3 20 0 14 0 223052936 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175859940112 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23738] ppid=23678 vsize=11208032 memory=1 CPUtime=0.1 cores=0,2,4,6
/proc/23681/task/23738/stat : 23738 (java) S 23678 23681 18934 0 -1 1077944384 77 13401 0 0 2 0 5 3 20 0 14 0 223052936 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175858887568 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23739] ppid=23678 vsize=11208032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23681/task/23739/stat : 23739 (java) S 23678 23681 18934 0 -1 1077944384 900 13401 0 0 3 0 5 3 20 0 14 0 223052937 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175427434944 140176002042498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23740] ppid=23678 vsize=11208032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23740/stat : 23740 (java) S 23678 23681 18934 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 14 0 223052938 11477024768 72503 33554432000 4194304 4196468 140725656654208 140174713414880 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23741] ppid=23678 vsize=11208032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23741/stat : 23741 (java) S 23678 23681 18934 0 -1 1077944384 43 13401 0 0 0 0 5 3 20 0 14 0 223052938 11477024768 72503 33554432000 4194304 4196468 140725656654208 140174646301440 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23742] ppid=23678 vsize=11208032 memory=43 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23742/stat : 23742 (java) S 23678 23681 18934 0 -1 1077944384 26 13401 0 0 0 0 5 3 20 0 14 0 223052940 11477024768 72503 33554432000 4194304 4196468 140725656654208 140174338905776 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23743] ppid=23678 vsize=11208032 memory=49 CPUtime=1.07 cores=0,2,4,6
/proc/23681/task/23743/stat : 23743 (java) S 23678 23681 18934 0 -1 1077944384 5841 13401 0 0 97 2 5 3 20 0 14 0 223052940 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175426362976 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23744] ppid=23678 vsize=11208032 memory=83 CPUtime=0.85 cores=0,2,4,6
/proc/23681/task/23744/stat : 23744 (java) S 23678 23681 18934 0 -1 1077944384 2023 13401 0 0 77 0 5 3 20 0 14 0 223052940 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175425314544 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23745] ppid=23678 vsize=11208032 memory=0 CPUtime=1.19 cores=0,2,4,6
/proc/23681/task/23745/stat : 23745 (java) S 23678 23681 18934 0 -1 1077944384 4836 13401 0 0 110 1 5 3 20 0 14 0 223052940 11477024768 72503 33554432000 4194304 4196468 140725656654208 140175424276976 140176002042498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
[pid=23681/tid=23746] ppid=23678 vsize=11208032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23681/task/23746/stat : 23746 (java) S 23678 23681 18934 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 14 0 223052941 11477024768 72503 33554432000 4194304 4196468 140725656654208 140173908110176 140176002041557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28442624 140725656660580 140725656663388 140725656663388 140725656666063 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 11208032 KiB
Current children cumulated memory: 290012 KiB

Child status: 0
Real time (s): 3.4202
CPU time (s): 6.38342
CPU user time (s): 6.14894
CPU system time (s): 0.234484
CPU usage (%): 186.639
Max. virtual memory (cumulated for all children) (KiB): 11208032
Max. memory (cumulated for all children) (KiB): 290012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.14894
system time used= 0.234484
maximum resident set size= 292024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66970
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= 5681
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 23681
#   total CPU time (s): 6.38342
#   total CPU user time (s): 6.14894
#   total CPU system time (s): 0.234484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046295 second user time and 0.07342 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 08:21:37
IDJOB=4304878
IDBENCH=141165
IDSOLVER=2781
FILE ID=node137/4304878-1534054897
RUNJOBID= node137-1534040364-20982
PBS_JOBID= 21036962
Free space on /tmp= 26360 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304878-1534054897/watcher-4304878-1534054897 -o /tmp/evaluation-result-4304878-1534054897/solver-4304878-1534054897 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534040364-20982 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=371723793 -superng HOME/instance-4304878-1534054897.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=371723793

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5788380 kB
MemAvailable:   28872748 kB
Buffers:          229864 kB
Cached:         22859884 kB
SwapCached:           24 kB
Active:         14544504 kB
Inactive:       11624792 kB
Active(anon):    3024092 kB
Inactive(anon):   107660 kB
Active(file):   11520412 kB
Inactive(file): 11517132 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             26544 kB
Writeback:             0 kB
AnonPages:       3108168 kB
Mapped:            68512 kB
Shmem:             49628 kB
Slab:             503380 kB
SReclaimable:     475284 kB
SUnreclaim:        28096 kB
KernelStack:        3856 kB
PageTables:        11688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4312896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26336 MiB
End job on node137 at 2018-08-12 08:21:41