Trace number 4304882

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 8.52171 3.92488

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P04_c18.xml
MD5SUMbba9b3428f0c8228a4e28ff2342631fb
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 benchmark8.52171
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints38
Number of domains2
Minimum domain size36
Maximum domain size37
Distribution of domain sizes[{"size":36,"count":36},{"size":37,"count":16}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":40},{"degree":2,"count":36},{"degree":5,"count":8},{"degree":6,"count":8}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":16,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
8.24/3.89	v <instantiation>
8.24/3.89	v       <list>
8.24/3.89	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] cn[2][0] cn[2][1] cn[2][2] cn[2][3] cn[3][0] cn[3][1] cn[3][2] cn[3][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] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] ce[3][0][1] ce[3][0][2] ce[3][0][3] ce[3][1][2] ce[3][1][3] ce[3][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3] cie[2][0] cie[2][1] cie[2][2] cie[2][3]
8.24/3.89	v       </list>
8.24/3.89	v       <values>
8.24/3.89	v         5 24 26 16 36 10 1 33 0 28 34 4 13 8 35 20 19 21 11 2 8 10 26 35 3 9 23 32 28 34 4 6 24 30 5 22 7 27 12 15 31 14 25 17 36 18 33 29 13 20 1 16
8.24/3.89	v       </values>
8.24/3.89	v     </instantiation>
8.24/3.89	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 (4806 MiB free)
  memory of node 1: 16384 MiB (842 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304882-1534054909/watcher-4304882-1534054909 -o /tmp/evaluation-result-4304882-1534054909/solver-4304882-1534054909 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534040364-20982 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1345878899 -superng HOME/instance-4304882-1534054909.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=23936, runsolver pid=23933

[startup+0.100166 s]*
/proc/loadavg: 2.02 1.86 1.87 3/207 23993
/proc/meminfo: memFree=5778888/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=10005480 memory=16808 CPUtime=0.1 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 4374 12991 0 0 1 1 5 3 20 0 6 0 223054078 10245611520 4202 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2501370 4202 1934 1 0 2489808 0
[pid=23936/tid=23989] ppid=23933 vsize=10005480 memory=4279135704047060365 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 2188 12991 0 0 0 0 5 3 20 0 6 0 223054087 10245611520 4202 33554432000 4194304 4196468 140722973279632 139866931208784 139866943452540 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 6 0 223054088 10245611520 4202 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=10005480 memory=140587822556800 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 6 0 223054088 10245611520 4202 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 6 0 223054088 10245611520 4268 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 2 12991 0 0 0 0 5 3 20 0 6 0 223054088 10245611520 4268 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210022 s]*
/proc/loadavg: 2.02 1.86 1.87 3/216 24002
/proc/meminfo: memFree=5752700/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=10982744 memory=47144 CPUtime=0.26 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 8008 12991 0 0 17 1 5 3 20 0 15 0 223054078 11246329856 11786 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2745686 11786 2946 1 0 2708109 0
[pid=23936/tid=23989] ppid=23933 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 4569 12991 0 0 11 1 5 3 20 0 15 0 223054087 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866931195888 139866959383958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=10982744 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=10982744 memory=288370963974268544 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 2 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=10982744 memory=140587822556800 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 2 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 13 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246329856 11786 33554432000 4194304 4196468 140722973279632 139865811313696 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246329856 11786 33554432000 4194304 4196468 140722973279632 139865609986928 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246329856 11786 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) S 23933 23936 18934 0 -1 1077944384 364 12991 0 0 1 0 5 3 20 0 15 0 223054093 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866250009456 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) S 23933 23936 18934 0 -1 1077944384 250 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866248956656 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=10982744 memory=140587822556800 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) R 23933 23936 18934 0 -1 4202560 616 12991 0 0 3 0 5 3 20 0 15 0 223054093 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866247903856 139866938507494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246329856 11786 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=10982744 memory=140587822556800 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246329856 11786 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 47144 KiB

[startup+0.310374 s]*
/proc/loadavg: 2.10 1.88 1.88 3/216 24002
/proc/meminfo: memFree=5741164/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=10983192 memory=57848 CPUtime=0.39 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 10515 12991 0 0 29 2 5 3 20 0 15 0 223054078 11246788608 14462 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2745798 14462 3065 1 0 2708109 0
[pid=23936/tid=23989] ppid=23933 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 7061 12991 0 0 20 1 5 3 20 0 15 0 223054087 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866931184032 139866943452510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 2 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 2 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 13 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246788608 14462 33554432000 4194304 4196468 140722973279632 139865811313696 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246788608 14462 33554432000 4194304 4196468 140722973279632 139865609986928 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246788608 14462 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) S 23933 23936 18934 0 -1 1077944384 364 12991 0 0 1 0 5 3 20 0 15 0 223054093 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866250009456 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) S 23933 23936 18934 0 -1 1077944384 253 12991 0 0 1 0 5 3 20 0 15 0 223054093 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866248956656 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=10983192 memory=140587822556800 CPUtime=0.13 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) S 23933 23936 18934 0 -1 1077944384 622 12991 0 0 5 0 5 3 20 0 15 0 223054093 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866247903856 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246788608 14462 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=10983192 memory=140587822556800 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246788608 14462 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57848 KiB

[startup+0.700803 s]
/proc/loadavg: 2.10 1.88 1.88 3/216 24002
/proc/meminfo: memFree=5730620/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=10983192 memory=90564 CPUtime=1 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 16732 12991 0 0 88 4 5 3 20 0 15 0 223054078 11246788608 22641 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2745798 22641 3240 1 0 2708109 0
[pid=23936/tid=23989] ppid=23933 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 12160 12991 0 0 56 3 5 3 20 0 15 0 223054087 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866931192848 139866939647694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=10983192 memory=140587701515056 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=10983192 memory=140591459467865 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 2 12991 0 0 0 0 5 3 20 0 15 0 223054088 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=10983192 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 5 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 13 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246788608 22641 33554432000 4194304 4196468 140722973279632 139865811313696 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=10983192 memory=6082220498109361512 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11246788608 22641 33554432000 4194304 4196468 140722973279632 139865609986928 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=10983192 memory=33776 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246788608 22641 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=10983192 memory=14392 CPUtime=0.18 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) S 23933 23936 18934 0 -1 1077944384 997 12991 0 0 10 0 5 3 20 0 15 0 223054093 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866250009456 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=10983192 memory=4004 CPUtime=0.14 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) S 23933 23936 18934 0 -1 1077944384 650 12991 0 0 6 0 5 3 20 0 15 0 223054093 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866248956656 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=10983192 memory=500 CPUtime=0.22 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) S 23933 23936 18934 0 -1 1077944384 702 12991 0 0 14 0 5 3 20 0 15 0 223054093 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866247903856 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=10983192 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246788608 22641 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=10983192 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054093 11246788608 22641 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90564 KiB

[startup+1.50069 s]
/proc/loadavg: 2.10 1.88 1.88 3/216 24002
/proc/meminfo: memFree=5684328/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=11000140 memory=183828 CPUtime=2.28 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 24022 12991 0 0 211 9 5 3 20 0 15 0 223054078 11264143360 45957 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2750035 45957 3468 1 0 2711693 0
[pid=23936/tid=23989] ppid=23933 vsize=11000140 memory=67376 CPUtime=1.43 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 17896 12991 0 0 130 5 5 3 20 0 15 0 223054087 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866931200016 139866959383958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=11000140 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 211 12991 0 0 1 0 5 3 20 0 15 0 223054088 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=11000140 memory=281175403061408 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 11 12991 0 0 1 0 5 3 20 0 15 0 223054088 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 54 12991 0 0 0 0 5 3 20 0 15 0 223054088 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=11000140 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 42 12991 0 0 1 0 5 3 20 0 15 0 223054088 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=11000140 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 46 12991 0 0 1 0 5 3 20 0 15 0 223054090 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 14 12991 0 0 0 0 5 3 20 0 15 0 223054090 11264143360 45957 33554432000 4194304 4196468 140722973279632 139865811313760 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11264143360 45957 33554432000 4194304 4196468 140722973279632 139865609986944 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=11000140 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11264143360 45957 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=11000140 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) S 23933 23936 18934 0 -1 1077944384 1458 12991 0 0 24 0 5 3 20 0 15 0 223054093 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866250009456 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=11000140 memory=10 CPUtime=0.25 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) R 23933 23936 18934 0 -1 1077944384 854 12991 0 0 17 0 5 3 20 0 15 0 223054093 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866248956656 139866959383170 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=11000140 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) S 23933 23936 18934 0 -1 1077944384 1236 12991 0 0 32 0 5 3 20 0 15 0 223054093 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866247903856 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=11000140 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11264143360 45957 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=11000140 memory=281175403305856 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054093 11264143360 45957 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 11000140 KiB

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

Current children cumulated memory: 279132 KiB

[startup+3.92481 s]
# the end of solver process 23936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.28002 s, system=0.241687 s

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

[startup+3.20149 s]
/proc/loadavg: 2.10 1.88 1.88 4/216 24002
/proc/meminfo: memFree=5548716/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=11075936 memory=302144 CPUtime=6.25 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 49045 12991 0 0 601 16 5 3 20 0 15 0 223054078 11341758464 75536 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2768984 75536 3493 1 0 2730637 0
[pid=23936/tid=23989] ppid=23933 vsize=11075936 memory=-9123011406873206402 CPUtime=3.08 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 35470 12991 0 0 291 9 5 3 20 0 15 0 223054087 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866931185752 139866959393949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=11075936 memory=6935649255759568960 CPUtime=0.1 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 213 12991 0 0 2 0 5 3 20 0 15 0 223054088 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=11075936 memory=4132775673715122240 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 41 12991 0 0 3 0 5 3 20 0 15 0 223054088 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=11075936 memory=3467824627879784490 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 70 12991 0 0 3 0 5 3 20 0 15 0 223054088 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 61 12991 0 0 3 0 5 3 20 0 15 0 223054088 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 276 12991 0 0 3 0 5 3 20 0 15 0 223054090 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 14 12991 0 0 0 0 5 3 20 0 15 0 223054090 11341758464 75536 33554432000 4194304 4196468 140722973279632 139865811313760 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=11075936 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11341758464 75536 33554432000 4194304 4196468 140722973279632 139865609986944 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=11075936 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11341758464 75536 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=11075936 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) R 23933 23936 18934 0 -1 4202560 4783 12991 0 0 95 1 5 3 20 0 15 0 223054093 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866249990472 139866939226213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=11075936 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) S 23933 23936 18934 0 -1 1077944384 2783 12991 0 0 92 1 5 3 20 0 15 0 223054093 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866248956656 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=11075936 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) S 23933 23936 18934 0 -1 1077944384 3154 12991 0 0 104 0 5 3 20 0 15 0 223054093 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866247903856 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11341758464 75536 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054093 11341758464 75536 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 302144 KiB

[startup+3.60325 s]
/proc/loadavg: 2.10 1.88 1.88 4/216 24002
/proc/meminfo: memFree=5548716/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=11080688 memory=310532 CPUtime=7.57 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 58798 12991 0 0 731 18 5 3 20 0 15 0 223054078 11346624512 77633 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2770172 77633 3498 1 0 2731825 0
[pid=23936/tid=23989] ppid=23933 vsize=11080688 memory=0 CPUtime=3.48 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 38197 12991 0 0 331 9 5 3 20 0 15 0 223054087 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866931200624 139866510322098 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=11080688 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 213 12991 0 0 2 0 5 3 20 0 15 0 223054088 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=11080688 memory=35172 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 41 12991 0 0 3 0 5 3 20 0 15 0 223054088 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=11080688 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 70 12991 0 0 3 0 5 3 20 0 15 0 223054088 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=11080688 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 61 12991 0 0 3 0 5 3 20 0 15 0 223054088 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=11080688 memory=11684 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 355 12991 0 0 3 0 5 3 20 0 15 0 223054090 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=11080688 memory=288289991254364019 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 14 12991 0 0 0 0 5 3 20 0 15 0 223054090 11346624512 77633 33554432000 4194304 4196468 140722973279632 139865811313760 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=11080688 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11346624512 77633 33554432000 4194304 4196468 140722973279632 139865609986944 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=11080688 memory=104978127522538 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11346624512 77633 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=11080688 memory=281175403161192 CPUtime=1.44 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) R 23933 23936 18934 0 -1 4202560 8299 12991 0 0 134 2 5 3 20 0 15 0 223054093 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866249995480 139866940916987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=11080688 memory=3 CPUtime=1.35 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) R 23933 23936 18934 0 -1 4202560 3675 12991 0 0 126 1 5 3 20 0 15 0 223054093 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866248942704 139866942872406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=11080688 memory=6297835844906604903 CPUtime=1.29 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) S 23933 23936 18934 0 -1 1077944384 5667 12991 0 0 120 1 5 3 20 0 15 0 223054093 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866247903856 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=11080688 memory=5792875341686269523 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11346624512 77633 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=11080688 memory=5787213852901402449 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 7 12991 0 0 0 0 5 3 20 0 15 0 223054093 11346624512 77633 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 7.57 s
Current children cumulated vsize: 11080688 KiB
Current children cumulated memory: 310532 KiB

[startup+3.8093 s]
/proc/loadavg: 2.10 1.88 1.88 4/216 24002
/proc/meminfo: memFree=5548716/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=11077984 memory=308616 CPUtime=8.24 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 60385 12991 0 0 798 18 5 3 20 0 15 0 223054078 11343855616 77154 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2769496 77154 3500 1 0 2731149 0
[pid=23936/tid=23989] ppid=23933 vsize=11077984 memory=-7524783073760205658 CPUtime=3.68 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) R 23933 23936 18934 0 -1 4202560 38234 12991 0 0 351 9 5 3 20 0 15 0 223054087 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866931197456 139866959383958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=11077984 memory=-6875425855562674263 CPUtime=0.1 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 213 12991 0 0 2 0 5 3 20 0 15 0 223054088 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=11077984 memory=3467824671636873280 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 41 12991 0 0 3 0 5 3 20 0 15 0 223054088 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 70 12991 0 0 3 0 5 3 20 0 15 0 223054088 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 61 12991 0 0 3 0 5 3 20 0 15 0 223054088 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=11077984 memory=2319400400981082208 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 355 12991 0 0 3 0 5 3 20 0 15 0 223054090 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866251061616 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=11077984 memory=4640767346415259731 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 14 12991 0 0 0 0 5 3 20 0 15 0 223054090 11343855616 77154 33554432000 4194304 4196468 140722973279632 139865811313760 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=11077984 memory=6011581402601046114 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 15 0 223054090 11343855616 77154 33554432000 4194304 4196468 140722973279632 139865609986944 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=11077984 memory=281175402742000 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11343855616 77154 33554432000 4194304 4196468 140722973279632 139865302587216 139866959390619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=11077984 memory=5787495302022849088 CPUtime=1.65 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) R 23933 23936 18934 0 -1 4202560 9236 12991 0 0 155 2 5 3 20 0 15 0 223054093 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866250000288 139866937363954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=11077984 memory=7305218370954095188 CPUtime=1.55 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) R 23933 23936 18934 0 -1 4202560 3858 12991 0 0 146 1 5 3 20 0 15 0 223054093 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866248949560 139866940072860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=11077984 memory=7451607357901132651 CPUtime=1.35 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) R 23933 23936 18934 0 -1 4202560 6097 12991 0 0 126 1 5 3 20 0 15 0 223054093 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866247903856 139866959393370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=11077984 memory=7884798459539711062 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 15 0 223054093 11343855616 77154 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24002] ppid=23933 vsize=11077984 memory=7523922207528409452 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24002/stat : 24002 (java) S 23933 23936 18934 0 -1 1077944384 7 12991 0 0 0 0 5 3 20 0 15 0 223054093 11343855616 77154 33554432000 4194304 4196468 140722973279632 139866246851248 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 8.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 308616 KiB

[startup+3.90069 s]
/proc/loadavg: 2.10 1.88 1.88 4/216 24002
/proc/meminfo: memFree=5548716/32770624 swapFree=67108380/67108860
[pid=23936] ppid=23933 vsize=11208032 memory=309688 CPUtime=8.49 cores=0,2,4,6
/proc/23936/stat : 23936 (java) S 23933 23936 18934 0 -1 1077944320 61332 12991 0 0 822 19 5 3 20 0 14 0 223054078 11477024768 77422 33554432000 4194304 4196468 140722973279632 140722973262176 139866959372023 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
/proc/23936/statm: 2802008 77422 3502 1 0 2763661 0
[pid=23936/tid=23989] ppid=23933 vsize=11208032 memory=281175403391040 CPUtime=3.78 cores=0,2,4,6
/proc/23936/task/23989/stat : 23989 (java) S 23933 23936 18934 0 -1 1077944384 38937 12991 0 0 360 10 5 3 20 0 14 0 223054087 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866931215504 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23990] ppid=23933 vsize=11208032 memory=206784 CPUtime=0.1 cores=0,2,4,6
/proc/23936/task/23990/stat : 23990 (java) S 23933 23936 18934 0 -1 1077944384 213 12991 0 0 2 0 5 3 20 0 14 0 223054088 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866963614864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23991] ppid=23933 vsize=11208032 memory=6769 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23991/stat : 23991 (java) S 23933 23936 18934 0 -1 1077944384 41 12991 0 0 3 0 5 3 20 0 14 0 223054088 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866499181584 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23992] ppid=23933 vsize=11208032 memory=-7103146973613356224 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23992/stat : 23992 (java) S 23933 23936 18934 0 -1 1077944384 70 12991 0 0 3 0 5 3 20 0 14 0 223054088 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866498128784 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23993] ppid=23933 vsize=11208032 memory=-7828588039587136853 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23993/stat : 23993 (java) S 23933 23936 18934 0 -1 1077944384 61 12991 0 0 3 0 5 3 20 0 14 0 223054088 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866497075984 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23994] ppid=23933 vsize=11208032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23936/task/23994/stat : 23994 (java) S 23933 23936 18934 0 -1 1077944384 356 12991 0 0 3 0 5 3 20 0 14 0 223054090 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866251061824 139866959383170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23995] ppid=23933 vsize=11208032 memory=-6305713905865417856 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23995/stat : 23995 (java) S 23933 23936 18934 0 -1 1077944384 14 12991 0 0 0 0 5 3 20 0 14 0 223054090 11477024768 77422 33554432000 4194304 4196468 140722973279632 139865811313760 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23996] ppid=23933 vsize=11208032 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23996/stat : 23996 (java) S 23933 23936 18934 0 -1 1077944384 1 12991 0 0 0 0 5 3 20 0 14 0 223054090 11477024768 77422 33554432000 4194304 4196468 140722973279632 139865609986944 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23997] ppid=23933 vsize=11208032 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/23997/stat : 23997 (java) S 23933 23936 18934 0 -1 1077944384 6 12991 0 0 0 0 5 3 20 0 14 0 223054093 11477024768 77422 33554432000 4194304 4196468 140722973279632 139865302586864 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23998] ppid=23933 vsize=11208032 memory=281175402874592 CPUtime=1.72 cores=0,2,4,6
/proc/23936/task/23998/stat : 23998 (java) S 23933 23936 18934 0 -1 1077944384 9318 12991 0 0 162 2 5 3 20 0 14 0 223054093 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866250009456 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=23999] ppid=23933 vsize=11208032 memory=281175402881312 CPUtime=1.62 cores=0,2,4,6
/proc/23936/task/23999/stat : 23999 (java) S 23933 23936 18934 0 -1 1077944384 3901 12991 0 0 153 1 5 3 20 0 14 0 223054093 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866248941168 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24000] ppid=23933 vsize=11208032 memory=226156 CPUtime=1.37 cores=0,2,4,6
/proc/23936/task/24000/stat : 24000 (java) S 23933 23936 18934 0 -1 1077944384 6190 12991 0 0 128 1 5 3 20 0 14 0 223054093 11477024768 77422 33554432000 4194304 4196468 140722973279632 139866247903856 139866959383170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
[pid=23936/tid=24001] ppid=23933 vsize=11208032 memory=310824 CPUtime=0.08 cores=0,2,4,6
/proc/23936/task/24001/stat : 24001 (java) S 23933 23936 18934 0 -1 1077944384 3 12991 0 0 0 0 5 3 20 0 14 0 223054093 11477024768 77422 33554432000 4194304 4196468 140722973279632 139864871791328 139866959382229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12484608 140722973280867 140722973283676 140722973283676 140722973286351 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 11208032 KiB
Current children cumulated memory: 309688 KiB

Child status: 0
Real time (s): 3.92488
CPU time (s): 8.52171
CPU user time (s): 8.28002
CPU system time (s): 0.241687
CPU usage (%): 217.12
Max. virtual memory (cumulated for all children) (KiB): 11208032
Max. memory (cumulated for all children) (KiB): 310824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.28002
system time used= 0.241687
maximum resident set size= 311684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74357
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= 5754
involuntary context switches= 46


# summary of solver processes directly reported to runsolver:
#   pid: 23936
#   total CPU time (s): 8.52171
#   total CPU user time (s): 8.28002
#   total CPU system time (s): 0.241687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046821 second user time and 0.074503 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 08:21:49
IDJOB=4304882
IDBENCH=141167
IDSOLVER=2781
FILE ID=node137/4304882-1534054909
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-P04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304882-1534054909/watcher-4304882-1534054909 -o /tmp/evaluation-result-4304882-1534054909/solver-4304882-1534054909 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534040364-20982 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1345878899 -superng HOME/instance-4304882-1534054909.xml

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

MD5SUM BENCH= bba9b3428f0c8228a4e28ff2342631fb
RANDOM SEED=1345878899

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:         5785076 kB
MemAvailable:   28869244 kB
Buffers:          230036 kB
Cached:         22859692 kB
SwapCached:           24 kB
Active:         14549712 kB
Inactive:       11624392 kB
Active(anon):    3029484 kB
Inactive(anon):   107068 kB
Active(file):   11520228 kB
Inactive(file): 11517324 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             26768 kB
Writeback:             0 kB
AnonPages:       3091656 kB
Mapped:            68412 kB
Shmem:             49628 kB
Slab:             503348 kB
SReclaimable:     475076 kB
SUnreclaim:        28272 kB
KernelStack:        3520 kB
PageTables:        11440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4318692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2859008 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:53