Trace number 4304833

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.94501 3.4354

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.73	c Concrete v3.9.2.1532736233296 running
6.69/3.35	v <instantiation>
6.69/3.35	v       <list>
6.69/3.35	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.69/3.35	v       </list>
6.69/3.35	v       <values>
6.69/3.35	v         3 5 6 1 4 0 2 1 4 0 2 3 5 6 2 3 5 6 1 4 0 6 1 4 0 2 3 5 0 2 3 5 6 1 4 5 6 1 4 0 2 3 4 0 2 3 5 6 1
6.69/3.35	v       </values>
6.69/3.35	v     </instantiation>
6.69/3.35	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 (2742 MiB free)
  memory of node 1: 16384 MiB (1818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304833-1534037566/watcher-4304833-1534037566 -o /tmp/evaluation-result-4304833-1534037566/solver-4304833-1534037566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11010 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=436843423 HOME/instance-4304833-1534037566.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
Current StackSize limit: 8192 KiB

solver pid=11234, runsolver pid=11231

[startup+0.100137 s]*
/proc/loadavg: 2.23 2.13 2.09 3/214 11291
/proc/meminfo: memFree=4659820/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=10005480 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 4273 13139 0 0 1 0 5 2 20 0 6 0 221319799 10245611520 4648 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2501370 4648 1934 1 0 2489808 0
[pid=11234/tid=11287] ppid=11231 vsize=10005480 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 2096 13139 0 0 1 0 5 2 20 0 6 0 221319808 10245611520 4648 33554432000 4194304 4196468 140727717897280 139644139242064 139644152717305 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 6 0 221319809 10245611520 4648 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=10005480 memory=139929125504640 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 6 0 221319809 10245611520 4648 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 6 0 221319809 10245611520 4648 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 6 0 221319809 10245611520 4648 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210338 s]*
/proc/loadavg: 2.23 2.13 2.09 3/223 11300
/proc/meminfo: memFree=4639120/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=10985364 memory=48404 CPUtime=0.26 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 8308 13139 0 0 17 2 5 2 20 0 15 0 221319799 11249012736 12101 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2746341 12101 2958 1 0 2708764 0
[pid=11234/tid=11287] ppid=11231 vsize=10983736 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 5017 13139 0 0 11 1 5 2 20 0 15 0 221319808 11247345664 11880 33554432000 4194304 4196468 140727717897280 139644139230112 139644160122407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=10983736 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11247345664 11641 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=10983736 memory=139929125504640 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11247345664 11641 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246329856 11633 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246329856 11633 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=10982744 memory=139929125504640 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246329856 11633 33554432000 4194304 4196468 140727717897280 139643592845424 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246329856 11633 33554432000 4194304 4196468 140727717897280 139642956407584 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246329856 11633 33554432000 4194304 4196468 140727717897280 139642808558704 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246362624 11633 33554432000 4194304 4196468 140727717897280 139642501158992 139644167423899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) S 11231 11234 9992 0 -1 1077944384 422 13139 0 0 1 0 5 2 20 0 15 0 221319814 11246362624 11633 33554432000 4194304 4196468 140727717897280 139643591793264 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) S 11231 11234 9992 0 -1 1077944384 187 13139 0 0 1 0 5 2 20 0 15 0 221319814 11246362624 11633 33554432000 4194304 4196468 140727717897280 139643590740464 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=10982776 memory=139929125504640 CPUtime=0.1 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) S 11231 11234 9992 0 -1 1077944384 610 13139 0 0 3 0 5 2 20 0 15 0 221319814 11246362624 11633 33554432000 4194304 4196468 140727717897280 139643589688176 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246362624 11698 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11300] ppid=11231 vsize=10982776 memory=139929125504640 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11300/stat : 11300 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246362624 11698 33554432000 4194304 4196468 140727717897280 139643588635056 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48404 KiB

[startup+0.310746 s]*
/proc/loadavg: 2.23 2.13 2.09 3/223 11300
/proc/meminfo: memFree=4626344/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=10983192 memory=56992 CPUtime=0.38 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 10313 13139 0 0 29 2 5 2 20 0 15 0 221319799 11246788608 14248 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2745798 14248 3077 1 0 2708109 0
[pid=11234/tid=11287] ppid=11231 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 6875 13139 0 0 20 1 5 2 20 0 15 0 221319808 11246788608 14248 33554432000 4194304 4196468 140727717897280 139644139217312 139644159646693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=10983192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 14248 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=10983192 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 14248 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=10983192 memory=92612 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 14248 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 14248 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246788608 14248 33554432000 4194304 4196468 140727717897280 139643592845424 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246788608 14248 33554432000 4194304 4196468 140727717897280 139642956407584 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246788608 14248 33554432000 4194304 4196468 140727717897280 139642808558704 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246788608 14248 33554432000 4194304 4196468 140727717897280 139642501158992 139644167423899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) S 11231 11234 9992 0 -1 1077944384 424 13139 0 0 1 0 5 2 20 0 15 0 221319814 11246788608 14248 33554432000 4194304 4196468 140727717897280 139643591793264 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) S 11231 11234 9992 0 -1 1077944384 187 13139 0 0 1 0 5 2 20 0 15 0 221319814 11246788608 14248 33554432000 4194304 4196468 140727717897280 139643590740464 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) R 11231 11234 9992 0 -1 4202560 618 13139 0 0 5 0 5 2 20 0 15 0 221319814 11246788608 14248 33554432000 4194304 4196468 140727717897280 139643589688176 139644159642430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246788608 14248 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11300] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11300/stat : 11300 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246788608 14248 33554432000 4194304 4196468 140727717897280 139643588635056 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56992 KiB

[startup+0.70081 s]
/proc/loadavg: 2.23 2.13 2.09 3/223 11300
/proc/meminfo: memFree=4616800/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=10983192 memory=89516 CPUtime=0.98 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 16396 13139 0 0 87 4 5 2 20 0 15 0 221319799 11246788608 22379 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2745798 22379 3241 1 0 2708109 0
[pid=11234/tid=11287] ppid=11231 vsize=10983192 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 11899 13139 0 0 56 3 5 2 20 0 15 0 221319808 11246788608 22379 33554432000 4194304 4196468 140727717897280 139644139226128 139644152570975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 22379 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 22379 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 22379 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319809 11246788608 22379 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=10983192 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 5 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246788608 22379 33554432000 4194304 4196468 140727717897280 139643592845424 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=10983192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246788608 22379 33554432000 4194304 4196468 140727717897280 139642956407584 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319811 11246788608 22379 33554432000 4194304 4196468 140727717897280 139642808558704 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=10983192 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246788608 22379 33554432000 4194304 4196468 140727717897280 139642501158992 139644167423899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) S 11231 11234 9992 0 -1 1077944384 1056 13139 0 0 10 0 5 2 20 0 15 0 221319814 11246788608 22379 33554432000 4194304 4196468 140727717897280 139643591793264 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) S 11231 11234 9992 0 -1 1077944384 552 13139 0 0 6 0 5 2 20 0 15 0 221319814 11246788608 22379 33554432000 4194304 4196468 140727717897280 139643590740464 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=10983192 memory=11076 CPUtime=0.2 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) S 11231 11234 9992 0 -1 1077944384 670 13139 0 0 13 0 5 2 20 0 15 0 221319814 11246788608 22379 33554432000 4194304 4196468 140727717897280 139643589688176 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=10983192 memory=139929027902832 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246788608 22379 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11300] ppid=11231 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11300/stat : 11300 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319814 11246788608 22379 33554432000 4194304 4196468 140727717897280 139643588635056 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89516 KiB

[startup+1.50076 s]
/proc/loadavg: 2.23 2.13 2.09 5/223 11300
/proc/meminfo: memFree=4569848/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=11000140 memory=180308 CPUtime=2.25 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 23610 13139 0 0 209 9 5 2 20 0 15 0 221319799 11264143360 45077 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2750035 45077 3466 1 0 2711693 0
[pid=11234/tid=11287] ppid=11231 vsize=11000140 memory=9 CPUtime=1.43 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 17507 13139 0 0 131 5 5 2 20 0 15 0 221319808 11264143360 45077 33554432000 4194304 4196468 140727717897280 139644139234848 139644151448933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=11000140 memory=19 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 31 13139 0 0 0 0 5 2 20 0 15 0 221319809 11264143360 45077 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 253 13139 0 0 1 0 5 2 20 0 15 0 221319809 11264143360 45077 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 54 13139 0 0 0 0 5 2 20 0 15 0 221319809 11264143360 45077 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=11000140 memory=103160 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 31 13139 0 0 0 0 5 2 20 0 15 0 221319809 11264143360 45077 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 51 13139 0 0 1 0 5 2 20 0 15 0 221319811 11264143360 45077 33554432000 4194304 4196468 140727717897280 139643592845424 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=11000140 memory=6296712161285461091 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 221319811 11264143360 45077 33554432000 4194304 4196468 140727717897280 139642956407648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=11000140 memory=8171057415285401185 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319811 11264143360 45077 33554432000 4194304 4196468 140727717897280 139642808558720 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=11000140 memory=7233432356624625262 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11264143360 45077 33554432000 4194304 4196468 140727717897280 139642501158992 139644167423899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=11000140 memory=5787219359317645668 CPUtime=0.26 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) S 11231 11234 9992 0 -1 1077944384 1207 13139 0 0 19 0 5 2 20 0 15 0 221319814 11264143360 45077 33554432000 4194304 4196468 140727717897280 139643591793264 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=11000140 memory=7811894190059049326 CPUtime=0.29 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) S 11231 11234 9992 0 -1 1077944384 1112 13139 0 0 22 0 5 2 20 0 15 0 221319814 11264143360 45077 33554432000 4194304 4196468 140727717897280 139643590740464 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=11000140 memory=7523376918531162212 CPUtime=0.37 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) S 11231 11234 9992 0 -1 1077944384 1155 13139 0 0 30 0 5 2 20 0 15 0 221319814 11264143360 45077 33554432000 4194304 4196468 140727717897280 139643589688176 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=11000140 memory=7011348500760777560 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11264143360 45077 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11300] ppid=11231 vsize=11000140 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11300/stat : 11300 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319814 11264143360 45077 33554432000 4194304 4196468 140727717897280 139643588635056 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB
Current children cumulated memory: 180308 KiB

[startup+3.11094 s]
/proc/loadavg: 2.23 2.13 2.09 5/223 11300
/proc/meminfo: memFree=4397600/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=11075936 memory=279076 CPUtime=6.1 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 41248 13139 0 0 587 16 5 2 20 0 15 0 221319799 11341758464 69769 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2768984 69769 3493 1 0 2730637 0
[pid=11234/tid=11287] ppid=11231 vsize=11075936 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 29378 13139 0 0 284 8 5 2 20 0 15 0 221319808 11341758464 69769 33554432000 4194304 4196468 140727717897280 139644139220760 139644147681131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=11075936 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 45 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 69769 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=11075936 memory=19 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 264 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 69769 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 63 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 69769 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 37 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 69769 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=11075936 memory=451 CPUtime=0.1 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 243 13139 0 0 3 0 5 2 20 0 15 0 221319811 11341758464 69769 33554432000 4194304 4196468 140727717897280 139643592845424 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=11075936 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 221319811 11341758464 69769 33554432000 4194304 4196468 140727717897280 139642956407648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319811 11341758464 69835 33554432000 4194304 4196468 140727717897280 139642808558720 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11341758464 69835 33554432000 4194304 4196468 140727717897280 139642501158992 139644167423899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=11075936 memory=11201429533541 CPUtime=0.93 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) R 11231 11234 9992 0 -1 4202560 3513 13139 0 0 85 1 5 2 20 0 15 0 221319814 11341758464 69835 33554432000 4194304 4196468 140727717897280 139643591774136 139644150816197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=11075936 memory=6872598998417432672 CPUtime=1.09 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) S 11231 11234 9992 0 -1 1077944384 2587 13139 0 0 102 0 5 2 20 0 15 0 221319814 11341758464 69835 33554432000 4194304 4196468 140727717897280 139643590740464 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=11075936 memory=6943526294502006880 CPUtime=1.08 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) S 11231 11234 9992 0 -1 1077944384 2932 13139 0 0 99 2 5 2 20 0 15 0 221319814 11341758464 69835 33554432000 4194304 4196468 140727717897280 139643589688176 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=11075936 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11341758464 69835 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11300] ppid=11231 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11300/stat : 11300 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319814 11341758464 69835 33554432000 4194304 4196468 140727717897280 139643588635056 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 279076 KiB

[startup+3.43535 s]
# the end of solver process 11234 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.7261 s, system=0.218908 s

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

[startup+3.20092 s]
/proc/loadavg: 2.23 2.13 2.09 5/223 11300
/proc/meminfo: memFree=4397600/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=11075936 memory=294392 CPUtime=6.34 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 48722 13139 0 0 610 17 5 2 20 0 15 0 221319799 11341758464 73598 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2768984 73598 3494 1 0 2730637 0
[pid=11234/tid=11287] ppid=11231 vsize=11075936 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) R 11231 11234 9992 0 -1 4202560 34685 13139 0 0 293 8 5 2 20 0 15 0 221319808 11341758464 73598 33554432000 4194304 4196468 140727717897280 139644139235232 139644148968855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 45 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 73606 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 264 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 73606 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 63 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 73606 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=11075936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 37 13139 0 0 2 0 5 2 20 0 15 0 221319809 11341758464 73606 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=11075936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 373 13139 0 0 3 0 5 2 20 0 15 0 221319811 11341758464 73606 33554432000 4194304 4196468 140727717897280 139643592845424 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=11075936 memory=12 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 15 0 221319811 11341758464 73606 33554432000 4194304 4196468 140727717897280 139642956407648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=11075936 memory=8 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 15 0 221319811 11341758464 73606 33554432000 4194304 4196468 140727717897280 139642808558720 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=11075936 memory=16 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11341758464 73606 33554432000 4194304 4196468 140727717897280 139642501158992 139644167423899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=11075936 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) R 11231 11234 9992 0 -1 4202560 4823 13139 0 0 94 1 5 2 20 0 15 0 221319814 11341758464 73606 33554432000 4194304 4196468 140727717897280 139643591779448 139644151804990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=11075936 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) R 11231 11234 9992 0 -1 1077944384 2706 13139 0 0 103 0 5 2 20 0 15 0 221319814 11341758464 73606 33554432000 4194304 4196468 140727717897280 139643590740464 139644167416450 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=11075936 memory=3768 CPUtime=1.12 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) R 11231 11234 9992 0 -1 4202560 3533 13139 0 0 103 2 5 2 20 0 15 0 221319814 11341758464 73606 33554432000 4194304 4196468 140727717897280 139643589688272 139644160502139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=11075936 memory=60396 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 15 0 221319814 11341758464 73606 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11300] ppid=11231 vsize=11075936 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11300/stat : 11300 (java) S 11231 11234 9992 0 -1 1077944384 1 13139 0 0 0 0 5 2 20 0 15 0 221319814 11341758464 73606 33554432000 4194304 4196468 140727717897280 139643588635056 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 294392 KiB

[startup+3.40065 s]
/proc/loadavg: 2.23 2.13 2.09 5/223 11300
/proc/meminfo: memFree=4397600/32770624 swapFree=67108856/67108860
[pid=11234] ppid=11231 vsize=11143744 memory=299696 CPUtime=6.89 cores=1,3,5,7
/proc/11234/stat : 11234 (java) S 11231 11234 9992 0 -1 1077944320 53668 13139 0 0 665 17 5 2 20 0 14 0 221319799 11411193856 74924 33554432000 4194304 4196468 140727717897280 140727717879824 139644167405303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
/proc/11234/statm: 2785936 74924 3497 1 0 2747589 0
[pid=11234/tid=11287] ppid=11231 vsize=11143744 memory=4414546666558723174 CPUtime=3.22 cores=1,3,5,7
/proc/11234/task/11287/stat : 11287 (java) S 11231 11234 9992 0 -1 1077944384 36943 13139 0 0 307 8 5 2 20 0 14 0 221319808 11411193856 74924 33554432000 4194304 4196468 140727717897280 139644139248784 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11288] ppid=11231 vsize=11143744 memory=7900356879514166590 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11288/stat : 11288 (java) S 11231 11234 9992 0 -1 1077944384 45 13139 0 0 2 0 5 2 20 0 14 0 221319809 11411193856 74924 33554432000 4194304 4196468 140727717897280 139644171647888 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11289] ppid=11231 vsize=11143744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11289/stat : 11289 (java) S 11231 11234 9992 0 -1 1077944384 264 13139 0 0 2 0 5 2 20 0 14 0 221319809 11411193856 74924 33554432000 4194304 4196468 140727717897280 139644026366736 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11290] ppid=11231 vsize=11143744 memory=139929125521505 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11290/stat : 11290 (java) S 11231 11234 9992 0 -1 1077944384 63 13139 0 0 2 0 5 2 20 0 14 0 221319809 11411193856 74924 33554432000 4194304 4196468 140727717897280 139644025314448 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11291] ppid=11231 vsize=11143744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11234/task/11291/stat : 11291 (java) S 11231 11234 9992 0 -1 1077944384 37 13139 0 0 2 0 5 2 20 0 14 0 221319809 11411193856 74924 33554432000 4194304 4196468 140727717897280 139644024261648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11292] ppid=11231 vsize=11143744 memory=10 CPUtime=0.1 cores=1,3,5,7
/proc/11234/task/11292/stat : 11292 (java) S 11231 11234 9992 0 -1 1077944384 995 13139 0 0 3 0 5 2 20 0 14 0 221319811 11411193856 74924 33554432000 4194304 4196468 140727717897280 139643592845632 139644167416450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11293] ppid=11231 vsize=11143744 memory=5795117241467496816 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11293/stat : 11293 (java) S 11231 11234 9992 0 -1 1077944384 13 13139 0 0 0 0 5 2 20 0 14 0 221319811 11411193856 74924 33554432000 4194304 4196468 140727717897280 139642956407648 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11294] ppid=11231 vsize=11143744 memory=5859853075905800022 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11294/stat : 11294 (java) S 11231 11234 9992 0 -1 1077944384 2 13139 0 0 0 0 5 2 20 0 14 0 221319811 11411193856 74924 33554432000 4194304 4196468 140727717897280 139642808558720 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11295] ppid=11231 vsize=11143744 memory=4854976482484704304 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11295/stat : 11295 (java) S 11231 11234 9992 0 -1 1077944384 26 13139 0 0 0 0 5 2 20 0 14 0 221319814 11411193856 74924 33554432000 4194304 4196468 140727717897280 139642501158704 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11296] ppid=11231 vsize=11143744 memory=7444843076533644388 CPUtime=1.21 cores=1,3,5,7
/proc/11234/task/11296/stat : 11296 (java) R 11231 11234 9992 0 -1 4202560 5946 13139 0 0 113 1 5 2 20 0 14 0 221319814 11411193856 74924 33554432000 4194304 4196468 140727717897280 139643591779448 139644150962678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11297] ppid=11231 vsize=11143744 memory=7234567026132867172 CPUtime=1.25 cores=1,3,5,7
/proc/11234/task/11297/stat : 11297 (java) S 11231 11234 9992 0 -1 1077944384 3038 13139 0 0 117 1 5 2 20 0 14 0 221319814 11411193856 74924 33554432000 4194304 4196468 140727717897280 139643590724976 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11298] ppid=11231 vsize=11143744 memory=6876 CPUtime=1.19 cores=1,3,5,7
/proc/11234/task/11298/stat : 11298 (java) S 11231 11234 9992 0 -1 1077944384 4053 13139 0 0 110 2 5 2 20 0 14 0 221319814 11411193856 74924 33554432000 4194304 4196468 140727717897280 139643589688176 139644167416450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
[pid=11234/tid=11299] ppid=11231 vsize=11143744 memory=7014751519583262289 CPUtime=0.07 cores=1,3,5,7
/proc/11234/task/11299/stat : 11299 (java) S 11231 11234 9992 0 -1 1077944384 3 13139 0 0 0 0 5 2 20 0 14 0 221319814 11411193856 74924 33554432000 4194304 4196468 140727717897280 139642070363104 139644167415509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38809600 140727717902957 140727717905756 140727717905756 140727717908431 0
Current children cumulated CPU time: 6.89 s
Current children cumulated vsize: 11143744 KiB
Current children cumulated memory: 299696 KiB

Child status: 0
Real time (s): 3.4354
CPU time (s): 6.94501
CPU user time (s): 6.7261
CPU system time (s): 0.218908
CPU usage (%): 202.16
Max. virtual memory (cumulated for all children) (KiB): 11143744
Max. memory (cumulated for all children) (KiB): 299696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.7261
system time used= 0.218908
maximum resident set size= 300316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66844
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5319
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 11234
#   total CPU time (s): 6.94501
#   total CPU user time (s): 6.7261
#   total CPU system time (s): 0.218908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043653 second user time and 0.079498 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 03:32:46
IDJOB=4304833
IDBENCH=141018
IDSOLVER=2780
FILE ID=node133/4304833-1534037566
RUNJOBID= node133-1534037558-11010
PBS_JOBID= 21036967
Free space on /tmp= 38776 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304833-1534037566/watcher-4304833-1534037566 -o /tmp/evaluation-result-4304833-1534037566/solver-4304833-1534037566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11010 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=436843423 HOME/instance-4304833-1534037566.xml

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=436843423

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4671292 kB
MemAvailable:   31552140 kB
Buffers:          207896 kB
Cached:         26581352 kB
SwapCached:            0 kB
Active:         11076580 kB
Inactive:       16118956 kB
Active(anon):     357344 kB
Inactive(anon):   101720 kB
Active(file):   10719236 kB
Inactive(file): 16017236 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             27024 kB
Writeback:             0 kB
AnonPages:        401000 kB
Mapped:            68460 kB
Shmem:             49852 kB
Slab:             600568 kB
SReclaimable:     572836 kB
SUnreclaim:        27732 kB
KernelStack:        3664 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1672516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38752 MiB
End job on node133 at 2018-08-12 03:32:50