Trace number 4301523

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.06 87.8507

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-03-opt_c18.xml
MD5SUM631d96c8d55ed895f005166b86b2772f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark251.992
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Number of domains4
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":8},{"size":36,"count":182},{"size":44,"count":208}]
Minimum variable degree4
Maximum variable degree62
Distribution of variable degrees[{"degree":4,"count":16},{"degree":5,"count":11},{"degree":6,"count":28},{"degree":7,"count":18},{"degree":8,"count":30},{"degree":9,"count":5},{"degree":10,"count":40},{"degree":11,"count":25},{"degree":12,"count":20},{"degree":13,"count":11},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":20},{"degree":17,"count":7},{"degree":18,"count":26},{"degree":19,"count":7},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":5},{"degree":26,"count":9},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":4},{"degree":30,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":37,"count":1},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2760}]
Number of extensional constraints0
Number of intensional constraints2760
Distribution of constraint types[{"type":"intension","count":2760}]
Optimization problemYES
Type of objectivemin NVALUES

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301523-1532881727/watcher-4301523-1532881727 -o /tmp/evaluation-result-4301523-1532881727/solver-4301523-1532881727 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301523-1532881727.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=15306, runsolver pid=15303

[startup+0.100142 s]*
/proc/loadavg: 3.90 2.73 2.33 3/216 15321
/proc/meminfo: memFree=23828444/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10659012 memory=30108 CPUtime=0.12 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 6600 0 0 0 11 1 0 0 20 0 15 0 105735878 10914828288 7527 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2664753 7527 2823 1 0 2627263 0
[pid=15306/tid=15308] ppid=15303 vsize=10659012 memory=-8773748148830246018 CPUtime=0.09 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) R 15303 15306 13514 0 -1 4202560 4433 0 0 0 8 1 0 0 20 0 15 0 105735878 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438844036976 140438839854237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438792453008 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438791400208 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438790347920 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) S 15303 15306 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438789295120 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105735880 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438399441008 140438839843458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105735881 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438398386976 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105735881 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438397334640 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735883 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438396282960 140438839850907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) S 15303 15306 13514 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 105735883 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438395230832 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735883 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0.02 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) S 15303 15306 13514 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 105735883 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438393125744 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735884 10914828288 7527 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210473 s]*
/proc/loadavg: 3.90 2.73 2.33 5/216 15321
/proc/meminfo: memFree=23818396/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10659012 memory=41796 CPUtime=0.33 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 8121 0 0 0 31 2 0 0 20 0 15 0 105735878 10914828288 10449 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2664753 10449 2995 1 0 2627263 0
[pid=15306/tid=15308] ppid=15303 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) R 15303 15306 13514 0 -1 4202560 5017 0 0 0 19 1 0 0 20 0 15 0 105735878 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438844068576 140438823875941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438792453008 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10659012 memory=140015103246346 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438791400208 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438790347920 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) S 15303 15306 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105735879 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438789295120 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105735880 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438399441008 140438839843458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105735881 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438398386976 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105735881 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438397334640 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735883 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438396282960 140438839850907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) S 15303 15306 13514 0 -1 1077944384 791 0 0 0 2 0 0 0 20 0 15 0 105735883 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438395230832 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) S 15303 15306 13514 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 105735883 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0.07 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) R 15303 15306 13514 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 15 0 105735883 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438393125744 140438818322097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10659012 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735884 10914828288 10449 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41796 KiB

[startup+0.310475 s]*
/proc/loadavg: 3.90 2.73 2.33 5/216 15321
/proc/meminfo: memFree=23805804/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10659088 memory=52920 CPUtime=0.6 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 9932 0 0 0 57 3 0 0 20 0 15 0 105735878 10914906112 13230 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2664772 13230 3067 1 0 2627263 0
[pid=15306/tid=15308] ppid=15303 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) R 15303 15306 13514 0 -1 4202560 5714 0 0 0 28 1 0 0 20 0 15 0 105735878 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438844068704 140438823912798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438792453008 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10659088 memory=140015103240661 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438791400208 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438790347920 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) S 15303 15306 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438789295120 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10659088 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105735880 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438399441008 140438839843458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105735881 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438398386976 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105735881 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438397334640 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735883 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438396282960 140438839850907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) R 15303 15306 13514 0 -1 4202560 1274 0 0 0 8 0 0 0 20 0 15 0 105735883 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438395211848 140438817657576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) R 15303 15306 13514 0 -1 1077944384 580 0 0 0 7 0 0 0 20 0 15 0 105735883 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10659088 memory=140015102621312 CPUtime=0.12 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) R 15303 15306 13514 0 -1 4202560 1006 0 0 0 12 0 0 0 20 0 15 0 105735883 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438393125744 140438819235361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10659088 memory=140015102621312 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735884 10914906112 13230 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52920 KiB

[startup+0.700725 s]
/proc/loadavg: 3.90 2.73 2.33 7/216 15321
/proc/meminfo: memFree=23778756/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10659088 memory=156704 CPUtime=1.87 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 13403 0 0 0 182 5 0 0 20 0 15 0 105735878 10914906112 39176 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2664772 39176 3105 1 0 2627263 0
[pid=15306/tid=15308] ppid=15303 vsize=10659088 memory=16828 CPUtime=0.66 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) R 15303 15306 13514 0 -1 4202560 6055 0 0 0 63 3 0 0 20 0 15 0 105735878 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438844067360 140438471996967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10659088 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438792453008 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10659088 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438791400208 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10659088 memory=496 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438790347920 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) S 15303 15306 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105735879 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438789295120 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10659088 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105735880 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438399441008 140438839843458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10659088 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105735881 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438398386976 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10659088 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105735881 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438397334640 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735883 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438396282960 140438839850907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10659088 memory=6081108994580573287 CPUtime=0.41 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) R 15303 15306 13514 0 -1 4202560 1973 0 0 0 41 0 0 0 20 0 15 0 105735883 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438395214896 140438819076203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10659088 memory=5788647689011156329 CPUtime=0.4 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) R 15303 15306 13514 0 -1 4202560 1935 0 0 0 40 0 0 0 20 0 15 0 105735883 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438394165344 140438821352386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10659088 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) S 15303 15306 13514 0 -1 1077944384 2070 0 0 0 35 0 0 0 20 0 15 0 105735883 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438393125744 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10659088 memory=756 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105735884 10914906112 39176 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 156704 KiB

[startup+1.50083 s]
/proc/loadavg: 3.90 2.73 2.33 5/216 15321
/proc/meminfo: memFree=23648248/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10661136 memory=378036 CPUtime=4.26 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 15377 0 0 0 405 21 0 0 20 0 15 0 105735878 10917003264 94509 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2665284 94509 3146 1 0 2627775 0
[pid=15306/tid=15308] ppid=15303 vsize=10661136 memory=291080 CPUtime=1.35 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) R 15303 15306 13514 0 -1 4202560 6142 0 0 0 130 5 0 0 20 0 15 0 105735878 10917003264 94509 33554432000 4194304 4196468 140735069646656 140438844066264 140438473030591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10661136 memory=33 CPUtime=0.1 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) S 15303 15306 13514 0 -1 1077944384 109 0 0 0 7 3 0 0 20 0 15 0 105735879 10917003264 94509 33554432000 4194304 4196468 140735069646656 140438792453008 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10661136 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) S 15303 15306 13514 0 -1 1077944384 136 0 0 0 7 3 0 0 20 0 15 0 105735879 10917003264 94509 33554432000 4194304 4196468 140735069646656 140438791400208 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10661136 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) S 15303 15306 13514 0 -1 1077944384 115 0 0 0 7 3 0 0 20 0 15 0 105735879 10917003264 94509 33554432000 4194304 4196468 140735069646656 140438790347920 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10661136 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) S 15303 15306 13514 0 -1 1077944384 126 0 0 0 7 3 0 0 20 0 15 0 105735879 10917003264 94509 33554432000 4194304 4196468 140735069646656 140438789295120 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105735880 10917003264 94509 33554432000 4194304 4196468 140735069646656 140438399441008 140438839843458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0

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


[startup+87.8507 s]
# the end of solver process 15306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.731 s, system=6.32879 s

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

[startup+86.4013 s]
/proc/loadavg: 4.41 3.10 2.49 6/215 15406
/proc/meminfo: memFree=13348432/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10661136 memory=8005656 CPUtime=254.44 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 159399 0 0 0 24817 627 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2665284 2001414 3178 1 0 2627775 0
[pid=15306/tid=15308] ppid=15303 vsize=10661136 memory=8000768 CPUtime=15.54 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) S 15303 15306 13514 0 -1 1077944384 14393 0 0 0 1545 9 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438844064224 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10661136 memory=8005636 CPUtime=54.28 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) R 15303 15306 13514 0 -1 4202560 12932 0 0 0 5280 148 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438792453208 140438824817607 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10661136 memory=8005652 CPUtime=54.55 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) R 15303 15306 13514 0 -1 4202560 20726 0 0 0 5304 151 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438791400408 140438821429322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10661136 memory=4140 CPUtime=54.18 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) R 15303 15306 13514 0 -1 4202560 34345 0 0 0 5260 158 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438790347816 140438832460519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10661136 memory=30184 CPUtime=53.93 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) R 15303 15306 13514 0 -1 4202560 14036 0 0 0 5243 150 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438789295320 140438821429322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10661136 memory=2204 CPUtime=15.86 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 32683 0 0 0 1585 1 0 0 20 0 15 0 105735880 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438399439328 140438839842517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10661136 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438398387040 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10661136 memory=8005612 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438397334656 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10661136 memory=2856 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438396282608 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10661136 memory=8005612 CPUtime=2.82 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) S 15303 15306 13514 0 -1 1077944384 14420 0 0 0 279 3 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438395230832 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10661136 memory=6791534058613427641 CPUtime=2.6 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) S 15303 15306 13514 0 -1 1077944384 10622 0 0 0 259 1 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10661136 memory=2236 CPUtime=0.55 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) S 15303 15306 13514 0 -1 1077944384 3663 0 0 0 55 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438393125744 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10661136 memory=8005636 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10661136 memory=8005636 CPUtime=0.05 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 187 0 0 0 2 3 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 254.44 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8005656 KiB

[startup+87.2013 s]
/proc/loadavg: 4.41 3.10 2.49 9/215 15406
/proc/meminfo: memFree=13214940/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10661136 memory=8005656 CPUtime=257.59 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 166136 0 0 0 25131 628 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2665284 2001414 3178 1 0 2627775 0
[pid=15306/tid=15308] ppid=15303 vsize=10661136 memory=6944656592455097440 CPUtime=15.54 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) S 15303 15306 13514 0 -1 1077944384 14393 0 0 0 1545 9 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438844064224 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10661136 memory=4065 CPUtime=55.06 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) R 15303 15306 13514 0 -1 4202560 17639 0 0 0 5358 148 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438792453208 140438824530086 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10661136 memory=-3621219749712857441 CPUtime=55.35 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) R 15303 15306 13514 0 -1 4202560 21588 0 0 0 5384 151 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438791400408 140438821429322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10661136 memory=1520 CPUtime=54.94 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) R 15303 15306 13514 0 -1 4202560 34345 0 0 0 5336 158 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438790347816 140438832460519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10661136 memory=844 CPUtime=54.73 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) R 15303 15306 13514 0 -1 4202560 15204 0 0 0 5323 150 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438789295320 140438821385947 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10661136 memory=3360 CPUtime=15.86 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 32683 0 0 0 1585 1 0 0 20 0 15 0 105735880 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438399439328 140438839842517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10661136 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438398387040 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10661136 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438397334656 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10661136 memory=10368 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438396282608 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10661136 memory=6791534058613427641 CPUtime=2.82 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) S 15303 15306 13514 0 -1 1077944384 14420 0 0 0 279 3 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438395230832 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10661136 memory=14572 CPUtime=2.6 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) S 15303 15306 13514 0 -1 1077944384 10622 0 0 0 259 1 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10661136 memory=12708 CPUtime=0.55 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) S 15303 15306 13514 0 -1 1077944384 3663 0 0 0 55 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438393125744 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10661136 memory=16828 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10661136 memory=2324 CPUtime=0.05 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 187 0 0 0 2 3 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 257.59 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8005656 KiB

[startup+87.6013 s]
/proc/loadavg: 4.41 3.10 2.49 9/215 15406
/proc/meminfo: memFree=13214940/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10661136 memory=8005656 CPUtime=259.18 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 167788 0 0 0 25289 629 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2665284 2001414 3178 1 0 2627775 0
[pid=15306/tid=15308] ppid=15303 vsize=10661136 memory=6791534058613427641 CPUtime=15.54 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) S 15303 15306 13514 0 -1 1077944384 14393 0 0 0 1545 9 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438844064224 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10661136 memory=5456 CPUtime=55.46 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) R 15303 15306 13514 0 -1 4202560 19249 0 0 0 5398 148 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438792453208 140438824783772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10661136 memory=756 CPUtime=55.75 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) R 15303 15306 13514 0 -1 4202560 21614 0 0 0 5424 151 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438791400408 140438824783438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10661136 memory=14572 CPUtime=55.33 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) R 15303 15306 13514 0 -1 4202560 34345 0 0 0 5374 159 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438790347816 140438832460519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10661136 memory=12708 CPUtime=55.13 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) R 15303 15306 13514 0 -1 4202560 15220 0 0 0 5363 150 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438789295320 140438821429322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10661136 memory=16828 CPUtime=15.86 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 32683 0 0 0 1585 1 0 0 20 0 15 0 105735880 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438399439328 140438839842517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10661136 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438398387040 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10661136 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438397334656 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10661136 memory=496 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438396282608 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10661136 memory=928 CPUtime=2.82 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) S 15303 15306 13514 0 -1 1077944384 14420 0 0 0 279 3 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438395230832 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10661136 memory=1172 CPUtime=2.6 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) S 15303 15306 13514 0 -1 1077944384 10622 0 0 0 259 1 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10661136 memory=1968 CPUtime=0.55 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) S 15303 15306 13514 0 -1 1077944384 3663 0 0 0 55 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438393125744 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10661136 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10661136 memory=924 CPUtime=0.05 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 187 0 0 0 2 3 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 259.18 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8005656 KiB

[startup+87.8013 s]
/proc/loadavg: 4.41 3.10 2.49 9/215 15406
/proc/meminfo: memFree=13214940/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=10661136 memory=8005656 CPUtime=259.97 cores=1,3,5,7
/proc/15306/stat : 15306 (java) S 15303 15306 13514 0 -1 1077944320 167788 0 0 0 25368 629 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140735069629200 140438839832311 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
/proc/15306/statm: 2665284 2001414 3178 1 0 2627775 0
[pid=15306/tid=15308] ppid=15303 vsize=10661136 memory=2236 CPUtime=15.54 cores=1,3,5,7
/proc/15306/task/15308/stat : 15308 (java) S 15303 15306 13514 0 -1 1077944384 14393 0 0 0 1545 9 0 0 20 0 15 0 105735878 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438844064224 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15309] ppid=15303 vsize=10661136 memory=1992 CPUtime=55.66 cores=1,3,5,7
/proc/15306/task/15309/stat : 15309 (java) R 15303 15306 13514 0 -1 4202560 19249 0 0 0 5418 148 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438792453208 140438821428284 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15310] ppid=15303 vsize=10661136 memory=7528 CPUtime=55.95 cores=1,3,5,7
/proc/15306/task/15310/stat : 15310 (java) R 15303 15306 13514 0 -1 4202560 21614 0 0 0 5444 151 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438791400408 140438824783438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15311] ppid=15303 vsize=10661136 memory=804 CPUtime=55.52 cores=1,3,5,7
/proc/15306/task/15311/stat : 15311 (java) R 15303 15306 13514 0 -1 4202560 34345 0 0 0 5393 159 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438790347504 140438832460519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15312] ppid=15303 vsize=10661136 memory=1696 CPUtime=55.33 cores=1,3,5,7
/proc/15306/task/15312/stat : 15312 (java) R 15303 15306 13514 0 -1 4202560 15220 0 0 0 5383 150 0 0 20 0 15 0 105735879 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438789295320 140438824676797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15313] ppid=15303 vsize=10661136 memory=916 CPUtime=15.86 cores=1,3,5,7
/proc/15306/task/15313/stat : 15313 (java) S 15303 15306 13514 0 -1 1077944384 32683 0 0 0 1585 1 0 0 20 0 15 0 105735880 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438399439328 140438839842517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15314] ppid=15303 vsize=10661136 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15314/stat : 15314 (java) S 15303 15306 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438398387040 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15315] ppid=15303 vsize=10661136 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15315/stat : 15315 (java) S 15303 15306 13514 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105735881 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438397334656 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15316] ppid=15303 vsize=10661136 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15316/stat : 15316 (java) S 15303 15306 13514 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438396282608 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15317] ppid=15303 vsize=10661136 memory=4104 CPUtime=2.82 cores=1,3,5,7
/proc/15306/task/15317/stat : 15317 (java) S 15303 15306 13514 0 -1 1077944384 14420 0 0 0 279 3 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438395230832 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15318] ppid=15303 vsize=10661136 memory=1408 CPUtime=2.6 cores=1,3,5,7
/proc/15306/task/15318/stat : 15318 (java) S 15303 15306 13514 0 -1 1077944384 10622 0 0 0 259 1 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438394178032 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15319] ppid=15303 vsize=10661136 memory=2948 CPUtime=0.55 cores=1,3,5,7
/proc/15306/task/15319/stat : 15319 (java) S 15303 15306 13514 0 -1 1077944384 3663 0 0 0 55 0 0 0 20 0 15 0 105735883 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438393125744 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15320] ppid=15303 vsize=10661136 memory=8005656 CPUtime=0 cores=1,3,5,7
/proc/15306/task/15320/stat : 15320 (java) S 15303 15306 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438392073184 140438839842517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
[pid=15306/tid=15321] ppid=15303 vsize=10661136 memory=8000768 CPUtime=0.05 cores=1,3,5,7
/proc/15306/task/15321/stat : 15321 (java) S 15303 15306 13514 0 -1 1077944384 187 0 0 0 2 3 0 0 20 0 15 0 105735884 10917003264 2001414 33554432000 4194304 4196468 140735069646656 140438391019952 140438839843458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24723456 140735069647990 140735069648142 140735069648142 140735069650895 0
Current children cumulated CPU time: 259.97 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8005656 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 87.8507
CPU time (s): 260.06
CPU user time (s): 253.731
CPU system time (s): 6.32879
CPU usage (%): 296.025
Max. virtual memory (cumulated for all children) (KiB): 10663132
Max. memory (cumulated for all children) (KiB): 8005656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.731
system time used= 6.32879
maximum resident set size= 8005948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167792
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= 5575
involuntary context switches= 3726


# summary of solver processes directly reported to runsolver:
#   pid: 15306
#   total CPU time (s): 260.06
#   total CPU user time (s): 253.731
#   total CPU system time (s): 6.32879

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.592432 second user time and 0.844126 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:28:47
IDJOB=4301523
IDBENCH=141205
IDSOLVER=2773
FILE ID=node136/4301523-1532881727
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-03-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301523-1532881727/watcher-4301523-1532881727 -o /tmp/evaluation-result-4301523-1532881727/solver-4301523-1532881727 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301523-1532881727.xml

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

MD5SUM BENCH= 631d96c8d55ed895f005166b86b2772f
RANDOM SEED=872488506

node136.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.50
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.50
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.50
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.50
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:        23847040 kB
MemAvailable:   27131336 kB
Buffers:          212892 kB
Cached:          3342196 kB
SwapCached:            0 kB
Active:          6503092 kB
Inactive:        1938040 kB
Active(anon):    4837360 kB
Inactive(anon):    76480 kB
Active(file):    1665732 kB
Inactive(file):  1861560 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       4892632 kB
Mapped:            46528 kB
Shmem:             25228 kB
Slab:             174060 kB
SReclaimable:     145680 kB
SUnreclaim:        28380 kB
KernelStack:        3584 kB
PageTables:        15012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5897020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4751360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 18:30:15