Trace number 4258024

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
sat4j-CSP 2017-07-05? (TO) 260.29501 94.002098

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-3-fullins-5.xml
MD5SUM51dc9de19dcdd21b605810f9d7307a76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark245.151
Satisfiable
(Un)Satisfiability was proved
Number of variables2030
Number of constraints33751
Number of domains1
Minimum domain size2030
Maximum domain size2030
Distribution of domain sizes[{"size":2030,"count":2030}]
Minimum variable degree9
Maximum variable degree410
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":14},{"degree":11,"count":12},{"degree":12,"count":36},{"degree":13,"count":23},{"degree":14,"count":54},{"degree":15,"count":22},{"degree":16,"count":66},{"degree":17,"count":41},{"degree":18,"count":123},{"degree":19,"count":41},{"degree":20,"count":123},{"degree":21,"count":19},{"degree":22,"count":57},{"degree":23,"count":42},{"degree":24,"count":131},{"degree":25,"count":8},{"degree":26,"count":24},{"degree":27,"count":29},{"degree":28,"count":87},{"degree":29,"count":44},{"degree":30,"count":132},{"degree":31,"count":87},{"degree":32,"count":261},{"degree":33,"count":5},{"degree":34,"count":15},{"degree":35,"count":15},{"degree":36,"count":45},{"degree":41,"count":5},{"degree":42,"count":15},{"degree":43,"count":5},{"degree":44,"count":15},{"degree":49,"count":5},{"degree":50,"count":15},{"degree":51,"count":15},{"degree":52,"count":45},{"degree":53,"count":15},{"degree":54,"count":45},{"degree":55,"count":45},{"degree":56,"count":135},{"degree":77,"count":5},{"degree":78,"count":15},{"degree":79,"count":15},{"degree":80,"count":45},{"degree":87,"count":5},{"degree":169,"count":5},{"degree":170,"count":15},{"degree":410,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":33751}]
Number of extensional constraints0
Number of intensional constraints33751
Distribution of constraint types[{"type":"intension","count":33751}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258024-1502643311/watcher-4258024-1502643311 -o /tmp/evaluation-result-4258024-1502643311/solver-4258024-1502643311 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502642118-13948 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258024-1502643311.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14386, runsolver pid=14383
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 2.61 2.72 2.33 7/215 14401
/proc/meminfo: memFree=23252632/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555400 memory=30680 CPUtime=0.13 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 6784 0 0 0 12 1 0 0 20 0 15 0 97412007 10808729600 7670 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638850 7670 2789 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555400 memory=-8773748148830375293 CPUtime=0.09 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) R 14383 14386 4973 0 -1 4202560 4636 0 0 0 8 1 0 0 20 0 15 0 97412007 10808729600 7670 33554432000 4194304 4196468 140723947091296 140369556582192 140369552381085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 7670 33554432000 4194304 4196468 140723947091296 140369478433680 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 7670 33554432000 4194304 4196468 140723947091296 140369477380880 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 7670 33554432000 4194304 4196468 140723947091296 140369476328592 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 7670 33554432000 4194304 4196468 140723947091296 140369475275792 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412009 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368587765872 140369552370306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97412010 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368586711840 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412010 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368585659504 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368584607824 140369552377755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) S 14383 14386 4973 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368583555696 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) S 14383 14386 4973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368582502896 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0.02 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) R 14383 14386 4973 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 97412013 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368581450608 140369531487650 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 7670 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30680 KiB

[startup+0.216137 s]*
/proc/loadavg: 2.61 2.72 2.33 9/215 14401
/proc/meminfo: memFree=23243948/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555400 memory=41536 CPUtime=0.34 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 8030 0 0 0 33 1 0 0 20 0 15 0 97412007 10808729600 10384 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638850 10384 2981 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) R 14383 14386 4973 0 -1 4202560 5023 0 0 0 20 1 0 0 20 0 15 0 97412007 10808729600 10384 33554432000 4194304 4196468 140723947091296 140369556594944 140369536402789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 10384 33554432000 4194304 4196468 140723947091296 140369478433680 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555400 memory=140155769642493 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 10384 33554432000 4194304 4196468 140723947091296 140369477380880 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 10384 33554432000 4194304 4196468 140723947091296 140369476328592 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 10384 33554432000 4194304 4196468 140723947091296 140369475275792 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412009 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368587765872 140369552370306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97412010 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368586711840 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412010 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368585659504 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368584607824 140369552377755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) R 14383 14386 4973 0 -1 4202560 497 0 0 0 3 0 0 0 20 0 15 0 97412013 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368583545488 140369536645289 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) R 14383 14386 4973 0 -1 4202560 290 0 0 0 2 0 0 0 20 0 15 0 97412013 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368582492816 140369536755914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0.07 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) R 14383 14386 4973 0 -1 1077944384 852 0 0 0 7 0 0 0 20 0 15 0 97412013 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368581446336 140369552369365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 10384 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41536 KiB

[startup+0.311476 s]*
/proc/loadavg: 2.61 2.72 2.33 10/215 14401
/proc/meminfo: memFree=23224732/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555400 memory=59296 CPUtime=0.64 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 9928 0 0 0 62 2 0 0 20 0 15 0 97412007 10808729600 14824 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638850 14824 3034 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) R 14383 14386 4973 0 -1 4202560 5130 0 0 0 29 1 0 0 20 0 15 0 97412007 10808729600 14824 33554432000 4194304 4196468 140723947091296 140369556595072 140369552381085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 14824 33554432000 4194304 4196468 140723947091296 140369478433680 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555400 memory=140155769642185 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 14824 33554432000 4194304 4196468 140723947091296 140369477380880 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 14824 33554432000 4194304 4196468 140723947091296 140369476328592 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412008 10808729600 14824 33554432000 4194304 4196468 140723947091296 140369475275792 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412009 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368587765872 140369552370306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97412010 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368586711840 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412010 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368585659504 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368584607824 140369552377755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) R 14383 14386 4973 0 -1 4202560 1385 0 0 0 12 0 0 0 20 0 15 0 97412013 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368583541792 140369535859269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555400 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) R 14383 14386 4973 0 -1 4202560 925 0 0 0 11 0 0 0 20 0 15 0 97412013 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368582489744 140369535915892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0.09 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) R 14383 14386 4973 0 -1 1077944384 1119 0 0 0 9 0 0 0 20 0 15 0 97412013 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368581450608 140369552370306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555400 memory=140155769628288 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412013 10808729600 14824 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 59296 KiB

[startup+0.700766 s]
/proc/loadavg: 2.61 2.72 2.33 9/215 14401
/proc/meminfo: memFree=23208228/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555476 memory=142380 CPUtime=1.78 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 11176 0 0 0 174 4 0 0 20 0 15 0 97412007 10808807424 35595 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638869 35595 3084 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555476 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) R 14383 14386 4973 0 -1 4202560 5586 0 0 0 66 2 0 0 20 0 15 0 97412007 10808807424 35595 33554432000 4194304 4196468 140723947091296 140369556593272 140369147878936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808807424 35595 33554432000 4194304 4196468 140723947091296 140369478433680 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808807424 35595 33554432000 4194304 4196468 140723947091296 140369477380880 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412008 10808807424 35595 33554432000 4194304 4196468 140723947091296 140369476328592 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) S 14383 14386 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97412008 10808807424 35595 33554432000 4194304 4196468 140723947091296 140369475275792 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97412009 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368587765872 140369552370306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368586711840 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368585659504 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368584607824 140369552377755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555476 memory=4639098309541127021 CPUtime=0.42 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) R 14383 14386 4973 0 -1 4202560 1456 0 0 0 42 0 0 0 20 0 15 0 97412013 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368583541760 140369532823772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555476 memory=7597685182856913236 CPUtime=0.41 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) R 14383 14386 4973 0 -1 4202560 1335 0 0 0 41 0 0 0 20 0 15 0 97412013 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368582494224 140369537485211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555476 memory=7236547281622689387 CPUtime=0.23 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) S 14383 14386 4973 0 -1 1077944384 1427 0 0 0 23 0 0 0 20 0 15 0 97412013 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368581450608 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 35595 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 142380 KiB

[startup+1.50077 s]
/proc/loadavg: 2.61 2.72 2.33 9/215 14401
/proc/meminfo: memFree=23070768/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555476 memory=716228 CPUtime=3.91 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 13918 0 0 0 358 33 0 0 20 0 15 0 97412007 10808807424 179057 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638869 179057 3121 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555476 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) R 14383 14386 4973 0 -1 4202560 6097 0 0 0 120 6 0 0 20 0 15 0 97412007 10808807424 179057 33554432000 4194304 4196468 140723947091296 140369556596112 140369538427284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555476 memory=-8754540793456063680 CPUtime=0.21 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) S 14383 14386 4973 0 -1 1077944384 320 0 0 0 15 6 0 0 20 0 15 0 97412008 10808807424 179057 33554432000 4194304 4196468 140723947091296 140369478433680 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555476 memory=-2843874019102283166 CPUtime=0.2 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) S 14383 14386 4973 0 -1 1077944384 295 0 0 0 14 6 0 0 20 0 15 0 97412008 10808807424 179057 33554432000 4194304 4196468 140723947091296 140369477380880 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555476 memory=5450919713671312938 CPUtime=0.2 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) S 14383 14386 4973 0 -1 1077944384 480 0 0 0 14 6 0 0 20 0 15 0 97412008 10808807424 179057 33554432000 4194304 4196468 140723947091296 140369476328592 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555476 memory=-7096649868621430206 CPUtime=0.2 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) S 14383 14386 4973 0 -1 1077944384 298 0 0 0 14 6 0 0 20 0 15 0 97412008 10808807424 179057 33554432000 4194304 4196468 140723947091296 140369475275792 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 15 0 97412009 10808807424 179057 33554432000 4194304 4196468 140723947091296 140368587765872 140369552370306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0

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


[startup+94.002 s]
# the end of solver process 14386 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.888 s, system=5.40717 s

Solver just ended.
Dumping a history of the last processes samples

[startup+92.8007 s]
/proc/loadavg: 4.35 3.26 2.55 6/215 14477
/proc/meminfo: memFree=15621820/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555476 memory=8320384 CPUtime=255.87 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 1232008 0 0 0 25057 530 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638869 2080096 3143 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555476 memory=4132 CPUtime=23.81 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) S 14383 14386 4973 0 -1 1077944384 51049 0 0 0 2350 31 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369556592832 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555476 memory=6791534058613427641 CPUtime=53.85 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) R 14383 14386 4973 0 -1 4202560 258632 0 0 0 5271 114 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369478433264 140369544987367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555476 memory=960 CPUtime=53.89 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) R 14383 14386 4973 0 -1 4202560 351601 0 0 0 5256 133 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369477381080 140369537344400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555476 memory=1236 CPUtime=53.83 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) R 14383 14386 4973 0 -1 4202560 226319 0 0 0 5272 111 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369476328792 140369537056934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555476 memory=2344 CPUtime=53.8 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) R 14383 14386 4973 0 -1 4202560 277216 0 0 0 5250 130 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369475275688 140369544987367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555476 memory=8320384 CPUtime=14.28 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 56635 0 0 0 1424 4 0 0 20 0 15 0 97412009 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368587764192 140369552369365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368586711904 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368585659520 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368584607472 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555476 memory=1424 CPUtime=0.98 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) S 14383 14386 4973 0 -1 1077944384 2637 0 0 0 97 1 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368583555696 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555476 memory=8552 CPUtime=0.95 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) S 14383 14386 4973 0 -1 1077944384 3436 0 0 0 95 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368582502896 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555476 memory=4144 CPUtime=0.34 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) S 14383 14386 4973 0 -1 1077944384 2629 0 0 0 34 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368581450608 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555476 memory=28276 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555476 memory=3472328296227679345 CPUtime=0.04 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 450 0 0 0 2 2 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 255.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8320384 KiB

[startup+93.6007 s]
/proc/loadavg: 4.35 3.26 2.55 9/215 14477
/proc/meminfo: memFree=15297740/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555476 memory=8320384 CPUtime=259 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 1232008 0 0 0 25370 530 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638869 2080096 3143 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555476 memory=2428 CPUtime=23.81 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) S 14383 14386 4973 0 -1 1077944384 51049 0 0 0 2350 31 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369556592832 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555476 memory=1728 CPUtime=54.62 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) R 14383 14386 4973 0 -1 4202560 258632 0 0 0 5347 115 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369478433264 140369544987367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555476 memory=792 CPUtime=54.69 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) R 14383 14386 4973 0 -1 4202560 351601 0 0 0 5336 133 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369477381080 140369537344455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555476 memory=9992 CPUtime=54.63 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) R 14383 14386 4973 0 -1 4202560 226319 0 0 0 5352 111 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369476328792 140369537310152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555476 memory=1224 CPUtime=54.56 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) R 14383 14386 4973 0 -1 4202560 277216 0 0 0 5326 130 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369475275688 140369544987367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555476 memory=5716 CPUtime=14.28 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 56635 0 0 0 1424 4 0 0 20 0 15 0 97412009 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368587764192 140369552369365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555476 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368586711904 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555476 memory=28276 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368585659520 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555476 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368584607472 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555476 memory=-7751062316387021378 CPUtime=0.98 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) S 14383 14386 4973 0 -1 1077944384 2637 0 0 0 97 1 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368583555696 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555476 memory=-8316900901535099443 CPUtime=0.95 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) S 14383 14386 4973 0 -1 1077944384 3436 0 0 0 95 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368582502896 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555476 memory=-6800859132029471843 CPUtime=0.34 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) S 14383 14386 4973 0 -1 1077944384 2629 0 0 0 34 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368581450608 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555476 memory=10906219437 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555476 memory=280311309602880 CPUtime=0.04 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 450 0 0 0 2 2 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 259 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8320384 KiB

[startup+93.8007 s]
/proc/loadavg: 4.35 3.26 2.55 9/215 14477
/proc/meminfo: memFree=15297740/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555476 memory=8320384 CPUtime=259.78 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 1232008 0 0 0 25448 530 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638869 2080096 3143 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555476 memory=4917048 CPUtime=23.81 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) S 14383 14386 4973 0 -1 1077944384 51049 0 0 0 2350 31 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369556592832 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555476 memory=6791534058613427641 CPUtime=54.82 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) R 14383 14386 4973 0 -1 4202560 258632 0 0 0 5367 115 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369478433264 140369544987367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555476 memory=4872558044660077418 CPUtime=54.89 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) R 14383 14386 4973 0 -1 4202560 351601 0 0 0 5356 133 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369477381080 140369537309764 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555476 memory=63962934675690 CPUtime=54.83 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) R 14383 14386 4973 0 -1 4202560 226319 0 0 0 5372 111 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369476328792 140369537056911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555476 memory=63962934676202 CPUtime=54.75 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) R 14383 14386 4973 0 -1 4202560 277216 0 0 0 5345 130 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369475275688 140369544987367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555476 memory=63962934675946 CPUtime=14.28 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 56635 0 0 0 1424 4 0 0 20 0 15 0 97412009 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368587764192 140369552369365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555476 memory=63962934675946 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368586711904 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555476 memory=63962934675690 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368585659520 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368584607472 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555476 memory=4612 CPUtime=0.98 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) S 14383 14386 4973 0 -1 1077944384 2637 0 0 0 97 1 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368583555696 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555476 memory=1008 CPUtime=0.95 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) S 14383 14386 4973 0 -1 1077944384 3436 0 0 0 95 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368582502896 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555476 memory=1944 CPUtime=0.34 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) S 14383 14386 4973 0 -1 1077944384 2629 0 0 0 34 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368581450608 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555476 memory=1424 CPUtime=0.04 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 450 0 0 0 2 2 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 259.78 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8320384 KiB

[startup+93.9006 s]
/proc/loadavg: 4.35 3.26 2.55 9/215 14477
/proc/meminfo: memFree=15297740/32770624 swapFree=67108860/67108860
[pid=14386] ppid=14383 vsize=10555476 memory=8320384 CPUtime=260.18 cores=1,3,5,7
/proc/14386/stat : 14386 (java) S 14383 14386 4973 0 -1 1077944320 1232008 0 0 0 25487 531 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140723947073840 140369552359159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
/proc/14386/statm: 2638869 2080096 3143 1 0 2627263 0
[pid=14386/tid=14388] ppid=14383 vsize=10555476 memory=8320384 CPUtime=23.81 cores=1,3,5,7
/proc/14386/task/14388/stat : 14388 (java) S 14383 14386 4973 0 -1 1077944384 51049 0 0 0 2350 31 0 0 20 0 15 0 97412007 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369556592832 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14389] ppid=14383 vsize=10555476 memory=8320376 CPUtime=54.91 cores=1,3,5,7
/proc/14386/task/14389/stat : 14389 (java) R 14383 14386 4973 0 -1 4202560 258632 0 0 0 5376 115 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369478433264 140369544987367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14390] ppid=14383 vsize=10555476 memory=8320384 CPUtime=54.99 cores=1,3,5,7
/proc/14386/task/14390/stat : 14390 (java) R 14383 14386 4973 0 -1 4202560 351601 0 0 0 5366 133 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369477381080 140369537310286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14391] ppid=14383 vsize=10555476 memory=8320384 CPUtime=54.93 cores=1,3,5,7
/proc/14386/task/14391/stat : 14391 (java) R 14383 14386 4973 0 -1 4202560 226319 0 0 0 5382 111 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369476328792 140369537056798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14392] ppid=14383 vsize=10555476 memory=8320384 CPUtime=54.84 cores=1,3,5,7
/proc/14386/task/14392/stat : 14392 (java) R 14383 14386 4973 0 -1 4202560 277216 0 0 0 5354 130 0 0 20 0 15 0 97412008 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140369475275688 140369544987367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14393] ppid=14383 vsize=10555476 memory=8320384 CPUtime=14.28 cores=1,3,5,7
/proc/14386/task/14393/stat : 14393 (java) S 14383 14386 4973 0 -1 1077944384 56635 0 0 0 1424 4 0 0 20 0 15 0 97412009 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368587764192 140369552369365 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14394] ppid=14383 vsize=10555476 memory=8320384 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14394/stat : 14394 (java) S 14383 14386 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368586711904 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14395] ppid=14383 vsize=10555476 memory=8258920 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14395/stat : 14395 (java) S 14383 14386 4973 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97412010 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368585659520 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14396] ppid=14383 vsize=10555476 memory=8320384 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14396/stat : 14396 (java) S 14383 14386 4973 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368584607472 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14397] ppid=14383 vsize=10555476 memory=8320384 CPUtime=0.98 cores=1,3,5,7
/proc/14386/task/14397/stat : 14397 (java) S 14383 14386 4973 0 -1 1077944384 2637 0 0 0 97 1 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368583555696 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14398] ppid=14383 vsize=10555476 memory=8320384 CPUtime=0.95 cores=1,3,5,7
/proc/14386/task/14398/stat : 14398 (java) S 14383 14386 4973 0 -1 1077944384 3436 0 0 0 95 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368582502896 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14399] ppid=14383 vsize=10555476 memory=8320384 CPUtime=0.34 cores=1,3,5,7
/proc/14386/task/14399/stat : 14399 (java) S 14383 14386 4973 0 -1 1077944384 2629 0 0 0 34 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368581450608 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14400] ppid=14383 vsize=10555476 memory=8320384 CPUtime=0 cores=1,3,5,7
/proc/14386/task/14400/stat : 14400 (java) S 14383 14386 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368580398048 140369552369365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
[pid=14386/tid=14401] ppid=14383 vsize=10555476 memory=8320376 CPUtime=0.04 cores=1,3,5,7
/proc/14386/task/14401/stat : 14401 (java) S 14383 14386 4973 0 -1 1077944384 450 0 0 0 2 2 0 0 20 0 15 0 97412013 10808807424 2080096 33554432000 4194304 4196468 140723947091296 140368579344816 140369552370306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30806016 140723947099275 140723947099428 140723947099428 140723947102159 0
Current children cumulated CPU time: 260.18 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8320384 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 94.0021
CPU time (s): 260.295
CPU user time (s): 254.888
CPU system time (s): 5.40717
CPU usage (%): 276.904
Max. virtual memory (cumulated for all children) (KiB): 10555476
Max. memory (cumulated for all children) (KiB): 8320384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.888
system time used= 5.40717
maximum resident set size= 8320640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1232012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10659
involuntary context switches= 4303


# summary of solver processes directly reported to runsolver:
#   pid: 14386
#   total CPU time (s): 260.295
#   total CPU user time (s): 254.888
#   total CPU system time (s): 5.40717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.499724 second user time and 1.03608 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 18:40:53
IDJOB=4258024
IDBENCH=120574
IDSOLVER=2643
FILE ID=node151/4258024-1502643311
RUNJOBID= node151-1502642118-13948
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-3-fullins-5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258024-1502643311/watcher-4258024-1502643311 -o /tmp/evaluation-result-4258024-1502643311/solver-4258024-1502643311 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502642118-13948 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258024-1502643311.xml

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

MD5SUM BENCH= 51dc9de19dcdd21b605810f9d7307a76
RANDOM SEED=28293996

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        23272792 kB
MemAvailable:   26401880 kB
Buffers:          245452 kB
Cached:          3175044 kB
SwapCached:            0 kB
Active:          6437288 kB
Inactive:        2620056 kB
Active(anon):    5639832 kB
Inactive(anon):    25044 kB
Active(file):     797456 kB
Inactive(file):  2595012 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2780 kB
Writeback:             0 kB
AnonPages:       5643996 kB
Mapped:            55448 kB
Shmem:             25224 kB
Slab:             131788 kB
SReclaimable:     104908 kB
SUnreclaim:        26880 kB
KernelStack:        3488 kB
PageTables:        16080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6087916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4497408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-13 18:42:27