Trace number 4403166

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT0 733.596 704.861

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark44.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
19.53/8.03	o 6
19.53/8.10	o 3
81.55/64.43	o 2
174.49/154.35	o 1
733.50/704.82	o 0
733.50/704.83	v <instantiation
733.50/704.83	v         cost = '0'>
733.50/704.83	v       <list>
733.50/704.83	v         q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14]
733.50/704.83	v       </list>
733.50/704.83	v       <values>
733.50/704.83	v         16 0 9 14 29 24 15 2 7 22 35 44 39 48 33 46 31 18 5 20 11 6 19 10 1 16 3 12 27 40 45 30 25 34 47 38 43 28 23 36 21 8 17 4 13 26 41 32 37 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
733.50/704.83	v       </values>
733.50/704.83	v     </instantiation>
733.50/704.83	s OPTIMUM FOUND

Verifier Data

OK	0

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 (1217 MiB free)
  memory of node 1: 16384 MiB (2377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403166-1568977118/watcher-4403166-1568977118 -o /var/tmp/evaluation-result-4403166-1568977118/solver-4403166-1568977118 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13935 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403166-1568977118.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=16353, runsolver pid=16350

[startup+0.100119 s]*
/proc/loadavg: 1.72 1.42 1.36 3/218 16410
/proc/meminfo: memFree=3670792/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=9972712 memory=18588 CPUtime=0.08 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 4388 13100 0 0 1 0 5 2 20 0 6 0 473648220 10212057088 4647 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2493178 4647 1934 1 0 2481616 0
[pid=16353/tid=16406] ppid=16350 vsize=9983520 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 2197 13100 0 0 1 0 5 2 20 0 6 0 473648229 10223124480 4647 33554432000 4194304 4196468 140721976644160 140231788741200 140231809621402 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=9988792 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 6 0 473648230 10228523008 4713 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=9988792 memory=140625263355520 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 6 0 473648230 10228523008 4713 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 6 0 473648230 10228523008 4713 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 6 0 473648230 10228523008 4713 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.20992 s]*
/proc/loadavg: 1.72 1.42 1.36 4/227 16419
/proc/meminfo: memFree=3653492/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10820196 memory=41192 CPUtime=0.26 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 7266 13100 0 0 18 1 5 2 20 0 15 0 473648220 11079880704 10298 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2705049 10298 3298 1 0 2667149 0
[pid=16353/tid=16406] ppid=16350 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) D 16350 16353 13903 0 -1 1077944384 3750 13100 0 0 11 0 5 2 20 0 15 0 473648229 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231788718624 140231816928317 0 4 0 16800975 18446744072101580324 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10820196 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10820196 memory=288371001415067264 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10820196 memory=140625263355520 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648231 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 33 13100 0 0 0 0 5 2 20 0 15 0 473648232 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231275390112 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648232 11079880704 10298 33554432000 4194304 4196468 140721976644160 140230682206960 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11079880704 10298 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 359 13100 0 0 1 0 5 2 20 0 15 0 473648234 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 297 13100 0 0 1 0 5 2 20 0 15 0 473648234 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10820196 memory=140625263355520 CPUtime=0.1 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 607 13100 0 0 3 0 5 2 20 0 15 0 473648234 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11079880704 10298 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10820196 memory=140625263355520 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648235 11079880704 10298 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41192 KiB

[startup+0.310581 s]*
/proc/loadavg: 1.72 1.42 1.36 4/227 16419
/proc/meminfo: memFree=3642480/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10820196 memory=49660 CPUtime=0.4 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 10617 13100 0 0 30 3 5 2 20 0 15 0 473648220 11079880704 12415 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2705049 12415 3318 1 0 2667149 0
[pid=16353/tid=16406] ppid=16350 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 7091 13100 0 0 19 2 5 2 20 0 15 0 473648229 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231788714688 140231800984926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648230 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648231 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 33 13100 0 0 0 0 5 2 20 0 15 0 473648232 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231275390112 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648232 11079880704 12415 33554432000 4194304 4196468 140721976644160 140230682206960 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11079880704 12415 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 360 13100 0 0 2 0 5 2 20 0 15 0 473648234 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 297 13100 0 0 2 0 5 2 20 0 15 0 473648234 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10820196 memory=140625263355520 CPUtime=0.12 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 615 13100 0 0 5 0 5 2 20 0 15 0 473648234 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11079880704 12415 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10820196 memory=140625263355520 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648235 11079880704 12415 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49660 KiB

[startup+0.700641 s]
/proc/loadavg: 1.72 1.42 1.36 4/227 16419
/proc/meminfo: memFree=3629704/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10824364 memory=81776 CPUtime=1.15 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 14663 13100 0 0 103 5 5 2 20 0 15 0 473648220 11084148736 20444 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2706091 20444 3513 1 0 2668173 0
[pid=16353/tid=16406] ppid=16350 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 10017 13100 0 0 56 4 5 2 20 0 15 0 473648229 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231788731600 140231800984926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10824364 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648230 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648230 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 5 13100 0 0 0 0 5 2 20 0 15 0 473648231 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10824364 memory=140625148260464 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 33 13100 0 0 0 0 5 2 20 0 15 0 473648232 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231275390112 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10824364 memory=140625819206222 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648232 11084148736 20444 33554432000 4194304 4196468 140721976644160 140230682206960 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10824364 memory=8100 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11084148736 20444 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10824364 memory=7518026621751088994 CPUtime=0.2 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 820 13100 0 0 13 0 5 2 20 0 15 0 473648234 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10824364 memory=7235703887467473233 CPUtime=0.23 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 799 13100 0 0 16 0 5 2 20 0 15 0 473648234 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10824364 memory=7881696724453321575 CPUtime=0.24 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 770 13100 0 0 17 0 5 2 20 0 15 0 473648234 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10824364 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11084148736 20444 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648235 11084148736 20444 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81776 KiB

[startup+1.50074 s]
/proc/loadavg: 1.72 1.42 1.36 4/227 16419
/proc/meminfo: memFree=3585656/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10834680 memory=167800 CPUtime=2.46 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 21572 13100 0 0 229 10 5 2 20 0 15 0 473648220 11094712320 41950 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2708670 41950 3583 1 0 2670733 0
[pid=16353/tid=16406] ppid=16350 vsize=10834680 memory=9125 CPUtime=1.43 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 14807 13100 0 0 130 6 5 2 20 0 15 0 473648229 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231788717104 140231816916374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 440 13100 0 0 1 0 5 2 20 0 15 0 473648230 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10834680 memory=696476 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 31 13100 0 0 0 0 5 2 20 0 15 0 473648230 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10834680 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 71 13100 0 0 1 0 5 2 20 0 15 0 473648230 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10834680 memory=81776 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 120 13100 0 0 1 0 5 2 20 0 15 0 473648230 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 219 13100 0 0 1 0 5 2 20 0 15 0 473648231 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10834680 memory=281250296463904 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 34 13100 0 0 0 0 5 2 20 0 15 0 473648232 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231275390176 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10834680 memory=281250296514704 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648232 11094712320 41950 33554432000 4194304 4196468 140721976644160 140230682206976 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10834680 memory=281250297059520 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11094712320 41950 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10834680 memory=3047711553219693942 CPUtime=0.31 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) R 16350 16353 13903 0 -1 4202560 1009 13100 0 0 24 0 5 2 20 0 15 0 473648234 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231241824848 140231798080187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10834680 memory=-7521736447810188379 CPUtime=0.34 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) R 16350 16353 13903 0 -1 1077944384 1069 13100 0 0 27 0 5 2 20 0 15 0 473648234 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10834680 memory=-8412652160765825907 CPUtime=0.48 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) R 16350 16353 13903 0 -1 4202560 1559 13100 0 0 41 0 5 2 20 0 15 0 473648234 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231239727600 140231798489211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10834680 memory=7100839878645619564 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11094712320 41950 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10834680 memory=-8634980985311628903 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1 13100 0 0 0 0 5 2 20 0 15 0 473648235 11094712320 41950 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[startup+704.861 s]
# the end of solver process 16353 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=732.095 s, system=1.50068 s

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

[startup+702.401 s]
/proc/loadavg: 1.05 1.43 1.41 3/228 16637
/proc/meminfo: memFree=2573092/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10853144 memory=982984 CPUtime=731.07 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 181961 13100 0 0 72955 145 5 2 20 0 15 0 473648220 11113619456 245746 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2713286 245746 3631 1 0 2675341 0
[pid=16353/tid=16406] ppid=16350 vsize=10853144 memory=54516 CPUtime=695.06 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 48687 13100 0 0 69468 31 5 2 20 0 15 0 473648229 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231788739408 140231389695350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10853144 memory=982984 CPUtime=3.39 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 10760 13100 0 0 313 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10853144 memory=1568 CPUtime=3.39 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 4394 13100 0 0 317 15 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10853144 memory=988 CPUtime=3.39 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 10457 13100 0 0 313 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10853144 memory=2020 CPUtime=3.39 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 7438 13100 0 0 315 17 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10853144 memory=1432 CPUtime=2.97 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 9233 13100 0 0 274 16 5 2 20 0 15 0 473648231 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10853144 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 40 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231275390176 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10853144 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230682206976 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10853144 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10853144 memory=1552 CPUtime=6.88 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 26474 13100 0 0 675 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10853144 memory=1708 CPUtime=6.94 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 29695 13100 0 0 681 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10853144 memory=1196 CPUtime=5.69 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 31540 13100 0 0 553 9 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10853144 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10853144 memory=712 CPUtime=0.47 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1028 13100 0 0 18 22 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 731.07 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 982984 KiB

[startup+704.001 s]*
/proc/loadavg: 1.05 1.43 1.41 3/228 16637
/proc/meminfo: memFree=2573092/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10853144 memory=982984 CPUtime=732.7 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 181977 13100 0 0 73118 145 5 2 20 0 15 0 473648220 11113619456 245746 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2713286 245746 3631 1 0 2675341 0
[pid=16353/tid=16406] ppid=16350 vsize=10853144 memory=1398722017469774279 CPUtime=696.65 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 48696 13100 0 0 69627 31 5 2 20 0 15 0 473648229 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231788739680 140231386368221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10853144 memory=1408 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 10761 13100 0 0 314 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10853144 memory=3140 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 4395 13100 0 0 318 15 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10853144 memory=825720 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 10458 13100 0 0 314 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10853144 memory=4126316290023845779 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 7439 13100 0 0 316 17 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10853144 memory=1432 CPUtime=2.98 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 9236 13100 0 0 275 16 5 2 20 0 15 0 473648231 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10853144 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 40 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231275390176 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10853144 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230682206976 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10853144 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10853144 memory=980936 CPUtime=6.88 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 26474 13100 0 0 675 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10853144 memory=1408 CPUtime=6.94 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 29695 13100 0 0 681 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10853144 memory=3276 CPUtime=5.69 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 31540 13100 0 0 553 9 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10853144 memory=980936 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10853144 memory=1408 CPUtime=0.47 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1028 13100 0 0 18 22 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 732.7 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 982984 KiB

[startup+704.401 s]
/proc/loadavg: 1.05 1.43 1.41 3/228 16637
/proc/meminfo: memFree=2573092/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10853144 memory=982984 CPUtime=733.09 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 181979 13100 0 0 73157 145 5 2 20 0 15 0 473648220 11113619456 245746 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2713286 245746 3631 1 0 2675341 0
[pid=16353/tid=16406] ppid=16350 vsize=10853144 memory=4096 CPUtime=697.04 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 48698 13100 0 0 69666 31 5 2 20 0 15 0 473648229 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231788740352 140231389474764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10853144 memory=1408 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 10761 13100 0 0 314 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10853144 memory=3276 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 4395 13100 0 0 318 15 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10853144 memory=982984 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 10458 13100 0 0 314 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10853144 memory=1408 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 7439 13100 0 0 316 17 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10853144 memory=6791534058613427641 CPUtime=2.98 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 9236 13100 0 0 275 16 5 2 20 0 15 0 473648231 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10853144 memory=10492 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 40 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231275390176 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10853144 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230682206976 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10853144 memory=14080 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10853144 memory=30156 CPUtime=6.88 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 26474 13100 0 0 675 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10853144 memory=2120 CPUtime=6.94 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 29695 13100 0 0 681 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10853144 memory=111636 CPUtime=5.69 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 31540 13100 0 0 553 9 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10853144 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10853144 memory=1808 CPUtime=0.47 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1028 13100 0 0 18 22 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 733.09 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 982984 KiB

[startup+704.801 s]
/proc/loadavg: 1.05 1.43 1.41 3/228 16637
/proc/meminfo: memFree=2573092/32770624 swapFree=66966844/67108860
[pid=16353] ppid=16350 vsize=10853144 memory=982984 CPUtime=733.5 cores=1,3,5,7
/proc/16353/stat : 16353 (java) S 16350 16353 13903 0 -1 1077944320 181983 13100 0 0 73198 145 5 2 20 0 15 0 473648220 11113619456 245746 33554432000 4194304 4196468 140721976644160 140721976626704 140231816904439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
/proc/16353/statm: 2713286 245746 3631 1 0 2675341 0
[pid=16353/tid=16406] ppid=16350 vsize=10853144 memory=980936 CPUtime=697.44 cores=1,3,5,7
/proc/16353/task/16406/stat : 16406 (java) R 16350 16353 13903 0 -1 4202560 48700 13100 0 0 69706 31 5 2 20 0 15 0 473648229 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231788740528 140231798553452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16407] ppid=16350 vsize=10853144 memory=982984 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16407/stat : 16407 (java) S 16350 16353 13903 0 -1 1077944384 10761 13100 0 0 314 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231821147152 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16408] ppid=16350 vsize=10853144 memory=825648 CPUtime=3.41 cores=1,3,5,7
/proc/16353/task/16408/stat : 16408 (java) S 16350 16353 13903 0 -1 1077944384 4396 13100 0 0 319 15 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231709420688 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16409] ppid=16350 vsize=10853144 memory=982984 CPUtime=3.4 cores=1,3,5,7
/proc/16353/task/16409/stat : 16409 (java) S 16350 16353 13903 0 -1 1077944384 10459 13100 0 0 314 19 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231708367632 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16410] ppid=16350 vsize=10853144 memory=6791534058613427641 CPUtime=3.41 cores=1,3,5,7
/proc/16353/task/16410/stat : 16410 (java) S 16350 16353 13903 0 -1 1077944384 7439 13100 0 0 317 17 5 2 20 0 15 0 473648230 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231707315088 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16411] ppid=16350 vsize=10853144 memory=1044 CPUtime=2.98 cores=1,3,5,7
/proc/16353/task/16411/stat : 16411 (java) S 16350 16353 13903 0 -1 1077944384 9236 13100 0 0 275 16 5 2 20 0 15 0 473648231 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231276443888 140231816915586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16412] ppid=16350 vsize=10853144 memory=712 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16412/stat : 16412 (java) S 16350 16353 13903 0 -1 1077944384 40 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231275390176 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16413] ppid=16350 vsize=10853144 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16413/stat : 16413 (java) S 16350 16353 13903 0 -1 1077944384 2 13100 0 0 0 0 5 2 20 0 15 0 473648232 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230682206976 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16414] ppid=16350 vsize=10853144 memory=8100 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16414/stat : 16414 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230374807504 140231816923035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16415] ppid=16350 vsize=10853144 memory=111636 CPUtime=6.88 cores=1,3,5,7
/proc/16353/task/16415/stat : 16415 (java) S 16350 16353 13903 0 -1 1077944384 26474 13100 0 0 675 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231241833200 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16416] ppid=16350 vsize=10853144 memory=804 CPUtime=6.94 cores=1,3,5,7
/proc/16353/task/16416/stat : 16416 (java) S 16350 16353 13903 0 -1 1077944384 29695 13100 0 0 681 6 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231240780656 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16417] ppid=16350 vsize=10853144 memory=1808 CPUtime=5.69 cores=1,3,5,7
/proc/16353/task/16417/stat : 16417 (java) S 16350 16353 13903 0 -1 1077944384 31540 13100 0 0 553 9 5 2 20 0 15 0 473648234 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231239727600 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16418] ppid=16350 vsize=10853144 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/16353/task/16418/stat : 16418 (java) S 16350 16353 13903 0 -1 1077944384 3 13100 0 0 0 0 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140230341249888 140231816914645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
[pid=16353/tid=16419] ppid=16350 vsize=10853144 memory=3848 CPUtime=0.47 cores=1,3,5,7
/proc/16353/task/16419/stat : 16419 (java) S 16350 16353 13903 0 -1 1077944384 1028 13100 0 0 18 22 5 2 20 0 15 0 473648235 11113619456 245746 33554432000 4194304 4196468 140721976644160 140231238674992 140231816915586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19435520 140721976646244 140721976648885 140721976648885 140721976651727 0
Current children cumulated CPU time: 733.5 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 982984 KiB

Child status: 0
Real time (s): 704.861
CPU time (s): 733.596
CPU user time (s): 732.095
CPU system time (s): 1.50068
CPU usage (%): 104.077
Max. virtual memory (cumulated for all children) (KiB): 10853764
Max. memory (cumulated for all children) (KiB): 1114496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 732.095
system time used= 1.50068
maximum resident set size= 1116544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93788
involuntary context switches= 2396


# summary of solver processes directly reported to runsolver:
#   pid: 16353
#   total CPU time (s): 733.596
#   total CPU user time (s): 732.095
#   total CPU system time (s): 1.50068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50112 second user time and 6.48627 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 12:57:55
IDJOB=4403166
IDBENCH=130611
IDSOLVER=2862
FILE ID=node145/4403166-1568977118
RUNJOBID= node145-1568967596-13935
PBS_JOBID= 21704615
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403166-1568977118/watcher-4403166-1568977118 -o /var/tmp/evaluation-result-4403166-1568977118/solver-4403166-1568977118 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13935 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4403166-1568977118.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=453517493

node145.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.59
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.59
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.59
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.59
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:         3682252 kB
MemAvailable:   31142176 kB
Buffers:          139380 kB
Cached:         27273428 kB
SwapCached:        32484 kB
Active:         14337448 kB
Inactive:       13792400 kB
Active(anon):     684556 kB
Inactive(anon):    81744 kB
Active(file):   13652892 kB
Inactive(file): 13710656 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             35728 kB
Writeback:             0 kB
AnonPages:        923080 kB
Mapped:            65412 kB
Shmem:             40640 kB
Slab:             553748 kB
SReclaimable:     524836 kB
SUnreclaim:        28912 kB
KernelStack:        3872 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1986288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node145 at 2019-09-20 13:09:40