Trace number 4298553

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-29SAT (TO) 2520.1 2513.71

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.027223
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.07/2513.70	s SATISFIABLE
2520.07/2513.70	v <instantiation>
2520.07/2513.70	v 	<list>
2520.07/2513.70	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] 
2520.07/2513.70	v 	</list>
2520.07/2513.70	v 	<values>
2520.07/2513.70	v 		14 3 0 16 2 11 7 1 11 14 2 3 13 16 9 5 1 4 10 6 12 8 7 15 
2520.07/2513.70	v 	</values>
2520.07/2513.70	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298553-1532763461/watcher-4298553-1532763461 -o /tmp/evaluation-result-4298553-1532763461/solver-4298553-1532763461 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298553-1532763461.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=23324, runsolver pid=23321
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.66 1.68 1.77 4/215 23339
/proc/meminfo: memFree=21881664/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10658972 memory=25760 CPUtime=0.12 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 5321 0 0 0 11 1 0 0 20 0 15 0 93909318 10914787328 6440 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2664743 6440 2829 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 3167 0 0 0 9 0 0 0 20 0 15 0 93909319 10914787328 6440 33554432000 4194304 4196468 140736586937776 140251183548248 140250817499179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10658972 memory=140368782734976 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909319 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10658972 memory=140368782734976 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909321 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93909321 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250670122528 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93909321 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10914787328 6440 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) R 23321 23324 25017 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 15 0 93909324 10914787328 6506 33554432000 4194304 4196468 140736586937776 140250666965360 140251164985184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) R 23321 23324 25017 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 93909324 10914787328 6506 33554432000 4194304 4196468 140736586937776 140250665912560 140251179330178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10658972 memory=140368782734976 CPUtime=0.02 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) R 23321 23324 25017 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 93909324 10914787328 6506 33554432000 4194304 4196468 140736586937776 140250664859760 140251179340378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10914787328 6506 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10658972 memory=140368782734976 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) R 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909324 10914787328 6506 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 25760 KiB

[startup+0.211317 s]*
/proc/loadavg: 1.66 1.68 1.77 3/215 23339
/proc/meminfo: memFree=21869244/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=39204 CPUtime=0.32 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 8380 0 0 0 30 2 0 0 20 0 15 0 93909318 10916999168 9801 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 9801 2993 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 5286 0 0 0 18 1 0 0 20 0 15 0 93909319 10916999168 9835 33554432000 4194304 4196468 140736586937776 140251183551344 140251163399518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=345 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=140368783317805 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=140368782734976 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250670122528 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) S 23321 23324 25017 0 -1 1077944384 676 0 0 0 2 0 0 0 20 0 15 0 93909324 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250666965360 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) S 23321 23324 25017 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 15 0 93909324 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250665912560 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=140368782734976 CPUtime=0.07 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) S 23321 23324 25017 0 -1 1077944384 917 0 0 0 7 0 0 0 20 0 15 0 93909324 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250664859760 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=140368782734976 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 9835 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 39204 KiB

[startup+0.309919 s]*
/proc/loadavg: 1.66 1.68 1.77 4/215 23339
/proc/meminfo: memFree=21864468/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=44692 CPUtime=0.54 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 9383 0 0 0 51 3 0 0 20 0 15 0 93909318 10916999168 11173 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 11173 3053 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) D 23321 23324 25017 0 -1 4202560 5747 0 0 0 28 2 0 0 20 0 15 0 93909319 10916999168 11173 33554432000 4194304 4196468 140736586937776 140251183551704 140251163362661 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=140368782792992 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=140368782799904 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250670122528 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) D 23321 23324 25017 0 -1 4202560 800 0 0 0 4 0 0 0 20 0 15 0 93909324 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250666946472 140251171556158 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=140368658157071 CPUtime=0.04 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) R 23321 23324 25017 0 -1 4202560 240 0 0 0 4 0 0 0 20 0 15 0 93909324 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250665912560 140251162819543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=140368782758198 CPUtime=0.13 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) R 23321 23324 25017 0 -1 4202560 1228 0 0 0 13 0 0 0 20 0 15 0 93909324 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250664856120 140251172036183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=140368658161615 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=280737440913344 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 11173 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44692 KiB

[startup+0.700743 s]
/proc/loadavg: 1.66 1.68 1.77 5/215 23339
/proc/meminfo: memFree=21834368/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=95144 CPUtime=1.71 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 16949 0 0 0 166 5 0 0 20 0 15 0 93909318 10916999168 23786 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 23786 3097 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 5836 0 0 0 65 3 0 0 20 0 15 0 93909319 10916999168 23786 33554432000 4194304 4196468 140736586937776 140251183553712 140736588560322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=20400 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250670122528 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) R 23321 23324 25017 0 -1 4202560 3627 0 0 0 42 0 0 0 20 0 15 0 93909324 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250666951384 140251157146269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) R 23321 23324 25017 0 -1 4202560 4535 0 0 0 40 1 0 0 20 0 15 0 93909324 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250665900432 140251158981303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) S 23321 23324 25017 0 -1 1077944384 1582 0 0 0 18 0 0 0 20 0 15 0 93909324 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250664859760 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 23786 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 95144 KiB

[startup+1.50082 s]
/proc/loadavg: 1.66 1.68 1.77 4/215 23339
/proc/meminfo: memFree=21779596/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=190192 CPUtime=3.34 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 21759 0 0 0 327 7 0 0 20 0 15 0 93909318 10916999168 47548 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 47548 3111 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=3834032454896081006 CPUtime=1.48 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 6107 0 0 0 143 5 0 0 20 0 15 0 93909319 10916999168 47548 33554432000 4194304 4196468 140736586937776 140251183544352 140736588560322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=116052 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 47548 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 47548 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 47548 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93909319 10916999168 47548 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=20400 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 47548 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0

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

/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 16417 0 0 0 241926 1791 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140251183558672 140736588560322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=1628 CPUtime=1.47 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1916 0 0 0 129 18 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.46 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1941 0 0 0 131 15 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.47 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 2507 0 0 0 130 17 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 3363 0 0 0 127 21 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=211560 CPUtime=2.2 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 5504 0 0 0 204 16 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250670122592 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.4 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) S 23321 23324 25017 0 -1 1077944384 10449 0 0 0 140 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250666965360 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.85 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) S 23321 23324 25017 0 -1 1077944384 7360 0 0 0 84 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250665912560 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.25 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) S 23321 23324 25017 0 -1 1077944384 2268 0 0 0 24 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250664859760 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.71 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 683 0 0 0 31 40 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 2448.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211560 KiB

[startup+2502.3 s]
/proc/loadavg: 1.37 1.36 1.43 3/215 23513
/proc/meminfo: memFree=21878944/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=211560 CPUtime=2508.66 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 53951 0 0 0 248946 1920 0 0 20 0 15 0 93909318 10916999168 52890 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 52890 3153 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=1120 CPUtime=2497.05 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 16512 0 0 0 247873 1832 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140251183558816 140736588560322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=3708 CPUtime=1.5 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1917 0 0 0 132 18 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=3708 CPUtime=1.5 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1942 0 0 0 134 16 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.51 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 2508 0 0 0 133 18 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.51 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 3364 0 0 0 130 21 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=211560 CPUtime=2.25 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 5509 0 0 0 209 16 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250670122592 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=4032 CPUtime=1.4 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) S 23321 23324 25017 0 -1 1077944384 10449 0 0 0 140 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250666965360 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.85 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) S 23321 23324 25017 0 -1 1077944384 7360 0 0 0 84 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250665912560 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.25 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) S 23321 23324 25017 0 -1 1077944384 2268 0 0 0 24 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250664859760 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.73 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 687 0 0 0 31 42 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 2508.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 1.39 1.36 1.43 3/215 23514
/proc/meminfo: memFree=21875784/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=211560 CPUtime=2520.07 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 53969 0 0 0 250080 1927 0 0 20 0 15 0 93909318 10916999168 52890 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 52890 3153 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=211560 CPUtime=2508.43 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 16530 0 0 0 249004 1839 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140251183558464 140736588560322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.52 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1917 0 0 0 133 19 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.5 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1942 0 0 0 134 16 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.52 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 2508 0 0 0 134 18 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.52 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 3364 0 0 0 131 21 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=211560 CPUtime=2.26 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 5509 0 0 0 210 16 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250670122592 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=280737316560072 CPUtime=1.4 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) S 23321 23324 25017 0 -1 1077944384 10449 0 0 0 140 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250666965360 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=6791534058613427641 CPUtime=0.85 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) S 23321 23324 25017 0 -1 1077944384 7360 0 0 0 84 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250665912560 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.25 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) S 23321 23324 25017 0 -1 1077944384 2268 0 0 0 24 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250664859760 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=3708 CPUtime=0.73 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 687 0 0 0 31 42 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211560 KiB

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

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

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

[startup+2513.7 s]
/proc/loadavg: 1.39 1.36 1.43 3/215 23514
/proc/meminfo: memFree=21875784/32770624 swapFree=67108796/67108860
[pid=23324] ppid=23321 vsize=10661132 memory=211560 CPUtime=2520.07 cores=0,2,4,6
/proc/23324/stat : 23324 (java) S 23321 23324 25017 0 -1 1077944320 53969 0 0 0 250080 1927 0 0 20 0 15 0 93909318 10916999168 52890 33554432000 4194304 4196468 140736586937776 140736586920320 140251179319031 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
/proc/23324/statm: 2665283 52890 3153 1 0 2627263 0
[pid=23324/tid=23326] ppid=23321 vsize=10661132 memory=211560 CPUtime=2508.43 cores=0,2,4,6
/proc/23324/task/23326/stat : 23326 (java) R 23321 23324 25017 0 -1 4202560 16530 0 0 0 249004 1839 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140251183558464 140736588560322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23327] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.52 cores=0,2,4,6
/proc/23324/task/23327/stat : 23327 (java) S 23321 23324 25017 0 -1 1077944384 1917 0 0 0 133 19 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250785876624 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23328] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.5 cores=0,2,4,6
/proc/23324/task/23328/stat : 23328 (java) S 23321 23324 25017 0 -1 1077944384 1942 0 0 0 134 16 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250784823824 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23329] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.52 cores=0,2,4,6
/proc/23324/task/23329/stat : 23329 (java) S 23321 23324 25017 0 -1 1077944384 2508 0 0 0 134 18 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250783771024 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23330] ppid=23321 vsize=10661132 memory=211560 CPUtime=1.52 cores=0,2,4,6
/proc/23324/task/23330/stat : 23330 (java) S 23321 23324 25017 0 -1 1077944384 3364 0 0 0 131 21 0 0 20 0 15 0 93909319 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250782718224 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23331] ppid=23321 vsize=10661132 memory=211560 CPUtime=2.26 cores=0,2,4,6
/proc/23324/task/23331/stat : 23331 (java) S 23321 23324 25017 0 -1 1077944384 5509 0 0 0 210 16 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250671176560 140251179330178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23332] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23332/stat : 23332 (java) S 23321 23324 25017 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250670122592 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23333] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23333/stat : 23333 (java) S 23321 23324 25017 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 93909321 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250669069680 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23334] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23334/stat : 23334 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250668018000 140251179337627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23335] ppid=23321 vsize=10661132 memory=280737316560072 CPUtime=1.4 cores=0,2,4,6
/proc/23324/task/23335/stat : 23335 (java) S 23321 23324 25017 0 -1 1077944384 10449 0 0 0 140 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250666965360 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23336] ppid=23321 vsize=10661132 memory=6791534058613427641 CPUtime=0.85 cores=0,2,4,6
/proc/23324/task/23336/stat : 23336 (java) S 23321 23324 25017 0 -1 1077944384 7360 0 0 0 84 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250665912560 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23337] ppid=23321 vsize=10661132 memory=211560 CPUtime=0.25 cores=0,2,4,6
/proc/23324/task/23337/stat : 23337 (java) S 23321 23324 25017 0 -1 1077944384 2268 0 0 0 24 1 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250664859760 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23338] ppid=23321 vsize=10661132 memory=211560 CPUtime=0 cores=0,2,4,6
/proc/23324/task/23338/stat : 23338 (java) S 23321 23324 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250663807200 140251179329237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
[pid=23324/tid=23339] ppid=23321 vsize=10661132 memory=3708 CPUtime=0.73 cores=0,2,4,6
/proc/23324/task/23339/stat : 23339 (java) S 23321 23324 25017 0 -1 1077944384 687 0 0 0 31 42 0 0 20 0 15 0 93909324 10916999168 52890 33554432000 4194304 4196468 140736586937776 140250662755504 140251179330178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27340800 140736586945656 140736586945801 140736586945801 140736586948559 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211560 KiB

Child status: 143
Real time (s): 2513.71
CPU time (s): 2520.1
CPU user time (s): 2500.82
CPU system time (s): 19.2802
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 211560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2500.82
system time used= 19.2802
maximum resident set size= 211924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119985
involuntary context switches= 4738


# summary of solver processes directly reported to runsolver:
#   pid: 23324
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2500.82
#   total CPU system time (s): 19.2802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3443 second user time and 24.39 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 09:37:42
IDJOB=4298553
IDBENCH=141165
IDSOLVER=2768
FILE ID=node138/4298553-1532763461
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-K04-P02_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298553-1532763461/watcher-4298553-1532763461 -o /tmp/evaluation-result-4298553-1532763461/solver-4298553-1532763461 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298553-1532763461.xml --timelimit 2520

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=1691333124

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:        21895460 kB
MemAvailable:   31527836 kB
Buffers:          204968 kB
Cached:          9634904 kB
SwapCached:           44 kB
Active:          2878748 kB
Inactive:        7417176 kB
Active(anon):     400204 kB
Inactive(anon):    83516 kB
Active(file):    2478544 kB
Inactive(file):  7333660 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1300 kB
Writeback:             0 kB
AnonPages:        495928 kB
Mapped:            49404 kB
Shmem:             25164 kB
Slab:             276992 kB
SReclaimable:     248632 kB
SUnreclaim:        28360 kB
KernelStack:        3792 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1051644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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 10:19:35