Trace number 4298251

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
The dodo solver 2018-04-29? (NS) 9.63078 3.08629

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-14-opt_c18.xml
MD5SUM8ca8b1dfd302123404cd8e6125777478
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints4638
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
9.50/3.06	c Caught NotImplementedException
9.50/3.06	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:563)
9.50/3.06	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
9.50/3.06	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
9.50/3.06	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.50/3.06	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9.50/3.06	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
9.50/3.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
9.50/3.06	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
9.50/3.06	c 	xcsp3.XCSP3.<init>(XCSP3.java:80)
9.50/3.06	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
9.50/3.06	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
9.50/3.06	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 (9101 MiB free)
  memory of node 1: 16384 MiB (8533 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.101031 s]*
/proc/loadavg: 1.58 1.69 1.74 4/215 21577
/proc/meminfo: memFree=18043136/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10658972 memory=27460 CPUtime=0.13 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 5249 0 0 0 12 1 0 0 20 0 15 0 92659855 10914787328 6865 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2664743 6865 2857 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 3104 0 0 0 9 0 0 0 20 0 15 0 92659855 10914787328 6865 33554432000 4194304 4196468 140727374960304 139844099535552 139844079359333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10914787328 6865 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10658972 memory=140197426034304 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10914787328 6865 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10914787328 6865 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659856 10914787328 6865 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10658972 memory=140197426034304 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659857 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92659858 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92659858 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) R 21559 21562 25017 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 92659860 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843327740528 139844095326850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) R 21559 21562 25017 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 15 0 92659860 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843326679232 139844075729008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10658972 memory=140197426034304 CPUtime=0.02 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) R 21559 21562 25017 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 92659860 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843325635440 139844074275576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10658972 memory=140197426034304 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659861 10914787328 6865 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27460 KiB

[startup+0.210581 s]*
/proc/loadavg: 1.58 1.69 1.74 4/215 21577
/proc/meminfo: memFree=18031168/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661056 memory=40188 CPUtime=0.34 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 8119 0 0 0 33 1 0 0 20 0 15 0 92659855 10916921344 10047 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665264 10047 2964 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 5104 0 0 0 19 1 0 0 20 0 15 0 92659855 10916921344 10048 33554432000 4194304 4196468 140727374960304 139844099553904 139843682318588 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916921344 10048 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661056 memory=140197426611145 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916921344 10048 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916921344 10048 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659856 10916921344 10048 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661056 memory=140197426034304 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659857 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92659858 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92659858 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) R 21559 21562 25017 0 -1 4202560 608 0 0 0 3 0 0 0 20 0 15 0 92659860 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843327740528 139844095337050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) R 21559 21562 25017 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 15 0 92659860 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843326687728 139844095326850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661056 memory=140197426034304 CPUtime=0.08 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) R 21559 21562 25017 0 -1 4202560 859 0 0 0 8 0 0 0 20 0 15 0 92659860 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843325633104 139844095337050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661056 memory=140197426034304 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659861 10916921344 10048 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40188 KiB

[startup+0.311064 s]*
/proc/loadavg: 1.58 1.69 1.74 6/215 21577
/proc/meminfo: memFree=18019128/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=52504 CPUtime=0.69 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 10270 0 0 0 67 2 0 0 20 0 15 0 92659855 10916999168 13126 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 13126 3069 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 5420 0 0 0 29 1 0 0 20 0 15 0 92659855 10916999168 13126 33554432000 4194304 4196468 140727374960304 139844099550656 139844095327638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 13126 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=140197426092320 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 13126 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 13126 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 13126 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=140197426099232 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92659857 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661132 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) R 21559 21562 25017 0 -1 1077944384 1107 0 0 0 12 0 0 0 20 0 15 0 92659860 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843327740528 139844095326850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661132 memory=140197329227279 CPUtime=0.1 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) R 21559 21562 25017 0 -1 4202560 960 0 0 0 10 0 0 0 20 0 15 0 92659860 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843326673608 139844076860331 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661132 memory=140197426055737 CPUtime=0.16 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) R 21559 21562 25017 0 -1 4202560 1414 0 0 0 16 0 0 0 20 0 15 0 92659860 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843325635440 139844073852017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661132 memory=140197329231823 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661132 memory=280394755282880 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 13126 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 52504 KiB

[startup+0.700712 s]
/proc/loadavg: 1.58 1.69 1.74 6/215 21577
/proc/meminfo: memFree=17986612/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=133108 CPUtime=1.92 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 11982 0 0 0 188 4 0 0 20 0 15 0 92659855 10916999168 33277 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 33277 3105 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 5641 0 0 0 65 3 0 0 20 0 15 0 92659855 10916999168 33277 33554432000 4194304 4196468 140727374960304 139844099553312 139843686310245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 33277 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 33277 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) S 21559 21562 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 33277 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=20216 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659856 10916999168 33277 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92659857 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) R 21559 21562 25017 0 -1 4202560 1749 0 0 0 44 0 0 0 20 0 15 0 92659860 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843327726328 139844074648939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) R 21559 21562 25017 0 -1 4202560 1194 0 0 0 43 0 0 0 20 0 15 0 92659860 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843326677088 139844080441101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661132 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) S 21559 21562 25017 0 -1 1077944384 2025 0 0 0 34 0 0 0 20 0 15 0 92659860 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843325635440 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 33277 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 133108 KiB

[startup+1.50074 s]
/proc/loadavg: 1.58 1.69 1.74 4/215 21577
/proc/meminfo: memFree=17829704/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=386016 CPUtime=4.01 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 13160 0 0 0 370 31 0 0 20 0 15 0 92659855 10916999168 96504 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 96504 3157 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=3690478026340194152 CPUtime=1.24 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 5694 0 0 0 120 4 0 0 20 0 15 0 92659855 10916999168 96504 33554432000 4194304 4196468 140727374960304 139844099553600 139843686838435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=170888 CPUtime=0.22 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 175 0 0 0 16 6 0 0 20 0 15 0 92659856 10916999168 96504 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=2241 CPUtime=0.22 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 172 0 0 0 16 6 0 0 20 0 15 0 92659856 10916999168 96504 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=7024 CPUtime=0.21 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) S 21559 21562 25017 0 -1 1077944384 164 0 0 0 15 6 0 0 20 0 15 0 92659856 10916999168 96504 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=15044 CPUtime=0.19 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 171 0 0 0 14 5 0 0 20 0 15 0 92659856 10916999168 96504 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=20216 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 92659857 10916999168 96504 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0

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

[startup+3.08624 s]
# the end of solver process 21562 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.95564 s, system=0.675139 s

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

[startup+1.60107 s]
/proc/loadavg: 1.58 1.69 1.74 4/215 21577
/proc/meminfo: memFree=17829704/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=435256 CPUtime=4.23 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 13200 0 0 0 391 32 0 0 20 0 15 0 92659855 10916999168 108814 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 108814 3159 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 5718 0 0 0 129 5 0 0 20 0 15 0 92659855 10916999168 108814 33554432000 4194304 4196468 140727374960304 139844099551192 139843686840435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 175 0 0 0 16 6 0 0 20 0 15 0 92659856 10916999168 108814 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 172 0 0 0 16 6 0 0 20 0 15 0 92659856 10916999168 108814 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) S 21559 21562 25017 0 -1 1077944384 164 0 0 0 15 6 0 0 20 0 15 0 92659856 10916999168 108814 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 171 0 0 0 14 5 0 0 20 0 15 0 92659856 10916999168 108814 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 92659857 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661132 memory=0 CPUtime=0.7 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) S 21559 21562 25017 0 -1 1077944384 1811 0 0 0 70 0 0 0 20 0 15 0 92659860 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843327740528 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661132 memory=13481902344460 CPUtime=0.85 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) R 21559 21562 25017 0 -1 4202560 1400 0 0 0 85 0 0 0 20 0 15 0 92659860 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843326677408 139844076012317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661132 memory=6944656591646634032 CPUtime=0.41 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) S 21559 21562 25017 0 -1 1077944384 2140 0 0 0 41 0 0 0 20 0 15 0 92659860 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843325635440 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 108814 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 435256 KiB

[startup+2.40106 s]
/proc/loadavg: 1.77 1.73 1.75 3/215 21577
/proc/meminfo: memFree=17350772/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=782452 CPUtime=7.1 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 31624 0 0 0 645 65 0 0 20 0 15 0 92659855 10916999168 195613 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 195613 3172 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) S 21559 21562 25017 0 -1 1077944384 5746 0 0 0 142 5 0 0 20 0 15 0 92659855 10916999168 195613 33554432000 4194304 4196468 140727374960304 139844099553632 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) R 21559 21562 25017 0 -1 4202560 4732 0 0 0 71 14 0 0 20 0 15 0 92659856 10916999168 195613 33554432000 4194304 4196468 140727374960304 139844021390032 139844087943911 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) R 21559 21562 25017 0 -1 4202560 5165 0 0 0 71 14 0 0 20 0 15 0 92659856 10916999168 195613 33554432000 4194304 4196468 140727374960304 139844020337544 139844087943911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) R 21559 21562 25017 0 -1 4202560 4522 0 0 0 70 14 0 0 20 0 15 0 92659856 10916999168 195613 33554432000 4194304 4196468 140727374960304 139844019284944 139844087943911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=9126232286719478932 CPUtime=0.84 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) R 21559 21562 25017 0 -1 4202560 4468 0 0 0 71 13 0 0 20 0 15 0 92659856 10916999168 195613 33554432000 4194304 4196468 140727374960304 139844018232536 139844080311712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=280394658662048 CPUtime=0.01 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 92659857 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843400065728 139844095325909 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661132 memory=56 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661132 memory=6944652177228980320 CPUtime=0.78 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) S 21559 21562 25017 0 -1 1077944384 1818 0 0 0 78 0 0 0 20 0 15 0 92659860 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843327731808 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661132 memory=6943526294502006880 CPUtime=0.96 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) S 21559 21562 25017 0 -1 1077944384 1419 0 0 0 96 0 0 0 20 0 15 0 92659860 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843326671888 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661132 memory=6656426216303648864 CPUtime=0.42 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) S 21559 21562 25017 0 -1 1077944384 2163 0 0 0 42 0 0 0 20 0 15 0 92659860 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843325635440 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 195613 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 7.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 782452 KiB

[startup+2.80102 s]
/proc/loadavg: 1.77 1.73 1.75 3/215 21577
/proc/meminfo: memFree=17350772/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=782716 CPUtime=8.69 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 31696 0 0 0 804 65 0 0 20 0 15 0 92659855 10916999168 195679 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 195679 3172 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) S 21559 21562 25017 0 -1 1077944384 5746 0 0 0 142 5 0 0 20 0 15 0 92659855 10916999168 195679 33554432000 4194304 4196468 140727374960304 139844099553632 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=288230604640878911 CPUtime=1.25 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) R 21559 21562 25017 0 -1 4202560 4753 0 0 0 111 14 0 0 20 0 15 0 92659856 10916999168 195679 33554432000 4194304 4196468 140727374960304 139844021390032 139844080016391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=13566015871130984 CPUtime=1.25 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) R 21559 21562 25017 0 -1 4202560 5182 0 0 0 111 14 0 0 20 0 15 0 92659856 10916999168 195679 33554432000 4194304 4196468 140727374960304 139844020337544 139844080016399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) R 21559 21562 25017 0 -1 4202560 4536 0 0 0 110 14 0 0 20 0 15 0 92659856 10916999168 195679 33554432000 4194304 4196468 140727374960304 139844019284944 139844080016707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=-1161699032756226647 CPUtime=1.23 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) R 21559 21562 25017 0 -1 4202560 4488 0 0 0 110 13 0 0 20 0 15 0 92659856 10916999168 195679 33554432000 4194304 4196468 140727374960304 139844018232456 139844080015534 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=6944656575208382560 CPUtime=0.01 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 92659857 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843400065728 139844095325909 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661132 memory=8546823402028195750 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661132 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) S 21559 21562 25017 0 -1 1077944384 1818 0 0 0 78 0 0 0 20 0 15 0 92659860 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843327731808 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661132 memory=0 CPUtime=0.96 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) S 21559 21562 25017 0 -1 1077944384 1419 0 0 0 96 0 0 0 20 0 15 0 92659860 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843326671888 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661132 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) S 21559 21562 25017 0 -1 1077944384 2163 0 0 0 42 0 0 0 20 0 15 0 92659860 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843325635440 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 195679 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 782716 KiB

[startup+3.00072 s]*
/proc/loadavg: 1.77 1.73 1.75 3/215 21577
/proc/meminfo: memFree=17287480/32770624 swapFree=67108796/67108860
[pid=21562] ppid=21559 vsize=10661132 memory=784816 CPUtime=9.5 cores=0,2,4,6
/proc/21562/stat : 21562 (java) S 21559 21562 25017 0 -1 1077944320 48581 0 0 0 884 66 0 0 20 0 15 0 92659855 10916999168 196204 33554432000 4194304 4196468 140727374960304 140727374942848 139844095315703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
/proc/21562/statm: 2665283 196204 3174 1 0 2627263 0
[pid=21562/tid=21564] ppid=21559 vsize=10661132 memory=7022364594140610616 CPUtime=1.48 cores=0,2,4,6
/proc/21562/task/21564/stat : 21564 (java) R 21559 21562 25017 0 -1 4202560 5747 0 0 0 143 5 0 0 20 0 15 0 92659855 10916999168 196204 33554432000 4194304 4196468 140727374960304 139844099553632 139843687122757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21565] ppid=21559 vsize=10661132 memory=345 CPUtime=1.44 cores=0,2,4,6
/proc/21562/task/21565/stat : 21565 (java) S 21559 21562 25017 0 -1 1077944384 8809 0 0 0 130 14 0 0 20 0 15 0 92659856 10916999168 196204 33554432000 4194304 4196468 140727374960304 139844021390224 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21566] ppid=21559 vsize=10661132 memory=140197426611145 CPUtime=1.44 cores=0,2,4,6
/proc/21562/task/21566/stat : 21566 (java) S 21559 21562 25017 0 -1 1077944384 9879 0 0 0 130 14 0 0 20 0 15 0 92659856 10916999168 196204 33554432000 4194304 4196468 140727374960304 139844020337424 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21567] ppid=21559 vsize=10661132 memory=6944656592455360604 CPUtime=1.43 cores=0,2,4,6
/proc/21562/task/21567/stat : 21567 (java) R 21559 21562 25017 0 -1 1077944384 8978 0 0 0 129 14 0 0 20 0 15 0 92659856 10916999168 196204 33554432000 4194304 4196468 140727374960304 139844019285136 139844095325909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21568] ppid=21559 vsize=10661132 memory=3472328279047811119 CPUtime=1.42 cores=0,2,4,6
/proc/21562/task/21568/stat : 21568 (java) S 21559 21562 25017 0 -1 1077944384 7702 0 0 0 129 13 0 0 20 0 15 0 92659856 10916999168 196204 33554432000 4194304 4196468 140727374960304 139844018232336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21569] ppid=21559 vsize=10661132 memory=3472468476473845424 CPUtime=0.02 cores=0,2,4,6
/proc/21562/task/21569/stat : 21569 (java) S 21559 21562 25017 0 -1 1077944384 694 0 0 0 2 0 0 0 20 0 15 0 92659857 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843400067184 139844095326850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21570] ppid=21559 vsize=10661132 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21570/stat : 21570 (java) S 21559 21562 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843399013152 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21571] ppid=21559 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21571/stat : 21571 (java) S 21559 21562 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92659858 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843329844336 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21572] ppid=21559 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21572/stat : 21572 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659860 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843328792656 139844095334299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21573] ppid=21559 vsize=10661132 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/21562/task/21573/stat : 21573 (java) R 21559 21562 25017 0 -1 4202560 1818 0 0 0 78 0 0 0 20 0 15 0 92659860 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843327731808 139844079702816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21574] ppid=21559 vsize=10661132 memory=3184097920075968559 CPUtime=0.96 cores=0,2,4,6
/proc/21562/task/21574/stat : 21574 (java) S 21559 21562 25017 0 -1 1077944384 1426 0 0 0 96 0 0 0 20 0 15 0 92659860 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843326687728 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21575] ppid=21559 vsize=10661132 memory=3472468493653714604 CPUtime=0.42 cores=0,2,4,6
/proc/21562/task/21575/stat : 21575 (java) S 21559 21562 25017 0 -1 1077944384 2163 0 0 0 42 0 0 0 20 0 15 0 92659860 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843325635440 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21576] ppid=21559 vsize=10661132 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21576/stat : 21576 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843324582880 139844095325909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
[pid=21562/tid=21577] ppid=21559 vsize=10661132 memory=3472468493653714608 CPUtime=0 cores=0,2,4,6
/proc/21562/task/21577/stat : 21577 (java) S 21559 21562 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92659861 10916999168 196204 33554432000 4194304 4196468 140727374960304 139843323529648 139844095326850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33206272 140727374963832 140727374963977 140727374963977 140727374966735 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 784816 KiB

Child status: 0
Real time (s): 3.08629
CPU time (s): 9.63078
CPU user time (s): 8.95564
CPU system time (s): 0.675139
CPU usage (%): 312.051
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 784816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.95564
system time used= 0.675139
maximum resident set size= 785988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48781
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= 1866
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 21562
#   total CPU time (s): 9.63078
#   total CPU user time (s): 8.95564
#   total CPU system time (s): 0.675139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045527 second user time and 0.072178 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 06:09:27
IDJOB=4298251
IDBENCH=141090
IDSOLVER=2768
FILE ID=node138/4298251-1532750967
RUNJOBID= node138-1532740019-20128
PBS_JOBID= 21022442
Free space on /tmp= 53784 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-14-opt_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298251-1532750967/watcher-4298251-1532750967 -o /tmp/evaluation-result-4298251-1532750967/solver-4298251-1532750967 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298251-1532750967.xml --timelimit 2520

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

MD5SUM BENCH= 8ca8b1dfd302123404cd8e6125777478
RANDOM SEED=2053665905

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:        18057888 kB
MemAvailable:   27699172 kB
Buffers:          202484 kB
Cached:          9646264 kB
SwapCached:           44 kB
Active:          6710148 kB
Inactive:        7415780 kB
Active(anon):    4221080 kB
Inactive(anon):    83516 kB
Active(file):    2489068 kB
Inactive(file):  7332264 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       4256732 kB
Mapped:            49368 kB
Shmem:             25164 kB
Slab:             276608 kB
SReclaimable:     248412 kB
SUnreclaim:        28196 kB
KernelStack:        3840 kB
PageTables:        13608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5231716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3569664 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= 53784 MiB
End job on node138 at 2018-07-28 06:09:30