Trace number 4301661

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.268 99.8782

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-02-0250_c18.xml
MD5SUM9ab3e648243ddfeac66c66819bd63413
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40498464
Best CPU time to get the best result obtained on this benchmark252.17
Satisfiable
(Un)Satisfiability was proved
Number of variables4758
Number of constraints3055
Number of domains59
Minimum domain size1
Maximum domain size105
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1667},{"size":11,"count":1419},{"size":12,"count":1},{"size":21,"count":41},{"size":23,"count":11},{"size":32,"count":14},{"size":39,"count":42},{"size":41,"count":3},{"size":42,"count":5},{"size":47,"count":7},{"size":48,"count":8},{"size":49,"count":5},{"size":51,"count":12},{"size":53,"count":32},{"size":54,"count":10},{"size":55,"count":22},{"size":56,"count":8},{"size":57,"count":35},{"size":58,"count":37},{"size":59,"count":5},{"size":60,"count":10},{"size":61,"count":1},{"size":62,"count":14},{"size":63,"count":56},{"size":64,"count":19},{"size":65,"count":18},{"size":67,"count":34},{"size":69,"count":56},{"size":70,"count":15},{"size":71,"count":22},{"size":73,"count":14},{"size":76,"count":3},{"size":77,"count":19},{"size":82,"count":34},{"size":83,"count":32},{"size":84,"count":22},{"size":89,"count":29},{"size":90,"count":74},{"size":92,"count":126},{"size":95,"count":73},{"size":96,"count":86},{"size":97,"count":47},{"size":99,"count":20},{"size":102,"count":70},{"size":105,"count":478}]
Minimum variable degree2
Maximum variable degree1420
Distribution of variable degrees[{"degree":2,"count":4257},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":7},{"degree":6,"count":19},{"degree":7,"count":25},{"degree":8,"count":23},{"degree":9,"count":30},{"degree":10,"count":39},{"degree":11,"count":41},{"degree":12,"count":49},{"degree":13,"count":55},{"degree":14,"count":52},{"degree":15,"count":51},{"degree":16,"count":64},{"degree":17,"count":38},{"degree":1420,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":217},{"arity":3,"count":1419},{"arity":6,"count":1419}]
Number of extensional constraints1419
Number of intensional constraints1636
Distribution of constraint types[{"type":"extension","count":1419},{"type":"intension","count":1636}]
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 (13167 MiB free)
  memory of node 1: 16384 MiB (13207 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301661-1532883501/watcher-4301661-1532883501 -o /tmp/evaluation-result-4301661-1532883501/solver-4301661-1532883501 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301661-1532883501.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
Current StackSize limit: 8192 KiB

solver pid=27836, runsolver pid=27833

[startup+0.109739 s]*
/proc/loadavg: 4.41 3.08 2.72 4/215 27851
/proc/meminfo: memFree=26987904/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10659012 memory=31640 CPUtime=0.15 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 6497 0 0 0 13 2 0 0 20 0 15 0 105913315 10914828288 7910 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2664753 7910 2902 1 0 2627263 0
[pid=27836/tid=27838] ppid=27833 vsize=10659012 memory=-8701690554792448381 CPUtime=0.1 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) R 27833 27836 22004 0 -1 4202560 4270 0 0 0 9 1 0 0 20 0 15 0 105913315 10914828288 7910 33554432000 4194304 4196468 140735591372016 140236416671968 140236412482717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 7910 33554432000 4194304 4196468 140735591372016 140236338535056 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 7910 33554432000 4194304 4196468 140735591372016 140236337482256 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 7910 33554432000 4194304 4196468 140735591372016 140236336429456 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 7910 33554432000 4194304 4196468 140735591372016 140236335376656 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235904068464 140236412471938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235903014432 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235901961584 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913320 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235900909904 140236412479387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) S 27833 27836 22004 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 105913320 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235899857264 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) S 27833 27836 22004 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 15 0 105913320 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235898804464 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0.02 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 105913320 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235897751664 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913321 10914828288 7910 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31640 KiB

[startup+0.212751 s]*
/proc/loadavg: 4.41 3.08 2.72 5/215 27851
/proc/meminfo: memFree=26942960/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10659012 memory=41148 CPUtime=0.33 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 7401 0 0 0 31 2 0 0 20 0 15 0 105913315 10914828288 10287 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2664753 10287 2966 1 0 2627263 0
[pid=27836/tid=27838] ppid=27833 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) R 27833 27836 22004 0 -1 4202560 4578 0 0 0 19 1 0 0 20 0 15 0 105913315 10914828288 10287 33554432000 4194304 4196468 140735591372016 140236416697056 140236396541278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 10287 33554432000 4194304 4196468 140735591372016 140236338535056 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10659012 memory=140465780673936 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 10287 33554432000 4194304 4196468 140735591372016 140236337482256 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 10287 33554432000 4194304 4196468 140735591372016 140236336429456 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 10287 33554432000 4194304 4196468 140735591372016 140236335376656 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235904068464 140236412471938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235903014432 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235901961584 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913320 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235900909904 140236412479387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) S 27833 27836 22004 0 -1 1077944384 502 0 0 0 2 0 0 0 20 0 15 0 105913320 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235899857264 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) S 27833 27836 22004 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 105913320 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235898804464 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0.07 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 696 0 0 0 7 0 0 0 20 0 15 0 105913320 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235897751664 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913321 10914828288 10287 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41148 KiB

[startup+0.311281 s]*
/proc/loadavg: 4.41 3.08 2.72 9/215 27851
/proc/meminfo: memFree=26839140/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10659012 memory=58348 CPUtime=0.6 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 9082 0 0 0 57 3 0 0 20 0 15 0 105913315 10914828288 14587 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2664753 14587 3053 1 0 2627263 0
[pid=27836/tid=27838] ppid=27833 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) R 27833 27836 22004 0 -1 4202560 4888 0 0 0 28 2 0 0 20 0 15 0 105913315 10914828288 14587 33554432000 4194304 4196468 140735591372016 140236416696320 140236412482717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10659012 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 14587 33554432000 4194304 4196468 140735591372016 140236338535056 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10659012 memory=140465780673909 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 14587 33554432000 4194304 4196468 140735591372016 140236337482256 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 14587 33554432000 4194304 4196468 140735591372016 140236336429456 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913316 10914828288 14587 33554432000 4194304 4196468 140735591372016 140236335376656 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235904068464 140236412471938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235903014432 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913318 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235901961584 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913320 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235900909904 140236412479387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) R 27833 27836 22004 0 -1 4202560 1009 0 0 0 8 0 0 0 20 0 15 0 105913320 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235899857264 140236396850943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) R 27833 27836 22004 0 -1 4202560 906 0 0 0 7 0 0 0 20 0 15 0 105913320 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235898796416 140236393161088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0.12 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) R 27833 27836 22004 0 -1 1077944384 926 0 0 0 12 0 0 0 20 0 15 0 105913320 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235897751664 140236412471938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10659012 memory=140465780651648 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913321 10914828288 14587 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 58348 KiB

[startup+0.701277 s]
/proc/loadavg: 4.41 3.08 2.72 6/215 27851
/proc/meminfo: memFree=26578368/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10659088 memory=300796 CPUtime=1.81 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 12837 0 0 0 160 21 0 0 20 0 15 0 105913315 10914906112 75199 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2664772 75199 3107 1 0 2627263 0
[pid=27836/tid=27838] ppid=27833 vsize=10659088 memory=1840 CPUtime=0.61 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) R 27833 27836 22004 0 -1 4202560 5392 0 0 0 56 5 0 0 20 0 15 0 105913315 10914906112 75199 33554432000 4194304 4196468 140735591372016 140236416691600 140236394112680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10659088 memory=1004 CPUtime=0.04 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) S 27833 27836 22004 0 -1 1077944384 48 0 0 0 2 2 0 0 20 0 15 0 105913316 10914906112 75199 33554432000 4194304 4196468 140735591372016 140236338535056 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10659088 memory=12060 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) S 27833 27836 22004 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 105913316 10914906112 75199 33554432000 4194304 4196468 140735591372016 140236337482256 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10659088 memory=5788 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) S 27833 27836 22004 0 -1 1077944384 59 0 0 0 2 3 0 0 20 0 15 0 105913316 10914906112 75199 33554432000 4194304 4196468 140735591372016 140236336429456 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10659088 memory=792 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) S 27833 27836 22004 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 105913316 10914906112 75199 33554432000 4194304 4196468 140735591372016 140236335376656 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105913318 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235904068464 140236412471938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105913318 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235903014432 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105913318 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235901961584 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913320 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235900909904 140236412479387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10659088 memory=7163631965283378496 CPUtime=0.38 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) R 27833 27836 22004 0 -1 4202560 2472 0 0 0 38 0 0 0 20 0 15 0 105913320 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235899843328 140236394005009 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10659088 memory=7667213801450137426 CPUtime=0.31 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) R 27833 27836 22004 0 -1 4202560 1719 0 0 0 31 0 0 0 20 0 15 0 105913320 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235898790176 140236395955030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10659088 memory=6935658124599644240 CPUtime=0.23 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 1578 0 0 0 23 0 0 0 20 0 15 0 105913320 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235897751664 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913321 10914906112 75199 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 300796 KiB

[startup+1.50087 s]
/proc/loadavg: 4.41 3.08 2.72 5/216 27852
/proc/meminfo: memFree=26433864/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10659088 memory=400768 CPUtime=4.28 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 28443 0 0 0 400 28 0 0 20 0 15 0 105913315 10914906112 100192 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2664772 100192 3127 1 0 2627263 0
[pid=27836/tid=27838] ppid=27833 vsize=10659088 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) R 27833 27836 22004 0 -1 4202560 5446 0 0 0 133 5 0 0 20 0 15 0 105913315 10914906112 100192 33554432000 4194304 4196468 140735591372016 140236416697952 140236004383749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10659088 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) S 27833 27836 22004 0 -1 1077944384 61 0 0 0 3 3 0 0 20 0 15 0 105913316 10914906112 100192 33554432000 4194304 4196468 140735591372016 140236338535056 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10659088 memory=-6509546260019855295 CPUtime=0.07 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) S 27833 27836 22004 0 -1 1077944384 219 0 0 0 3 4 0 0 20 0 15 0 105913316 10914906112 100192 33554432000 4194304 4196468 140735591372016 140236337482256 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) S 27833 27836 22004 0 -1 1077944384 222 0 0 0 3 4 0 0 20 0 15 0 105913316 10914906112 100192 33554432000 4194304 4196468 140735591372016 140236336429456 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10659088 memory=4134692831991786133 CPUtime=0.08 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) S 27833 27836 22004 0 -1 1077944384 122 0 0 0 3 5 0 0 20 0 15 0 105913316 10914906112 100192 33554432000 4194304 4196468 140735591372016 140236335376656 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105913318 10914906112 100192 33554432000 4194304 4196468 140735591372016 140235904068464 140236412471938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0

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

/proc/27836/statm: 2665284 2070432 3185 1 0 2627775 0
[pid=27836/tid=27838] ppid=27833 vsize=10661136 memory=792 CPUtime=37.33 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) S 27833 27836 22004 0 -1 1077944384 20855 0 0 0 3702 31 0 0 20 0 15 0 105913315 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140236416694224 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10661136 memory=1228 CPUtime=48.63 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) R 27833 27836 22004 0 -1 4202560 167081 0 0 0 4743 120 0 0 20 0 15 0 105913316 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140236338535256 140236397159645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10661136 memory=1944 CPUtime=48.51 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) R 27833 27836 22004 0 -1 4202560 219659 0 0 0 4732 119 0 0 20 0 15 0 105913316 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140236337482456 140236396918259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10661136 memory=1416 CPUtime=48.62 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) R 27833 27836 22004 0 -1 4202560 146307 0 0 0 4739 123 0 0 20 0 15 0 105913316 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140236336429344 140236397161424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10661136 memory=6791534058613427641 CPUtime=48.64 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) R 27833 27836 22004 0 -1 4202560 358577 0 0 0 4737 127 0 0 20 0 15 0 105913316 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140236335376856 140236397457195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10661136 memory=8148 CPUtime=11.17 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 26954 0 0 0 1115 2 0 0 20 0 15 0 105913318 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235904067008 140236412470997 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10661136 memory=844 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235903014496 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10661136 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235901961600 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10661136 memory=916 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913320 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235900909904 140236412479387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10661136 memory=3848 CPUtime=3.87 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) S 27833 27836 22004 0 -1 1077944384 20971 0 0 0 383 4 0 0 20 0 15 0 105913320 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235899857024 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10661136 memory=2788 CPUtime=4.7 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) S 27833 27836 22004 0 -1 1077944384 22583 0 0 0 467 3 0 0 20 0 15 0 105913320 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235898804512 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10661136 memory=2732 CPUtime=0.71 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 4874 0 0 0 69 2 0 0 20 0 15 0 105913320 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235897751712 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10661136 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10661136 memory=1404 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 2725 0 0 0 2 3 0 0 20 0 15 0 105913321 10917003264 2070432 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 252.32 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8281728 KiB

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

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

[startup+99.8781 s]
# the end of solver process 27836 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.797 s, system=5.47145 s

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

[startup+99.2007 s]
/proc/loadavg: 4.48 3.39 2.87 9/216 27853
/proc/meminfo: memFree=11349452/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10661136 memory=8281732 CPUtime=257.79 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 1001422 0 0 0 25240 539 0 0 20 0 15 0 105913315 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2665284 2070433 3185 1 0 2627775 0
[pid=27836/tid=27838] ppid=27833 vsize=10661136 memory=8218240 CPUtime=37.33 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) S 27833 27836 22004 0 -1 1077944384 20855 0 0 0 3702 31 0 0 20 0 15 0 105913315 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236416694224 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10661136 memory=2244 CPUtime=49.99 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) R 27833 27836 22004 0 -1 4202560 169710 0 0 0 4879 120 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236338535176 140236405088999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10661136 memory=4124 CPUtime=49.88 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) R 27833 27836 22004 0 -1 4202560 222350 0 0 0 4868 120 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236337482376 140236405088999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10661136 memory=6791534058613427641 CPUtime=49.99 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) R 27833 27836 22004 0 -1 4202560 148037 0 0 0 4875 124 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236336429576 140236405557504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10661136 memory=4028 CPUtime=50.01 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) R 27833 27836 22004 0 -1 4202560 360964 0 0 0 4874 127 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236335376776 140236405088999 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10661136 memory=30188 CPUtime=11.17 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 26954 0 0 0 1115 2 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235904067008 140236412470997 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10661136 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235903014496 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235901961600 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10661136 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235900909552 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10661136 memory=1200 CPUtime=3.87 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) S 27833 27836 22004 0 -1 1077944384 20971 0 0 0 383 4 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235899857024 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10661136 memory=15872 CPUtime=4.7 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) S 27833 27836 22004 0 -1 1077944384 22583 0 0 0 467 3 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235898804512 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10661136 memory=17992 CPUtime=0.71 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 4874 0 0 0 69 2 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235897751712 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10661136 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10661136 memory=18248 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 2725 0 0 0 2 3 0 0 20 0 15 0 105913321 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 257.79 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8281732 KiB

[startup+99.6013 s]
/proc/loadavg: 4.48 3.39 2.87 9/216 27853
/proc/meminfo: memFree=11349452/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10661136 memory=8281732 CPUtime=259.37 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 1001482 0 0 0 25398 539 0 0 20 0 15 0 105913315 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2665284 2070433 3185 1 0 2627775 0
[pid=27836/tid=27838] ppid=27833 vsize=10661136 memory=30188 CPUtime=37.33 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) S 27833 27836 22004 0 -1 1077944384 20855 0 0 0 3702 31 0 0 20 0 15 0 105913315 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236416694224 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10661136 memory=1296 CPUtime=50.39 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) R 27833 27836 22004 0 -1 4202560 169722 0 0 0 4919 120 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236338535176 140236397458843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10661136 memory=2424 CPUtime=50.28 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) R 27833 27836 22004 0 -1 4202560 222364 0 0 0 4908 120 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236337482376 140236405088999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10661136 memory=1840 CPUtime=50.38 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) R 27833 27836 22004 0 -1 4202560 148062 0 0 0 4914 124 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236336429576 140236405088999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10661136 memory=1004 CPUtime=50.4 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) R 27833 27836 22004 0 -1 4202560 360973 0 0 0 4913 127 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236335376776 140236397457188 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10661136 memory=12060 CPUtime=11.17 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 26954 0 0 0 1115 2 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235904067008 140236412470997 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10661136 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235903014496 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235901961600 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10661136 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235900909552 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10661136 memory=1944 CPUtime=3.87 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) S 27833 27836 22004 0 -1 1077944384 20971 0 0 0 383 4 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235899857024 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10661136 memory=1416 CPUtime=4.7 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) S 27833 27836 22004 0 -1 1077944384 22583 0 0 0 467 3 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235898804512 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10661136 memory=4612 CPUtime=0.71 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 4874 0 0 0 69 2 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235897751712 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10661136 memory=8508 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10661136 memory=1624 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) R 27833 27836 22004 0 -1 1077944384 2725 0 0 0 2 3 0 0 20 0 15 0 105913321 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 259.37 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8281732 KiB

[startup+99.8007 s]
/proc/loadavg: 4.48 3.39 2.87 9/216 27853
/proc/meminfo: memFree=11349452/32770624 swapFree=67108860/67108860
[pid=27836] ppid=27833 vsize=10661136 memory=8281732 CPUtime=260.16 cores=1,3,5,7
/proc/27836/stat : 27836 (java) S 27833 27836 22004 0 -1 1077944320 1001482 0 0 0 25477 539 0 0 20 0 15 0 105913315 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140735591354560 140236412460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
/proc/27836/statm: 2665284 2070433 3185 1 0 2627775 0
[pid=27836/tid=27838] ppid=27833 vsize=10661136 memory=8218240 CPUtime=37.33 cores=1,3,5,7
/proc/27836/task/27838/stat : 27838 (java) S 27833 27836 22004 0 -1 1077944384 20855 0 0 0 3702 31 0 0 20 0 15 0 105913315 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236416694224 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27839] ppid=27833 vsize=10661136 memory=2424 CPUtime=50.59 cores=1,3,5,7
/proc/27836/task/27839/stat : 27839 (java) R 27833 27836 22004 0 -1 4202560 169722 0 0 0 4939 120 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236338535176 140236405088999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27840] ppid=27833 vsize=10661136 memory=1840 CPUtime=50.48 cores=1,3,5,7
/proc/27836/task/27840/stat : 27840 (java) R 27833 27836 22004 0 -1 4202560 222364 0 0 0 4928 120 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236337482064 140236397458747 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27841] ppid=27833 vsize=10661136 memory=1004 CPUtime=50.58 cores=1,3,5,7
/proc/27836/task/27841/stat : 27841 (java) R 27833 27836 22004 0 -1 4202560 148062 0 0 0 4934 124 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236336429576 140236397457192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27842] ppid=27833 vsize=10661136 memory=12060 CPUtime=50.59 cores=1,3,5,7
/proc/27836/task/27842/stat : 27842 (java) R 27833 27836 22004 0 -1 4202560 360973 0 0 0 4932 127 0 0 20 0 15 0 105913316 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140236335376776 140236405088999 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27843] ppid=27833 vsize=10661136 memory=5788 CPUtime=11.17 cores=1,3,5,7
/proc/27836/task/27843/stat : 27843 (java) S 27833 27836 22004 0 -1 1077944384 26954 0 0 0 1115 2 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235904067008 140236412470997 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27844] ppid=27833 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27844/stat : 27844 (java) S 27833 27836 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235903014496 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27845] ppid=27833 vsize=10661136 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27845/stat : 27845 (java) S 27833 27836 22004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105913318 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235901961600 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27846] ppid=27833 vsize=10661136 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27846/stat : 27846 (java) S 27833 27836 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235900909552 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27847] ppid=27833 vsize=10661136 memory=1416 CPUtime=3.87 cores=1,3,5,7
/proc/27836/task/27847/stat : 27847 (java) S 27833 27836 22004 0 -1 1077944384 20971 0 0 0 383 4 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235899857024 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27848] ppid=27833 vsize=10661136 memory=4612 CPUtime=4.7 cores=1,3,5,7
/proc/27836/task/27848/stat : 27848 (java) S 27833 27836 22004 0 -1 1077944384 22583 0 0 0 467 3 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235898804512 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27849] ppid=27833 vsize=10661136 memory=8508 CPUtime=0.71 cores=1,3,5,7
/proc/27836/task/27849/stat : 27849 (java) S 27833 27836 22004 0 -1 1077944384 4874 0 0 0 69 2 0 0 20 0 15 0 105913320 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235897751712 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27850] ppid=27833 vsize=10661136 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/27836/task/27850/stat : 27850 (java) S 27833 27836 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913321 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235896699104 140236412470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
[pid=27836/tid=27851] ppid=27833 vsize=10661136 memory=1200 CPUtime=0.05 cores=1,3,5,7
/proc/27836/task/27851/stat : 27851 (java) S 27833 27836 22004 0 -1 1077944384 2725 0 0 0 2 3 0 0 20 0 15 0 105913321 10917003264 2070433 33554432000 4194304 4196468 140735591372016 140235895647408 140236412471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29196288 140735591375990 140735591376142 140735591376142 140735591378895 0
Current children cumulated CPU time: 260.16 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8281732 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 99.8782
CPU time (s): 260.268
CPU user time (s): 254.797
CPU system time (s): 5.47145
CPU usage (%): 260.586
Max. virtual memory (cumulated for all children) (KiB): 10662188
Max. memory (cumulated for all children) (KiB): 8281732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.797
system time used= 5.47145
maximum resident set size= 8282096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1001486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9040
involuntary context switches= 4226


# summary of solver processes directly reported to runsolver:
#   pid: 27836
#   total CPU time (s): 260.268
#   total CPU user time (s): 254.797
#   total CPU system time (s): 5.47145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.692254 second user time and 0.938005 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 18:58:21
IDJOB=4301661
IDBENCH=141264
IDSOLVER=2773
FILE ID=node151/4301661-1532883501
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 58972 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-02-0250_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301661-1532883501/watcher-4301661-1532883501 -o /tmp/evaluation-result-4301661-1532883501/solver-4301661-1532883501 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301661-1532883501.xml

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

MD5SUM BENCH= 9ab3e648243ddfeac66c66819bd63413
RANDOM SEED=818932921

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:        27007972 kB
MemAvailable:   31002192 kB
Buffers:          212032 kB
Cached:          4055084 kB
SwapCached:            0 kB
Active:          2666468 kB
Inactive:        2624888 kB
Active(anon):     973844 kB
Inactive(anon):    78188 kB
Active(file):    1692624 kB
Inactive(file):  2546700 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            349652 kB
Writeback:             0 kB
AnonPages:        975788 kB
Mapped:            56184 kB
Shmem:             25224 kB
Slab:             169588 kB
SReclaimable:     141464 kB
SUnreclaim:        28124 kB
KernelStack:        3792 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2140408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 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= 58968 MiB
End job on node151 at 2018-07-29 19:00:01