Trace number 4298206

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? (NS) 15.7856 5.017

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-11-opt_c18.xml
MD5SUMca82bc0dd04246bcda0d395b71fb38c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":26},{"degree":5,"count":13},{"degree":6,"count":86},{"degree":7,"count":20},{"degree":8,"count":89},{"degree":9,"count":12},{"degree":10,"count":87},{"degree":11,"count":28},{"degree":12,"count":42},{"degree":13,"count":25},{"degree":14,"count":40},{"degree":15,"count":14},{"degree":16,"count":40},{"degree":17,"count":8},{"degree":18,"count":29},{"degree":19,"count":6},{"degree":20,"count":18},{"degree":21,"count":13},{"degree":22,"count":11},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":8},{"degree":26,"count":8},{"degree":28,"count":9},{"degree":29,"count":8},{"degree":30,"count":2},{"degree":31,"count":6},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemYES
Type of objectivemin NVALUES

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
15.63/5.00	c Caught NotImplementedException
15.63/5.00	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:629)
15.63/5.00	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
15.63/5.00	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
15.63/5.00	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
15.63/5.00	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
15.63/5.00	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
15.63/5.00	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
15.63/5.00	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
15.63/5.00	c 	xcsp3.XCSP3.<init>(XCSP3.java:84)
15.63/5.00	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
15.63/5.00	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
15.63/5.00	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298206-1532750991/watcher-4298206-1532750991 -o /tmp/evaluation-result-4298206-1532750991/solver-4298206-1532750991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298206-1532750991.xml --timelimit 2520 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8555, runsolver pid=8552

[startup+0.100488 s]*
/proc/loadavg: 2.01 2.02 2.05 3/215 8570
/proc/meminfo: memFree=17835504/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661056 memory=27968 CPUtime=0.12 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 5393 0 0 0 11 1 0 0 20 0 15 0 92662237 10916921344 6992 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665264 6992 2843 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661056 memory=-8392274780071228608 CPUtime=0.09 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) R 8552 8555 7563 0 -1 4202560 3268 0 0 0 9 0 0 0 20 0 15 0 92662237 10916921344 6992 33554432000 4194304 4196468 140732415080576 140123083958672 140123079740822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 6992 33554432000 4194304 4196468 140732415080576 140123040688912 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122685938576 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122684886032 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) S 8552 8555 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122683833488 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92662239 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122639558640 140123079740034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92662240 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) S 8552 8555 7563 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 92662242 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122567723504 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122566670960 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0.01 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) R 8552 8555 7563 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 92662242 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122565618416 140123059157269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662243 10916921344 6992 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27968 KiB

[startup+0.210476 s]*
/proc/loadavg: 2.01 2.02 2.05 4/215 8570
/proc/meminfo: memFree=17823720/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661056 memory=40244 CPUtime=0.34 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 8215 0 0 0 32 2 0 0 20 0 15 0 92662237 10916921344 10061 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665264 10061 2995 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) R 8552 8555 7563 0 -1 4202560 5184 0 0 0 19 1 0 0 20 0 15 0 92662237 10916921344 10061 33554432000 4194304 4196468 140732415080576 140123083967376 140123079750813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 10061 33554432000 4194304 4196468 140732415080576 140123040688912 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661056 memory=140255065540749 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122685938576 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122684886032 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) S 8552 8555 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92662238 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122683833488 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92662239 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122639558640 140123079740034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92662240 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) R 8552 8555 7563 0 -1 4202560 588 0 0 0 2 0 0 0 20 0 15 0 92662242 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122567723504 140123079740822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) R 8552 8555 7563 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 15 0 92662242 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122566670960 140123079740034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0.08 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) R 8552 8555 7563 0 -1 4202560 845 0 0 0 8 0 0 0 20 0 15 0 92662242 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122565615160 140123058682493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661056 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662243 10916921344 10061 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40244 KiB

[startup+0.311386 s]*
/proc/loadavg: 2.01 2.02 2.05 7/215 8570
/proc/meminfo: memFree=17811564/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661132 memory=53352 CPUtime=0.68 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 10369 0 0 0 66 2 0 0 20 0 15 0 92662237 10916999168 13338 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665283 13338 3076 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) R 8552 8555 7563 0 -1 4202560 5507 0 0 0 29 1 0 0 20 0 15 0 92662237 10916999168 13338 33554432000 4194304 4196468 140732415080576 140123083963008 140122716552776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 13338 33554432000 4194304 4196468 140732415080576 140123040688912 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=14268104248911512 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122685938576 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122684886032 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) S 8552 8555 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122683833488 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92662239 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122639558640 140123079740034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) S 8552 8555 7563 0 -1 1077944384 965 0 0 0 11 0 0 0 20 0 15 0 92662242 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122567723504 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661132 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) R 8552 8555 7563 0 -1 4202560 1255 0 0 0 11 0 0 0 20 0 15 0 92662242 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122566656840 140123061273438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661132 memory=140255065532032 CPUtime=0.15 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) R 8552 8555 7563 0 -1 1077944384 1270 0 0 0 15 0 0 0 20 0 15 0 92662242 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122565618416 140123079740034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661132 memory=140255065532032 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662243 10916999168 13338 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53352 KiB

[startup+0.700766 s]
/proc/loadavg: 2.01 2.02 2.05 5/215 8570
/proc/meminfo: memFree=17784264/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661132 memory=103424 CPUtime=1.91 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 11627 0 0 0 188 3 0 0 20 0 15 0 92662237 10916999168 25856 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665283 25856 3108 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661132 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) R 8552 8555 7563 0 -1 4202560 5681 0 0 0 65 2 0 0 20 0 15 0 92662237 10916999168 25856 33554432000 4194304 4196468 140732415080576 140123083958544 140122716573116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 25856 33554432000 4194304 4196468 140732415080576 140123040688912 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122685938576 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122684886032 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) S 8552 8555 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92662238 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122683833488 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=9996 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92662239 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122639558640 140123079740034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661132 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661132 memory=6945208482816681536 CPUtime=0.45 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) R 8552 8555 7563 0 -1 4202560 1441 0 0 0 45 0 0 0 20 0 15 0 92662242 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122567710816 140123061272986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661132 memory=7811323491934034026 CPUtime=0.43 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) R 8552 8555 7563 0 -1 4202560 1350 0 0 0 43 0 0 0 20 0 15 0 92662242 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122566670960 140123063225062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661132 memory=5787213827147130983 CPUtime=0.32 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) S 8552 8555 7563 0 -1 1077944384 1783 0 0 0 32 0 0 0 20 0 15 0 92662242 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122565618416 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662243 10916999168 25856 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 103424 KiB

[startup+1.50079 s]
/proc/loadavg: 2.01 2.02 2.05 6/215 8570
/proc/meminfo: memFree=17663124/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661132 memory=407364 CPUtime=3.78 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 12847 0 0 0 344 34 0 0 20 0 15 0 92662237 10916999168 101841 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665283 101841 3160 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661132 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) R 8552 8555 7563 0 -1 4202560 5751 0 0 0 124 3 0 0 20 0 15 0 92662237 10916999168 101841 33554432000 4194304 4196468 140732415080576 140123083966896 140122720573431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=-8754540793456063680 CPUtime=0.18 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) S 8552 8555 7563 0 -1 1077944384 182 0 0 0 11 7 0 0 20 0 15 0 92662238 10916999168 101841 33554432000 4194304 4196468 140732415080576 140123040688912 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=-2843869621055772062 CPUtime=0.16 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) S 8552 8555 7563 0 -1 1077944384 168 0 0 0 10 6 0 0 20 0 15 0 92662238 10916999168 101841 33554432000 4194304 4196468 140732415080576 140122685938576 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=5450919713671312938 CPUtime=0.18 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) S 8552 8555 7563 0 -1 1077944384 180 0 0 0 11 7 0 0 20 0 15 0 92662238 10916999168 101841 33554432000 4194304 4196468 140732415080576 140122684886032 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=7005738693937936738 CPUtime=0.18 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) S 8552 8555 7563 0 -1 1077944384 187 0 0 0 11 7 0 0 20 0 15 0 92662238 10916999168 101841 33554432000 4194304 4196468 140732415080576 140122683833488 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92662239 10916999168 101841 33554432000 4194304 4196468 140732415080576 140122639558640 140123079740034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0

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

/proc/8555/task/8557/stat : 8557 (java) S 8552 8555 7563 0 -1 1077944384 5914 0 0 0 176 5 0 0 20 0 15 0 92662237 10916999168 239503 33554432000 4194304 4196468 140732415080576 140123083966896 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) R 8552 8555 7563 0 -1 4202560 12761 0 0 0 106 17 0 0 20 0 15 0 92662238 10916999168 239503 33554432000 4194304 4196468 140732415080576 140123040688912 140123064756761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=176982717383397 CPUtime=1.21 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) R 8552 8555 7563 0 -1 4202560 12476 0 0 0 105 16 0 0 20 0 15 0 92662238 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122685938776 140123064756770 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=280509817105712 CPUtime=1.21 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) R 8552 8555 7563 0 -1 4202560 11611 0 0 0 105 16 0 0 20 0 15 0 92662238 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122684886032 140123064756770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=3473879155565940256 CPUtime=1.22 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) R 8552 8555 7563 0 -1 4202560 12098 0 0 0 106 16 0 0 20 0 15 0 92662238 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122683833488 140123064756770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 770 0 0 0 1 0 0 0 20 0 15 0 92662239 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122639557152 140123079739093 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661132 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) S 8552 8555 7563 0 -1 1077944384 1693 0 0 0 78 0 0 0 20 0 15 0 92662242 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122567708496 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661132 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) S 8552 8555 7563 0 -1 1077944384 1406 0 0 0 74 0 0 0 20 0 15 0 92662242 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122566670960 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661132 memory=74 CPUtime=0.38 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) S 8552 8555 7563 0 -1 1077944384 1879 0 0 0 38 0 0 0 20 0 15 0 92662242 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122565618416 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661132 memory=73 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661132 memory=38 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662243 10916999168 239503 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 958012 KiB

[startup+5.01693 s]
# the end of solver process 8555 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.8512 s, system=0.934395 s

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

[startup+3.20142 s]
/proc/loadavg: 2.09 2.03 2.05 6/215 8570
/proc/meminfo: memFree=16990620/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661132 memory=1023548 CPUtime=9.03 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 62176 0 0 0 822 81 0 0 20 0 15 0 92662237 10916999168 255887 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665283 255887 3175 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661132 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) S 8552 8555 7563 0 -1 1077944384 5914 0 0 0 176 5 0 0 20 0 15 0 92662237 10916999168 255887 33554432000 4194304 4196468 140732415080576 140123083966896 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=-7956310820449840986 CPUtime=1.32 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) R 8552 8555 7563 0 -1 4202560 12814 0 0 0 113 19 0 0 20 0 15 0 92662238 10916999168 255887 33554432000 4194304 4196468 140732415080576 140123040688912 140123064177099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=7595725831727968097 CPUtime=1.29 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) R 8552 8555 7563 0 -1 4202560 12523 0 0 0 112 17 0 0 20 0 15 0 92662238 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122685938776 140123061354765 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=7236547281622689387 CPUtime=1.3 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) R 8552 8555 7563 0 -1 4202560 11661 0 0 0 112 18 0 0 20 0 15 0 92662238 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122684886032 140123058924026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=-8412654363917126771 CPUtime=1.32 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) R 8552 8555 7563 0 -1 4202560 12155 0 0 0 114 18 0 0 20 0 15 0 92662238 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122683833488 140123061354797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=-9101909401963699573 CPUtime=0.01 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 770 0 0 0 1 0 0 0 20 0 15 0 92662239 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122639557152 140123079739093 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661132 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661132 memory=280509817455288 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661132 memory=-7750001083477550754 CPUtime=0.78 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) S 8552 8555 7563 0 -1 1077944384 1693 0 0 0 78 0 0 0 20 0 15 0 92662242 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122567708496 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661132 memory=6944656592455359580 CPUtime=0.74 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) S 8552 8555 7563 0 -1 1077944384 1406 0 0 0 74 0 0 0 20 0 15 0 92662242 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122566670960 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661132 memory=280509817464376 CPUtime=0.38 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) S 8552 8555 7563 0 -1 1077944384 1879 0 0 0 38 0 0 0 20 0 15 0 92662242 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122565618416 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661132 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92662243 10916999168 255887 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1023548 KiB

[startup+4.00065 s]*
/proc/loadavg: 2.09 2.03 2.05 5/215 8570
/proc/meminfo: memFree=16760856/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661132 memory=1101548 CPUtime=12.17 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 67517 0 0 0 1127 90 0 0 20 0 15 0 92662237 10916999168 275387 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665283 275387 3175 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661132 memory=-8253362762721355408 CPUtime=1.81 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) S 8552 8555 7563 0 -1 1077944384 5914 0 0 0 176 5 0 0 20 0 15 0 92662237 10916999168 275387 33554432000 4194304 4196468 140732415080576 140123083966896 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=4122819170707441977 CPUtime=2.13 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) R 8552 8555 7563 0 -1 4202560 14497 0 0 0 192 21 0 0 20 0 15 0 92662238 10916999168 275387 33554432000 4194304 4196468 140732415080576 140123040688912 140123064426662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=140255065532032 CPUtime=2.06 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) R 8552 8555 7563 0 -1 1077944384 13722 0 0 0 187 19 0 0 20 0 15 0 92662238 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122685938160 140123079740034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=140254908890080 CPUtime=2.08 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) R 8552 8555 7563 0 -1 4202560 12818 0 0 0 188 20 0 0 20 0 15 0 92662238 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122684885616 140123072357095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=-1 CPUtime=2.1 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) R 8552 8555 7563 0 -1 4202560 13440 0 0 0 190 20 0 0 20 0 15 0 92662238 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122683833072 140123072357095 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=140255065532032 CPUtime=0.01 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 770 0 0 0 1 0 0 0 20 0 15 0 92662239 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122639556960 140123079739093 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661132 memory=55 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661132 memory=288230377091511590 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661132 memory=288289995549333093 CPUtime=0.78 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) S 8552 8555 7563 0 -1 1077944384 1693 0 0 0 78 0 0 0 20 0 15 0 92662242 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122567708496 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661132 memory=9198851636692493723 CPUtime=0.74 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) S 8552 8555 7563 0 -1 1077944384 1406 0 0 0 74 0 0 0 20 0 15 0 92662242 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122566670960 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661132 memory=6944652177228980320 CPUtime=0.38 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) S 8552 8555 7563 0 -1 1077944384 1879 0 0 0 38 0 0 0 20 0 15 0 92662242 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122565618416 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 92662243 10916999168 275387 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 12.17 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1101548 KiB

[startup+4.80147 s]
/proc/loadavg: 2.09 2.03 2.05 5/215 8570
/proc/meminfo: memFree=16760856/32770624 swapFree=67108860/67108860
[pid=8555] ppid=8552 vsize=10661132 memory=1120352 CPUtime=15.27 cores=1,3,5,7
/proc/8555/stat : 8555 (java) S 8552 8555 7563 0 -1 1077944320 71185 0 0 0 1435 92 0 0 20 0 15 0 92662237 10916999168 280088 33554432000 4194304 4196468 140732415080576 140732415063120 140123079728887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
/proc/8555/statm: 2665283 280088 3176 1 0 2627263 0
[pid=8555/tid=8557] ppid=8552 vsize=10661132 memory=7662705898148095597 CPUtime=1.81 cores=1,3,5,7
/proc/8555/task/8557/stat : 8557 (java) S 8552 8555 7563 0 -1 1077944384 5914 0 0 0 176 5 0 0 20 0 15 0 92662237 10916999168 280088 33554432000 4194304 4196468 140732415080576 140123083966896 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8558] ppid=8552 vsize=10661132 memory=7666363955851777124 CPUtime=2.91 cores=1,3,5,7
/proc/8555/task/8558/stat : 8558 (java) R 8552 8555 7563 0 -1 4202560 14789 0 0 0 270 21 0 0 20 0 15 0 92662238 10916999168 280088 33554432000 4194304 4196468 140732415080576 140123040688720 140123064429510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8559] ppid=8552 vsize=10661132 memory=140255065540749 CPUtime=2.82 cores=1,3,5,7
/proc/8555/task/8559/stat : 8559 (java) R 8552 8555 7563 0 -1 4202560 13729 0 0 0 263 19 0 0 20 0 15 0 92662238 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122685938696 140123064718434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8560] ppid=8552 vsize=10661132 memory=0 CPUtime=2.85 cores=1,3,5,7
/proc/8555/task/8560/stat : 8560 (java) R 8552 8555 7563 0 -1 4202560 12872 0 0 0 264 21 0 0 20 0 15 0 92662238 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122684885840 140123064429632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8561] ppid=8552 vsize=10661132 memory=12004 CPUtime=2.86 cores=1,3,5,7
/proc/8555/task/8561/stat : 8561 (java) R 8552 8555 7563 0 -1 4202560 13535 0 0 0 266 20 0 0 20 0 15 0 92662238 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122683833296 140123061338610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8562] ppid=8552 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8555/task/8562/stat : 8562 (java) S 8552 8555 7563 0 -1 1077944384 3981 0 0 0 2 0 0 0 20 0 15 0 92662239 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122639557184 140123079739093 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8563] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8563/stat : 8563 (java) S 8552 8555 7563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122638504864 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8564] ppid=8552 vsize=10661132 memory=280509817584528 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8564/stat : 8564 (java) S 8552 8555 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92662240 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122569827312 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8565] ppid=8552 vsize=10661132 memory=7100839852556256653 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8565/stat : 8565 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122568775888 140123079747483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8566] ppid=8552 vsize=10661132 memory=7892391828772250251 CPUtime=0.78 cores=1,3,5,7
/proc/8555/task/8566/stat : 8566 (java) S 8552 8555 7563 0 -1 1077944384 1693 0 0 0 78 0 0 0 20 0 15 0 92662242 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122567708496 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8567] ppid=8552 vsize=10661132 memory=8768461112549931132 CPUtime=0.74 cores=1,3,5,7
/proc/8555/task/8567/stat : 8567 (java) S 8552 8555 7563 0 -1 1077944384 1406 0 0 0 74 0 0 0 20 0 15 0 92662242 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122566670960 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8568] ppid=8552 vsize=10661132 memory=-5587951690304098136 CPUtime=0.38 cores=1,3,5,7
/proc/8555/task/8568/stat : 8568 (java) S 8552 8555 7563 0 -1 1077944384 1879 0 0 0 38 0 0 0 20 0 15 0 92662242 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122565618416 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8569] ppid=8552 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8569/stat : 8569 (java) S 8552 8555 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92662242 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122564566112 140123079739093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
[pid=8555/tid=8570] ppid=8552 vsize=10661132 memory=5787221528360015713 CPUtime=0 cores=1,3,5,7
/proc/8555/task/8570/stat : 8570 (java) S 8552 8555 7563 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 92662243 10916999168 280088 33554432000 4194304 4196468 140732415080576 140122563512624 140123079740034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140732415087772 140732415087881 140732415087881 140732415090639 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1120352 KiB

[startup+5.0006 s]*
/proc/loadavg: 2.09 2.03 2.05 5/215 8570
/proc/meminfo: memFree=16740436/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 5.017
CPU time (s): 15.7856
CPU user time (s): 14.8512
CPU system time (s): 0.934395
CPU usage (%): 314.642
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1122056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8512
system time used= 0.934395
maximum resident set size= 1122936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2209
involuntary context switches= 125


# summary of solver processes directly reported to runsolver:
#   pid: 8555
#   total CPU time (s): 15.7856
#   total CPU user time (s): 14.8512
#   total CPU system time (s): 0.934395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047051 second user time and 0.094103 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 06:09:51
IDJOB=4298206
IDBENCH=141084
IDSOLVER=2765
FILE ID=node105/4298206-1532750991
RUNJOBID= node105-1532740995-7595
PBS_JOBID= 21022450
Free space on /tmp= 44612 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-11-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298206-1532750991/watcher-4298206-1532750991 -o /tmp/evaluation-result-4298206-1532750991/solver-4298206-1532750991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298206-1532750991.xml --timelimit 2520

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

MD5SUM BENCH= ca82bc0dd04246bcda0d395b71fb38c4
RANDOM SEED=1319068048

node105.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.32
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.32
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.32
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.32
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:        17853072 kB
MemAvailable:   29295756 kB
Buffers:          265444 kB
Cached:         11317280 kB
SwapCached:            0 kB
Active:          5019120 kB
Inactive:        9248116 kB
Active(anon):    2638924 kB
Inactive(anon):    73352 kB
Active(file):    2380196 kB
Inactive(file):  9174764 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       2698080 kB
Mapped:            54704 kB
Shmem:             25228 kB
Slab:             343640 kB
SReclaimable:     316184 kB
SUnreclaim:        27456 kB
KernelStack:        3808 kB
PageTables:        10220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3894204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2506752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44608 MiB
End job on node105 at 2018-07-28 06:09:56