Trace number 4294870

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
Concrete 3.8 2018-06-13SAT 12.8744 5.69966

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-05-06_c18.xml
MD5SUM81d4059c2b76389bba6ef17dee6cb29a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119659
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity5
Maximum constraint arity6
Distribution of constraint arities[{"arity":5,"count":6},{"arity":6,"count":5}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
12.64/5.67	v <instantiation>
12.64/5.67	v       <list>
12.64/5.67	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5]
12.64/5.67	v       </list>
12.64/5.67	v       <values>
12.64/5.67	v         9 0 18 15 0 17 0 17 0 11 8 0 19 17 0 20 12 0 0 13 3 17 0 1 13 8 0 8 18 0
12.64/5.67	v       </values>
12.64/5.67	v     </instantiation>
12.64/5.67	s SATISFIABLE

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294870-1532494840/watcher-4294870-1532494840 -o /tmp/evaluation-result-4294870-1532494840/solver-4294870-1532494840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=131353381 HOME/instance-4294870-1532494840.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.10247 s]*
/proc/loadavg: 1.39 1.61 1.50 2/210 25735
/proc/meminfo: memFree=19199208/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 4194 13095 0 0 1 0 5 3 20 0 6 0 67047181 10212057088 4582 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2493178 4582 1930 1 0 2481616 0
[pid=25678/tid=25731] ppid=25675 vsize=9972712 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 2005 13095 0 0 0 0 5 3 20 0 6 0 67047190 10212057088 4582 33554432000 4194304 4196468 140732863432896 140475724874320 140475753059485 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 67047191 10212057088 4582 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=9972712 memory=140149338297984 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 6 0 67047191 10212057088 4582 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 6 0 67047191 10212057088 4582 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 6 0 67047191 10212057088 4582 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209926 s]*
/proc/loadavg: 1.39 1.61 1.50 4/219 25744
/proc/meminfo: memFree=19184316/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10818904 memory=38524 CPUtime=0.26 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 6905 13095 0 0 16 2 5 3 20 0 15 0 67047181 11078557696 9631 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2704726 9631 2946 1 0 2667149 0
[pid=25678/tid=25731] ppid=25675 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 3444 13095 0 0 10 1 5 3 20 0 15 0 67047190 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475724834480 140475734601088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047191 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10818904 memory=140149338297984 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047191 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047191 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047191 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10818904 memory=140149338297984 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047193 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 67047193 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475211117856 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047193 11078557696 9631 33554432000 4194304 4196468 140732863432896 140474622928496 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11078557696 9631 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 359 13095 0 0 1 0 5 3 20 0 15 0 67047196 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) S 25675 25678 19905 0 -1 1077944384 253 13095 0 0 0 0 5 3 20 0 15 0 67047196 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475176507376 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10818904 memory=140149338297984 CPUtime=0.11 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 612 13095 0 0 3 0 5 3 20 0 15 0 67047196 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11078557696 9631 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10818904 memory=140149338297984 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047196 11078557696 9631 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38524 KiB

[startup+0.310452 s]*
/proc/loadavg: 1.39 1.61 1.50 3/219 25744
/proc/meminfo: memFree=19171044/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10819352 memory=52472 CPUtime=0.38 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 10230 13095 0 0 27 3 5 3 20 0 15 0 67047181 11079016448 13118 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2704838 13118 3065 1 0 2667149 0
[pid=25678/tid=25731] ppid=25675 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 6756 13095 0 0 18 2 5 3 20 0 15 0 67047190 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475724849568 140475733313280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047193 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 67047193 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475211117856 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047193 11079016448 13118 33554432000 4194304 4196468 140732863432896 140474622928496 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11079016448 13118 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 359 13095 0 0 1 0 5 3 20 0 15 0 67047196 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) S 25675 25678 19905 0 -1 1077944384 256 13095 0 0 1 0 5 3 20 0 15 0 67047196 11079016448 13118 33554432000 4194304 4196468 140732863432896 140475176507376 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10819096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 622 13095 0 0 5 0 5 3 20 0 15 0 67047196 11078754304 13160 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11079016448 13160 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047196 11079016448 13160 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52472 KiB

[startup+0.700837 s]
/proc/loadavg: 1.39 1.61 1.50 3/219 25744
/proc/meminfo: memFree=19160680/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10819352 memory=84856 CPUtime=0.98 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 16344 13095 0 0 86 4 5 3 20 0 15 0 67047181 11079016448 21214 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2704838 21214 3237 1 0 2667149 0
[pid=25678/tid=25731] ppid=25675 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) S 25675 25678 19905 0 -1 1077944384 11737 13095 0 0 55 3 5 3 20 0 15 0 67047190 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475724858384 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10819352 memory=4036 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047191 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 5 13095 0 0 0 0 5 3 20 0 15 0 67047193 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 67047193 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475211117856 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047193 11079016448 21214 33554432000 4194304 4196468 140732863432896 140474622928496 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11079016448 21214 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10819352 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 761 13095 0 0 7 0 5 3 20 0 15 0 67047196 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10819352 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) S 25675 25678 19905 0 -1 1077944384 934 13095 0 0 9 0 5 3 20 0 15 0 67047196 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475176507376 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 672 13095 0 0 13 0 5 3 20 0 15 0 67047196 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11079016448 21214 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047196 11079016448 21214 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84856 KiB

[startup+1.50448 s]
/proc/loadavg: 1.39 1.61 1.50 4/219 25744
/proc/meminfo: memFree=19116520/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10832204 memory=227484 CPUtime=2.67 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 23221 13095 0 0 249 10 5 3 20 0 15 0 67047181 11092176896 56871 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2708051 56871 3448 1 0 2669709 0
[pid=25678/tid=25731] ppid=25675 vsize=10832204 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) S 25675 25678 19905 0 -1 1077944384 16364 13095 0 0 130 7 5 3 20 0 15 0 67047190 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475724853264 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 176 13095 0 0 0 0 5 3 20 0 15 0 67047191 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 53 13095 0 0 0 0 5 3 20 0 15 0 67047191 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 11 13095 0 0 0 0 5 3 20 0 15 0 67047191 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 14 13095 0 0 0 0 5 3 20 0 15 0 67047191 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10832204 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) R 25675 25678 19905 0 -1 4202560 23 13095 0 0 0 0 5 3 20 0 15 0 67047193 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475212170368 140475753058906 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10832204 memory=280298424183040 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 67047193 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475211117856 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047193 11092176896 56871 33554432000 4194304 4196468 140732863432896 140474622928496 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10832204 memory=13056 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11092176896 56871 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10832204 memory=5788 CPUtime=0.49 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 1519 13095 0 0 41 0 5 3 20 0 15 0 67047196 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10832204 memory=4620 CPUtime=0.48 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) S 25675 25678 19905 0 -1 1077944384 1498 13095 0 0 40 0 5 3 20 0 15 0 67047196 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475176507376 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10832204 memory=1424 CPUtime=0.42 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 1334 13095 0 0 34 0 5 3 20 0 15 0 67047196 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10832204 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11092176896 56871 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10832204 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 1 13095 0 0 0 0 5 3 20 0 15 0 67047196 11092176896 56871 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10832204 KiB

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

[startup+5.6996 s]
# the end of solver process 25678 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.5922 s, system=0.282216 s

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

[startup+3.20082 s]
/proc/loadavg: 1.44 1.61 1.50 5/219 25744
/proc/meminfo: memFree=18911388/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10842464 memory=329432 CPUtime=6.76 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 41090 13095 0 0 651 17 5 3 20 0 15 0 67047181 11102683136 82358 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2710616 82358 3498 1 0 2672269 0
[pid=25678/tid=25731] ppid=25675 vsize=10842464 memory=0 CPUtime=3.09 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 26927 13095 0 0 293 8 5 3 20 0 15 0 67047190 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475724859776 140475310938656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10842464 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 188 13095 0 0 2 1 5 3 20 0 15 0 67047191 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10842464 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 83 13095 0 0 2 1 5 3 20 0 15 0 67047191 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10842464 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 61 13095 0 0 2 1 5 3 20 0 15 0 67047191 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10842464 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 37 13095 0 0 2 1 5 3 20 0 15 0 67047191 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10842464 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 101 13095 0 0 1 0 5 3 20 0 15 0 67047193 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 33 13095 0 0 0 0 5 3 20 0 15 0 67047193 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475211117920 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047193 11102683136 82358 33554432000 4194304 4196468 140732863432896 140474622928512 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11102683136 82358 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10842464 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) R 25675 25678 19905 0 -1 4202560 4422 13095 0 0 137 1 5 3 20 0 15 0 67047196 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475177546704 140475746141181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10842464 memory=8528 CPUtime=1.24 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) R 25675 25678 19905 0 -1 4202560 3095 13095 0 0 115 1 5 3 20 0 15 0 67047196 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475176493472 140475737431856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10842464 memory=15872 CPUtime=1 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 3949 13095 0 0 91 1 5 3 20 0 15 0 67047196 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10842464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11102683136 82358 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10842464 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 2 13095 0 0 0 0 5 3 20 0 15 0 67047196 11102683136 82358 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 6.76 s
Current children cumulated vsize: 10842464 KiB
Current children cumulated memory: 329432 KiB

[startup+4.80064 s]
/proc/loadavg: 1.44 1.61 1.50 6/219 25744
/proc/meminfo: memFree=18887708/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10914144 memory=368676 CPUtime=11.44 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 63935 13095 0 0 1113 23 5 3 20 0 15 0 67047181 11176083456 92169 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2728536 92169 3502 1 0 2690189 0
[pid=25678/tid=25731] ppid=25675 vsize=10914144 memory=16097065801353040 CPUtime=4.63 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 41915 13095 0 0 445 10 5 3 20 0 15 0 67047190 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475724870064 140475753059485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10914144 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 232 13095 0 0 4 1 5 3 20 0 15 0 67047191 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10914144 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 249 13095 0 0 5 1 5 3 20 0 15 0 67047191 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10914144 memory=6944665225511868275 CPUtime=0.14 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 109 13095 0 0 5 1 5 3 20 0 15 0 67047191 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10914144 memory=-6586667735541663136 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 62 13095 0 0 4 1 5 3 20 0 15 0 67047191 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10914144 memory=-6804530833007812508 CPUtime=0.12 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 3439 13095 0 0 4 0 5 3 20 0 15 0 67047193 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10914144 memory=6944665225511868275 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 67047193 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475211117920 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10914144 memory=6946866654921323415 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047193 11176083456 92169 33554432000 4194304 4196468 140732863432896 140474622928512 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10914144 memory=6958453264360695866 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 92169 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10914144 memory=-6804530867367538332 CPUtime=2.78 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 5140 13095 0 0 269 1 5 3 20 0 15 0 67047196 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10914144 memory=0 CPUtime=2.64 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) R 25675 25678 19905 0 -1 4202560 5213 13095 0 0 255 1 5 3 20 0 15 0 67047196 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475176497296 140475737959496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10914144 memory=140149212355345 CPUtime=1.27 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 5329 13095 0 0 117 2 5 3 20 0 15 0 67047196 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 92169 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 12 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 92169 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 11.44 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 368676 KiB

[startup+5.20065 s]
/proc/loadavg: 1.44 1.61 1.50 4/219 25744
/proc/meminfo: memFree=18853108/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10914144 memory=365988 CPUtime=12.14 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 64220 13095 0 0 1183 23 5 3 20 0 15 0 67047181 11176083456 91497 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2728536 91497 3503 1 0 2690189 0
[pid=25678/tid=25731] ppid=25675 vsize=10914144 memory=16097065801353040 CPUtime=5.03 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 42018 13095 0 0 485 10 5 3 20 0 15 0 67047190 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475724867312 140475323537966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10914144 memory=6944656575208382560 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 232 13095 0 0 4 1 5 3 20 0 15 0 67047191 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10914144 memory=6944656592387989600 CPUtime=0.14 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 249 13095 0 0 5 1 5 3 20 0 15 0 67047191 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10914144 memory=6944656592455360604 CPUtime=0.14 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 109 13095 0 0 5 1 5 3 20 0 15 0 67047191 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10914144 memory=-4695043397844020537 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 62 13095 0 0 4 1 5 3 20 0 15 0 67047191 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10914144 memory=-6876588628788210059 CPUtime=0.12 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 3439 13095 0 0 4 0 5 3 20 0 15 0 67047193 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 67047193 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475211117920 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047193 11176083456 91497 33554432000 4194304 4196468 140732863432896 140474622928512 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 91497 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10914144 memory=6791534058613427641 CPUtime=2.87 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 5172 13095 0 0 278 1 5 3 20 0 15 0 67047196 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10914144 memory=0 CPUtime=2.78 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) S 25675 25678 19905 0 -1 1077944384 5259 13095 0 0 269 1 5 3 20 0 15 0 67047196 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475176507376 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10914144 memory=6153699838503966055 CPUtime=1.33 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 5433 13095 0 0 123 2 5 3 20 0 15 0 67047196 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10914144 memory=356120 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 91497 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10914144 memory=353564 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 12 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 91497 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 12.14 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 365988 KiB

[startup+5.60064 s]
/proc/loadavg: 1.44 1.61 1.50 4/219 25744
/proc/meminfo: memFree=18853108/32770624 swapFree=67108860/67108860
[pid=25678] ppid=25675 vsize=10914144 memory=366892 CPUtime=12.64 cores=0,2,4,6
/proc/25678/stat : 25678 (java) S 25675 25678 19905 0 -1 1077944320 64448 13095 0 0 1233 23 5 3 20 0 15 0 67047181 11176083456 91723 33554432000 4194304 4196468 140732863432896 140732863415440 140475753037559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
/proc/25678/statm: 2728536 91723 3503 1 0 2690189 0
[pid=25678/tid=25731] ppid=25675 vsize=10914144 memory=0 CPUtime=5.43 cores=0,2,4,6
/proc/25678/task/25731/stat : 25731 (java) R 25675 25678 19905 0 -1 4202560 42063 13095 0 0 525 10 5 3 20 0 15 0 67047190 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475724868032 140475323540888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25732] ppid=25675 vsize=10914144 memory=280298424975008 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25732/stat : 25732 (java) S 25675 25678 19905 0 -1 1077944384 232 13095 0 0 4 1 5 3 20 0 15 0 67047191 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475757279632 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25733] ppid=25675 vsize=10914144 memory=140149212489776 CPUtime=0.14 cores=0,2,4,6
/proc/25678/task/25733/stat : 25733 (java) S 25675 25678 19905 0 -1 1077944384 249 13095 0 0 5 1 5 3 20 0 15 0 67047191 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475645552912 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25734] ppid=25675 vsize=10914144 memory=1296 CPUtime=0.14 cores=0,2,4,6
/proc/25678/task/25734/stat : 25734 (java) S 25675 25678 19905 0 -1 1077944384 109 13095 0 0 5 1 5 3 20 0 15 0 67047191 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475644500624 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25735] ppid=25675 vsize=10914144 memory=2324 CPUtime=0.13 cores=0,2,4,6
/proc/25678/task/25735/stat : 25735 (java) S 25675 25678 19905 0 -1 1077944384 62 13095 0 0 4 1 5 3 20 0 15 0 67047191 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475643447824 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25736] ppid=25675 vsize=10914144 memory=1844 CPUtime=0.12 cores=0,2,4,6
/proc/25678/task/25736/stat : 25736 (java) S 25675 25678 19905 0 -1 1077944384 3439 13095 0 0 4 0 5 3 20 0 15 0 67047193 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475212171888 140475753048706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25737] ppid=25675 vsize=10914144 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25737/stat : 25737 (java) S 25675 25678 19905 0 -1 1077944384 38 13095 0 0 0 0 5 3 20 0 15 0 67047193 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475211117920 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25738] ppid=25675 vsize=10914144 memory=1700 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25738/stat : 25738 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047193 11176083456 91723 33554432000 4194304 4196468 140732863432896 140474622928512 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25739] ppid=25675 vsize=10914144 memory=13056 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25739/stat : 25739 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 91723 33554432000 4194304 4196468 140732863432896 140474315528784 140475753056155 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25740] ppid=25675 vsize=10914144 memory=5788 CPUtime=2.91 cores=0,2,4,6
/proc/25678/task/25740/stat : 25740 (java) S 25675 25678 19905 0 -1 1077944384 5187 13095 0 0 282 1 5 3 20 0 15 0 67047196 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475177560176 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25741] ppid=25675 vsize=10914144 memory=4620 CPUtime=2.81 cores=0,2,4,6
/proc/25678/task/25741/stat : 25741 (java) S 25675 25678 19905 0 -1 1077944384 5274 13095 0 0 272 1 5 3 20 0 15 0 67047196 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475176507376 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25742] ppid=25675 vsize=10914144 memory=1424 CPUtime=1.37 cores=0,2,4,6
/proc/25678/task/25742/stat : 25742 (java) S 25675 25678 19905 0 -1 1077944384 5587 13095 0 0 127 2 5 3 20 0 15 0 67047196 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475175455088 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25743] ppid=25675 vsize=10914144 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25743/stat : 25743 (java) S 25675 25678 19905 0 -1 1077944384 3 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 91723 33554432000 4194304 4196468 140732863432896 140474281970144 140475753047765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
[pid=25678/tid=25744] ppid=25675 vsize=10914144 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/25678/task/25744/stat : 25744 (java) S 25675 25678 19905 0 -1 1077944384 12 13095 0 0 0 0 5 3 20 0 15 0 67047196 11176083456 91723 33554432000 4194304 4196468 140732863432896 140475174402992 140475753048706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140732863437423 140732863440220 140732863440220 140732863442895 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 366892 KiB

Child status: 0
Real time (s): 5.69966
CPU time (s): 12.8744
CPU user time (s): 12.5922
CPU system time (s): 0.282216
CPU usage (%): 225.88
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 369548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5922
system time used= 0.282216
maximum resident set size= 370428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6148
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 25678
#   total CPU time (s): 12.8744
#   total CPU user time (s): 12.5922
#   total CPU system time (s): 0.282216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066186 second user time and 0.086093 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 07:00:40
IDJOB=4294870
IDBENCH=141439
IDSOLVER=2750
FILE ID=node133/4294870-1532494840
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48232 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-05-06_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294870-1532494840/watcher-4294870-1532494840 -o /tmp/evaluation-result-4294870-1532494840/solver-4294870-1532494840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=131353381 HOME/instance-4294870-1532494840.xml

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

MD5SUM BENCH= 81d4059c2b76389bba6ef17dee6cb29a
RANDOM SEED=131353381

node133.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.24
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.24
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.24
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.24
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:        19209376 kB
MemAvailable:   30294616 kB
Buffers:          166996 kB
Cached:         11079504 kB
SwapCached:            0 kB
Active:          4335484 kB
Inactive:        8604644 kB
Active(anon):    1645296 kB
Inactive(anon):    68468 kB
Active(file):    2690188 kB
Inactive(file):  8536176 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27504 kB
Writeback:             0 kB
AnonPages:       1701076 kB
Mapped:            52316 kB
Shmem:             17056 kB
Slab:             315176 kB
SReclaimable:     287336 kB
SUnreclaim:        27840 kB
KernelStack:        3568 kB
PageTables:         8636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2512184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1478656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 07:00:46