Trace number 4291146

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
OscaR - Parallel with EPS 2018-07-02Wrong UNSAT 4.01912 1.79037

General information on the benchmark

NameTal/
Tal-05_c18.xml
MD5SUM0bfba4554f8c52d47ef9f831901bb64c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark292.779
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of constraints364
Number of domains11
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":84},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":52},{"size":7,"count":9},{"size":8,"count":10},{"size":10,"count":36},{"size":42,"count":79}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":234},{"degree":1,"count":84},{"degree":2,"count":58},{"degree":3,"count":9},{"degree":4,"count":10},{"degree":5,"count":32},{"degree":6,"count":19},{"degree":7,"count":13},{"degree":8,"count":13},{"degree":9,"count":19},{"degree":10,"count":18},{"degree":11,"count":8},{"degree":12,"count":5},{"degree":13,"count":3},{"degree":14,"count":1}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":109},{"arity":2,"count":115},{"arity":3,"count":38},{"arity":4,"count":11},{"arity":5,"count":18},{"arity":6,"count":17},{"arity":7,"count":16},{"arity":8,"count":15},{"arity":9,"count":13},{"arity":10,"count":10},{"arity":11,"count":2}]
Number of extensional constraints64
Number of intensional constraints286
Distribution of constraint types[{"type":"extension","count":64},{"type":"intension","count":286},{"type":"count","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-07-02
0.66/0.56	c seed: 1250038086
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.59	c Parsing instance...
2.29/1.19	c Parsing done, starting search...
3.72/1.77	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291146-1532631354/watcher-4291146-1532631354 -o /tmp/evaluation-result-4291146-1532631354/solver-4291146-1532631354 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532623785-23716 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1250038086 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291146-1532631354.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24285, runsolver pid=24282

[startup+0.102278 s]*
/proc/loadavg: 8.99 8.84 8.81 3/203 24305
/proc/meminfo: memFree=19264132/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26103424 memory=28580 CPUtime=0.1 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 6559 0 0 0 9 1 0 0 20 0 20 0 80698620 26729906176 7145 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6525856 7145 3158 1 0 6487932 0
[pid=24285/tid=24287] ppid=24282 vsize=26103424 memory=7825175260183830175 CPUtime=0.08 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 4594 0 0 0 8 0 0 0 20 0 20 0 80698621 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629744204728 140629725168656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26103424 memory=732370111848074213 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26103424 memory=139973510620800 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 7145 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698623 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24297] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24297/stat : 24297 (java) S 24282 24285 23689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698624 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628867458208 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24298] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24298/stat : 24298 (java) S 24282 24285 23689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698624 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628866405104 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24299] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24299/stat : 24299 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628865353680 140629740021659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24300] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24300/stat : 24300 (java) S 24282 24285 23689 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628864301808 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24301] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24301/stat : 24301 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628863249264 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24302] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24302/stat : 24302 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628862196208 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24303] ppid=24282 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/24285/task/24303/stat : 24303 (java) S 24282 24285 23689 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 20 0 80698626 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628861143664 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24304] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698627 26729906176 7145 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 28580 KiB

[startup+0.21226 s]*
/proc/loadavg: 8.35 8.71 8.77 5/203 24305
/proc/meminfo: memFree=19251660/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26103424 memory=42712 CPUtime=0.28 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 10245 0 0 0 26 2 0 0 20 0 20 0 80698620 26729906176 10678 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6525856 10678 3377 1 0 6487932 0
[pid=24285/tid=24287] ppid=24282 vsize=26103424 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 7916 0 0 0 18 1 0 0 20 0 20 0 80698621 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629744232112 140629377539204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26103424 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26103424 memory=139973511115893 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 10678 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698623 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24297] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24297/stat : 24297 (java) S 24282 24285 23689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698624 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628867458208 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24298] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24298/stat : 24298 (java) S 24282 24285 23689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698624 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628866405104 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24299] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24299/stat : 24299 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628865353680 140629740021659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24300] ppid=24282 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/24285/task/24300/stat : 24300 (java) R 24282 24285 23689 0 -1 4202560 463 0 0 0 1 0 0 0 20 0 20 0 80698626 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628864301808 140629719657802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24301] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24301/stat : 24301 (java) S 24282 24285 23689 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628863249264 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24302] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24302/stat : 24302 (java) S 24282 24285 23689 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628862196208 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24303] ppid=24282 vsize=26103424 memory=0 CPUtime=0.05 cores=0-7
/proc/24285/task/24303/stat : 24303 (java) R 24282 24285 23689 0 -1 4202560 399 0 0 0 5 0 0 0 20 0 20 0 80698626 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628861142064 140629725078886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24304] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698627 26729906176 10678 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42712 KiB

[startup+0.310463 s]*
/proc/loadavg: 8.35 8.71 8.77 2/203 24305
/proc/meminfo: memFree=19248372/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26103424 memory=46292 CPUtime=0.42 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 10727 0 0 0 40 2 0 0 20 0 20 0 80698620 26729906176 11573 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6525856 11573 3417 1 0 6487932 0
[pid=24285/tid=24287] ppid=24282 vsize=26103424 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 8252 0 0 0 27 1 0 0 20 0 20 0 80698621 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629744164800 140629732244453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26103424 memory=139973386924975 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26103424 memory=139973386927280 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26103424 memory=139973386929584 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26729906176 11573 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698623 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24297] ppid=24282 vsize=26103424 memory=279946773866128 CPUtime=0 cores=0-7
/proc/24285/task/24297/stat : 24297 (java) S 24282 24285 23689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698624 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628867458208 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24298] ppid=24282 vsize=26103424 memory=279946773873040 CPUtime=0 cores=0-7
/proc/24285/task/24298/stat : 24298 (java) S 24282 24285 23689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698624 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628866405104 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24299] ppid=24282 vsize=26103424 memory=279946773814320 CPUtime=0 cores=0-7
/proc/24285/task/24299/stat : 24299 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628865353680 140629740021659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24300] ppid=24282 vsize=26103424 memory=279946773886864 CPUtime=0.01 cores=0-7
/proc/24285/task/24300/stat : 24300 (java) S 24282 24285 23689 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 20 0 80698626 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628864301808 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24301] ppid=24282 vsize=26103424 memory=279946773893776 CPUtime=0 cores=0-7
/proc/24285/task/24301/stat : 24301 (java) S 24282 24285 23689 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628863249264 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24302] ppid=24282 vsize=26103424 memory=279946773891472 CPUtime=0.01 cores=0-7
/proc/24285/task/24302/stat : 24302 (java) S 24282 24285 23689 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 80698626 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628862196208 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24303] ppid=24282 vsize=26103424 memory=279946773908032 CPUtime=0.08 cores=0-7
/proc/24285/task/24303/stat : 24303 (java) R 24282 24285 23689 0 -1 4202560 435 0 0 0 8 0 0 0 20 0 20 0 80698626 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628861143664 140629724082766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24304] ppid=24282 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698627 26729906176 11573 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46292 KiB

[startup+0.70089 s]
/proc/loadavg: 8.35 8.71 8.77 2/203 24305
/proc/meminfo: memFree=19223804/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26105492 memory=84820 CPUtime=0.98 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 17651 0 0 0 94 4 0 0 20 0 20 0 80698620 26732023808 21205 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6526373 21205 3503 1 0 6488444 0
[pid=24285/tid=24287] ppid=24282 vsize=26105492 memory=7230638415890508631 CPUtime=0.66 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 14598 0 0 0 63 3 0 0 20 0 20 0 80698621 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629744227232 140629724083550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26105492 memory=104384885210592 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26105492 memory=139973386951446 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26105492 memory=2353 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26105492 memory=1832 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26732023808 21205 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26105492 memory=1948 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698623 26732023808 21205 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0

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

[pid=24285/tid=24304] ppid=24282 vsize=26105492 memory=12136 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26732023808 21205 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26105492 memory=1008 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698627 26732023808 21205 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 26105492 KiB
Current children cumulated memory: 84820 KiB

[startup+1.50097 s]
/proc/loadavg: 8.35 8.71 8.77 6/203 24305
/proc/meminfo: memFree=19173012/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26111636 memory=162588 CPUtime=3.14 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 25036 0 0 0 305 9 0 0 20 0 20 0 80698620 26738315264 40647 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6527909 40647 3541 1 0 6489980 0
[pid=24285/tid=24287] ppid=24282 vsize=26111636 memory=153172 CPUtime=1.46 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 18271 0 0 0 140 6 0 0 20 0 20 0 80698621 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629744237728 140629740014998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26111636 memory=12136 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26111636 memory=279946773872640 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26111636 memory=279946774359776 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26111636 memory=279946774359968 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26111636 memory=279946774527392 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26738315264 40647 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 80698623 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24297] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24297/stat : 24297 (java) S 24282 24285 23689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698624 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628867458208 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24298] ppid=24282 vsize=26111636 memory=6226598563232043111 CPUtime=0 cores=0-7
/proc/24285/task/24298/stat : 24298 (java) S 24282 24285 23689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698624 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628866405104 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24299] ppid=24282 vsize=26111636 memory=7301856073203476816 CPUtime=0 cores=0-7
/proc/24285/task/24299/stat : 24299 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698626 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628865353680 140629740021659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24300] ppid=24282 vsize=26111636 memory=6153395261233713744 CPUtime=0.34 cores=0-7
/proc/24285/task/24300/stat : 24300 (java) S 24282 24285 23689 0 -1 1077944384 1449 0 0 0 34 0 0 0 20 0 20 0 80698626 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628864301808 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24301] ppid=24282 vsize=26111636 memory=4132 CPUtime=0.35 cores=0-7
/proc/24285/task/24301/stat : 24301 (java) R 24282 24285 23689 0 -1 1077944384 915 0 0 0 35 0 0 0 20 0 20 0 80698626 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628863249264 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24302] ppid=24282 vsize=26111636 memory=0 CPUtime=0.35 cores=0-7
/proc/24285/task/24302/stat : 24302 (java) S 24282 24285 23689 0 -1 1077944384 1086 0 0 0 35 0 0 0 20 0 20 0 80698626 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628862196208 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24303] ppid=24282 vsize=26111636 memory=139973387138528 CPUtime=0.59 cores=0-7
/proc/24285/task/24303/stat : 24303 (java) R 24282 24285 23689 0 -1 4202560 1909 0 0 0 58 1 0 0 20 0 20 0 80698626 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628861143664 140629740014998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24304] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698627 26738315264 40647 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 162588 KiB

[startup+1.79032 s]
# the end of solver process 24285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.90266 s, system=0.116452 s

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

[startup+1.60109 s]
/proc/loadavg: 8.35 8.71 8.77 6/203 24305
/proc/meminfo: memFree=19173012/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26113684 memory=170812 CPUtime=3.36 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 26150 0 0 0 327 9 0 0 20 0 20 0 80698620 26740412416 42703 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6528421 42703 3541 1 0 6490492 0
[pid=24285/tid=24287] ppid=24282 vsize=26113684 memory=6791534058613427641 CPUtime=1.56 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 19190 0 0 0 150 6 0 0 20 0 20 0 80698621 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629744236688 140629384408390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26113684 memory=-7531822216213012384 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26113684 memory=6944656592455360608 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26113684 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26113684 memory=6944613755445342871 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26113684 memory=6944656425123290226 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26113684 memory=-5345911753256963030 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26113684 memory=7100839852556256653 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26113684 memory=7533807676074704953 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 42703 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26113684 memory=8652377599665396853 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 80698623 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24297] ppid=24282 vsize=26113684 memory=-7246141791733447362 CPUtime=0 cores=0-7
/proc/24285/task/24297/stat : 24297 (java) S 24282 24285 23689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698624 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628867458208 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24298] ppid=24282 vsize=26113684 memory=7235150897475769450 CPUtime=0 cores=0-7
/proc/24285/task/24298/stat : 24298 (java) S 24282 24285 23689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698624 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628866405104 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24299] ppid=24282 vsize=26113684 memory=7800344859672537426 CPUtime=0 cores=0-7
/proc/24285/task/24299/stat : 24299 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698626 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628865353680 140629740021659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24300] ppid=24282 vsize=26113684 memory=33 CPUtime=0.36 cores=0-7
/proc/24285/task/24300/stat : 24300 (java) R 24282 24285 23689 0 -1 4202560 1460 0 0 0 36 0 0 0 20 0 20 0 80698626 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628864291600 140629740024410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24301] ppid=24282 vsize=26113684 memory=24048 CPUtime=0.38 cores=0-7
/proc/24285/task/24301/stat : 24301 (java) S 24282 24285 23689 0 -1 1077944384 943 0 0 0 38 0 0 0 20 0 20 0 80698626 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628863249264 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24302] ppid=24282 vsize=26113684 memory=1292 CPUtime=0.38 cores=0-7
/proc/24285/task/24302/stat : 24302 (java) S 24282 24285 23689 0 -1 1077944384 1101 0 0 0 37 1 0 0 20 0 20 0 80698626 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628862196208 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24303] ppid=24282 vsize=26113684 memory=2444 CPUtime=0.66 cores=0-7
/proc/24285/task/24303/stat : 24303 (java) R 24282 24285 23689 0 -1 4202560 2050 0 0 0 65 1 0 0 20 0 20 0 80698626 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628861143664 140629740024410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24304] ppid=24282 vsize=26113684 memory=1832 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26113684 memory=1948 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698627 26740412416 42703 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 3.36 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 170812 KiB

[startup+1.70089 s]
/proc/loadavg: 8.35 8.71 8.77 6/203 24305
/proc/meminfo: memFree=19173012/32770624 swapFree=67108860/67108860
[pid=24285] ppid=24282 vsize=26113684 memory=191352 CPUtime=3.72 cores=0-7
/proc/24285/stat : 24285 (java) S 24282 24285 23689 0 -1 1077944320 26809 0 0 0 362 10 0 0 20 0 20 0 80698620 26740412416 47838 33554432000 4194304 4196468 140726510385072 140726510367616 140629740003063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
/proc/24285/statm: 6528421 47838 3544 1 0 6490492 0
[pid=24285/tid=24287] ppid=24282 vsize=26113684 memory=153172 CPUtime=1.65 cores=0-7
/proc/24285/task/24287/stat : 24287 (java) R 24282 24285 23689 0 -1 4202560 19227 0 0 0 159 6 0 0 20 0 20 0 80698621 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629744234784 140629724083550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24288] ppid=24282 vsize=26113684 memory=12136 CPUtime=0 cores=0-7
/proc/24285/task/24288/stat : 24288 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629298424336 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24289] ppid=24282 vsize=26113684 memory=279946773872640 CPUtime=0 cores=0-7
/proc/24285/task/24289/stat : 24289 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629297371792 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24290] ppid=24282 vsize=26113684 memory=4132 CPUtime=0 cores=0-7
/proc/24285/task/24290/stat : 24290 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629296318736 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24291] ppid=24282 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24291/stat : 24291 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629295266192 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24292] ppid=24282 vsize=26113684 memory=139973387138528 CPUtime=0 cores=0-7
/proc/24285/task/24292/stat : 24292 (java) S 24282 24285 23689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629294214160 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24293] ppid=24282 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24293/stat : 24293 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629293161616 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24294] ppid=24282 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24294/stat : 24294 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629292108560 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24295] ppid=24282 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24295/stat : 24295 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698622 26740412416 47838 33554432000 4194304 4196468 140726510385072 140629291056016 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24296] ppid=24282 vsize=26113684 memory=279946774359776 CPUtime=0 cores=0-7
/proc/24285/task/24296/stat : 24296 (java) S 24282 24285 23689 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 80698623 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628868511984 140629740014210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24297] ppid=24282 vsize=26113684 memory=279946774359968 CPUtime=0 cores=0-7
/proc/24285/task/24297/stat : 24297 (java) S 24282 24285 23689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698624 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628867458208 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24298] ppid=24282 vsize=26113684 memory=279946774527392 CPUtime=0 cores=0-7
/proc/24285/task/24298/stat : 24298 (java) S 24282 24285 23689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698624 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628866405104 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24299] ppid=24282 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/24285/task/24299/stat : 24299 (java) S 24282 24285 23689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698626 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628865353680 140629740021659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24300] ppid=24282 vsize=26113684 memory=0 CPUtime=0.41 cores=0-7
/proc/24285/task/24300/stat : 24300 (java) S 24282 24285 23689 0 -1 1077944384 1476 0 0 0 41 0 0 0 20 0 20 0 80698626 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628864301808 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24301] ppid=24282 vsize=26113684 memory=0 CPUtime=0.43 cores=0-7
/proc/24285/task/24301/stat : 24301 (java) S 24282 24285 23689 0 -1 1077944384 982 0 0 0 43 0 0 0 20 0 20 0 80698626 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628863249264 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24302] ppid=24282 vsize=26113684 memory=0 CPUtime=0.46 cores=0-7
/proc/24285/task/24302/stat : 24302 (java) S 24282 24285 23689 0 -1 1077944384 1207 0 0 0 45 1 0 0 20 0 20 0 80698626 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628862196208 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24303] ppid=24282 vsize=26113684 memory=6226598563232043111 CPUtime=0.72 cores=0-7
/proc/24285/task/24303/stat : 24303 (java) R 24282 24285 23689 0 -1 4202560 2511 0 0 0 71 1 0 0 20 0 20 0 80698626 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628861143664 140629718948716 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24304] ppid=24282 vsize=26113684 memory=7301856073203476816 CPUtime=0 cores=0-7
/proc/24285/task/24304/stat : 24304 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698626 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628860090848 140629740013269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
[pid=24285/tid=24305] ppid=24282 vsize=26113684 memory=6153395261233713744 CPUtime=0 cores=0-7
/proc/24285/task/24305/stat : 24305 (java) S 24282 24285 23689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698627 26740412416 47838 33554432000 4194304 4196468 140726510385072 140628859038384 140629740014210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17027072 140726510392397 140726510392581 140726510392581 140726510395343 0
Current children cumulated CPU time: 3.72 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 191352 KiB

Child status: 0
Real time (s): 1.79037
CPU time (s): 4.01912
CPU user time (s): 3.90266
CPU system time (s): 0.116452
CPU usage (%): 224.486
Max. virtual memory (cumulated for all children) (KiB): 26113684
Max. memory (cumulated for all children) (KiB): 191352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.90266
system time used= 0.116452
maximum resident set size= 200848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4564
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 24285
#   total CPU time (s): 4.01912
#   total CPU user time (s): 3.90266
#   total CPU system time (s): 0.116452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034439 second user time and 0.057107 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-26 20:55:54
IDJOB=4291146
IDBENCH=141103
IDSOLVER=2745
FILE ID=node132/4291146-1532631354
RUNJOBID= node132-1532623785-23716
PBS_JOBID= 21022028
Free space on /tmp= 52044 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Tal/Tal-05_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291146-1532631354/watcher-4291146-1532631354 -o /tmp/evaluation-result-4291146-1532631354/solver-4291146-1532631354 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1532623785-23716 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1250038086 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291146-1532631354.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0bfba4554f8c52d47ef9f831901bb64c
RANDOM SEED=1250038086

node132.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.65
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.65
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.65
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.65
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:        19280452 kB
MemAvailable:   31928168 kB
Buffers:          223440 kB
Cached:         12584640 kB
SwapCached:            0 kB
Active:          3455004 kB
Inactive:        9408856 kB
Active(anon):       6112 kB
Inactive(anon):    77496 kB
Active(file):    3448892 kB
Inactive(file):  9331360 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36156 kB
Writeback:             4 kB
AnonPages:         62092 kB
Mapped:            41156 kB
Shmem:             25248 kB
Slab:             323088 kB
SReclaimable:     295924 kB
SUnreclaim:        27164 kB
KernelStack:        3312 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52008 MiB
End job on node132 at 2018-07-26 20:55:56