Trace number 4298601

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
The dodo solver 2018-04-29? (TO) 2520.02 2513.71

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K06-P03_c18.xml
MD5SUM54d96134616ca7767c80e2eaaa70f234
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138
Number of constraints59
Number of domains2
Minimum domain size57
Maximum domain size58
Distribution of domain sizes[{"size":57,"count":57},{"size":58,"count":18}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":63},{"degree":2,"count":57},{"degree":7,"count":12},{"degree":8,"count":6}]
Minimum constraint arity3
Maximum constraint arity57
Distribution of constraint arities[{"arity":3,"count":57},{"arity":18,"count":1},{"arity":57,"count":1}]
Number of extensional constraints0
Number of intensional constraints57
Distribution of constraint types[{"type":"intension","count":57},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.00/2513.70	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298601-1532765976/watcher-4298601-1532765976 -o /tmp/evaluation-result-4298601-1532765976/solver-4298601-1532765976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298601-1532765976.xml --timelimit 2520 

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
solver pid=23576, runsolver pid=23573
Current StackSize limit: 8192 KiB


[startup+0.101369 s]*
/proc/loadavg: 1.39 1.36 1.43 4/215 23591
/proc/meminfo: memFree=22060892/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10658972 memory=27484 CPUtime=0.13 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 5289 0 0 0 12 1 0 0 20 0 15 0 94160772 10914787328 6871 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2664743 6871 2858 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 3120 0 0 0 9 0 0 0 20 0 15 0 94160773 10914787328 6871 33554432000 4194304 4196468 140728177024400 139924607072224 139924595088190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160773 10914787328 6871 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10658972 memory=140043133884032 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10914787328 6871 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10914787328 6871 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10914787328 6871 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10658972 memory=140043133884032 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160775 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94160775 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94160775 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) R 23573 23576 25017 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 94160778 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923766922096 139924602862210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) R 23573 23576 25017 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 15 0 94160778 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923765869296 139924582070287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10658972 memory=140043133884032 CPUtime=0.02 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 94160778 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10658972 memory=140043133884032 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) R 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160778 10914787328 6871 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27484 KiB

[startup+0.210647 s]*
/proc/loadavg: 1.39 1.36 1.43 3/215 23591
/proc/meminfo: memFree=22049164/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661056 memory=40740 CPUtime=0.33 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 8186 0 0 0 31 2 0 0 20 0 15 0 94160772 10916921344 10185 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665264 10185 2995 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 5200 0 0 0 19 1 0 0 20 0 15 0 94160773 10916921344 10185 33554432000 4194304 4196468 140728177024400 139924607087344 139924588221865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160773 10916921344 10185 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661056 memory=140043134464601 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916921344 10185 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916921344 10185 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916921344 10185 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661056 memory=140043133884032 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160775 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94160775 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94160775 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) S 23573 23576 25017 0 -1 1077944384 608 0 0 0 1 0 0 0 20 0 15 0 94160778 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923766922096 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) S 23573 23576 25017 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 15 0 94160778 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923765869296 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661056 memory=140043133884032 CPUtime=0.07 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 15 0 94160778 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661056 memory=140043133884032 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160778 10916921344 10198 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40740 KiB

[startup+0.310392 s]*
/proc/loadavg: 1.39 1.36 1.43 4/215 23591
/proc/meminfo: memFree=22042836/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661132 memory=46960 CPUtime=0.57 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 8856 0 0 0 54 3 0 0 20 0 15 0 94160772 10916999168 11740 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665283 11740 3020 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661132 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 1077944384 5560 0 0 0 28 1 0 0 20 0 15 0 94160773 10916999168 11740 33554432000 4194304 4196468 140728177024400 139924607086384 139924602861269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 11740 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=140043133942048 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 11740 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 11740 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 11740 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=140043133948960 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) R 23573 23576 25017 0 -1 4202560 725 0 0 0 5 0 0 0 20 0 15 0 94160778 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923766922096 139924586407696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661132 memory=140042978840079 CPUtime=0.04 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) R 23573 23576 25017 0 -1 1077944384 317 0 0 0 4 0 0 0 20 0 15 0 94160778 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923765869296 139924602862210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661132 memory=140043133907507 CPUtime=0.14 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) R 23573 23576 25017 0 -1 4202560 893 0 0 0 14 0 0 0 20 0 15 0 94160778 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923764816496 139924583093840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661132 memory=140042978844623 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661132 memory=280086112745408 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 11740 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46960 KiB

[startup+0.700746 s]
/proc/loadavg: 1.39 1.36 1.43 5/215 23591
/proc/meminfo: memFree=22022744/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661132 memory=83212 CPUtime=1.7 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 16385 0 0 0 167 3 0 0 20 0 15 0 94160772 10916999168 20803 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665283 20803 3101 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661132 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 5671 0 0 0 66 2 0 0 20 0 15 0 94160773 10916999168 20803 33554432000 4194304 4196468 140728177024400 139924607070480 140728177588162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 20803 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 20803 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 20803 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=20424 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 20803 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 20803 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 20803 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 20803 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 20803 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661132 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) R 23573 23576 25017 0 -1 4202560 3420 0 0 0 40 0 0 0 20 0 15 0 94160778 10916999168 20803 33554432000 4194304 4196468 140728177024400 139923766909408 139924587959035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661132 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) R 23573 23576 25017 0 -1 4202560 4395 0 0 0 37 0 0 0 20 0 15 0 94160778 10916999168 20869 33554432000 4194304 4196468 140728177024400 139923765855352 139924584394786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661132 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 1542 0 0 0 23 0 0 0 20 0 15 0 94160778 10916999168 20869 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 20869 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 20869 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 83212 KiB

[startup+1.50081 s]
/proc/loadavg: 1.44 1.37 1.43 5/215 23591
/proc/meminfo: memFree=21990368/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661132 memory=130072 CPUtime=3.44 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 20947 0 0 0 340 4 0 0 20 0 15 0 94160772 10916999168 32518 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665283 32518 3103 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661132 memory=3976741358859147106 CPUtime=1.48 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 5880 0 0 0 145 3 0 0 20 0 15 0 94160773 10916999168 32518 33554432000 4194304 4196468 140728177024400 139924607073632 140728177588162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=93912 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 32518 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 32518 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 32518 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94160773 10916999168 32518 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=20424 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 32518 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0

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

/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 13963 0 0 0 243208 614 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924607080448 140728177588162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.34 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2302 0 0 0 119 15 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.35 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 5056 0 0 0 119 16 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.36 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 2021 0 0 0 122 14 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.35 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1573 0 0 0 123 12 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.66 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 5293 0 0 0 154 12 0 0 20 0 15 0 94160775 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661132 memory=241284 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661132 memory=241284 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661132 memory=8800 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.28 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) S 23573 23576 25017 0 -1 1077944384 7246 0 0 0 127 1 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923766922096 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661132 memory=1408 CPUtime=0.86 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) S 23573 23576 25017 0 -1 1077944384 7129 0 0 0 86 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923765869296 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661132 memory=241284 CPUtime=0.26 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 1931 0 0 0 26 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661132 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661132 memory=241284 CPUtime=0.71 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 915 0 0 0 30 41 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 2448.46 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 241284 KiB

[startup+2502.3 s]
/proc/loadavg: 1.41 1.51 1.48 3/216 23774
/proc/meminfo: memFree=21860332/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661132 memory=241284 CPUtime=2508.58 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 49611 0 0 0 250150 708 0 0 20 0 15 0 94160772 10916999168 60321 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665283 60321 3137 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661132 memory=241284 CPUtime=2498.12 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 14207 0 0 0 249181 631 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924607078784 139924215890143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2369 0 0 0 123 15 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 5296 0 0 0 123 16 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 2034 0 0 0 125 14 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1579 0 0 0 126 13 0 0 20 0 15 0 94160773 10916999168 60321 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.69 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 5469 0 0 0 157 12 0 0 20 0 15 0 94160775 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661132 memory=241284 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661132 memory=241284 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.28 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) S 23573 23576 25017 0 -1 1077944384 7248 0 0 0 127 1 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923766922096 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661132 memory=241284 CPUtime=0.86 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) S 23573 23576 25017 0 -1 1077944384 7131 0 0 0 86 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923765869296 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661132 memory=241284 CPUtime=0.26 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 1934 0 0 0 26 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661132 memory=241284 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661132 memory=241284 CPUtime=0.73 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 929 0 0 0 31 42 0 0 20 0 15 0 94160778 10916999168 60321 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 2508.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 241284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 1.27 1.47 1.47 3/216 23775
/proc/meminfo: memFree=21858044/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661132 memory=243332 CPUtime=2520 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 49636 0 0 0 251288 712 0 0 20 0 15 0 94160772 10916999168 60833 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665283 60833 3137 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661132 memory=0 CPUtime=2509.5 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 14221 0 0 0 250316 634 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924607080368 140728177588162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2370 0 0 0 123 16 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 5299 0 0 0 123 16 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.4 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 2035 0 0 0 126 14 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.4 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1580 0 0 0 127 13 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.7 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 5472 0 0 0 158 12 0 0 20 0 15 0 94160775 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661132 memory=243332 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661132 memory=243332 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.28 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) S 23573 23576 25017 0 -1 1077944384 7248 0 0 0 127 1 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923766922096 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661132 memory=443 CPUtime=0.87 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) S 23573 23576 25017 0 -1 1077944384 7131 0 0 0 86 1 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923765869296 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661132 memory=68 CPUtime=0.26 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 1934 0 0 0 26 0 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661132 memory=4032 CPUtime=0.73 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 931 0 0 0 31 42 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 243332 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2513.71 s]
# the end of solver process 23576 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.89 s, system=7.12928 s

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

[startup+2513.7 s]
/proc/loadavg: 1.27 1.47 1.47 3/216 23775
/proc/meminfo: memFree=21858044/32770624 swapFree=67108796/67108860
[pid=23576] ppid=23573 vsize=10661132 memory=243332 CPUtime=2520 cores=0,2,4,6
/proc/23576/stat : 23576 (java) S 23573 23576 25017 0 -1 1077944320 49636 0 0 0 251288 712 0 0 20 0 15 0 94160772 10916999168 60833 33554432000 4194304 4196468 140728177024400 140728177006944 139924602851063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
/proc/23576/statm: 2665283 60833 3137 1 0 2627263 0
[pid=23576/tid=23578] ppid=23573 vsize=10661132 memory=0 CPUtime=2509.5 cores=0,2,4,6
/proc/23576/task/23578/stat : 23578 (java) R 23573 23576 25017 0 -1 4202560 14221 0 0 0 250316 634 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924607080368 140728177588162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23579] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23579/stat : 23579 (java) S 23573 23576 25017 0 -1 1077944384 2370 0 0 0 123 16 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924539542672 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23580] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.39 cores=0,2,4,6
/proc/23576/task/23580/stat : 23580 (java) S 23573 23576 25017 0 -1 1077944384 5299 0 0 0 123 16 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924538489872 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23581] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.4 cores=0,2,4,6
/proc/23576/task/23581/stat : 23581 (java) S 23573 23576 25017 0 -1 1077944384 2035 0 0 0 126 14 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924537437072 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23582] ppid=23573 vsize=10661132 memory=241284 CPUtime=1.4 cores=0,2,4,6
/proc/23576/task/23582/stat : 23582 (java) S 23573 23576 25017 0 -1 1077944384 1580 0 0 0 127 13 0 0 20 0 15 0 94160773 10916999168 60833 33554432000 4194304 4196468 140728177024400 139924536384272 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23583] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.7 cores=0,2,4,6
/proc/23576/task/23583/stat : 23583 (java) S 23573 23576 25017 0 -1 1077944384 5472 0 0 0 158 12 0 0 20 0 15 0 94160775 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923771132272 139924602862210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23584] ppid=23573 vsize=10661132 memory=243332 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23584/stat : 23584 (java) S 23573 23576 25017 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923770078240 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23585] ppid=23573 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23585/stat : 23585 (java) S 23573 23576 25017 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94160775 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923769025392 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23586] ppid=23573 vsize=10661132 memory=243332 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23586/stat : 23586 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923767973712 139924602869659 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23587] ppid=23573 vsize=10661132 memory=243332 CPUtime=1.28 cores=0,2,4,6
/proc/23576/task/23587/stat : 23587 (java) S 23573 23576 25017 0 -1 1077944384 7248 0 0 0 127 1 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923766922096 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23588] ppid=23573 vsize=10661132 memory=443 CPUtime=0.87 cores=0,2,4,6
/proc/23576/task/23588/stat : 23588 (java) S 23573 23576 25017 0 -1 1077944384 7131 0 0 0 86 1 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923765869296 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23589] ppid=23573 vsize=10661132 memory=68 CPUtime=0.26 cores=0,2,4,6
/proc/23576/task/23589/stat : 23589 (java) S 23573 23576 25017 0 -1 1077944384 1934 0 0 0 26 0 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923764816496 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23590] ppid=23573 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23576/task/23590/stat : 23590 (java) S 23573 23576 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923763763936 139924602861269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
[pid=23576/tid=23591] ppid=23573 vsize=10661132 memory=4032 CPUtime=0.73 cores=0,2,4,6
/proc/23576/task/23591/stat : 23591 (java) S 23573 23576 25017 0 -1 1077944384 931 0 0 0 31 42 0 0 20 0 15 0 94160778 10916999168 60833 33554432000 4194304 4196468 140728177024400 139923762711216 139924602862210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140728177026168 140728177026313 140728177026313 140728177029071 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 243332 KiB

Child status: 143
Real time (s): 2513.71
CPU time (s): 2520.02
CPU user time (s): 2512.89
CPU system time (s): 7.12928
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 243332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.89
system time used= 7.12929
maximum resident set size= 243760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101862
involuntary context switches= 4276


# summary of solver processes directly reported to runsolver:
#   pid: 23576
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2512.89
#   total CPU system time (s): 7.12928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2394 second user time and 22.8756 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 10:19:36
IDJOB=4298601
IDBENCH=141171
IDSOLVER=2768
FILE ID=node138/4298601-1532765976
RUNJOBID= node138-1532740019-20128
PBS_JOBID= 21022442
Free space on /tmp= 53800 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K06-P03_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298601-1532765976/watcher-4298601-1532765976 -o /tmp/evaluation-result-4298601-1532765976/solver-4298601-1532765976 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298601-1532765976.xml --timelimit 2520

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

MD5SUM BENCH= 54d96134616ca7767c80e2eaaa70f234
RANDOM SEED=602189102

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22076988 kB
MemAvailable:   31709892 kB
Buffers:          205392 kB
Cached:          9635284 kB
SwapCached:           44 kB
Active:          2696820 kB
Inactive:        7417744 kB
Active(anon):     218356 kB
Inactive(anon):    83516 kB
Active(file):    2478464 kB
Inactive(file):  7334228 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1012 kB
Writeback:             0 kB
AnonPages:        281252 kB
Mapped:            49288 kB
Shmem:             25164 kB
Slab:             277092 kB
SReclaimable:     248672 kB
SUnreclaim:        28420 kB
KernelStack:        3536 kB
PageTables:         5840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1131684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53800 MiB
End job on node138 at 2018-07-28 11:01:30