Trace number 4305215

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2SAT 22.0912 13.3442

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.22089
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
22.00/13.32	v <instantiation>
22.00/13.32	v       <list>
22.00/13.32	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
22.00/13.32	v       </list>
22.00/13.32	v       <values>
22.00/13.32	v         5 4 1 11 17 3 8 17 2 7 10 12 7 12 0 1 1 16 12 10 17 16 17 6 3 10 6 7 8 8 2 11 14 6 15 4 18 4 12 17
22.00/13.32	v       </values>
22.00/13.32	v     </instantiation>
22.00/13.32	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305215-1534140373/watcher-4305215-1534140373 -o /tmp/evaluation-result-4305215-1534140373/solver-4305215-1534140373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=654776742 HOME/instance-4305215-1534140373.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=10048, runsolver pid=10045

[startup+0.100108 s]*
/proc/loadavg: 1.36 1.32 1.32 2/202 10101
/proc/meminfo: memFree=27303860/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=10005480 memory=16280 CPUtime=0.1 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 4242 13400 0 0 1 1 5 3 20 0 6 0 231600453 10245611520 4070 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2501370 4070 1919 1 0 2489808 0
[pid=10048/tid=10101] ppid=10045 vsize=10005480 memory=4279135703913365389 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 2080 13400 0 0 0 0 5 3 20 0 6 0 231600463 10245611520 4136 33554432000 4194304 4196468 140720667165472 140404656165456 140404670011187 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 6 0 231600464 10245611520 4136 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=10005480 memory=140004568286848 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 6 0 231600464 10245611520 4136 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 6 0 231600464 10245611520 4136 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 6 0 231600464 10245611520 4136 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16280 KiB

[startup+0.210121 s]*
/proc/loadavg: 1.36 1.32 1.32 3/215 10114
/proc/meminfo: memFree=27280504/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=10982744 memory=41844 CPUtime=0.25 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 7191 13400 0 0 16 1 5 3 20 0 15 0 231600453 11246329856 10461 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2745686 10461 2952 1 0 2708109 0
[pid=10048/tid=10101] ppid=10045 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 3896 13400 0 0 10 1 5 3 20 0 15 0 231600463 11246329856 10593 33554432000 4194304 4196468 140720667165472 140404656106656 140404664604444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246329856 10659 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=10982744 memory=140004568286848 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246329856 10659 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246329856 10659 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246329856 10659 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=10982744 memory=140004568286848 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) S 10045 10048 8955 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 231600465 11246329856 10659 33554432000 4194304 4196468 140720667165472 140404177422704 140404684339842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 13 13400 0 0 0 0 5 3 20 0 15 0 231600466 11246329856 10659 33554432000 4194304 4196468 140720667165472 140403487532064 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600466 11246329856 10659 33554432000 4194304 4196468 140720667165472 140403286205296 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11246329856 10659 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 555 13400 0 0 1 0 5 3 20 0 15 0 231600468 11246329856 10659 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 63 13400 0 0 1 0 5 3 20 0 15 0 231600468 11246329856 10725 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=10982744 memory=140004568286848 CPUtime=0.11 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 614 13400 0 0 3 0 5 3 20 0 15 0 231600468 11246329856 10725 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11246329856 10725 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=10982744 memory=140004568286848 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600469 11246329856 10725 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41844 KiB

[startup+0.310457 s]*
/proc/loadavg: 1.36 1.32 1.32 3/215 10114
/proc/meminfo: memFree=27267892/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=10983192 memory=55488 CPUtime=0.39 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 10394 13400 0 0 28 3 5 3 20 0 15 0 231600453 11246788608 13872 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2745798 13872 3099 1 0 2708109 0
[pid=10048/tid=10101] ppid=10045 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 6936 13400 0 0 19 2 5 3 20 0 15 0 231600463 11246788608 13872 33554432000 4194304 4196468 140720667165472 140404656140704 140404668409182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=10983192 memory=6224347841755631697 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 13872 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=10983192 memory=2072 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) S 10045 10048 8955 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 231600465 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404177422704 140404684339842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 13 13400 0 0 0 0 5 3 20 0 15 0 231600466 11246788608 13914 33554432000 4194304 4196468 140720667165472 140403487532064 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600466 11246788608 13914 33554432000 4194304 4196468 140720667165472 140403286205296 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11246788608 13914 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 555 13400 0 0 1 0 5 3 20 0 15 0 231600468 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 68 13400 0 0 1 0 5 3 20 0 15 0 231600468 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 620 13400 0 0 5 0 5 3 20 0 15 0 231600468 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11246788608 13914 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600469 11246788608 13914 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55488 KiB

[startup+0.700859 s]
/proc/loadavg: 1.36 1.32 1.32 3/215 10114
/proc/meminfo: memFree=27256604/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=10983192 memory=88480 CPUtime=1 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 16752 13400 0 0 87 5 5 3 20 0 15 0 231600453 11246788608 22120 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2745798 22120 3247 1 0 2708109 0
[pid=10048/tid=10101] ppid=10045 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 12131 13400 0 0 55 3 5 3 20 0 15 0 231600463 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404656151696 140404668409182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 2 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600464 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) S 10045 10048 8955 0 -1 1077944384 5 13400 0 0 0 0 5 3 20 0 15 0 231600465 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404177422704 140404684339842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 13 13400 0 0 0 0 5 3 20 0 15 0 231600466 11246788608 22120 33554432000 4194304 4196468 140720667165472 140403487532064 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600466 11246788608 22120 33554432000 4194304 4196468 140720667165472 140403286205296 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11246788608 22120 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 1225 13400 0 0 9 0 5 3 20 0 15 0 231600468 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=10983192 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 467 13400 0 0 8 0 5 3 20 0 15 0 231600468 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 706 13400 0 0 13 0 5 3 20 0 15 0 231600468 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11246788608 22120 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600469 11246788608 22120 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88480 KiB

[startup+1.50082 s]
/proc/loadavg: 1.36 1.32 1.32 3/215 10114
/proc/meminfo: memFree=27211948/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=10996044 memory=208500 CPUtime=2.78 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 24106 13400 0 0 260 10 5 3 20 0 15 0 231600453 11259949056 52125 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2749011 52125 3462 1 0 2710669 0
[pid=10048/tid=10101] ppid=10045 vsize=10996044 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) S 10045 10048 8955 0 -1 1077944384 16834 13400 0 0 130 6 5 3 20 0 15 0 231600463 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404656134304 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 21 13400 0 0 0 0 5 3 20 0 15 0 231600464 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 193 13400 0 0 0 0 5 3 20 0 15 0 231600464 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 69 13400 0 0 0 0 5 3 20 0 15 0 231600464 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 13 13400 0 0 0 0 5 3 20 0 15 0 231600464 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=10996044 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) R 10045 10048 8955 0 -1 4202560 45 13400 0 0 1 0 5 3 20 0 15 0 231600465 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404177420992 140404669324704 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=10996044 memory=280008916543744 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 13 13400 0 0 0 0 5 3 20 0 15 0 231600466 11259949056 52125 33554432000 4194304 4196468 140720667165472 140403487532064 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600466 11259949056 52125 33554432000 4194304 4196468 140720667165472 140403286205296 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=10996044 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11259949056 52125 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=10996044 memory=1600 CPUtime=0.54 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 2015 13400 0 0 46 0 5 3 20 0 15 0 231600468 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=10996044 memory=7952 CPUtime=0.46 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 1201 13400 0 0 38 0 5 3 20 0 15 0 231600468 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=10996044 memory=4088 CPUtime=0.48 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 1502 13400 0 0 40 0 5 3 20 0 15 0 231600468 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=10996044 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11259949056 52125 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=10996044 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 1 13400 0 0 0 0 5 3 20 0 15 0 231600469 11259949056 52125 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 10996044 KiB

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

[startup+12.7008 s]
/proc/loadavg: 1.31 1.31 1.31 3/215 10114
/proc/meminfo: memFree=26465560/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=11077984 memory=728052 CPUtime=21.37 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 80353 13400 0 0 2095 34 5 3 20 0 15 0 231600453 11343855616 182013 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2769496 182013 3522 1 0 2731149 0
[pid=10048/tid=10101] ppid=10045 vsize=11077984 memory=728052 CPUtime=12.51 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 47351 13400 0 0 1228 15 5 3 20 0 15 0 231600463 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404656162464 140404253041996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=11077984 memory=3708 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 942 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=11077984 memory=280008916790144 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 388 13400 0 0 4 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=11077984 memory=4641074200741634926 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 457 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=11077984 memory=280007507451842 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 509 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) S 10045 10048 8955 0 -1 1077944384 5066 13400 0 0 5 0 5 3 20 0 15 0 231600465 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404177422704 140404684339842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 15 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 182013 33554432000 4194304 4196468 140720667165472 140403487532192 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 182013 33554432000 4194304 4196468 140720667165472 140403286205312 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=11077984 memory=164 CPUtime=3.5 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 9501 13400 0 0 340 2 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=11077984 memory=576460756337521186 CPUtime=3.47 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 6668 13400 0 0 335 4 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=11077984 memory=288293268230505728 CPUtime=1.72 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 7049 13400 0 0 161 3 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=11077984 memory=288230376152142166 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 182013 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 202 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 21.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 728052 KiB

[startup+13.3442 s]
# the end of solver process 10048 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=21.6914 s, system=0.399768 s

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

[startup+12.801 s]
/proc/loadavg: 1.31 1.31 1.31 3/215 10114
/proc/meminfo: memFree=26465560/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=11077984 memory=728052 CPUtime=21.47 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 80435 13400 0 0 2105 34 5 3 20 0 15 0 231600453 11343855616 182013 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2769496 182013 3522 1 0 2731149 0
[pid=10048/tid=10101] ppid=10045 vsize=11077984 memory=7307185393179518823 CPUtime=12.61 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 47433 13400 0 0 1238 15 5 3 20 0 15 0 231600463 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404656162464 140404256900326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=11077984 memory=7307185393179518823 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 942 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=11077984 memory=7307185393179518823 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 388 13400 0 0 4 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=11077984 memory=7162807417595913828 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 457 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=11077984 memory=7162807417595913828 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 509 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=11077984 memory=7162807417595913828 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) S 10045 10048 8955 0 -1 1077944384 5066 13400 0 0 5 0 5 3 20 0 15 0 231600465 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404177422704 140404684339842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=11077984 memory=280008917441696 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 15 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 182013 33554432000 4194304 4196468 140720667165472 140403487532192 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 182013 33554432000 4194304 4196468 140720667165472 140403286205312 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=11077984 memory=0 CPUtime=3.5 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 9501 13400 0 0 340 2 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=11077984 memory=0 CPUtime=3.47 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 6668 13400 0 0 335 4 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=11077984 memory=0 CPUtime=1.72 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 7049 13400 0 0 161 3 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 182013 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 202 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 21.47 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 728052 KiB

[startup+13.2008 s]
/proc/loadavg: 1.31 1.31 1.31 3/215 10114
/proc/meminfo: memFree=26461216/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=11077984 memory=728052 CPUtime=21.87 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 80440 13400 0 0 2145 34 5 3 20 0 15 0 231600453 11343855616 182013 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2769496 182013 3522 1 0 2731149 0
[pid=10048/tid=10101] ppid=10045 vsize=11077984 memory=16099269136353865 CPUtime=13.01 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) R 10045 10048 8955 0 -1 4202560 47438 13400 0 0 1278 15 5 3 20 0 15 0 231600463 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404656161304 140404256900044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=11077984 memory=752 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 942 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=11077984 memory=836 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 388 13400 0 0 4 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=11077984 memory=1084 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 457 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=11077984 memory=1600 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 509 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=11077984 memory=7952 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) S 10045 10048 8955 0 -1 1077944384 5066 13400 0 0 5 0 5 3 20 0 15 0 231600465 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404177422704 140404684339842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=11077984 memory=4088 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 15 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 182013 33554432000 4194304 4196468 140720667165472 140403487532192 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=11077984 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 182013 33554432000 4194304 4196468 140720667165472 140403286205312 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=11077984 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=11077984 memory=5808 CPUtime=3.5 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 9501 13400 0 0 340 2 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=11077984 memory=3304 CPUtime=3.47 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 6668 13400 0 0 335 4 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=11077984 memory=1260 CPUtime=1.72 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 7049 13400 0 0 161 3 5 3 20 0 15 0 231600468 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=11077984 memory=836 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 182013 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=11077984 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 202 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 182013 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 21.87 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 728052 KiB

[startup+13.3008 s]
/proc/loadavg: 1.31 1.31 1.31 3/215 10114
/proc/meminfo: memFree=26461216/32770624 swapFree=67108804/67108860
[pid=10048] ppid=10045 vsize=11077984 memory=748928 CPUtime=22 cores=0,2,4,6
/proc/10048/stat : 10048 (java) S 10045 10048 8955 0 -1 1077944320 82721 13400 0 0 2158 34 5 3 20 0 15 0 231600453 11343855616 187232 33554432000 4194304 4196468 140720667165472 140720667148016 140404684328695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
/proc/10048/statm: 2769496 187232 3522 1 0 2731149 0
[pid=10048/tid=10101] ppid=10045 vsize=11077984 memory=728052 CPUtime=13.11 cores=0,2,4,6
/proc/10048/task/10101/stat : 10101 (java) S 10045 10048 8955 0 -1 1077944384 48995 13400 0 0 1287 16 5 3 20 0 15 0 231600463 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404656156832 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10102] ppid=10045 vsize=11077984 memory=728052 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10102/stat : 10102 (java) S 10045 10048 8955 0 -1 1077944384 942 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404688571536 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10103] ppid=10045 vsize=11077984 memory=280008916790144 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10103/stat : 10103 (java) S 10045 10048 8955 0 -1 1077944384 388 13400 0 0 4 1 5 3 20 0 15 0 231600464 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404569836560 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10104] ppid=10045 vsize=11077984 memory=4641074200741634926 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10104/stat : 10104 (java) S 10045 10048 8955 0 -1 1077944384 457 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404568783760 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10105] ppid=10045 vsize=11077984 memory=164 CPUtime=0.14 cores=0,2,4,6
/proc/10048/task/10105/stat : 10105 (java) S 10045 10048 8955 0 -1 1077944384 509 13400 0 0 5 1 5 3 20 0 15 0 231600464 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404567730960 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10106] ppid=10045 vsize=11077984 memory=576460756337521186 CPUtime=0.13 cores=0,2,4,6
/proc/10048/task/10106/stat : 10106 (java) R 10045 10048 8955 0 -1 4202560 5808 13400 0 0 5 0 5 3 20 0 15 0 231600465 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404177422704 140404665735081 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10107] ppid=10045 vsize=11077984 memory=288293268230505728 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10107/stat : 10107 (java) S 10045 10048 8955 0 -1 1077944384 15 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 187232 33554432000 4194304 4196468 140720667165472 140403487532192 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10108] ppid=10045 vsize=11077984 memory=288230376152142166 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10108/stat : 10108 (java) S 10045 10048 8955 0 -1 1077944384 7 13400 0 0 0 0 5 3 20 0 15 0 231600466 11343855616 187232 33554432000 4194304 4196468 140720667165472 140403286205312 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10109] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10109/stat : 10109 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600468 11343855616 187232 33554432000 4194304 4196468 140720667165472 140402978805584 140404684347291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10110] ppid=10045 vsize=11077984 memory=280007507451842 CPUtime=3.51 cores=0,2,4,6
/proc/10048/task/10110/stat : 10110 (java) S 10045 10048 8955 0 -1 1077944384 9582 13400 0 0 341 2 5 3 20 0 15 0 231600468 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404176370544 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10111] ppid=10045 vsize=11077984 memory=0 CPUtime=3.5 cores=0,2,4,6
/proc/10048/task/10111/stat : 10111 (java) S 10045 10048 8955 0 -1 1077944384 6822 13400 0 0 338 4 5 3 20 0 15 0 231600468 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404175317744 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10112] ppid=10045 vsize=11077984 memory=0 CPUtime=1.73 cores=0,2,4,6
/proc/10048/task/10112/stat : 10112 (java) S 10045 10048 8955 0 -1 1077944384 7094 13400 0 0 162 3 5 3 20 0 15 0 231600468 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404174264944 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10113] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10113/stat : 10113 (java) S 10045 10048 8955 0 -1 1077944384 3 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 187232 33554432000 4194304 4196468 140720667165472 140402548009696 140404684338901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
[pid=10048/tid=10114] ppid=10045 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10048/task/10114/stat : 10114 (java) S 10045 10048 8955 0 -1 1077944384 202 13400 0 0 0 0 5 3 20 0 15 0 231600469 11343855616 187232 33554432000 4194304 4196468 140720667165472 140404173212336 140404684339842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140720667167341 140720667170140 140720667170140 140720667172815 0
Current children cumulated CPU time: 22 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 748928 KiB

Child status: 0
Real time (s): 13.3442
CPU time (s): 22.0912
CPU user time (s): 21.6914
CPU system time (s): 0.399768
CPU usage (%): 165.548
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 748928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6914
system time used= 0.399768
maximum resident set size= 753360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97841
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6880
involuntary context switches= 78


# summary of solver processes directly reported to runsolver:
#   pid: 10048
#   total CPU time (s): 22.0912
#   total CPU user time (s): 21.6914
#   total CPU system time (s): 0.399768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.122114 second user time and 0.152352 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 08:06:13
IDJOB=4305215
IDBENCH=141592
IDSOLVER=2780
FILE ID=node105/4305215-1534140373
RUNJOBID= node105-1534137874-9213
PBS_JOBID= 21037025
Free space on /tmp= 40896 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305215-1534140373/watcher-4305215-1534140373 -o /tmp/evaluation-result-4305215-1534140373/solver-4305215-1534140373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=654776742 HOME/instance-4305215-1534140373.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=654776742

node105.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.32
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.32
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.32
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.32
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:        27311864 kB
MemAvailable:   30895916 kB
Buffers:          169316 kB
Cached:          3670944 kB
SwapCached:           16 kB
Active:          3011932 kB
Inactive:        1893700 kB
Active(anon):    1016776 kB
Inactive(anon):   100528 kB
Active(file):    1995156 kB
Inactive(file):  1793172 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26656 kB
Writeback:             0 kB
AnonPages:       1239732 kB
Mapped:            64424 kB
Shmem:             49748 kB
Slab:             250728 kB
SReclaimable:     223120 kB
SUnreclaim:        27608 kB
KernelStack:        3808 kB
PageTables:         7876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2181096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 08:06:26