Trace number 4300255

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) 14.8367 7.59775

General information on the benchmark

NameSteelMillSlab_Mini/
SteelMillSlab-m2s-mini-3_2_c18.xml
MD5SUM5f2233264954ea76f1e3ea799a9429c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark410
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints24753
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24753},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

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
14.73/7.58	c Caught NotImplementedException
14.73/7.59	c 	minicp.search.DFSearch.start(DFSearch.java:79)
14.73/7.59	c 	xcsp3.XCSP3.solve(XCSP3.java:794)
14.73/7.59	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:61)
14.73/7.59	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
14.73/7.59	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 (12015 MiB free)
  memory of node 1: 16384 MiB (15838 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300255-1532877292/watcher-4300255-1532877292 -o /tmp/evaluation-result-4300255-1532877292/solver-4300255-1532877292 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532872228-12187 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300255-1532877292.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=13266, runsolver pid=13263

[startup+0.100065 s]*
/proc/loadavg: 1.66 1.44 1.38 5/216 13281
/proc/meminfo: memFree=28506356/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10658972 memory=27500 CPUtime=0.13 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 5278 0 0 0 12 1 0 0 20 0 15 0 105292339 10914787328 6875 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2664743 6875 2829 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10658972 memory=-8269626465541592446 CPUtime=0.09 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 3110 0 0 0 9 0 0 0 20 0 15 0 105292340 10914787328 6875 33554432000 4194304 4196468 140735122515696 140375095556976 140374714749192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10658972 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10914787328 6875 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10658972 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10914787328 6875 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10914787328 6875 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292341 10914787328 6875 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10658972 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292342 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292342 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374650061600 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) R 13263 13266 8672 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 105292345 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374646905552 140375091336917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) R 13263 13266 8672 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 15 0 105292345 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374645844304 140375083568101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10658972 memory=140072498919040 CPUtime=0.02 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) S 13263 13266 8672 0 -1 1077944384 332 0 0 0 2 0 0 0 20 0 15 0 105292345 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374644800368 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10658972 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292345 10914787328 6875 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27500 KiB

[startup+0.210638 s]*
/proc/loadavg: 1.66 1.44 1.38 5/216 13281
/proc/meminfo: memFree=28494092/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661056 memory=40432 CPUtime=0.34 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 8193 0 0 0 32 2 0 0 20 0 15 0 105292339 10916921344 10108 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665264 10108 2957 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 5113 0 0 0 19 1 0 0 20 0 15 0 105292340 10916921344 10108 33554432000 4194304 4196468 140735122515696 140375095562832 140374714645148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661056 memory=331 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 10108 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661056 memory=288370448650630784 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 10108 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 10108 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 10108 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661056 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292342 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292342 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374650061600 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) R 13263 13266 8672 0 -1 4202560 876 0 0 0 3 0 0 0 20 0 15 0 105292345 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374646905552 140375072027008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) R 13263 13266 8672 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 105292345 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374645852656 140375091337858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661056 memory=140072498919040 CPUtime=0.08 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) R 13263 13266 8672 0 -1 4202560 785 0 0 0 8 0 0 0 20 0 15 0 105292345 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374644797304 140375083563838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661056 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292345 10916921344 10108 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40432 KiB

[startup+0.310771 s]*
/proc/loadavg: 1.66 1.44 1.38 5/216 13281
/proc/meminfo: memFree=28476352/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661056 memory=57324 CPUtime=0.67 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 10405 0 0 0 65 2 0 0 20 0 15 0 105292339 10916921344 14331 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665264 14331 3041 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661056 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 5149 0 0 0 29 1 0 0 20 0 15 0 105292340 10916921344 14331 33554432000 4194304 4196468 140735122515696 140375095564912 140375091348637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661056 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 14331 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661056 memory=288370448650630784 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 14331 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 14331 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292341 10916921344 14331 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661056 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292342 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292342 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374650061600 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661056 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) R 13263 13266 8672 0 -1 4202560 1506 0 0 0 13 0 0 0 20 0 15 0 105292345 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374646892304 140375074812661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661056 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) R 13263 13266 8672 0 -1 4202560 1222 0 0 0 10 0 0 0 20 0 15 0 105292345 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374645838536 140375076441880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661056 memory=140072498919040 CPUtime=0.12 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) R 13263 13266 8672 0 -1 1077944384 1172 0 0 0 12 0 0 0 20 0 15 0 105292345 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374644800368 140375091337858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661056 memory=140072498919040 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292345 10916921344 14331 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 57324 KiB

[startup+0.701297 s]
/proc/loadavg: 1.66 1.44 1.38 5/216 13281
/proc/meminfo: memFree=28450352/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661132 memory=136012 CPUtime=1.92 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 11603 0 0 0 188 4 0 0 20 0 15 0 105292339 10916999168 34003 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665283 34003 3103 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661132 memory=16772 CPUtime=0.68 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 5539 0 0 0 65 3 0 0 20 0 15 0 105292340 10916999168 34003 33554432000 4194304 4196468 140735122515696 140375095564392 140374718108817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661132 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916999168 34003 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661132 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916999168 34003 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661132 memory=496 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292341 10916999168 34003 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105292341 10916999168 34003 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661132 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661132 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374650061600 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661132 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661132 memory=6081108994580573287 CPUtime=0.48 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) R 13263 13266 8672 0 -1 4202560 1860 0 0 0 48 0 0 0 20 0 15 0 105292345 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374646894128 140375091338646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661132 memory=6293050847276651881 CPUtime=0.46 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) R 13263 13266 8672 0 -1 4202560 1338 0 0 0 46 0 0 0 20 0 15 0 105292345 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374645852784 140375069723602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661132 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) R 13263 13266 8672 0 -1 1077944384 1495 0 0 0 28 0 0 0 20 0 15 0 105292345 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374644798160 140375091336917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 34003 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 136012 KiB

[startup+1.50078 s]
/proc/loadavg: 1.66 1.44 1.38 5/216 13281
/proc/meminfo: memFree=28334860/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661132 memory=252352 CPUtime=4.5 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 13401 0 0 0 439 11 0 0 20 0 15 0 105292339 10916999168 63088 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665283 63088 3167 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661132 memory=251944 CPUtime=1.39 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 5710 0 0 0 136 3 0 0 20 0 15 0 105292340 10916999168 63088 33554432000 4194304 4196468 140735122515696 140375095561872 140374719886175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661132 memory=33 CPUtime=0.05 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 15 0 105292341 10916999168 63088 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 104 0 0 0 5 1 0 0 20 0 15 0 105292341 10916999168 63088 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661132 memory=6791534058613427641 CPUtime=0.06 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 136 0 0 0 5 1 0 0 20 0 15 0 105292341 10916999168 63088 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 125 0 0 0 4 1 0 0 20 0 15 0 105292341 10916999168 63088 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 63088 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0

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

[startup+7.5977 s]
# the end of solver process 13266 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.3705 s, system=0.466216 s

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

[startup+6.40085 s]
/proc/loadavg: 1.61 1.44 1.38 3/216 13281
/proc/meminfo: memFree=27923652/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661132 memory=609836 CPUtime=13.51 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 18698 0 0 0 1309 42 0 0 20 0 15 0 105292339 10916999168 152459 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665283 152459 3194 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661132 memory=30068 CPUtime=5.35 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 6450 0 0 0 529 6 0 0 20 0 15 0 105292340 10916999168 152459 33554432000 4194304 4196468 140735122515696 140375094911168 140374720917615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661132 memory=30068 CPUtime=0.97 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 486 0 0 0 90 7 0 0 20 0 15 0 105292341 10916999168 152459 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661132 memory=2204 CPUtime=0.98 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 292 0 0 0 90 8 0 0 20 0 15 0 105292341 10916999168 152459 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661132 memory=1240 CPUtime=0.97 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 358 0 0 0 89 8 0 0 20 0 15 0 105292341 10916999168 152459 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661132 memory=1520 CPUtime=0.94 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 374 0 0 0 86 8 0 0 20 0 15 0 105292341 10916999168 152459 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661132 memory=844 CPUtime=0.02 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 105292342 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661132 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374650061664 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661132 memory=280144745016128 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661132 memory=7042992 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661132 memory=6655300316396806240 CPUtime=1.86 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) S 13263 13266 8672 0 -1 1077944384 2708 0 0 0 186 0 0 0 20 0 15 0 105292345 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374646905456 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661132 memory=6944652177228980320 CPUtime=1.78 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) S 13263 13266 8672 0 -1 1077944384 3563 0 0 0 178 0 0 0 20 0 15 0 105292345 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374645852656 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661132 memory=6944656592455359580 CPUtime=0.55 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) S 13263 13266 8672 0 -1 1077944384 2152 0 0 0 55 0 0 0 20 0 15 0 105292345 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374644800368 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661132 memory=-2127767619356352392 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 152459 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 13.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 609836 KiB

[startup+7.20075 s]
/proc/loadavg: 1.61 1.44 1.38 3/216 13281
/proc/meminfo: memFree=27857808/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661132 memory=675044 CPUtime=14.43 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 20475 0 0 0 1398 45 0 0 20 0 15 0 105292339 10916999168 168761 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665283 168761 3194 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661132 memory=-3039135443232236825 CPUtime=6.11 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 7097 0 0 0 604 7 0 0 20 0 15 0 105292340 10916999168 168761 33554432000 4194304 4196468 140735122515696 140375094793824 140374721260819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661132 memory=6944656591801720226 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 668 0 0 0 93 8 0 0 20 0 15 0 105292341 10916999168 168761 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661132 memory=-7738167615158003044 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 583 0 0 0 93 8 0 0 20 0 15 0 105292341 10916999168 168761 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661132 memory=4871374705135476842 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 426 0 0 0 92 9 0 0 20 0 15 0 105292341 10916999168 168761 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661132 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 458 0 0 0 89 9 0 0 20 0 15 0 105292341 10916999168 168761 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661132 memory=4140 CPUtime=0.02 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 967 0 0 0 2 0 0 0 20 0 15 0 105292342 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374650061664 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661132 memory=280144745130704 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661132 memory=140072372449376 CPUtime=1.86 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) S 13263 13266 8672 0 -1 1077944384 2747 0 0 0 186 0 0 0 20 0 15 0 105292345 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374646905456 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661132 memory=280144744857248 CPUtime=1.78 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) S 13263 13266 8672 0 -1 1077944384 3565 0 0 0 178 0 0 0 20 0 15 0 105292345 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374645852656 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661132 memory=3184237992448399440 CPUtime=0.55 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) S 13263 13266 8672 0 -1 1077944384 2155 0 0 0 55 0 0 0 20 0 15 0 105292345 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374644800368 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661132 memory=3472328296160571440 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168761 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 675044 KiB

[startup+7.40072 s]
/proc/loadavg: 1.61 1.44 1.38 3/216 13281
/proc/meminfo: memFree=27857808/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661132 memory=675148 CPUtime=14.63 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 20499 0 0 0 1418 45 0 0 20 0 15 0 105292339 10916999168 168787 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665283 168787 3194 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661132 memory=7307184289356141163 CPUtime=6.31 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 7120 0 0 0 624 7 0 0 20 0 15 0 105292340 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375094687056 140735122757570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661132 memory=7157209644788066452 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 668 0 0 0 93 8 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661132 memory=7157209644788066452 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 583 0 0 0 93 8 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661132 memory=11022291510 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 426 0 0 0 92 9 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661132 memory=11022291510 CPUtime=0.98 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 458 0 0 0 89 9 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 967 0 0 0 2 0 0 0 20 0 15 0 105292342 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661132 memory=280144745318736 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374650061664 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661132 memory=140072372630284 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661132 memory=140072372619402 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661132 memory=140072372624074 CPUtime=1.86 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) S 13263 13266 8672 0 -1 1077944384 2747 0 0 0 186 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374646905456 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661132 memory=55 CPUtime=1.78 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) S 13263 13266 8672 0 -1 1077944384 3565 0 0 0 178 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374645852656 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661132 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) S 13263 13266 8672 0 -1 1077944384 2155 0 0 0 55 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374644800368 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661132 memory=1304 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661132 memory=494 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 14.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 675148 KiB

[startup+7.50074 s]
/proc/loadavg: 1.61 1.44 1.38 3/216 13281
/proc/meminfo: memFree=27857808/32770624 swapFree=67108860/67108860
[pid=13266] ppid=13263 vsize=10661132 memory=675148 CPUtime=14.73 cores=1,3,5,7
/proc/13266/stat : 13266 (java) S 13263 13266 8672 0 -1 1077944320 20512 0 0 0 1428 45 0 0 20 0 15 0 105292339 10916999168 168787 33554432000 4194304 4196468 140735122515696 140735122498240 140375091326711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
/proc/13266/statm: 2665283 168787 3194 1 0 2627263 0
[pid=13266/tid=13268] ppid=13263 vsize=10661132 memory=675044 CPUtime=6.41 cores=1,3,5,7
/proc/13266/task/13268/stat : 13268 (java) R 13263 13266 8672 0 -1 4202560 7133 0 0 0 634 7 0 0 20 0 15 0 105292340 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375094687056 140374720917620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13269] ppid=13263 vsize=10661132 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13269/stat : 13269 (java) S 13263 13266 8672 0 -1 1077944384 668 0 0 0 93 8 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375043947408 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13270] ppid=13263 vsize=10661132 memory=595088 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13270/stat : 13270 (java) S 13263 13266 8672 0 -1 1077944384 583 0 0 0 93 8 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375042894608 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13271] ppid=13263 vsize=10661132 memory=10368 CPUtime=1.01 cores=1,3,5,7
/proc/13266/task/13271/stat : 13271 (java) S 13263 13266 8672 0 -1 1077944384 426 0 0 0 92 9 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375041842320 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13272] ppid=13263 vsize=10661132 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/13266/task/13272/stat : 13272 (java) S 13263 13266 8672 0 -1 1077944384 458 0 0 0 89 9 0 0 20 0 15 0 105292341 10916999168 168787 33554432000 4194304 4196468 140735122515696 140375040789520 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13273] ppid=13263 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13266/task/13273/stat : 13273 (java) S 13263 13266 8672 0 -1 1077944384 967 0 0 0 2 0 0 0 20 0 15 0 105292342 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374651115632 140375091337858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13274] ppid=13263 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13274/stat : 13274 (java) S 13263 13266 8672 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105292342 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374650061664 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13275] ppid=13263 vsize=10661132 memory=665102080077986947 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13275/stat : 13275 (java) S 13263 13266 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105292343 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374649009264 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13276] ppid=13263 vsize=10661132 memory=480 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13276/stat : 13276 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374647957584 140375091345307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13277] ppid=13263 vsize=10661132 memory=97 CPUtime=1.86 cores=1,3,5,7
/proc/13266/task/13277/stat : 13277 (java) S 13263 13266 8672 0 -1 1077944384 2747 0 0 0 186 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374646905456 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13278] ppid=13263 vsize=10661132 memory=94 CPUtime=1.78 cores=1,3,5,7
/proc/13266/task/13278/stat : 13278 (java) S 13263 13266 8672 0 -1 1077944384 3565 0 0 0 178 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374645852656 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13279] ppid=13263 vsize=10661132 memory=4140 CPUtime=0.55 cores=1,3,5,7
/proc/13266/task/13279/stat : 13279 (java) S 13263 13266 8672 0 -1 1077944384 2155 0 0 0 55 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374644800368 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13280] ppid=13263 vsize=10661132 memory=30068 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13280/stat : 13280 (java) S 13263 13266 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374643747808 140375091336917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
[pid=13266/tid=13281] ppid=13263 vsize=10661132 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/13266/task/13281/stat : 13281 (java) S 13263 13266 8672 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 105292345 10916999168 168787 33554432000 4194304 4196468 140735122515696 140374642694576 140375091337858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36569088 140735122519160 140735122519305 140735122519305 140735122522063 0
Current children cumulated CPU time: 14.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 675148 KiB

Child status: 0
Real time (s): 7.59775
CPU time (s): 14.8367
CPU user time (s): 14.3705
CPU system time (s): 0.466216
CPU usage (%): 195.277
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 675148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3705
system time used= 0.466216
maximum resident set size= 675504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21194
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= 2010
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 13266
#   total CPU time (s): 14.8367
#   total CPU user time (s): 14.3705
#   total CPU system time (s): 0.466216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079655 second user time and 0.101998 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 17:14:52
IDJOB=4300255
IDBENCH=141576
IDSOLVER=2768
FILE ID=node136/4300255-1532877292
RUNJOBID= node136-1532872228-12187
PBS_JOBID= 21022496
Free space on /tmp= 60228 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/SteelMillSlab_Mini/SteelMillSlab-m2s-mini-3_2_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300255-1532877292/watcher-4300255-1532877292 -o /tmp/evaluation-result-4300255-1532877292/solver-4300255-1532877292 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532872228-12187 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300255-1532877292.xml --timelimit 2520

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

MD5SUM BENCH= 5f2233264954ea76f1e3ea799a9429c6
RANDOM SEED=1145410213

node136.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.50
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.50
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.50
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.50
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:        28522056 kB
MemAvailable:   31797504 kB
Buffers:          211916 kB
Cached:          3334768 kB
SwapCached:            0 kB
Active:          1837308 kB
Inactive:        1936052 kB
Active(anon):     178360 kB
Inactive(anon):    76500 kB
Active(file):    1658948 kB
Inactive(file):  1859552 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2452 kB
Writeback:             0 kB
AnonPages:        238520 kB
Mapped:            46308 kB
Shmem:             25228 kB
Slab:             173420 kB
SReclaimable:     145568 kB
SUnreclaim:        27852 kB
KernelStack:        3712 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1130208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 60228 MiB
End job on node136 at 2018-07-29 17:14:59