Trace number 4304834

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.9.2-SuperNGSAT 6.49443 3.55204

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
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.007257
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.46/3.41	v <instantiation>
6.46/3.41	v       <list>
6.46/3.41	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] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
6.46/3.41	v       </list>
6.46/3.41	v       <values>
6.46/3.41	v         3 0 5 2 4 1 6 1 6 3 0 5 2 4 2 4 1 6 3 0 5 0 5 2 4 1 6 3 6 3 0 5 2 4 1 4 1 6 3 0 5 2 5 2 4 1 6 3 0
6.46/3.41	v       </values>
6.46/3.41	v     </instantiation>
6.46/3.41	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 (1001 MiB free)
  memory of node 1: 16384 MiB (2725 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304834-1534037726/watcher-4304834-1534037726 -o /tmp/evaluation-result-4304834-1534037726/solver-4304834-1534037726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534037719-31472 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=444377117 -superng HOME/instance-4304834-1534037726.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100147 s]*
/proc/loadavg: 1.27 1.72 1.86 5/207 31750
/proc/meminfo: memFree=3808996/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=10088124 memory=17868 CPUtime=0.1 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 4621 13275 0 0 2 0 5 3 20 0 7 0 221335753 10330238976 4467 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2522031 4467 2030 1 0 2510469 0
[pid=31693/tid=31746] ppid=31690 vsize=10088124 memory=4279135704047453582 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 2421 13275 0 0 1 0 5 3 20 0 7 0 221335761 10330238976 4467 33554432000 4194304 4196468 140724789091200 140188374448912 140188386686302 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=10088124 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 7 0 221335762 10330238976 4467 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=10088124 memory=140643774948992 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 7 0 221335762 10330238976 4467 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=10088124 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 7 0 221335762 10330238976 4467 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=10088124 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 7 0 221335762 10330238976 4467 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=10088124 memory=140643774948992 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 7 0 221335764 10330238976 4467 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 17868 KiB

[startup+0.210876 s]*
/proc/loadavg: 1.27 1.72 1.86 3/216 31759
/proc/meminfo: memFree=3786472/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=10982744 memory=45420 CPUtime=0.26 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 8100 13275 0 0 16 2 5 3 20 0 15 0 221335753 11246329856 11355 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2745686 11355 2958 1 0 2708109 0
[pid=31693/tid=31746] ppid=31690 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) D 31690 31693 30457 0 -1 1077944384 4656 13275 0 0 10 1 5 3 20 0 15 0 221335761 11246329856 11355 33554432000 4194304 4196468 140724789091200 140188374430624 140188395285037 0 4 0 16800975 18446744072101756452 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=10982744 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246329856 11355 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=10982744 memory=140643774978932 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246329856 11355 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246329856 11355 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246362624 11355 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=10982776 memory=140643774948992 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246362624 11421 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 13 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246362624 11421 33554432000 4194304 4196468 140724789091200 140187262772896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11247345664 11421 33554432000 4194304 4196468 140724789091200 140187061445872 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11247345664 11421 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 426 13275 0 0 0 0 5 3 20 0 15 0 221335767 11247345664 11421 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=10983736 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) S 31690 31693 30457 0 -1 1077944384 186 13275 0 0 1 0 5 3 20 0 15 0 221335767 11247345664 11487 33554432000 4194304 4196468 140724789091200 140187826379120 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=10983736 memory=140643774948992 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) S 31690 31693 30457 0 -1 1077944384 609 13275 0 0 3 0 5 3 20 0 15 0 221335767 11247345664 11487 33554432000 4194304 4196468 140724789091200 140187825326064 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11247345664 11487 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=10983736 memory=140643774948992 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335767 11247345664 11487 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45420 KiB

[startup+0.310332 s]*
/proc/loadavg: 1.27 1.72 1.86 3/216 31759
/proc/meminfo: memFree=3775308/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=10983192 memory=56136 CPUtime=0.38 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 10599 13275 0 0 27 3 5 3 20 0 15 0 221335753 11246788608 14034 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2745798 14034 3077 1 0 2708109 0
[pid=31693/tid=31746] ppid=31690 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 7148 13275 0 0 19 2 5 3 20 0 15 0 221335761 11246788608 14034 33554432000 4194304 4196468 140724789091200 140188374417824 140188386649445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 14034 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 14034 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 14034 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=10983192 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 13 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187262772896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187061445872 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11246788608 14034 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 429 13275 0 0 1 0 5 3 20 0 15 0 221335767 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) S 31690 31693 30457 0 -1 1077944384 186 13275 0 0 1 0 5 3 20 0 15 0 221335767 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187826379120 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=10983192 memory=140643774948992 CPUtime=0.12 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) S 31690 31693 30457 0 -1 1077944384 615 13275 0 0 4 0 5 3 20 0 15 0 221335767 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187825326064 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11246788608 14034 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=10983192 memory=140643774948992 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335767 11246788608 14034 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56136 KiB

[startup+0.700787 s]
/proc/loadavg: 1.27 1.72 1.86 3/216 31759
/proc/meminfo: memFree=3755620/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=10983192 memory=88596 CPUtime=0.98 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 16763 13275 0 0 85 5 5 3 20 0 15 0 221335753 11246788608 22149 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2745798 22149 3238 1 0 2708109 0
[pid=31693/tid=31746] ppid=31690 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 12178 13275 0 0 55 4 5 3 20 0 15 0 221335761 11246788608 22149 33554432000 4194304 4196468 140724789091200 140188374426640 140188382881149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 22149 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=10983192 memory=140643670313744 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 22149 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=10983192 memory=140647294042705 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 22149 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=10983192 memory=1628 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 2 13275 0 0 0 0 5 3 20 0 15 0 221335762 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=10983192 memory=4639098309541127270 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 5 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=10983192 memory=6082220498092649832 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 13 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187262772896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=10983192 memory=34324 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187061445872 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=10983192 memory=4032 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11246788608 22149 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=10983192 memory=18232 CPUtime=0.17 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 1103 13275 0 0 9 0 5 3 20 0 15 0 221335767 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=10983192 memory=640 CPUtime=0.14 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) S 31690 31693 30457 0 -1 1077944384 572 13275 0 0 6 0 5 3 20 0 15 0 221335767 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187826379120 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=10983192 memory=1764 CPUtime=0.21 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) S 31690 31693 30457 0 -1 1077944384 684 13275 0 0 13 0 5 3 20 0 15 0 221335767 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187825326064 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11246788608 22149 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=10983192 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335767 11246788608 22149 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88596 KiB

[startup+1.5008 s]
/proc/loadavg: 1.27 1.72 1.86 4/216 31759
/proc/meminfo: memFree=3645304/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=11000140 memory=180584 CPUtime=2.24 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 24217 13275 0 0 205 11 5 3 20 0 15 0 221335753 11264143360 45146 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2750035 45146 3473 1 0 2711693 0
[pid=31693/tid=31746] ppid=31690 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 17958 13275 0 0 128 7 5 3 20 0 15 0 221335761 11264143360 45146 33554432000 4194304 4196468 140724789091200 140188374436048 140188387521300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 289 13275 0 0 1 0 5 3 20 0 15 0 221335762 11264143360 45146 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 23 13275 0 0 1 0 5 3 20 0 15 0 221335762 11264143360 45146 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=11000140 memory=281287340680448 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 22 13275 0 0 1 0 5 3 20 0 15 0 221335762 11264143360 45146 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=11000140 memory=140643670348592 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 85 13275 0 0 1 0 5 3 20 0 15 0 221335762 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 57 13275 0 0 1 0 5 3 20 0 15 0 221335764 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=11000140 memory=281287340691424 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 14 13275 0 0 0 0 5 3 20 0 15 0 221335764 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187262772960 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=11000140 memory=13275743914299 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187061445888 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=11000140 memory=8514726395715088025 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11264143360 45146 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=11000140 memory=-7377321093059949659 CPUtime=0.26 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 1281 13275 0 0 17 1 5 3 20 0 15 0 221335767 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=11000140 memory=7813575394760287831 CPUtime=0.29 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) S 31690 31693 30457 0 -1 1077944384 1131 13275 0 0 21 0 5 3 20 0 15 0 221335767 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187826379120 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=11000140 memory=7374482140541249131 CPUtime=0.38 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) S 31690 31693 30457 0 -1 1077944384 1154 13275 0 0 30 0 5 3 20 0 15 0 221335767 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187825326064 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=11000140 memory=7156331298438341732 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11264143360 45146 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=11000140 memory=7451311597895575652 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335767 11264143360 45146 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 11000140 KiB
Current children cumulated memory: 180584 KiB

[startup+3.11042 s]
/proc/loadavg: 1.27 1.72 1.86 4/216 31759
/proc/meminfo: memFree=3479612/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=11075936 memory=283716 CPUtime=5.57 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 43004 13275 0 0 531 18 5 3 20 0 15 0 221335753 11341758464 70929 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2768984 70929 3492 1 0 2730637 0
[pid=31693/tid=31746] ppid=31690 vsize=11075936 memory=56 CPUtime=2.99 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 31732 13275 0 0 280 11 5 3 20 0 15 0 221335761 11341758464 70995 33554432000 4194304 4196468 140724789091200 140188374419544 140188382881629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=11075936 memory=-7522837583129502606 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 310 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 70995 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=11075936 memory=-7233780906022726806 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 40 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 70995 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=11075936 memory=8257237230052613020 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 35 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 70995 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=11075936 memory=1399101730491701635 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 100 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 289 13275 0 0 3 0 5 3 20 0 15 0 221335764 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 14 13275 0 0 0 0 5 3 20 0 15 0 221335764 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187262772960 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=11075936 memory=4028 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187061445888 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 70995 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=11075936 memory=288230583149279418 CPUtime=0.62 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 1828 13275 0 0 53 1 5 3 20 0 15 0 221335767 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=11075936 memory=14417003460971207 CPUtime=0.88 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) R 31690 31693 30457 0 -1 4202560 3554 13275 0 0 79 1 5 3 20 0 15 0 221335767 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187826363784 140188387002502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=11075936 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) S 31690 31693 30457 0 -1 1077944384 2925 13275 0 0 98 1 5 3 20 0 15 0 221335767 11341758464 70995 33554432000 4194304 4196468 140724789091200 140187825326064 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 70995 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 71061 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 283716 KiB

[startup+3.552 s]
# the end of solver process 31693 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.26129 s, system=0.233135 s

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

[startup+3.20217 s]
/proc/loadavg: 1.27 1.72 1.86 4/216 31759
/proc/meminfo: memFree=3479612/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=11075936 memory=287228 CPUtime=5.86 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 45180 13275 0 0 560 18 5 3 20 0 15 0 221335753 11341758464 71807 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2768984 71807 3495 1 0 2730637 0
[pid=31693/tid=31746] ppid=31690 vsize=11075936 memory=6791534058613427641 CPUtime=3.08 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 32679 13275 0 0 289 11 5 3 20 0 15 0 221335761 11341758464 71807 33554432000 4194304 4196468 140724789091200 140188374433528 140187950722706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=11075936 memory=60080 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 310 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 71807 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=11075936 memory=1240 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 40 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 71807 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=11075936 memory=6788 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 35 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 71807 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 100 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 289 13275 0 0 3 0 5 3 20 0 15 0 221335764 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 14 13275 0 0 0 0 5 3 20 0 15 0 221335764 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187262772960 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187061445888 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 71807 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=11075936 memory=281287340442264 CPUtime=0.68 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 1955 13275 0 0 59 1 5 3 20 0 15 0 221335767 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=11075936 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) S 31690 31693 30457 0 -1 1077944384 3911 13275 0 0 88 1 5 3 20 0 15 0 221335767 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187826379120 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=11075936 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) R 31690 31693 30457 0 -1 4202560 3675 13275 0 0 103 1 5 3 20 0 15 0 221335767 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187825321792 140188386686302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=11075936 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 71807 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=11075936 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 71807 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 287228 KiB

[startup+3.40063 s]
/proc/loadavg: 1.27 1.72 1.86 4/216 31759
/proc/meminfo: memFree=3479612/32770624 swapFree=67108860/67108860
[pid=31693] ppid=31690 vsize=11075936 memory=288976 CPUtime=6.46 cores=1,3,5,7
/proc/31693/stat : 31693 (java) S 31690 31693 30457 0 -1 1077944320 50584 13275 0 0 619 19 5 3 20 0 15 0 221335753 11341758464 72244 33554432000 4194304 4196468 140724789091200 140724789073744 140188402605815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
/proc/31693/statm: 2768984 72244 3497 1 0 2730637 0
[pid=31693/tid=31746] ppid=31690 vsize=11075936 memory=0 CPUtime=3.28 cores=1,3,5,7
/proc/31693/task/31746/stat : 31746 (java) R 31690 31693 30457 0 -1 4202560 35652 13275 0 0 309 11 5 3 20 0 15 0 221335761 11341758464 72244 33554432000 4194304 4196468 140724789091200 140188374433952 140188402617750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31747] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31747/stat : 31747 (java) S 31690 31693 30457 0 -1 1077944384 310 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 72244 33554432000 4194304 4196468 140724789091200 140188406848016 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31748] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31748/stat : 31748 (java) S 31690 31693 30457 0 -1 1077944384 40 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 72244 33554432000 4194304 4196468 140724789091200 140188272183952 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31749] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31749/stat : 31749 (java) S 31690 31693 30457 0 -1 1077944384 35 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 72244 33554432000 4194304 4196468 140724789091200 140188271130896 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31750] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31750/stat : 31750 (java) S 31690 31693 30457 0 -1 1077944384 100 13275 0 0 3 0 5 3 20 0 15 0 221335762 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187940022672 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31751] ppid=31690 vsize=11075936 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31693/task/31751/stat : 31751 (java) S 31690 31693 30457 0 -1 1077944384 956 13275 0 0 3 0 5 3 20 0 15 0 221335764 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187828484848 140188402616962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31752] ppid=31690 vsize=11075936 memory=281287340698016 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31752/stat : 31752 (java) S 31690 31693 30457 0 -1 1077944384 14 13275 0 0 0 0 5 3 20 0 15 0 221335764 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187262772960 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31753] ppid=31690 vsize=11075936 memory=7233736994252652628 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31753/stat : 31753 (java) S 31690 31693 30457 0 -1 1077944384 1 13275 0 0 0 0 5 3 20 0 15 0 221335764 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187061445888 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31754] ppid=31690 vsize=11075936 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31754/stat : 31754 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 72244 33554432000 4194304 4196468 140724789091200 140186754046416 140188402624411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31755] ppid=31690 vsize=11075936 memory=3474868172430277870 CPUtime=0.84 cores=1,3,5,7
/proc/31693/task/31755/stat : 31755 (java) S 31690 31693 30457 0 -1 1077944384 2420 13275 0 0 75 1 5 3 20 0 15 0 221335767 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187827431664 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31756] ppid=31690 vsize=11075936 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/31693/task/31756/stat : 31756 (java) S 31690 31693 30457 0 -1 1077944384 4301 13275 0 0 102 1 5 3 20 0 15 0 221335767 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187826379120 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31757] ppid=31690 vsize=11075936 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/31693/task/31757/stat : 31757 (java) R 31690 31693 30457 0 -1 4202560 4551 13275 0 0 112 1 5 3 20 0 15 0 221335767 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187825326064 140188386713901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31758] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31758/stat : 31758 (java) S 31690 31693 30457 0 -1 1077944384 3 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 72244 33554432000 4194304 4196468 140724789091200 140186323249504 140188402616021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
[pid=31693/tid=31759] ppid=31690 vsize=11075936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31693/task/31759/stat : 31759 (java) S 31690 31693 30457 0 -1 1077944384 9 13275 0 0 0 0 5 3 20 0 15 0 221335767 11341758464 72244 33554432000 4194304 4196468 140724789091200 140187824274480 140188402616962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12333056 140724789099108 140724789101916 140724789101916 140724789104591 0
Current children cumulated CPU time: 6.46 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 288976 KiB

[startup+3.50076 s]*
/proc/loadavg: 1.27 1.72 1.86 2/203 31760
/proc/meminfo: memFree=3702516/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): 3.55204
CPU time (s): 6.49443
CPU user time (s): 6.26129
CPU system time (s): 0.233135
CPU usage (%): 182.837
Max. virtual memory (cumulated for all children) (KiB): 11075936
Max. memory (cumulated for all children) (KiB): 288976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.26129
system time used= 0.233135
maximum resident set size= 291280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64232
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= 6266
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 31693
#   total CPU time (s): 6.49443
#   total CPU user time (s): 6.26129
#   total CPU system time (s): 0.233135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032815 second user time and 0.086207 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 03:35:26
IDJOB=4304834
IDBENCH=141018
IDSOLVER=2781
FILE ID=node151/4304834-1534037726
RUNJOBID= node151-1534037719-31472
PBS_JOBID= 21036969
Free space on /tmp= 40832 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304834-1534037726/watcher-4304834-1534037726 -o /tmp/evaluation-result-4304834-1534037726/solver-4304834-1534037726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534037719-31472 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=444377117 -superng HOME/instance-4304834-1534037726.xml

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=444377117

node151.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.87
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.87
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.87
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.87
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:         3817740 kB
MemAvailable:   31515196 kB
Buffers:          255580 kB
Cached:         27322612 kB
SwapCached:            0 kB
Active:         11202424 kB
Inactive:       16819892 kB
Active(anon):     393188 kB
Inactive(anon):   103328 kB
Active(file):   10809236 kB
Inactive(file): 16716564 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26808 kB
Writeback:           260 kB
AnonPages:        435960 kB
Mapped:            72608 kB
Shmem:             49832 kB
Slab:             629032 kB
SReclaimable:     600116 kB
SUnreclaim:        28916 kB
KernelStack:        3616 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1727532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 40808 MiB
End job on node151 at 2018-08-12 03:35:29