Trace number 4305185

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 21.1447 14.2778

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
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.108401
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
20.96/14.26	v <instantiation>
20.96/14.26	v       <list>
20.96/14.26	v         x[0][0] x[0][1] x[0][2] x[0][3] 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[2][5] 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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3]
20.96/14.26	v       </list>
20.96/14.26	v       <values>
20.96/14.26	v         18 39 35 19 36 5 21 16 33 37 13 12 9 15 25 20 22 11 4 6 14 34 32 3 10 7 28 31 29 23 24 27 8 30 26 17 38
20.96/14.26	v       </values>
20.96/14.26	v     </instantiation>
20.96/14.26	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 (13313 MiB free)
  memory of node 1: 16384 MiB (13815 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305185-1534137882/watcher-4305185-1534137882 -o /tmp/evaluation-result-4305185-1534137882/solver-4305185-1534137882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1727748491 HOME/instance-4305185-1534137882.xml 

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

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


[startup+0.100069 s]*
/proc/loadavg: 1.08 1.03 1.08 5/207 9492
/proc/meminfo: memFree=27731916/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=10005480 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 4286 12984 0 0 1 0 5 2 20 0 6 0 231351413 10245611520 4137 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2501370 4137 1932 1 0 2489808 0
[pid=9436/tid=9489] ppid=9433 vsize=10005480 memory=-8745273339715829695 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 2133 12984 0 0 0 0 5 2 20 0 6 0 231351422 10245611520 4203 33554432000 4194304 4196468 140729281633136 139976987673168 139977001518933 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 6 0 231351423 10245611520 4203 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=10005480 memory=139736170563200 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 6 0 231351423 10245611520 4203 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 2 12984 0 0 0 0 5 2 20 0 6 0 231351423 10245611520 4203 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 6 0 231351423 10245611520 4203 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210472 s]*
/proc/loadavg: 1.08 1.03 1.08 5/217 9502
/proc/meminfo: memFree=27688776/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=10982744 memory=45012 CPUtime=0.25 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 7434 12984 0 0 17 1 5 2 20 0 15 0 231351413 11246329856 11253 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2745686 11253 2959 1 0 2708109 0
[pid=9436/tid=9489] ppid=9433 vsize=10982744 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 4183 12984 0 0 10 1 5 2 20 0 15 0 231351422 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976987659936 139977008553559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246329856 11451 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=10982744 memory=139736170563200 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 2 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=10982744 memory=139736170563200 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 2 12984 0 0 0 0 5 2 20 0 15 0 231351424 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 13 12984 0 0 0 0 5 2 20 0 15 0 231351425 11246329856 11451 33554432000 4194304 4196468 140729281633136 139975869851168 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351425 11246329856 11451 33554432000 4194304 4196468 140729281633136 139975668524400 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246329856 11451 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 417 12984 0 0 1 0 5 2 20 0 15 0 231351428 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 187 12984 0 0 1 0 5 2 20 0 15 0 231351428 11246329856 11451 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=10982744 memory=139736170563200 CPUtime=0.1 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 614 12984 0 0 3 0 5 2 20 0 15 0 231351428 11246329856 11517 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246329856 11517 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=10982744 memory=139736170563200 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246329856 11517 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45012 KiB

[startup+0.310453 s]*
/proc/loadavg: 1.08 1.03 1.08 5/217 9502
/proc/meminfo: memFree=27675212/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=10983192 memory=57924 CPUtime=0.38 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 10512 12984 0 0 28 3 5 2 20 0 15 0 231351413 11246788608 14481 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2745798 14481 3078 1 0 2708109 0
[pid=9436/tid=9489] ppid=9433 vsize=10983192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 7093 12984 0 0 19 2 5 2 20 0 15 0 231351422 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976987648416 139976999916894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=10983192 memory=7373344025695375440 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 14481 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 2 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 2 12984 0 0 0 0 5 2 20 0 15 0 231351424 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 13 12984 0 0 0 0 5 2 20 0 15 0 231351425 11246788608 14481 33554432000 4194304 4196468 140729281633136 139975869851168 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351425 11246788608 14481 33554432000 4194304 4196468 140729281633136 139975668524400 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246788608 14481 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 420 12984 0 0 1 0 5 2 20 0 15 0 231351428 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 190 12984 0 0 1 0 5 2 20 0 15 0 231351428 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 620 12984 0 0 5 0 5 2 20 0 15 0 231351428 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246788608 14481 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246788608 14481 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57924 KiB

[startup+0.700735 s]
/proc/loadavg: 1.08 1.03 1.08 4/217 9502
/proc/meminfo: memFree=27664836/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=10983192 memory=90364 CPUtime=0.99 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 16737 12984 0 0 87 5 5 2 20 0 15 0 231351413 11246788608 22591 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2745798 22591 3238 1 0 2708109 0
[pid=9436/tid=9489] ppid=9433 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 12242 12984 0 0 55 3 5 2 20 0 15 0 231351422 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976987653472 139977001002046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 22591 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=10983192 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 2 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351423 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 5 12984 0 0 0 0 5 2 20 0 15 0 231351424 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 13 12984 0 0 0 0 5 2 20 0 15 0 231351425 11246788608 22591 33554432000 4194304 4196468 140729281633136 139975869851168 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351425 11246788608 22591 33554432000 4194304 4196468 140729281633136 139975668524400 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246788608 22591 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 819 12984 0 0 7 0 5 2 20 0 15 0 231351428 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 764 12984 0 0 10 0 5 2 20 0 15 0 231351428 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 692 12984 0 0 13 0 5 2 20 0 15 0 231351428 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246788608 22591 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351428 11246788608 22591 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90364 KiB

[startup+1.50074 s]
/proc/loadavg: 1.08 1.03 1.08 5/217 9502
/proc/meminfo: memFree=27620872/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=10998092 memory=179440 CPUtime=2.25 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 24009 12984 0 0 209 9 5 2 20 0 15 0 231351413 11262046208 44860 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2749523 44860 3467 1 0 2711181 0
[pid=9436/tid=9489] ppid=9433 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 17956 12984 0 0 130 6 5 2 20 0 15 0 231351422 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976987667872 139976999916894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 64 12984 0 0 1 0 5 2 20 0 15 0 231351423 11262046208 44860 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 224 12984 0 0 1 0 5 2 20 0 15 0 231351423 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 29 12984 0 0 1 0 5 2 20 0 15 0 231351423 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 24 12984 0 0 1 0 5 2 20 0 15 0 231351423 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=10998092 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 67 12984 0 0 1 0 5 2 20 0 15 0 231351424 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=10998092 memory=279472045631744 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 14 12984 0 0 0 0 5 2 20 0 15 0 231351425 11262046208 44860 33554432000 4194304 4196468 140729281633136 139975869851232 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351425 11262046208 44860 33554432000 4194304 4196468 140729281633136 139975668524416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=10998092 memory=1084 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11262046208 44860 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=10998092 memory=1600 CPUtime=0.23 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 1002 12984 0 0 16 0 5 2 20 0 15 0 231351428 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=10998092 memory=7952 CPUtime=0.32 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 1219 12984 0 0 25 0 5 2 20 0 15 0 231351428 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=10998092 memory=4088 CPUtime=0.37 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 1218 12984 0 0 30 0 5 2 20 0 15 0 231351428 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=10998092 memory=1784 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11262046208 44860 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=10998092 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 1 12984 0 0 0 0 5 2 20 0 15 0 231351428 11262046208 44860 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[startup+14.2777 s]
# the end of solver process 9436 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20.7956 s, system=0.34903 s

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

[startup+12.8012 s]
/proc/loadavg: 1.59 1.14 1.12 3/217 9502
/proc/meminfo: memFree=26718952/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=11077984 memory=721724 CPUtime=19.52 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 70370 12984 0 0 1916 29 5 2 20 0 15 0 231351413 11343855616 180431 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2769496 180431 3523 1 0 2731149 0
[pid=9436/tid=9489] ppid=9433 vsize=11077984 memory=7666369436314136426 CPUtime=12.61 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 41434 12984 0 0 1237 17 5 2 20 0 15 0 231351422 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976987670176 139976569834511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=11077984 memory=7666369436314136426 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 179 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 180431 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=11077984 memory=7666369436314136426 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 362 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=11077984 memory=8028346265255434346 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 331 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=11077984 memory=7669465695619015256 CPUtime=0.11 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 906 12984 0 0 4 0 5 2 20 0 15 0 231351423 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=11077984 memory=7669465695619015256 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 1596 12984 0 0 5 0 5 2 20 0 15 0 231351424 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=11077984 memory=279472046529696 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 19 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 180431 33554432000 4194304 4196468 140729281633136 139975869851232 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 4 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 180431 33554432000 4194304 4196468 140729281633136 139975668524416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 180431 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=11077984 memory=0 CPUtime=2.53 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 11639 12984 0 0 245 1 5 2 20 0 15 0 231351428 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=11077984 memory=0 CPUtime=2.79 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 6037 12984 0 0 271 1 5 2 20 0 15 0 231351428 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=11077984 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 5466 12984 0 0 134 2 5 2 20 0 15 0 231351428 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 180431 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 202 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 180431 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 19.52 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 721724 KiB

[startup+13.6012 s]
/proc/loadavg: 1.59 1.14 1.12 6/217 9502
/proc/meminfo: memFree=26686060/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=11077984 memory=723824 CPUtime=20.33 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 71651 12984 0 0 1997 29 5 2 20 0 15 0 231351413 11343855616 180956 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2769496 180956 3523 1 0 2731149 0
[pid=9436/tid=9489] ppid=9433 vsize=11077984 memory=0 CPUtime=13.41 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 41829 12984 0 0 1317 17 5 2 20 0 15 0 231351422 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976987670960 139976568425958 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=11077984 memory=8112282956445269571 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 186 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 180956 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=11077984 memory=62808 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 473 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=11077984 memory=2080 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 804 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=11077984 memory=1036 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 926 12984 0 0 4 1 5 2 20 0 15 0 231351423 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=11077984 memory=1736 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 1707 12984 0 0 5 0 5 2 20 0 15 0 231351424 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=11077984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 19 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 180956 33554432000 4194304 4196468 140729281633136 139975869851232 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=11077984 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 4 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 180956 33554432000 4194304 4196468 140729281633136 139975668524416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=11077984 memory=2080 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 180956 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=11077984 memory=1036 CPUtime=2.53 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 11655 12984 0 0 245 1 5 2 20 0 15 0 231351428 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=11077984 memory=1736 CPUtime=2.8 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 6177 12984 0 0 272 1 5 2 20 0 15 0 231351428 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=11077984 memory=752 CPUtime=1.43 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 5466 12984 0 0 134 2 5 2 20 0 15 0 231351428 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=11077984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 180956 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=11077984 memory=3304 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 210 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 180956 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 20.33 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 723824 KiB

[startup+14.0008 s]*
/proc/loadavg: 1.63 1.16 1.13 4/217 9502
/proc/meminfo: memFree=26684028/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=11077984 memory=724100 CPUtime=20.75 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 73035 12984 0 0 2039 29 5 2 20 0 15 0 231351413 11343855616 181025 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2769496 181025 3523 1 0 2731149 0
[pid=9436/tid=9489] ppid=9433 vsize=11077984 memory=8112282956445269571 CPUtime=13.81 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 42154 12984 0 0 1357 17 5 2 20 0 15 0 231351422 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976987670960 139976568411803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=11077984 memory=4126316290023845779 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 186 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 181091 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=11077984 memory=1408 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 473 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=11077984 memory=2636 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 804 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=11077984 memory=721724 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 926 12984 0 0 4 1 5 2 20 0 15 0 231351423 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=11077984 memory=8112282956445269571 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 1707 12984 0 0 5 0 5 2 20 0 15 0 231351424 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=11077984 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 19 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 181091 33554432000 4194304 4196468 140729281633136 139975869851232 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=11077984 memory=139736170575729 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 4 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 181091 33554432000 4194304 4196468 140729281633136 139975668524416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=11077984 memory=7451038927552931155 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 181091 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=11077984 memory=6440235876196177254 CPUtime=2.53 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 11657 12984 0 0 245 1 5 2 20 0 15 0 231351428 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=11077984 memory=7373344025695375440 CPUtime=2.8 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 6179 12984 0 0 272 1 5 2 20 0 15 0 231351428 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=11077984 memory=2540 CPUtime=1.44 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) R 9433 9436 8955 0 -1 4202560 6584 12984 0 0 135 2 5 2 20 0 15 0 231351428 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976303720560 139976996078886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 181091 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=11077984 memory=693052 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 210 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 181091 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 20.75 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 724100 KiB

[startup+14.2007 s]
/proc/loadavg: 1.63 1.16 1.13 4/217 9502
/proc/meminfo: memFree=26684028/32770624 swapFree=67108804/67108860
[pid=9436] ppid=9433 vsize=11077984 memory=725064 CPUtime=20.96 cores=0,2,4,6
/proc/9436/stat : 9436 (java) S 9433 9436 8955 0 -1 1077944320 74033 12984 0 0 2060 29 5 2 20 0 15 0 231351413 11343855616 181266 33554432000 4194304 4196468 140729281633136 140729281615680 139977015836407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
/proc/9436/statm: 2769496 181266 3523 1 0 2731149 0
[pid=9436/tid=9489] ppid=9433 vsize=11077984 memory=288230583166042425 CPUtime=14 cores=0,2,4,6
/proc/9436/task/9489/stat : 9489 (java) R 9433 9436 8955 0 -1 4202560 42170 12984 0 0 1376 17 5 2 20 0 15 0 231351422 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976987670960 139976568134794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9490] ppid=9433 vsize=11077984 memory=16099269136353865 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9490/stat : 9490 (java) S 9433 9436 8955 0 -1 1077944384 186 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 181266 33554432000 4194304 4196468 140729281633136 139977020078736 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9491] ppid=9433 vsize=11077984 memory=1784 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9491/stat : 9491 (java) S 9433 9436 8955 0 -1 1077944384 473 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976885414416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9492] ppid=9433 vsize=11077984 memory=1060 CPUtime=0.13 cores=0,2,4,6
/proc/9436/task/9492/stat : 9492 (java) S 9433 9436 8955 0 -1 1077944384 804 12984 0 0 5 1 5 2 20 0 15 0 231351423 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976884361616 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9493] ppid=9433 vsize=11077984 memory=5808 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9493/stat : 9493 (java) S 9433 9436 8955 0 -1 1077944384 926 12984 0 0 4 1 5 2 20 0 15 0 231351423 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976883308816 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9494] ppid=9433 vsize=11077984 memory=690940 CPUtime=0.12 cores=0,2,4,6
/proc/9436/task/9494/stat : 9494 (java) S 9433 9436 8955 0 -1 1077944384 1707 12984 0 0 5 0 5 2 20 0 15 0 231351424 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976306879344 139977015847554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9495] ppid=9433 vsize=11077984 memory=563308 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9495/stat : 9495 (java) S 9433 9436 8955 0 -1 1077944384 19 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 181266 33554432000 4194304 4196468 140729281633136 139975869851232 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9496] ppid=9433 vsize=11077984 memory=836 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9496/stat : 9496 (java) S 9433 9436 8955 0 -1 1077944384 4 12984 0 0 0 0 5 2 20 0 15 0 231351425 11343855616 181266 33554432000 4194304 4196468 140729281633136 139975668524416 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9497] ppid=9433 vsize=11077984 memory=1084 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9497/stat : 9497 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 181266 33554432000 4194304 4196468 140729281633136 139975361124688 139977015855003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9498] ppid=9433 vsize=11077984 memory=1600 CPUtime=2.53 cores=0,2,4,6
/proc/9436/task/9498/stat : 9498 (java) S 9433 9436 8955 0 -1 1077944384 11657 12984 0 0 245 1 5 2 20 0 15 0 231351428 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976305826160 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9499] ppid=9433 vsize=11077984 memory=7952 CPUtime=2.8 cores=0,2,4,6
/proc/9436/task/9499/stat : 9499 (java) S 9433 9436 8955 0 -1 1077944384 6179 12984 0 0 272 1 5 2 20 0 15 0 231351428 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976304773360 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9500] ppid=9433 vsize=11077984 memory=4088 CPUtime=1.46 cores=0,2,4,6
/proc/9436/task/9500/stat : 9500 (java) S 9433 9436 8955 0 -1 1077944384 7503 12984 0 0 137 2 5 2 20 0 15 0 231351428 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976303720560 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9501] ppid=9433 vsize=11077984 memory=1784 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9501/stat : 9501 (java) S 9433 9436 8955 0 -1 1077944384 3 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 181266 33554432000 4194304 4196468 140729281633136 139974930327776 139977015846613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
[pid=9436/tid=9502] ppid=9433 vsize=11077984 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/9436/task/9502/stat : 9502 (java) S 9433 9436 8955 0 -1 1077944384 210 12984 0 0 0 0 5 2 20 0 15 0 231351428 11343855616 181266 33554432000 4194304 4196468 140729281633136 139976302668976 139977015847554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29249536 140729281641068 140729281643868 140729281643868 140729281646543 0
Current children cumulated CPU time: 20.96 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 725064 KiB

Child status: 0
Real time (s): 14.2778
CPU time (s): 21.1447
CPU user time (s): 20.7956
CPU system time (s): 0.34903
CPU usage (%): 148.095
Max. virtual memory (cumulated for all children) (KiB): 11080804
Max. memory (cumulated for all children) (KiB): 725064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7956
system time used= 0.34903
maximum resident set size= 727564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7001
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 9436
#   total CPU time (s): 21.1447
#   total CPU user time (s): 20.7956
#   total CPU system time (s): 0.34903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096587 second user time and 0.200705 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 07:24:42
IDJOB=4305185
IDBENCH=141567
IDSOLVER=2780
FILE ID=node105/4305185-1534137882
RUNJOBID= node105-1534137874-9213
PBS_JOBID= 21037025
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305185-1534137882/watcher-4305185-1534137882 -o /tmp/evaluation-result-4305185-1534137882/solver-4305185-1534137882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1727748491 HOME/instance-4305185-1534137882.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=1727748491

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:        27780196 kB
MemAvailable:   31360888 kB
Buffers:          168108 kB
Cached:          3669416 kB
SwapCached:           16 kB
Active:          2546760 kB
Inactive:        1892564 kB
Active(anon):     553812 kB
Inactive(anon):   100528 kB
Active(file):    1992948 kB
Inactive(file):  1792036 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26948 kB
Writeback:             0 kB
AnonPages:        610784 kB
Mapped:            64500 kB
Shmem:             49748 kB
Slab:             250672 kB
SReclaimable:     223088 kB
SUnreclaim:        27584 kB
KernelStack:        3696 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1839184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 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= 40872 MiB
End job on node105 at 2018-08-13 07:24:57