Trace number 4304847

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.2SAT 6.45868 3.51291

General information on the benchmark

NameColouredQueens/
ColouredQueens-05_c18.xml
MD5SUM776f6c8909d7db26eed6858afed1e777
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.004525
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints24
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":21}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.93/0.79	c Concrete v3.9.2.1532736233296 running
6.11/3.37	v <instantiation>
6.11/3.37	v       <list>
6.11/3.37	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
6.11/3.37	v       </list>
6.11/3.37	v       <values>
6.11/3.37	v         3 0 2 1 4 2 1 4 3 0 4 3 0 2 1 0 2 1 4 3 1 4 3 0 2
6.11/3.37	v       </values>
6.11/3.37	v     </instantiation>
6.11/3.37	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 (13449 MiB free)
  memory of node 1: 16384 MiB (14511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304847-1534040018/watcher-4304847-1534040018 -o /tmp/evaluation-result-4304847-1534040018/solver-4304847-1534040018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=327476772 HOME/instance-4304847-1534040018.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=23608, runsolver pid=23600

[startup+0.100177 s]*
/proc/loadavg: 1.00 1.16 1.59 6/218 23685
/proc/meminfo: memFree=28605728/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=113256 memory=1608 CPUtime=0.07 cores=0,2,4,6
/proc/23608/stat : 23608 (bash) S 23600 23608 22159 0 -1 4202496 917 10819 1 0 0 0 5 2 20 0 1 0 221565001 115974144 402 33554432000 4194304 5098028 140730123965248 140730123958472 139779484470272 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 13451264 140730123973804 140730123973928 140730123973928 140730123976686 0
/proc/23608/statm: 28314 402 318 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1608 KiB

[startup+0.211328 s]*
/proc/loadavg: 1.00 1.16 1.59 6/220 23739
/proc/meminfo: memFree=28588120/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=10982744 memory=36068 CPUtime=0.22 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 6768 12841 1 0 13 2 5 2 20 0 15 0 221565001 11246329856 9017 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2745686 9017 2962 1 0 2708109 0
[pid=23608/tid=23713] ppid=23600 vsize=10982744 memory=7022364594140610616 CPUtime=0.15 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) R 23600 23608 22159 0 -1 4202560 3265 12841 0 0 7 1 5 2 20 0 15 0 221565013 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654949449224 140654547648300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=10982744 memory=139752706190890 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 2 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=10982744 memory=139752706168448 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 2 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654215924080 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246329856 9017 33554432000 4194304 4196468 140733602289120 140653803594784 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 21 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246329856 9017 33554432000 4194304 4196468 140733602289120 140653736481648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246329856 9017 33554432000 4194304 4196468 140733602289120 140653429086032 140654977644443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) S 23600 23608 22159 0 -1 1077944384 373 12841 0 0 1 0 5 2 20 0 15 0 221565018 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654214871920 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) S 23600 23608 22159 0 -1 1077944384 266 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654213819120 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=10982744 memory=139752706168448 CPUtime=0.09 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 625 12841 0 0 2 0 5 2 20 0 15 0 221565018 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246329856 9017 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23739] ppid=23600 vsize=10982744 memory=139752706168448 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23739/stat : 23739 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565019 11246329856 9017 33554432000 4194304 4196468 140733602289120 140654211713712 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 36068 KiB

[startup+0.310831 s]*
/proc/loadavg: 1.00 1.16 1.59 6/220 23739
/proc/meminfo: memFree=28558716/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=10983192 memory=48072 CPUtime=0.35 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 9940 12841 1 0 25 3 5 2 20 0 15 0 221565001 11246788608 12018 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2745806 12018 3103 1 0 2708117 0
[pid=23608/tid=23713] ppid=23600 vsize=10983192 memory=576461178948550685 CPUtime=0.25 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) R 23600 23608 22159 0 -1 4202560 6382 12841 0 0 16 2 5 2 20 0 15 0 221565013 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654949436416 140654961706334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=10983192 memory=302022878499700759 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=10983192 memory=139752706182764 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=10983192 memory=7882834749540411979 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=10983192 memory=4207609243431883529 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 2 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=10983192 memory=3472468048933848752 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 2 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654215924080 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=10983192 memory=3472328296227680264 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246788608 12018 33554432000 4194304 4196468 140733602289120 140653803594784 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=10983192 memory=-3621219715169225006 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 21 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246788608 12018 33554432000 4194304 4196468 140733602289120 140653736481648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=10983192 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246788608 12018 33554432000 4194304 4196468 140733602289120 140653429086032 140654977644443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) S 23600 23608 22159 0 -1 1077944384 379 12841 0 0 2 0 5 2 20 0 15 0 221565018 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654214871920 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=10983192 memory=7307199747045421918 CPUtime=0.08 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) S 23600 23608 22159 0 -1 1077944384 272 12841 0 0 1 0 5 2 20 0 15 0 221565018 11246788608 12018 33554432000 4194304 4196468 140733602289120 140654213819120 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=10983224 memory=139752706168448 CPUtime=0.12 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 678 12841 0 0 5 0 5 2 20 0 15 0 221565018 11246821376 12018 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=10983224 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246821376 12018 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23739] ppid=23600 vsize=10983192 memory=139752706168448 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23739/stat : 23739 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565019 11246788608 12021 33554432000 4194304 4196468 140733602289120 140654211713712 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 48072 KiB

[startup+0.700724 s]
/proc/loadavg: 1.00 1.16 1.59 4/220 23739
/proc/meminfo: memFree=28536328/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=10983192 memory=82604 CPUtime=0.93 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 16866 12841 1 0 81 5 5 2 20 0 15 0 221565001 11246788608 20651 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2745798 20651 3235 1 0 2708109 0
[pid=23608/tid=23713] ppid=23600 vsize=10983192 memory=317 CPUtime=0.61 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) R 23600 23608 22159 0 -1 4202560 12186 12841 0 0 51 3 5 2 20 0 15 0 221565013 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654949427472 140654954850000 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=10983192 memory=403 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=10983192 memory=7993 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=10983192 memory=1108 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 2 12841 0 0 0 0 5 2 20 0 15 0 221565013 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=10983192 memory=636 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 5 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654215924080 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246788608 20651 33554432000 4194304 4196468 140733602289120 140653803594784 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=10983192 memory=6368746708109644389 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 21 12841 0 0 0 0 5 2 20 0 15 0 221565015 11246788608 20651 33554432000 4194304 4196468 140733602289120 140653736481648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=10983192 memory=4639059895069856102 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246788608 20651 33554432000 4194304 4196468 140733602289120 140653429086032 140654977644443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=10983192 memory=5859271421084259688 CPUtime=0.16 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) R 23600 23608 22159 0 -1 4202560 845 12841 0 0 9 0 5 2 20 0 15 0 221565018 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654214852936 140654956864324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=10983192 memory=-6168368575958768251 CPUtime=0.13 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) S 23600 23608 22159 0 -1 1077944384 701 12841 0 0 6 0 5 2 20 0 15 0 221565018 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654213819120 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=10983192 memory=8370611207638964880 CPUtime=0.2 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 891 12841 0 0 13 0 5 2 20 0 15 0 221565018 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=10983192 memory=-7025452035942946156 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11246788608 20651 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23739] ppid=23600 vsize=10983192 memory=3296 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23739/stat : 23739 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565019 11246788608 20651 33554432000 4194304 4196468 140733602289120 140654211713712 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 82604 KiB

[startup+1.50604 s]
/proc/loadavg: 1.00 1.16 1.59 4/220 23739
/proc/meminfo: memFree=28454196/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=10998092 memory=175440 CPUtime=2.14 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 24326 12841 2 0 197 10 5 2 20 0 15 0 221565001 11262046208 43860 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2749523 43860 3465 1 0 2711181 0
[pid=23608/tid=23713] ppid=23600 vsize=10998092 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) R 23600 23608 22159 0 -1 4202560 17702 12841 1 0 122 6 5 2 20 0 15 0 221565013 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654949455552 140654977647773 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=10998092 memory=301794158560069375 CPUtime=0.08 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 228 12841 0 0 1 0 5 2 20 0 15 0 221565013 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=10998092 memory=7156333518869195110 CPUtime=0.08 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 64 12841 0 0 1 0 5 2 20 0 15 0 221565013 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=10998092 memory=7956005031678667109 CPUtime=0.08 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 21 12841 0 0 1 0 5 2 20 0 15 0 221565013 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=10998092 memory=7156332393554536550 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 31 12841 0 0 0 0 5 2 20 0 15 0 221565013 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=10998092 memory=7444837579010494818 CPUtime=0.08 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 144 12841 0 0 1 0 5 2 20 0 15 0 221565015 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654215924080 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=10998092 memory=7517498714438610068 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 15 0 221565015 11262046208 43860 33554432000 4194304 4196468 140733602289120 140653803594848 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=10998092 memory=11468353623 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 22 12841 0 0 0 0 5 2 20 0 15 0 221565015 11262046208 43860 33554432000 4194304 4196468 140733602289120 140653736481664 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=10998092 memory=279505197596632 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11262046208 43860 33554432000 4194304 4196468 140733602289120 140653429086032 140654977644443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=10998092 memory=279505197856112 CPUtime=0.26 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) S 23600 23608 22159 0 -1 1077944384 1109 12841 0 0 19 0 5 2 20 0 15 0 221565018 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654214871920 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=10998092 memory=6944656592455360604 CPUtime=0.27 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) S 23600 23608 22159 0 -1 1077944384 1235 12841 0 0 20 0 5 2 20 0 15 0 221565018 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654213819120 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=10998092 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) R 23600 23608 22159 0 -1 4202560 1558 12841 0 0 28 0 5 2 20 0 15 0 221565018 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654212764736 140654956429056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11262046208 43860 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23739] ppid=23600 vsize=10998092 memory=13898514172380 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23739/stat : 23739 (java) S 23600 23608 22159 0 -1 1077944384 1 12841 0 0 0 0 5 2 20 0 15 0 221565019 11262046208 43860 33554432000 4194304 4196468 140733602289120 140654211713712 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 175440 KiB

[startup+3.11012 s]
/proc/loadavg: 1.00 1.16 1.59 7/220 23739
/proc/meminfo: memFree=28176204/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=11010400 memory=249232 CPUtime=5.66 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 38960 12841 3 0 542 17 5 2 20 0 15 0 221565001 11274649600 62308 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2752600 62308 3491 1 0 2714253 0
[pid=23608/tid=23713] ppid=23600 vsize=11010400 memory=2241 CPUtime=2.87 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) R 23600 23608 22159 0 -1 4202560 26729 12841 1 0 270 10 5 2 20 0 15 0 221565013 11274649600 62308 33554432000 4194304 4196468 140733602289120 140654949441208 140654957901554 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=11010400 memory=164 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 258 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=11010400 memory=321455419459646758 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 84 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=11010400 memory=279505197877056 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 40 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=11010400 memory=8041037979969885544 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 41 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=11010400 memory=-5628408999910123566 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 1228 12841 0 0 3 0 5 2 20 0 15 0 221565015 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654215924080 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=11010400 memory=-7957962119327172001 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 15 0 221565015 11274649600 62374 33554432000 4194304 4196468 140733602289120 140653803594848 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=11010400 memory=279505197894928 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 26 12841 0 0 0 0 5 2 20 0 15 0 221565015 11274649600 62374 33554432000 4194304 4196468 140733602289120 140653736481664 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=11010400 memory=2080 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11274649600 62374 33554432000 4194304 4196468 140733602289120 140653429086032 140654977644443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=11010400 memory=1036 CPUtime=0.75 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) R 23600 23608 22159 0 -1 4202560 2064 12841 0 0 68 0 5 2 20 0 15 0 221565018 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654214857656 140654956029699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=11010400 memory=1736 CPUtime=1.01 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) R 23600 23608 22159 0 -1 4202560 2737 12841 1 0 93 1 5 2 20 0 15 0 221565018 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654213804352 140654956851144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=11010400 memory=752 CPUtime=1.01 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 3560 12841 0 0 93 1 5 2 20 0 15 0 221565018 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=11010400 memory=836 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11274649600 62374 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23739] ppid=23600 vsize=11010400 memory=1084 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23739/stat : 23739 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565019 11274649600 62374 33554432000 4194304 4196468 140733602289120 140654211713712 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 249232 KiB

[startup+3.51287 s]
# the end of solver process 23608 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.22842 s, system=0.230257 s

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

[startup+3.20087 s]
/proc/loadavg: 1.00 1.16 1.59 7/220 23739
/proc/meminfo: memFree=28176204/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=11010400 memory=264112 CPUtime=5.84 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 42603 12841 3 0 560 17 5 2 20 0 15 0 221565001 11274649600 65962 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2752600 66028 3491 1 0 2714253 0
[pid=23608/tid=23713] ppid=23600 vsize=11010400 memory=7952 CPUtime=2.95 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) R 23600 23608 22159 0 -1 4202560 29750 12841 1 0 278 10 5 2 20 0 15 0 221565013 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654949441304 140654957901568 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=11010400 memory=4088 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 258 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=11010400 memory=6296683642736693604 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 84 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=11010400 memory=7597685182856913236 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 40 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=11010400 memory=180320 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 41 12841 0 0 3 0 5 2 20 0 15 0 221565013 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=11010400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 1228 12841 0 0 3 0 5 2 20 0 15 0 221565015 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654215924080 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=11010400 memory=279505197430944 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 15 0 221565015 11274649600 66028 33554432000 4194304 4196468 140733602289120 140653803594848 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=11010400 memory=139752598685520 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 26 12841 0 0 0 0 5 2 20 0 15 0 221565015 11274649600 66028 33554432000 4194304 4196468 140733602289120 140653736481664 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=11010400 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11274649600 66028 33554432000 4194304 4196468 140733602289120 140653429086032 140654977644443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=11010400 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) S 23600 23608 22159 0 -1 1077944384 2225 12841 0 0 68 0 5 2 20 0 15 0 221565018 11274649600 66028 33554432000 4194304 4196468 140733602289120 140654214871920 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=11010400 memory=3472468048759282048 CPUtime=1.1 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) R 23600 23608 22159 0 -1 4202560 3203 12841 1 0 102 1 5 2 20 0 15 0 221565018 11274649600 66094 33554432000 4194304 4196468 140733602289120 140654213804352 140654961124712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=11010400 memory=279505197334768 CPUtime=1.01 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 3560 12841 0 0 93 1 5 2 20 0 15 0 221565018 11274649600 66094 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=11010400 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565018 11274649600 66094 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23739] ppid=23600 vsize=11010400 memory=7739806921854576720 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23739/stat : 23739 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 15 0 221565019 11274649600 66094 33554432000 4194304 4196468 140733602289120 140654211713712 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 264112 KiB

[startup+3.40068 s]
/proc/loadavg: 1.00 1.16 1.59 7/220 23739
/proc/meminfo: memFree=28176204/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=11205984 memory=287372 CPUtime=6.33 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 53504 12841 3 0 607 19 5 2 20 0 14 0 221565001 11474927616 71843 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2801496 71843 3493 1 0 2763149 0
[pid=23608/tid=23713] ppid=23600 vsize=11205984 memory=1084 CPUtime=3.12 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) S 23600 23608 22159 0 -1 1077944384 37382 12841 1 0 294 11 5 2 20 0 14 0 221565013 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654949469328 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=11205984 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 258 12841 0 0 3 0 5 2 20 0 14 0 221565013 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=11205984 memory=33208 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 84 12841 0 0 3 0 5 2 20 0 14 0 221565013 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=11205984 memory=496 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 40 12841 0 0 3 0 5 2 20 0 14 0 221565013 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=11205984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 41 12841 0 0 3 0 5 2 20 0 14 0 221565013 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=11205984 memory=279505197836736 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 2059 12841 0 0 3 0 5 2 20 0 14 0 221565015 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654215924288 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=11205984 memory=139752599106144 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 14 0 221565015 11474927616 71843 33554432000 4194304 4196468 140733602289120 140653803594848 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=11205984 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 26 12841 0 0 0 0 5 2 20 0 14 0 221565015 11474927616 71843 33554432000 4194304 4196468 140733602289120 140653736481664 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=11205984 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 6 12841 0 0 0 0 5 2 20 0 14 0 221565018 11474927616 71843 33554432000 4194304 4196468 140733602289120 140653429085680 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=11205984 memory=1572 CPUtime=0.8 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) S 23600 23608 22159 0 -1 1077944384 2543 12841 0 0 73 0 5 2 20 0 14 0 221565018 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654214871920 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=11205984 memory=2176 CPUtime=1.3 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) R 23600 23608 22159 0 -1 4202560 4789 12841 1 0 122 1 5 2 20 0 14 0 221565018 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654213800136 140654962733525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=11205984 memory=7086240636229734499 CPUtime=1.08 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 4041 12841 0 0 100 1 5 2 20 0 14 0 221565018 11474927616 71843 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=11205984 memory=7380106142448643438 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 14 0 221565018 11474927616 71843 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 11205984 KiB
Current children cumulated memory: 287372 KiB

[startup+3.50076 s]
/proc/loadavg: 1.00 1.16 1.59 7/220 23739
/proc/meminfo: memFree=28176204/32770624 swapFree=67108804/67108860
[pid=23608] ppid=23600 vsize=11208192 memory=289640 CPUtime=6.42 cores=0,2,4,6
/proc/23608/stat : 23608 (java) S 23600 23608 22159 0 -1 1077944320 54134 12841 3 0 616 19 5 2 20 0 14 0 221565001 11477188608 72410 33554432000 4194304 4196468 140733602289120 140733602271664 140654977625847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
/proc/23608/statm: 2802048 72410 3493 1 0 2763701 0
[pid=23608/tid=23713] ppid=23600 vsize=11208192 memory=2241 CPUtime=3.12 cores=0,2,4,6
/proc/23608/task/23713/stat : 23713 (java) S 23600 23608 22159 0 -1 1077944384 37382 12841 1 0 294 11 5 2 20 0 14 0 221565013 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654949469328 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23718] ppid=23600 vsize=11208192 memory=284804 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23718/stat : 23718 (java) S 23600 23608 22159 0 -1 1077944384 258 12841 0 0 3 0 5 2 20 0 14 0 221565013 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654981868688 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23719] ppid=23600 vsize=11208192 memory=321455419459646758 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23719/stat : 23719 (java) S 23600 23608 22159 0 -1 1077944384 84 12841 0 0 3 0 5 2 20 0 14 0 221565013 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654517087248 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23720] ppid=23600 vsize=11208192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23720/stat : 23720 (java) S 23600 23608 22159 0 -1 1077944384 40 12841 0 0 3 0 5 2 20 0 14 0 221565013 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654516034448 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23721] ppid=23600 vsize=11208192 memory=7594847308848588880 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23721/stat : 23721 (java) S 23600 23608 22159 0 -1 1077944384 41 12841 0 0 3 0 5 2 20 0 14 0 221565013 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654514981648 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23723] ppid=23600 vsize=11208192 memory=2080 CPUtime=0.1 cores=0,2,4,6
/proc/23608/task/23723/stat : 23723 (java) S 23600 23608 22159 0 -1 1077944384 2059 12841 0 0 3 0 5 2 20 0 14 0 221565015 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654215924288 140654977636994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23726] ppid=23600 vsize=11208192 memory=1036 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23726/stat : 23726 (java) S 23600 23608 22159 0 -1 1077944384 13 12841 0 0 0 0 5 2 20 0 14 0 221565015 11477188608 72410 33554432000 4194304 4196468 140733602289120 140653803594848 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23727] ppid=23600 vsize=11208192 memory=1736 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23727/stat : 23727 (java) S 23600 23608 22159 0 -1 1077944384 26 12841 0 0 0 0 5 2 20 0 14 0 221565015 11477188608 72410 33554432000 4194304 4196468 140733602289120 140653736481664 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23733] ppid=23600 vsize=11208192 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23733/stat : 23733 (java) S 23600 23608 22159 0 -1 1077944384 6 12841 0 0 0 0 5 2 20 0 14 0 221565018 11477188608 72410 33554432000 4194304 4196468 140733602289120 140653429085680 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23734] ppid=23600 vsize=11208192 memory=279505197877056 CPUtime=0.8 cores=0,2,4,6
/proc/23608/task/23734/stat : 23734 (java) S 23600 23608 22159 0 -1 1077944384 2543 12841 0 0 73 0 5 2 20 0 14 0 221565018 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654214871920 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23735] ppid=23600 vsize=11208192 memory=8041037979969885544 CPUtime=1.39 cores=0,2,4,6
/proc/23608/task/23735/stat : 23735 (java) S 23600 23608 22159 0 -1 1077944384 5419 12841 1 0 131 1 5 2 20 0 14 0 221565018 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654213803632 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23736] ppid=23600 vsize=11208192 memory=-5628408999910123566 CPUtime=1.08 cores=0,2,4,6
/proc/23608/task/23736/stat : 23736 (java) S 23600 23608 22159 0 -1 1077944384 4041 12841 0 0 100 1 5 2 20 0 14 0 221565018 11477188608 72410 33554432000 4194304 4196468 140733602289120 140654212766320 140654977636994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
[pid=23608/tid=23738] ppid=23600 vsize=11208192 memory=-7957962119327172001 CPUtime=0.07 cores=0,2,4,6
/proc/23608/task/23738/stat : 23738 (java) S 23600 23608 22159 0 -1 1077944384 3 12841 0 0 0 0 5 2 20 0 14 0 221565018 11477188608 72410 33554432000 4194304 4196468 140733602289120 140652998290144 140654977636053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34504704 140733602294381 140733602297180 140733602297180 140733602299855 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 11208192 KiB
Current children cumulated memory: 289640 KiB

Child status: 0
Real time (s): 3.51291
CPU time (s): 6.45868
CPU user time (s): 6.22842
CPU system time (s): 0.230257
CPU usage (%): 183.855
Max. virtual memory (cumulated for all children) (KiB): 11208192
Max. memory (cumulated for all children) (KiB): 289640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.22842
system time used= 0.230257
maximum resident set size= 290228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67012
page faults= 3
swaps= 0
block input operations= 2000
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5312
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 23608
#   total CPU time (s): 6.45868
#   total CPU user time (s): 6.22842
#   total CPU system time (s): 0.230257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0422 second user time and 0.079521 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 04:13:38
IDJOB=4304847
IDBENCH=141025
IDSOLVER=2780
FILE ID=node105/4304847-1534040018
RUNJOBID= node105-1534040018-23574
PBS_JOBID= 21036966
Free space on /tmp= 40732 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304847-1534040018/watcher-4304847-1534040018 -o /tmp/evaluation-result-4304847-1534040018/solver-4304847-1534040018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=327476772 HOME/instance-4304847-1534040018.xml

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

MD5SUM BENCH= 776f6c8909d7db26eed6858afed1e777
RANDOM SEED=327476772

node105.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.32
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.32
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.32
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.32
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:        28634076 kB
MemAvailable:   31911492 kB
Buffers:          100344 kB
Cached:          3434204 kB
SwapCached:           16 kB
Active:          1775880 kB
Inactive:        1809820 kB
Active(anon):       3332 kB
Inactive(anon):   100532 kB
Active(file):    1772548 kB
Inactive(file):  1709288 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             52736 kB
Writeback:             0 kB
AnonPages:         58808 kB
Mapped:            49892 kB
Shmem:             49748 kB
Slab:             250216 kB
SReclaimable:     222832 kB
SUnreclaim:        27384 kB
KernelStack:        3248 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40680 MiB
End job on node105 at 2018-08-12 04:13:42