Trace number 4294879

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 21.135 13.011

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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.267621
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
20.97/12.98	v <instantiation>
20.97/12.98	v       <list>
20.97/12.98	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6]
20.97/12.98	v       </list>
20.97/12.98	v       <values>
20.97/12.98	v         0 12 4 17 3 25 0 2 14 11 0 17 0 1 7 20 0 21 0 11 0 0 17 19 0 21 0 25 19 17 0 11 0 11 0 18 0 5 4 19 0 9
20.97/12.98	v       </values>
20.97/12.98	v     </instantiation>
20.97/12.98	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 (9586 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-4294879-1532494847/watcher-4294879-1532494847 -o /tmp/evaluation-result-4294879-1532494847/solver-4294879-1532494847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1304630826 HOME/instance-4294879-1532494847.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
Current StackSize limit: 8192 KiB

solver pid=25808, runsolver pid=25805

[startup+0.101501 s]*
/proc/loadavg: 1.44 1.61 1.50 2/210 25865
/proc/meminfo: memFree=19197984/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=9972712 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 4231 12942 0 0 1 1 5 2 20 0 6 0 67047860 10212057088 4581 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2493178 4581 1930 1 0 2481616 0
[pid=25808/tid=25861] ppid=25805 vsize=9972712 memory=4279135703980081295 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 2034 12942 0 0 0 0 5 2 20 0 6 0 67047869 10212057088 4581 33554432000 4194304 4196468 140736153558816 140181724877392 140181738723123 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 6 0 67047869 10212057088 4581 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=9972712 memory=139806921086592 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 6 0 67047869 10212057088 4581 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 6 0 67047869 10212057088 4581 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 6 0 67047869 10212057088 4581 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210331 s]*
/proc/loadavg: 1.44 1.61 1.50 3/219 25874
/proc/meminfo: memFree=19178668/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10818904 memory=43372 CPUtime=0.25 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 7058 12942 0 0 16 2 5 2 20 0 15 0 67047860 11078557696 10843 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2704726 10843 2946 1 0 2667149 0
[pid=25808/tid=25861] ppid=25805 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 3622 12942 0 0 10 1 5 2 20 0 15 0 67047869 11078557696 10843 33554432000 4194304 4196468 140736153558816 140181724836672 140181733316352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047869 11078557696 10843 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10818904 memory=139806921086592 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047869 11078557696 10843 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047869 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047869 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10818904 memory=139806921086592 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047871 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 33 12942 0 0 0 0 5 2 20 0 15 0 67047872 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181211395104 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047872 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181088756592 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11078557696 10909 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 360 12942 0 0 1 0 5 2 20 0 15 0 67047875 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 246 12942 0 0 0 0 5 2 20 0 15 0 67047875 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10818904 memory=139806921086592 CPUtime=0.1 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 613 12942 0 0 3 0 5 2 20 0 15 0 67047875 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11078557696 10909 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10818904 memory=139806921086592 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047875 11078557696 10909 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43372 KiB

[startup+0.310626 s]*
/proc/loadavg: 1.44 1.61 1.50 3/219 25874
/proc/meminfo: memFree=19164900/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10819352 memory=56812 CPUtime=0.37 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 10294 12942 0 0 27 3 5 2 20 0 15 0 67047860 11079016448 14203 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2704838 14203 3065 1 0 2667149 0
[pid=25808/tid=25861] ppid=25805 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 6825 12942 0 0 19 2 5 2 20 0 15 0 67047869 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181724852640 140181737121148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047871 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 33 12942 0 0 0 0 5 2 20 0 15 0 67047872 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181211395104 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047872 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181088756592 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11079016448 14245 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 360 12942 0 0 1 0 5 2 20 0 15 0 67047875 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 248 12942 0 0 1 0 5 2 20 0 15 0 67047875 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 623 12942 0 0 5 0 5 2 20 0 15 0 67047875 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11079016448 14245 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047875 11079016448 14245 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56812 KiB

[startup+0.700854 s]
/proc/loadavg: 1.40 1.60 1.50 3/219 25874
/proc/meminfo: memFree=19155092/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10819352 memory=88936 CPUtime=0.98 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 16391 12942 0 0 87 4 5 2 20 0 15 0 67047860 11079016448 22234 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2704838 22234 3238 1 0 2667149 0
[pid=25808/tid=25861] ppid=25805 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 11865 12942 0 0 56 2 5 2 20 0 15 0 67047869 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181724868512 140181753062557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10819352 memory=4036 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047869 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 5 12942 0 0 0 0 5 2 20 0 15 0 67047871 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 33 12942 0 0 0 0 5 2 20 0 15 0 67047872 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181211395104 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047872 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181088756592 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11079016448 22234 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10819352 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 775 12942 0 0 7 0 5 2 20 0 15 0 67047875 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10819352 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 830 12942 0 0 9 0 5 2 20 0 15 0 67047875 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 677 12942 0 0 13 0 5 2 20 0 15 0 67047875 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11079016448 22234 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047875 11079016448 22234 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88936 KiB

[startup+1.5008 s]
/proc/loadavg: 1.40 1.60 1.50 4/219 25874
/proc/meminfo: memFree=19109256/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10830156 memory=238056 CPUtime=2.88 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 22218 12942 0 0 271 10 5 2 20 0 15 0 67047860 11090079744 59514 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2707539 59514 3456 1 0 2669197 0
[pid=25808/tid=25861] ppid=25805 vsize=10830156 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 15231 12942 0 0 132 5 5 2 20 0 15 0 67047869 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181724840592 140181736227440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 24 12942 0 0 0 0 5 2 20 0 15 0 67047869 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 16 12942 0 0 0 0 5 2 20 0 15 0 67047869 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 27 12942 0 0 0 0 5 2 20 0 15 0 67047869 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 308 12942 0 0 0 0 5 2 20 0 15 0 67047869 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10830156 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 31 12942 0 0 0 0 5 2 20 0 15 0 67047871 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10830156 memory=279613645334784 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 34 12942 0 0 0 0 5 2 20 0 15 0 67047872 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181211395104 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047872 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181088756592 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10830156 memory=13056 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11090079744 59514 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10830156 memory=5788 CPUtime=0.56 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 1560 12942 0 0 49 0 5 2 20 0 15 0 67047875 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10830156 memory=4620 CPUtime=0.58 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 1483 12942 0 0 51 0 5 2 20 0 15 0 67047875 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10830156 memory=1424 CPUtime=0.42 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 1302 12942 0 0 35 0 5 2 20 0 15 0 67047875 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10830156 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11090079744 59514 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10830156 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 1 12942 0 0 0 0 5 2 20 0 15 0 67047875 11090079744 59514 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10830156 KiB

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

/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 32797 12942 0 0 285 7 5 2 20 0 15 0 67047869 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181724867576 140181753052566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10842464 memory=279613645758016 CPUtime=0.1 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 50 12942 0 0 2 1 5 2 20 0 15 0 67047869 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10842464 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 40 12942 0 0 2 1 5 2 20 0 15 0 67047869 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10842464 memory=56 CPUtime=0.1 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 55 12942 0 0 2 1 5 2 20 0 15 0 67047869 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10842464 memory=7886128541282152754 CPUtime=0.1 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 331 12942 0 0 2 1 5 2 20 0 15 0 67047869 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10842464 memory=8389687274567316274 CPUtime=0.09 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 339 12942 0 0 2 0 5 2 20 0 15 0 67047871 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10842464 memory=7093353338744861382 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 34 12942 0 0 0 0 5 2 20 0 15 0 67047872 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181211395168 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10842464 memory=279613645587968 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047872 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181088756608 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10842464 memory=7813300499672229721 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11102683136 84450 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10842464 memory=6440235876195914598 CPUtime=1.14 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) R 25805 25808 19905 0 -1 4202560 3033 12942 0 0 106 1 5 2 20 0 15 0 67047875 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181177829280 140181732866920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10842464 memory=6153985703205688937 CPUtime=1.38 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) R 25805 25808 19905 0 -1 4202560 3814 12942 0 0 130 1 5 2 20 0 15 0 67047875 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181176785664 140181737434054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10842464 memory=288230574492221466 CPUtime=0.97 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) R 25805 25808 19905 0 -1 1077944384 5163 12942 0 0 89 1 5 2 20 0 15 0 67047875 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10842464 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11102683136 84450 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10842464 memory=2193 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 5 12942 0 0 0 0 5 2 20 0 15 0 67047875 11102683136 84450 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 6.49 s
Current children cumulated vsize: 10842464 KiB
Current children cumulated memory: 337800 KiB

[startup+6.30085 s]
/proc/loadavg: 1.77 1.68 1.52 4/219 25874
/proc/meminfo: memFree=18758276/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10914144 memory=460460 CPUtime=13.33 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 66140 12942 0 0 1298 28 5 2 20 0 15 0 67047860 11176083456 115115 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2728536 115115 3514 1 0 2690189 0
[pid=25808/tid=25861] ppid=25805 vsize=10914144 memory=1204 CPUtime=5.63 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 40974 12942 0 0 546 10 5 2 20 0 15 0 67047869 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181724861968 140181310831061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10914144 memory=56 CPUtime=0.15 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 113 12942 0 0 6 2 5 2 20 0 15 0 67047869 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10914144 memory=-8312670058677691234 CPUtime=0.16 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 132 12942 0 0 7 2 5 2 20 0 15 0 67047869 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10914144 memory=-6667966544890519924 CPUtime=0.16 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 128 12942 0 0 7 2 5 2 20 0 15 0 67047869 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10914144 memory=241940 CPUtime=0.16 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 386 12942 0 0 7 2 5 2 20 0 15 0 67047869 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10914144 memory=1204 CPUtime=0.12 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 2039 12942 0 0 5 0 5 2 20 0 15 0 67047871 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10914144 memory=8528 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 39 12942 0 0 0 0 5 2 20 0 15 0 67047872 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181211395168 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047872 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181088756608 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10914144 memory=279613645730800 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 115115 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10914144 memory=7 CPUtime=2.68 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 4827 12942 0 0 260 1 5 2 20 0 15 0 67047875 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10914144 memory=7 CPUtime=3.35 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 9730 12942 0 0 326 2 5 2 20 0 15 0 67047875 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10914144 memory=7 CPUtime=1.37 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 5563 12942 0 0 128 2 5 2 20 0 15 0 67047875 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10914144 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 115115 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10914144 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 8 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 115115 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 13.33 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 460460 KiB

[startup+12.7007 s]
/proc/loadavg: 1.71 1.67 1.52 3/219 25874
/proc/meminfo: memFree=18674480/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10914144 memory=545592 CPUtime=20.76 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 77086 12942 0 0 2036 33 5 2 20 0 15 0 67047860 11176083456 136398 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2728536 136398 3517 1 0 2690189 0
[pid=25808/tid=25861] ppid=25805 vsize=10914144 memory=545352 CPUtime=12 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 42901 12942 0 0 1182 11 5 2 20 0 15 0 67047869 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181724865216 140181310241128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10914144 memory=56 CPUtime=0.16 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 132 12942 0 0 7 2 5 2 20 0 15 0 67047869 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10914144 memory=4036 CPUtime=0.18 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 347 12942 0 0 8 3 5 2 20 0 15 0 67047869 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10914144 memory=2372 CPUtime=0.17 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 1084 12942 0 0 8 2 5 2 20 0 15 0 67047869 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10914144 memory=8528 CPUtime=0.17 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 432 12942 0 0 8 2 5 2 20 0 15 0 67047869 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10914144 memory=15872 CPUtime=0.12 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 2326 12942 0 0 5 0 5 2 20 0 15 0 67047871 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 52 12942 0 0 0 0 5 2 20 0 15 0 67047872 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181211395168 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10914144 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 12 12942 0 0 0 0 5 2 20 0 15 0 67047872 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181088756608 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10914144 memory=549004 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 136398 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10914144 memory=1844 CPUtime=3.15 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 8472 12942 0 0 306 2 5 2 20 0 15 0 67047875 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10914144 memory=796 CPUtime=3.74 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 11684 12942 0 0 364 3 5 2 20 0 15 0 67047875 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10914144 memory=549268 CPUtime=1.51 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 6979 12942 0 0 142 2 5 2 20 0 15 0 67047875 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10914144 memory=549200 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 136398 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10914144 memory=525904 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 467 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 136398 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 20.76 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 545592 KiB

[startup+13.011 s]
# the end of solver process 25808 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20.7559 s, system=0.379089 s

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

[startup+12.8009 s]
/proc/loadavg: 1.71 1.67 1.52 3/219 25874
/proc/meminfo: memFree=18674480/32770624 swapFree=67108860/67108860
[pid=25808] ppid=25805 vsize=10914144 memory=545608 CPUtime=20.87 cores=0,2,4,6
/proc/25808/stat : 25808 (java) S 25805 25808 19905 0 -1 1077944320 77148 12942 0 0 2047 33 5 2 20 0 15 0 67047860 11176083456 136402 33554432000 4194304 4196468 140736153558816 140736153541360 140181753040631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
/proc/25808/statm: 2728536 136402 3517 1 0 2690189 0
[pid=25808/tid=25861] ppid=25805 vsize=10914144 memory=2244 CPUtime=12.1 cores=0,2,4,6
/proc/25808/task/25861/stat : 25861 (java) R 25805 25808 19905 0 -1 4202560 42916 12942 0 0 1192 11 5 2 20 0 15 0 67047869 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181724865216 140181310241076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25862] ppid=25805 vsize=10914144 memory=6655300316396806240 CPUtime=0.16 cores=0,2,4,6
/proc/25808/task/25862/stat : 25862 (java) S 25805 25808 19905 0 -1 1077944384 132 12942 0 0 7 2 5 2 20 0 15 0 67047869 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181757283472 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25863] ppid=25805 vsize=10914144 memory=6944656575208382560 CPUtime=0.18 cores=0,2,4,6
/proc/25808/task/25863/stat : 25863 (java) S 25805 25808 19905 0 -1 1077944384 347 12942 0 0 8 3 5 2 20 0 15 0 67047869 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181645556752 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25864] ppid=25805 vsize=10914144 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/25808/task/25864/stat : 25864 (java) S 25805 25808 19905 0 -1 1077944384 1084 12942 0 0 8 2 5 2 20 0 15 0 67047869 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181644503952 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25865] ppid=25805 vsize=10914144 memory=279612303123230 CPUtime=0.17 cores=0,2,4,6
/proc/25808/task/25865/stat : 25865 (java) S 25805 25808 19905 0 -1 1077944384 432 12942 0 0 8 2 5 2 20 0 15 0 67047869 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181643451152 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25866] ppid=25805 vsize=10914144 memory=-9178176117148050014 CPUtime=0.12 cores=0,2,4,6
/proc/25808/task/25866/stat : 25866 (java) S 25805 25808 19905 0 -1 1077944384 2326 12942 0 0 5 0 5 2 20 0 15 0 67047871 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181212449136 140181753051778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25867] ppid=25805 vsize=10914144 memory=545464 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25867/stat : 25867 (java) S 25805 25808 19905 0 -1 1077944384 52 12942 0 0 0 0 5 2 20 0 15 0 67047872 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181211395168 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25868] ppid=25805 vsize=10914144 memory=279613645810352 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25868/stat : 25868 (java) S 25805 25808 19905 0 -1 1077944384 12 12942 0 0 0 0 5 2 20 0 15 0 67047872 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181088756608 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25869] ppid=25805 vsize=10914144 memory=4279947328946254624 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25869/stat : 25869 (java) S 25805 25808 19905 0 -1 1077944384 2 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 136402 33554432000 4194304 4196468 140736153558816 140180484777808 140181753059227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25870] ppid=25805 vsize=10914144 memory=7594872632095892565 CPUtime=3.15 cores=0,2,4,6
/proc/25808/task/25870/stat : 25870 (java) S 25805 25808 19905 0 -1 1077944384 8472 12942 0 0 306 2 5 2 20 0 15 0 67047875 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181177838448 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25871] ppid=25805 vsize=10914144 memory=7379266077045577057 CPUtime=3.74 cores=0,2,4,6
/proc/25808/task/25871/stat : 25871 (java) S 25805 25808 19905 0 -1 1077944384 11684 12942 0 0 364 3 5 2 20 0 15 0 67047875 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181176785648 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25872] ppid=25805 vsize=10914144 memory=7594872632095892565 CPUtime=1.52 cores=0,2,4,6
/proc/25808/task/25872/stat : 25872 (java) S 25805 25808 19905 0 -1 1077944384 7026 12942 0 0 143 2 5 2 20 0 15 0 67047875 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181175732848 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25873] ppid=25805 vsize=10914144 memory=7379266077045577057 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25873/stat : 25873 (java) S 25805 25808 19905 0 -1 1077944384 3 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 136402 33554432000 4194304 4196468 140736153558816 140180015016672 140181753050837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
[pid=25808/tid=25874] ppid=25805 vsize=10914144 memory=6154562964442999140 CPUtime=0.07 cores=0,2,4,6
/proc/25808/task/25874/stat : 25874 (java) S 25805 25808 19905 0 -1 1077944384 467 12942 0 0 0 0 5 2 20 0 15 0 67047875 11176083456 136402 33554432000 4194304 4196468 140736153558816 140181174680240 140181753051778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 22499328 140736153561710 140736153564508 140736153564508 140736153567183 0
Current children cumulated CPU time: 20.87 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 545608 KiB

[startup+13.0008 s]*
/proc/loadavg: 1.71 1.67 1.52 3/206 25875
/proc/meminfo: memFree=19197704/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 13.011
CPU time (s): 21.135
CPU user time (s): 20.7559
CPU system time (s): 0.379089
CPU usage (%): 162.439
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 549268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7559
system time used= 0.379089
maximum resident set size= 549272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94128
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= 7406
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 25808
#   total CPU time (s): 21.135
#   total CPU user time (s): 20.7559
#   total CPU system time (s): 0.379089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104044 second user time and 0.16428 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 07:00:47
IDJOB=4294879
IDBENCH=141440
IDSOLVER=2750
FILE ID=node133/4294879-1532494847
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-06-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294879-1532494847/watcher-4294879-1532494847 -o /tmp/evaluation-result-4294879-1532494847/solver-4294879-1532494847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1304630826 HOME/instance-4294879-1532494847.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1304630826

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:        19207132 kB
MemAvailable:   30294016 kB
Buffers:          167060 kB
Cached:         11080368 kB
SwapCached:            0 kB
Active:          4337084 kB
Inactive:        8604996 kB
Active(anon):    1645664 kB
Inactive(anon):    68468 kB
Active(file):    2691420 kB
Inactive(file):  8536528 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28276 kB
Writeback:             0 kB
AnonPages:       1711352 kB
Mapped:            52332 kB
Shmem:             17056 kB
Slab:             315344 kB
SReclaimable:     287396 kB
SUnreclaim:        27948 kB
KernelStack:        3856 kB
PageTables:         8644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2512416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 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= 48204 MiB
End job on node133 at 2018-07-25 07:01:00