Trace number 4301574

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 2018-07-11? (TO) 260.282 88.662

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-5_c18.xml
MD5SUMee128878a96f2bf381e98278be1f86f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark241
Best CPU time to get the best result obtained on this benchmark252.092
Satisfiable
(Un)Satisfiability was proved
Number of variables282
Number of constraints3247
Number of domains1
Minimum domain size282
Maximum domain size282
Distribution of domain sizes[{"size":282,"count":282}]
Minimum variable degree9
Maximum variable degree96
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":6},{"degree":11,"count":11},{"degree":12,"count":8},{"degree":13,"count":13},{"degree":14,"count":13},{"degree":15,"count":13},{"degree":16,"count":16},{"degree":17,"count":15},{"degree":18,"count":15},{"degree":19,"count":11},{"degree":20,"count":11},{"degree":21,"count":12},{"degree":22,"count":12},{"degree":23,"count":9},{"degree":24,"count":9},{"degree":25,"count":10},{"degree":26,"count":10},{"degree":27,"count":10},{"degree":28,"count":10},{"degree":29,"count":4},{"degree":30,"count":4},{"degree":31,"count":4},{"degree":32,"count":4},{"degree":33,"count":3},{"degree":34,"count":3},{"degree":35,"count":6},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":38,"count":3},{"degree":39,"count":3},{"degree":40,"count":3},{"degree":45,"count":3},{"degree":46,"count":3},{"degree":47,"count":3},{"degree":48,"count":3},{"degree":65,"count":3},{"degree":66,"count":3},{"degree":96,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3247}]
Number of extensional constraints0
Number of intensional constraints3247
Distribution of constraint types[{"type":"intension","count":3247}]
Optimization problemYES
Type of objectivemin SUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301574-1532882350/watcher-4301574-1532882350 -o /tmp/evaluation-result-4301574-1532882350/solver-4301574-1532882350 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301574-1532882350.xml 

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

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
Current StackSize limit: 8192 KiB
solver pid=26716, runsolver pid=26713


[startup+0.100085 s]*
/proc/loadavg: 2.09 2.36 2.39 3/216 26731
/proc/meminfo: memFree=28085588/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10659012 memory=30076 CPUtime=0.13 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 6603 0 0 0 12 1 0 0 20 0 15 0 105798208 10914828288 7519 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2664753 7519 2842 1 0 2627263 0
[pid=26716/tid=26718] ppid=26713 vsize=10659012 memory=-8773748148829982339 CPUtime=0.09 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) R 26713 26716 22004 0 -1 4202560 4428 0 0 0 8 1 0 0 20 0 15 0 105798209 10914828288 7519 33554432000 4194304 4196468 140726361373568 140276240407520 140276236205462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798209 10914828288 7519 33554432000 4194304 4196468 140726361373568 140276188813968 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798210 10914828288 7519 33554432000 4194304 4196468 140726361373568 140276187761168 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798210 10914828288 7519 33554432000 4194304 4196468 140726361373568 140276186708368 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) S 26713 26716 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105798210 10914828288 7519 33554432000 4194304 4196468 140726361373568 140276185655568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105798211 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275795716976 140276236204674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275794662944 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275792558416 140276236212123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) S 26713 26716 22004 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275791505776 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) S 26713 26716 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275790452976 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0.02 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) S 26713 26716 22004 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 105798214 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275789400176 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 7519 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30076 KiB

[startup+0.210562 s]*
/proc/loadavg: 2.09 2.36 2.39 6/216 26731
/proc/meminfo: memFree=28074788/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10659012 memory=41792 CPUtime=0.33 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 8071 0 0 0 31 2 0 0 20 0 15 0 105798208 10914828288 10448 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2664753 10448 3004 1 0 2627263 0
[pid=26716/tid=26718] ppid=26713 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) R 26713 26716 22004 0 -1 4202560 5017 0 0 0 18 1 0 0 20 0 15 0 105798209 10914828288 10448 33554432000 4194304 4196468 140726361373568 140276240429808 140276192795205 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798209 10914828288 10448 33554432000 4194304 4196468 140726361373568 140276188813968 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10659012 memory=3760698430270817952 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798210 10914828288 10448 33554432000 4194304 4196468 140726361373568 140276187761168 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798210 10914828288 10448 33554432000 4194304 4196468 140726361373568 140276186708368 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) S 26713 26716 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105798210 10914828288 10448 33554432000 4194304 4196468 140726361373568 140276185655568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105798211 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275795716976 140276236204674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275794662944 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275792558416 140276236212123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) S 26713 26716 22004 0 -1 1077944384 624 0 0 0 2 0 0 0 20 0 15 0 105798214 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275791505776 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) S 26713 26716 22004 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 15 0 105798214 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275790452976 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0.07 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) R 26713 26716 22004 0 -1 4202560 697 0 0 0 7 0 0 0 20 0 15 0 105798214 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275789400176 140276220274014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10659012 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798214 10914828288 10448 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41792 KiB

[startup+0.310331 s]*
/proc/loadavg: 2.09 2.36 2.39 5/216 26731
/proc/meminfo: memFree=28062576/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10659088 memory=52112 CPUtime=0.59 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 9833 0 0 0 56 3 0 0 20 0 15 0 105798208 10914906112 13028 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2664772 13028 3060 1 0 2627263 0
[pid=26716/tid=26718] ppid=26713 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) R 26713 26716 22004 0 -1 4202560 5696 0 0 0 27 2 0 0 20 0 15 0 105798209 10914906112 13028 33554432000 4194304 4196468 140726361373568 140276240429920 140276218061923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10659088 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798209 10914906112 13028 33554432000 4194304 4196468 140726361373568 140276188813968 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10659088 memory=3833324467525338784 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798210 10914906112 13028 33554432000 4194304 4196468 140726361373568 140276187761168 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798210 10914906112 13028 33554432000 4194304 4196468 140726361373568 140276186708368 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) S 26713 26716 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105798210 10914906112 13028 33554432000 4194304 4196468 140726361373568 140276185655568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10659088 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105798211 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275795716976 140276236204674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275794662944 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275792558416 140276236212123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) R 26713 26716 22004 0 -1 4202560 1114 0 0 0 7 0 0 0 20 0 15 0 105798214 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275791486792 140276220103977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) R 26713 26716 22004 0 -1 1077944384 644 0 0 0 6 0 0 0 20 0 15 0 105798214 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275790452976 140276236204674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10659088 memory=139749270832768 CPUtime=0.13 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) R 26713 26716 22004 0 -1 4202560 1010 0 0 0 13 0 0 0 20 0 15 0 105798214 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275789400176 140276221359072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10659088 memory=139749270832768 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798214 10914906112 13028 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52112 KiB

[startup+0.701127 s]
/proc/loadavg: 2.09 2.36 2.39 5/216 26731
/proc/meminfo: memFree=28039620/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10659088 memory=195336 CPUtime=1.85 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 12439 0 0 0 177 8 0 0 20 0 15 0 105798208 10914906112 48834 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2664772 48834 3131 1 0 2627263 0
[pid=26716/tid=26718] ppid=26713 vsize=10659088 memory=1840 CPUtime=0.65 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) R 26713 26716 22004 0 -1 4202560 6037 0 0 0 61 4 0 0 20 0 15 0 105798209 10914906112 48834 33554432000 4194304 4196468 140726361373568 140276240424704 140275863396232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) S 26713 26716 22004 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 105798209 10914906112 48834 33554432000 4194304 4196468 140726361373568 140276188813968 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10659088 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) S 26713 26716 22004 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 105798210 10914906112 48834 33554432000 4194304 4196468 140726361373568 140276187761168 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) S 26713 26716 22004 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 105798210 10914906112 48834 33554432000 4194304 4196468 140726361373568 140276186708368 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) S 26713 26716 22004 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 105798210 10914906112 48834 33554432000 4194304 4196468 140726361373568 140276185655568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105798211 10914906112 48834 33554432000 4194304 4196468 140726361373568 140275795716976 140276236204674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275794662944 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275792558416 140276236212123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10659088 memory=7163631965283378496 CPUtime=0.38 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) R 26713 26716 22004 0 -1 4202560 1599 0 0 0 38 0 0 0 20 0 15 0 105798214 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275791498968 140276221075186 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10659088 memory=7667213801450137426 CPUtime=0.41 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) R 26713 26716 22004 0 -1 4202560 1592 0 0 0 41 0 0 0 20 0 15 0 105798214 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275790433992 140276217737250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10659088 memory=7295946094789283920 CPUtime=0.33 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) S 26713 26716 22004 0 -1 1077944384 1730 0 0 0 33 0 0 0 20 0 15 0 105798214 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275789400176 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105798214 10914906112 48900 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 195336 KiB

[startup+1.50114 s]
/proc/loadavg: 2.09 2.36 2.39 5/216 26731
/proc/meminfo: memFree=27881808/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10659088 memory=518220 CPUtime=4.12 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 14168 0 0 0 378 34 0 0 20 0 15 0 105798208 10914906112 129555 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2664772 129555 3147 1 0 2627263 0
[pid=26716/tid=26718] ppid=26713 vsize=10659088 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) R 26713 26716 22004 0 -1 4202560 6126 0 0 0 115 6 0 0 20 0 15 0 105798209 10914906112 129555 33554432000 4194304 4196468 140726361373568 140276240429576 140275867657022 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10659088 memory=-6951259422114956437 CPUtime=0.23 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) S 26713 26716 22004 0 -1 1077944384 125 0 0 0 18 5 0 0 20 0 15 0 105798209 10914906112 129555 33554432000 4194304 4196468 140726361373568 140276188813968 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10659088 memory=-6509546260019855295 CPUtime=0.24 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) S 26713 26716 22004 0 -1 1077944384 193 0 0 0 18 6 0 0 20 0 15 0 105798210 10914906112 129555 33554432000 4194304 4196468 140726361373568 140276187761168 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10659088 memory=-7390251449858225344 CPUtime=0.22 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) S 26713 26716 22004 0 -1 1077944384 189 0 0 0 16 6 0 0 20 0 15 0 105798210 10914906112 129555 33554432000 4194304 4196468 140726361373568 140276186708368 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10659088 memory=4134692831991786133 CPUtime=0.24 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) S 26713 26716 22004 0 -1 1077944384 216 0 0 0 18 6 0 0 20 0 15 0 105798210 10914906112 129555 33554432000 4194304 4196468 140726361373568 140276185655568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105798211 10914906112 129555 33554432000 4194304 4196468 140726361373568 140275795716976 140276236204674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0

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

/proc/26716/statm: 2665284 2068198 3169 1 0 2627775 0
[pid=26716/tid=26718] ppid=26713 vsize=10661136 memory=1840 CPUtime=13.07 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) S 26713 26716 22004 0 -1 1077944384 15667 0 0 0 1296 11 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276240429568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10661136 memory=1004 CPUtime=54.47 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) R 26713 26716 22004 0 -1 4202560 8088 0 0 0 5292 155 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276188814088 140276228821735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10661136 memory=12060 CPUtime=54.94 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) R 26713 26716 22004 0 -1 4202560 8119 0 0 0 5335 159 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276187761368 140276217803332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10661136 memory=5788 CPUtime=54.46 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) R 26713 26716 22004 0 -1 4202560 11373 0 0 0 5285 161 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276186708176 140276228821735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10661136 memory=8272792 CPUtime=54.59 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) R 26713 26716 22004 0 -1 4202560 8864 0 0 0 5304 155 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276185655376 140276228821735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10661136 memory=1944 CPUtime=18.35 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 23457 0 0 0 1833 2 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275795715520 140276236203733 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10661136 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275794663008 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10661136 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10661136 memory=8508 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275792558416 140276236212123 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10661136 memory=1624 CPUtime=0.88 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) S 26713 26716 22004 0 -1 1077944384 3859 0 0 0 87 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275791505824 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10661136 memory=1200 CPUtime=0.98 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) S 26713 26716 22004 0 -1 1077944384 4283 0 0 0 98 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275790453024 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10661136 memory=792 CPUtime=0.48 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) S 26713 26716 22004 0 -1 1077944384 5272 0 0 0 47 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275789399936 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10661136 memory=1944 CPUtime=0.05 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 592 0 0 0 3 2 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 252.35 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8272792 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+88.6619 s]
# the end of solver process 26716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.734 s, system=6.54846 s

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

[startup+88.0007 s]*
/proc/loadavg: 2.95 2.57 2.46 6/217 26740
/proc/meminfo: memFree=19527764/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10661136 memory=8272792 CPUtime=257.81 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 90935 0 0 0 25131 650 0 0 20 0 15 0 105798208 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2665284 2068198 3169 1 0 2627775 0
[pid=26716/tid=26718] ppid=26713 vsize=10661136 memory=6791534058613427641 CPUtime=13.07 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) S 26713 26716 22004 0 -1 1077944384 15667 0 0 0 1296 11 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276240429568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10661136 memory=4126316290023845779 CPUtime=55.81 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) R 26713 26716 22004 0 -1 4202560 8088 0 0 0 5425 156 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276188814088 140276228821735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10661136 memory=1796 CPUtime=56.35 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) R 26713 26716 22004 0 -1 4202560 8119 0 0 0 5476 159 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276187761368 140276221191610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10661136 memory=916 CPUtime=55.82 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) R 26713 26716 22004 0 -1 4202560 11373 0 0 0 5421 161 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276186708176 140276228821735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10661136 memory=3848 CPUtime=55.95 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) R 26713 26716 22004 0 -1 4202560 8864 0 0 0 5439 156 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276185655376 140276228821735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10661136 memory=2788 CPUtime=18.35 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 23457 0 0 0 1833 2 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275795715520 140276236203733 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10661136 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275794663008 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10661136 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10661136 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275792558064 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10661136 memory=7140 CPUtime=0.88 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) S 26713 26716 22004 0 -1 1077944384 3859 0 0 0 87 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275791505824 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10661136 memory=529512 CPUtime=0.98 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) S 26713 26716 22004 0 -1 1077944384 4283 0 0 0 98 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275790453024 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10661136 memory=1404 CPUtime=0.48 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) S 26713 26716 22004 0 -1 1077944384 5272 0 0 0 47 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275789399936 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10661136 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10661136 memory=2244 CPUtime=0.05 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 592 0 0 0 3 2 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 257.81 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8272792 KiB

[startup+88.4111 s]
/proc/loadavg: 2.95 2.57 2.46 6/217 26740
/proc/meminfo: memFree=19527764/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10661136 memory=8272792 CPUtime=259.39 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 90935 0 0 0 25289 650 0 0 20 0 15 0 105798208 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2665284 2068198 3169 1 0 2627775 0
[pid=26716/tid=26718] ppid=26713 vsize=10661136 memory=7132 CPUtime=13.07 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) S 26713 26716 22004 0 -1 1077944384 15667 0 0 0 1296 11 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276240429568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10661136 memory=529512 CPUtime=56.2 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) R 26713 26716 22004 0 -1 4202560 8088 0 0 0 5464 156 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276188814088 140276221189627 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10661136 memory=1404 CPUtime=56.75 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) R 26713 26716 22004 0 -1 4202560 8119 0 0 0 5516 159 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276187761368 140276221189584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10661136 memory=279498219009984 CPUtime=56.21 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) R 26713 26716 22004 0 -1 4202560 11373 0 0 0 5460 161 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276186708488 140276221189598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10661136 memory=0 CPUtime=56.35 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) R 26713 26716 22004 0 -1 4202560 8864 0 0 0 5479 156 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276185655376 140276221189579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10661136 memory=139749109922602 CPUtime=18.35 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 23457 0 0 0 1833 2 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275795715520 140276236203733 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10661136 memory=279498219796176 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275794663008 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275792558064 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10661136 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) S 26713 26716 22004 0 -1 1077944384 3859 0 0 0 87 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275791505824 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10661136 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) S 26713 26716 22004 0 -1 1077944384 4283 0 0 0 98 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275790453024 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10661136 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) S 26713 26716 22004 0 -1 1077944384 5272 0 0 0 47 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275789399936 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10661136 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 592 0 0 0 3 2 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 259.39 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8272792 KiB

[startup+88.6111 s]
/proc/loadavg: 2.95 2.57 2.46 6/217 26740
/proc/meminfo: memFree=19527764/32770624 swapFree=67108860/67108860
[pid=26716] ppid=26713 vsize=10661136 memory=8272792 CPUtime=260.18 cores=0,2,4,6
/proc/26716/stat : 26716 (java) S 26713 26716 22004 0 -1 1077944320 90936 0 0 0 25368 650 0 0 20 0 15 0 105798208 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140726361356112 140276236193527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
/proc/26716/statm: 2665284 2068198 3169 1 0 2627775 0
[pid=26716/tid=26718] ppid=26713 vsize=10661136 memory=8148 CPUtime=13.07 cores=0,2,4,6
/proc/26716/task/26718/stat : 26718 (java) S 26713 26716 22004 0 -1 1077944384 15667 0 0 0 1296 11 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276240429568 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26719] ppid=26713 vsize=10661136 memory=844 CPUtime=56.4 cores=0,2,4,6
/proc/26716/task/26719/stat : 26719 (java) R 26713 26716 22004 0 -1 4202560 8088 0 0 0 5484 156 0 0 20 0 15 0 105798209 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276188814088 140276221189879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26720] ppid=26713 vsize=10661136 memory=1796 CPUtime=56.95 cores=0,2,4,6
/proc/26716/task/26720/stat : 26720 (java) R 26713 26716 22004 0 -1 4202560 8119 0 0 0 5536 159 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276187761368 140276217803282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26721] ppid=26713 vsize=10661136 memory=916 CPUtime=56.41 cores=0,2,4,6
/proc/26716/task/26721/stat : 26721 (java) R 26713 26716 22004 0 -1 4202560 11374 0 0 0 5480 161 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276186708488 140276221191562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26722] ppid=26713 vsize=10661136 memory=3848 CPUtime=56.55 cores=0,2,4,6
/proc/26716/task/26722/stat : 26722 (java) R 26713 26716 22004 0 -1 4202560 8864 0 0 0 5499 156 0 0 20 0 15 0 105798210 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140276185655376 140276221189951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26723] ppid=26713 vsize=10661136 memory=2788 CPUtime=18.35 cores=0,2,4,6
/proc/26716/task/26723/stat : 26723 (java) S 26713 26716 22004 0 -1 1077944384 23457 0 0 0 1833 2 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275795715520 140276236203733 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26724] ppid=26713 vsize=10661136 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26724/stat : 26724 (java) S 26713 26716 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105798211 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275794663008 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26725] ppid=26713 vsize=10661136 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26725/stat : 26725 (java) S 26713 26716 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105798212 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275793610096 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26726] ppid=26713 vsize=10661136 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26726/stat : 26726 (java) S 26713 26716 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275792558064 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26727] ppid=26713 vsize=10661136 memory=7132 CPUtime=0.88 cores=0,2,4,6
/proc/26716/task/26727/stat : 26727 (java) S 26713 26716 22004 0 -1 1077944384 3859 0 0 0 87 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275791505824 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26728] ppid=26713 vsize=10661136 memory=529512 CPUtime=0.98 cores=0,2,4,6
/proc/26716/task/26728/stat : 26728 (java) S 26713 26716 22004 0 -1 1077944384 4283 0 0 0 98 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275790453024 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26729] ppid=26713 vsize=10661136 memory=1404 CPUtime=0.48 cores=0,2,4,6
/proc/26716/task/26729/stat : 26729 (java) S 26713 26716 22004 0 -1 1077944384 5272 0 0 0 47 1 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275789399936 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26730] ppid=26713 vsize=10661136 memory=2944 CPUtime=0 cores=0,2,4,6
/proc/26716/task/26730/stat : 26730 (java) S 26713 26716 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275788347616 140276236203733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
[pid=26716/tid=26731] ppid=26713 vsize=10661136 memory=8272792 CPUtime=0.05 cores=0,2,4,6
/proc/26716/task/26731/stat : 26731 (java) S 26713 26716 22004 0 -1 1077944384 592 0 0 0 3 2 0 0 20 0 15 0 105798214 10917003264 2068198 33554432000 4194304 4196468 140726361373568 140275787295920 140276236204674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20094976 140726361379958 140726361380110 140726361380110 140726361382863 0
Current children cumulated CPU time: 260.18 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8272792 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 88.662
CPU time (s): 260.282
CPU user time (s): 253.734
CPU system time (s): 6.54846
CPU usage (%): 293.567
Max. virtual memory (cumulated for all children) (KiB): 10661136
Max. memory (cumulated for all children) (KiB): 8272792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.734
system time used= 6.54846
maximum resident set size= 8273136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5255
involuntary context switches= 2408


# summary of solver processes directly reported to runsolver:
#   pid: 26716
#   total CPU time (s): 260.282
#   total CPU user time (s): 253.734
#   total CPU system time (s): 6.54846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.544097 second user time and 0.893874 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 18:39:10
IDJOB=4301574
IDBENCH=141222
IDSOLVER=2773
FILE ID=node151/4301574-1532882350
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301574-1532882350/watcher-4301574-1532882350 -o /tmp/evaluation-result-4301574-1532882350/solver-4301574-1532882350 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301574-1532882350.xml

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

MD5SUM BENCH= ee128878a96f2bf381e98278be1f86f4
RANDOM SEED=1295913464

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	: 5333.87
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.87
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.87
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.87
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:        28101748 kB
MemAvailable:   31747696 kB
Buffers:          211488 kB
Cached:          3708796 kB
SwapCached:            0 kB
Active:          1577148 kB
Inactive:        2623112 kB
Active(anon):     229868 kB
Inactive(anon):    78188 kB
Active(file):    1347280 kB
Inactive(file):  2544924 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2212 kB
Writeback:             0 kB
AnonPages:        465948 kB
Mapped:            56308 kB
Shmem:             25224 kB
Slab:             167320 kB
SReclaimable:     139160 kB
SUnreclaim:        28160 kB
KernelStack:        3856 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 18:40:39