Trace number 4300310

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
The dodo solver 2018-04-29? (TO) 2520.12 2482.91

General information on the benchmark

NameFrb/
frb-53-24-1-mgd_c18.xml
MD5SUMe77860b1077c007311080ac2a4bc32f8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints475
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree25
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":3},{"degree":19,"count":10},{"degree":20,"count":3},{"degree":21,"count":4},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":475}]
Number of extensional constraints475
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":475}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9218 MiB free)
  memory of node 1: 16384 MiB (12628 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300310-1532879424/watcher-4300310-1532879424 -o /tmp/evaluation-result-4300310-1532879424/solver-4300310-1532879424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532879424-32199 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300310-1532879424.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=32224, runsolver pid=32220

[startup+0.101195 s]*
/proc/loadavg: 0.83 1.05 1.26 5/215 32257
/proc/meminfo: memFree=22339420/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10658972 memory=27452 CPUtime=0.13 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 5327 0 0 0 12 1 0 0 20 0 15 0 105505569 10914787328 6863 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2664743 6863 2825 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10658972 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 3169 0 0 0 8 1 0 0 20 0 15 0 105505569 10914787328 6929 33554432000 4194304 4196468 140732100037904 140235562387424 140235542209893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10914787328 6929 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10658972 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10914787328 6929 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10914787328 6929 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105505570 10914787328 6929 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10658972 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105505571 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) R 32220 32224 32167 0 -1 4202560 470 0 0 0 0 0 0 0 20 0 15 0 105505574 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234858728304 140235535999120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) R 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234857675504 140235558177410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10658972 memory=140266196391552 CPUtime=0.02 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) R 32220 32224 32167 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 105505574 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234856622704 140235536731057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10658972 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) R 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505575 10914787328 6929 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27452 KiB

[startup+0.210666 s]*
/proc/loadavg: 0.83 1.05 1.26 5/215 32257
/proc/meminfo: memFree=22315992/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661056 memory=40556 CPUtime=0.35 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 8212 0 0 0 32 3 0 0 20 0 15 0 105505569 10916921344 10139 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665264 10139 3009 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 1077944384 5134 0 0 0 18 2 0 0 20 0 15 0 105505569 10916921344 10139 33554432000 4194304 4196468 140732100037904 140235562404224 140235558176469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661056 memory=345 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916921344 10139 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661056 memory=288370642348103296 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916921344 10139 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916921344 10139 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105505570 10916921344 10139 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661056 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105505571 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) R 32220 32224 32167 0 -1 4202560 676 0 0 0 2 0 0 0 20 0 15 0 105505574 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234858719632 140235558187610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) R 32220 32224 32167 0 -1 4202560 201 0 0 0 3 0 0 0 20 0 15 0 105505574 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234857665616 140235541577216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661056 memory=140266196391552 CPUtime=0.08 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) R 32220 32224 32167 0 -1 4202560 835 0 0 0 8 0 0 0 20 0 15 0 105505574 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234856620368 140235537457625 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661056 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505575 10916921344 10139 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40556 KiB

[startup+0.319621 s]*
/proc/loadavg: 1.00 1.08 1.27 9/215 32257
/proc/meminfo: memFree=22300236/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661132 memory=47400 CPUtime=0.64 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 8972 0 0 0 61 3 0 0 20 0 15 0 105505569 10916999168 11850 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665283 11850 3055 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661132 memory=8390339637985935414 CPUtime=0.3 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 1077944384 5455 0 0 0 28 2 0 0 20 0 15 0 105505569 10916999168 11850 33554432000 4194304 4196468 140732100037904 140235562401920 140235558176469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 11850 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=288370642348103296 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 11850 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 11850 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 11850 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105505571 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) R 32220 32224 32167 0 -1 4202560 791 0 0 0 6 0 0 0 20 0 15 0 105505574 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234858728304 140235558178198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661132 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) R 32220 32224 32167 0 -1 4202560 358 0 0 0 8 0 0 0 20 0 15 0 105505574 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234857664976 140235543088220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661132 memory=140266196391552 CPUtime=0.17 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) R 32220 32224 32167 0 -1 4202560 998 0 0 0 17 0 0 0 20 0 15 0 105505574 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234856617872 140235550403390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661132 memory=140266196391552 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 11850 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47400 KiB

[startup+0.702067 s]
/proc/loadavg: 1.00 1.08 1.27 7/215 32257
/proc/meminfo: memFree=22158072/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661132 memory=152940 CPUtime=1.87 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 11941 0 0 0 182 5 0 0 20 0 15 0 105505569 10916999168 38235 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665283 38235 3114 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661132 memory=1628 CPUtime=0.67 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 5772 0 0 0 63 4 0 0 20 0 15 0 105505569 10916999168 38235 33554432000 4194304 4196468 140732100037904 140235562401520 140235198939719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=8800 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 38235 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 38235 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 38235 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=832 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 38235 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105505571 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661132 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661132 memory=4032 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661132 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661132 memory=4639098309541129069 CPUtime=0.43 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) R 32220 32224 32167 0 -1 4202560 1745 0 0 0 43 0 0 0 20 0 15 0 105505574 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234858726704 140235550455717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661132 memory=7739276948477865066 CPUtime=0.43 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) R 32220 32224 32167 0 -1 4202560 1467 0 0 0 43 0 0 0 20 0 15 0 105505574 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234857661216 140235539710937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661132 memory=7236547281622689387 CPUtime=0.31 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) S 32220 32224 32167 0 -1 1077944384 1585 0 0 0 31 0 0 0 20 0 15 0 105505574 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234856622704 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 38235 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 152940 KiB

[startup+1.50077 s]
/proc/loadavg: 1.00 1.08 1.27 7/215 32257
/proc/meminfo: memFree=22008820/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661132 memory=206056 CPUtime=4.24 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 16671 0 0 0 417 7 0 0 20 0 15 0 105505569 10916999168 51514 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665283 51514 3149 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661132 memory=6791534058613427641 CPUtime=1.46 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 5823 0 0 0 142 4 0 0 20 0 15 0 105505569 10916999168 51514 33554432000 4194304 4196468 140732100037904 140235562404064 140235199134707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=40100 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 51514 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 51514 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=-6948055166404804227 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 51514 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=-7161131788332309537 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 105505570 10916999168 51514 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=-8316900901535099443 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105505571 10916999168 51514 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0

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

/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 24381 0 0 0 236240 74 0 0 20 0 15 0 105505569 10916999168 131416 33554432000 4194304 4196468 140732100037904 140235562401152 140732100761538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=523616 CPUtime=10.69 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 10000 0 0 0 1019 50 0 0 20 0 15 0 105505570 10916999168 131416 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=523616 CPUtime=10.68 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 7433 0 0 0 1021 47 0 0 20 0 15 0 105505570 10916999168 131416 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=523616 CPUtime=10.71 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 8815 0 0 0 1021 50 0 0 20 0 15 0 105505570 10916999168 131416 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=523616 CPUtime=10.7 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 7653 0 0 0 1022 48 0 0 20 0 15 0 105505570 10916999168 131416 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=523616 CPUtime=6.35 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 7607 0 0 0 590 45 0 0 20 0 15 0 105505571 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661132 memory=525664 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661132 memory=525664 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661132 memory=525664 CPUtime=2.34 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) S 32220 32224 32167 0 -1 1077944384 11005 0 0 0 233 1 0 0 20 0 15 0 105505574 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234858728304 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661132 memory=525664 CPUtime=1.47 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) S 32220 32224 32167 0 -1 1077944384 5146 0 0 0 146 1 0 0 20 0 15 0 105505574 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234857675504 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661132 memory=7028 CPUtime=0.41 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) S 32220 32224 32167 0 -1 1077944384 1976 0 0 0 40 1 0 0 20 0 15 0 105505574 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234856622704 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661132 memory=525664 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661132 memory=4123401283169797999 CPUtime=1.2 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1289 0 0 0 59 61 0 0 20 0 15 0 105505575 10916999168 131416 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 2417.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 525664 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.34 1.32 3/216 32355
/proc/meminfo: memFree=21310248/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661132 memory=531808 CPUtime=2478.83 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 88313 0 0 0 247549 334 0 0 20 0 15 0 105505569 10916999168 132952 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665283 132952 3163 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661132 memory=1628 CPUtime=2422.53 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 24823 0 0 0 242178 75 0 0 20 0 15 0 105505569 10916999168 132952 33554432000 4194304 4196468 140732100037904 140235562396800 140235199975688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=531808 CPUtime=11.05 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 10045 0 0 0 1055 50 0 0 20 0 15 0 105505570 10916999168 132952 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=531808 CPUtime=11.06 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 7718 0 0 0 1058 48 0 0 20 0 15 0 105505570 10916999168 132952 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=529760 CPUtime=11.08 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 9123 0 0 0 1057 51 0 0 20 0 15 0 105505570 10916999168 132952 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=527712 CPUtime=11.07 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 8026 0 0 0 1059 48 0 0 20 0 15 0 105505570 10916999168 132952 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=523616 CPUtime=6.5 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 7781 0 0 0 604 46 0 0 20 0 15 0 105505571 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661132 memory=523616 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661132 memory=525664 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661132 memory=529760 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661132 memory=531808 CPUtime=2.34 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) S 32220 32224 32167 0 -1 1077944384 11007 0 0 0 233 1 0 0 20 0 15 0 105505574 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234858728304 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661132 memory=531808 CPUtime=1.47 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) S 32220 32224 32167 0 -1 1077944384 5148 0 0 0 146 1 0 0 20 0 15 0 105505574 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234857675504 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661132 memory=531808 CPUtime=0.41 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) S 32220 32224 32167 0 -1 1077944384 1978 0 0 0 40 1 0 0 20 0 15 0 105505574 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234856622704 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661132 memory=531808 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661132 memory=531808 CPUtime=1.24 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1303 0 0 0 61 63 0 0 20 0 15 0 105505575 10916999168 132952 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 2478.83 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 531808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.9 s]
/proc/loadavg: 1.31 1.33 1.32 2/199 32387
/proc/meminfo: memFree=21845900/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661132 memory=535904 CPUtime=2520.09 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 88796 0 0 0 251670 339 0 0 20 0 15 0 105505569 10916999168 133976 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665283 133976 3163 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661132 memory=535904 CPUtime=2462.76 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 25007 0 0 0 246200 76 0 0 20 0 15 0 105505569 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235562401152 140235199975341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.27 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 10086 0 0 0 1077 50 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.28 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 7745 0 0 0 1080 48 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.31 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 9221 0 0 0 1080 51 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.3 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 8154 0 0 0 1081 49 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=56 CPUtime=6.6 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 7784 0 0 0 613 47 0 0 20 0 15 0 105505571 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661132 memory=533856 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661132 memory=535904 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661132 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661132 memory=535904 CPUtime=2.34 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) S 32220 32224 32167 0 -1 1077944384 11007 0 0 0 233 1 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234858728304 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661132 memory=535904 CPUtime=1.47 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) S 32220 32224 32167 0 -1 1077944384 5148 0 0 0 146 1 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234857675504 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661132 memory=533856 CPUtime=0.41 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) S 32220 32224 32167 0 -1 1077944384 1978 0 0 0 40 1 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234856622704 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661132 memory=535904 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661132 memory=535904 CPUtime=1.25 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1305 0 0 0 61 64 0 0 20 0 15 0 105505575 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 535904 KiB

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

[startup+2482.91 s]
# the end of solver process 32224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.72 s, system=3.39897 s

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

[startup+2482.9 s]
/proc/loadavg: 1.31 1.33 1.32 2/199 32387
/proc/meminfo: memFree=21845900/32770624 swapFree=67108796/67108860
[pid=32224] ppid=32220 vsize=10661132 memory=535904 CPUtime=2520.09 cores=1,3,5,7
/proc/32224/stat : 32224 (java) S 32220 32224 32167 0 -1 1077944320 88796 0 0 0 251670 339 0 0 20 0 15 0 105505569 10916999168 133976 33554432000 4194304 4196468 140732100037904 140732100020448 140235558166263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
/proc/32224/statm: 2665283 133976 3163 1 0 2627263 0
[pid=32224/tid=32230] ppid=32220 vsize=10661132 memory=535904 CPUtime=2462.76 cores=1,3,5,7
/proc/32224/task/32230/stat : 32230 (java) R 32220 32224 32167 0 -1 4202560 25007 0 0 0 246200 76 0 0 20 0 15 0 105505569 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235562401152 140235199975341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32232] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.27 cores=1,3,5,7
/proc/32224/task/32232/stat : 32232 (java) S 32220 32224 32167 0 -1 1077944384 10086 0 0 0 1077 50 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235164802192 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32233] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.28 cores=1,3,5,7
/proc/32224/task/32233/stat : 32233 (java) S 32220 32224 32167 0 -1 1077944384 7745 0 0 0 1080 48 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235163749392 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32234] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.31 cores=1,3,5,7
/proc/32224/task/32234/stat : 32234 (java) S 32220 32224 32167 0 -1 1077944384 9221 0 0 0 1080 51 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235162696592 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32235] ppid=32220 vsize=10661132 memory=535904 CPUtime=11.3 cores=1,3,5,7
/proc/32224/task/32235/stat : 32235 (java) S 32220 32224 32167 0 -1 1077944384 8154 0 0 0 1081 49 0 0 20 0 15 0 105505570 10916999168 133976 33554432000 4194304 4196468 140732100037904 140235161643792 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32240] ppid=32220 vsize=10661132 memory=56 CPUtime=6.6 cores=1,3,5,7
/proc/32224/task/32240/stat : 32240 (java) S 32220 32224 32167 0 -1 1077944384 7784 0 0 0 613 47 0 0 20 0 15 0 105505571 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234862938480 140235558177410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32242] ppid=32220 vsize=10661132 memory=533856 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32242/stat : 32242 (java) S 32220 32224 32167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234861884448 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32244] ppid=32220 vsize=10661132 memory=535904 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32244/stat : 32244 (java) S 32220 32224 32167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105505572 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234860831600 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32246] ppid=32220 vsize=10661132 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32246/stat : 32246 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234859779920 140235558184859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32247] ppid=32220 vsize=10661132 memory=535904 CPUtime=2.34 cores=1,3,5,7
/proc/32224/task/32247/stat : 32247 (java) S 32220 32224 32167 0 -1 1077944384 11007 0 0 0 233 1 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234858728304 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32248] ppid=32220 vsize=10661132 memory=535904 CPUtime=1.47 cores=1,3,5,7
/proc/32224/task/32248/stat : 32248 (java) S 32220 32224 32167 0 -1 1077944384 5148 0 0 0 146 1 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234857675504 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32249] ppid=32220 vsize=10661132 memory=533856 CPUtime=0.41 cores=1,3,5,7
/proc/32224/task/32249/stat : 32249 (java) S 32220 32224 32167 0 -1 1077944384 1978 0 0 0 40 1 0 0 20 0 15 0 105505574 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234856622704 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32254] ppid=32220 vsize=10661132 memory=535904 CPUtime=0 cores=1,3,5,7
/proc/32224/task/32254/stat : 32254 (java) S 32220 32224 32167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105505575 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234855570144 140235558176469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
[pid=32224/tid=32256] ppid=32220 vsize=10661132 memory=535904 CPUtime=1.25 cores=1,3,5,7
/proc/32224/task/32256/stat : 32256 (java) S 32220 32224 32167 0 -1 1077944384 1305 0 0 0 61 64 0 0 20 0 15 0 105505575 10916999168 133976 33554432000 4194304 4196468 140732100037904 140234854517424 140235558177410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140732100043896 140732100044041 140732100044041 140732100046799 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 535904 KiB

Child status: 143
Real time (s): 2482.91
CPU time (s): 2520.12
CPU user time (s): 2516.72
CPU system time (s): 3.39897
CPU usage (%): 101.498
Max. virtual memory (cumulated for all children) (KiB): 10662972
Max. memory (cumulated for all children) (KiB): 535904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.39897
maximum resident set size= 536364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236013
involuntary context switches= 5325


# summary of solver processes directly reported to runsolver:
#   pid: 32224
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.72
#   total CPU system time (s): 3.39897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5068 second user time and 24.1307 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-29 17:50:24
IDJOB=4300310
IDBENCH=141583
IDSOLVER=2768
FILE ID=node138/4300310-1532879424
RUNJOBID= node138-1532879424-32199
PBS_JOBID= 21022515
Free space on /tmp= 56156 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Frb/frb-53-24-1-mgd_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300310-1532879424/watcher-4300310-1532879424 -o /tmp/evaluation-result-4300310-1532879424/solver-4300310-1532879424 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532879424-32199 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300310-1532879424.xml --timelimit 2520

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

MD5SUM BENCH= e77860b1077c007311080ac2a4bc32f8
RANDOM SEED=678915180

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:        22372012 kB
MemAvailable:   31922684 kB
Buffers:          223612 kB
Cached:          9539076 kB
SwapCached:           44 kB
Active:          2426532 kB
Inactive:        7395392 kB
Active(anon):       3924 kB
Inactive(anon):    83480 kB
Active(file):    2422608 kB
Inactive(file):  7311912 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3192 kB
Writeback:             0 kB
AnonPages:         66260 kB
Mapped:            38956 kB
Shmem:             25164 kB
Slab:             272948 kB
SReclaimable:     244612 kB
SUnreclaim:        28336 kB
KernelStack:        3104 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 56152 MiB
End job on node138 at 2018-07-29 18:31:47