Trace number 4302749

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
Concrete 3.9.2-SuperNG? (TO) 261.635 95.1222

General information on the benchmark

NamePseudoBoolean-opt/
Pb-radar-30-70-45-050-100_c18.xml
MD5SUM23165fcfff40784a2bf31a56a137e510
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark158
Best CPU time to get the best result obtained on this benchmark252.13
Satisfiable
(Un)Satisfiability was proved
Number of variables10772
Number of constraints12051
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":10772}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":11},{"degree":3,"count":276},{"degree":4,"count":2592},{"degree":5,"count":2714},{"degree":6,"count":4775},{"degree":7,"count":8},{"degree":8,"count":396}]
Minimum constraint arity1
Maximum constraint arity31
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":10198},{"arity":3,"count":51},{"arity":4,"count":82},{"arity":5,"count":78},{"arity":6,"count":82},{"arity":7,"count":76},{"arity":8,"count":83},{"arity":9,"count":58},{"arity":10,"count":61},{"arity":11,"count":69},{"arity":12,"count":86},{"arity":13,"count":92},{"arity":14,"count":114},{"arity":15,"count":121},{"arity":16,"count":124},{"arity":17,"count":119},{"arity":18,"count":133},{"arity":19,"count":96},{"arity":20,"count":100},{"arity":21,"count":81},{"arity":22,"count":45},{"arity":23,"count":37},{"arity":24,"count":21},{"arity":25,"count":17},{"arity":26,"count":7},{"arity":27,"count":13},{"arity":28,"count":2},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":31,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":12051}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8312 MiB free)
  memory of node 1: 16384 MiB (13890 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302749-1532894774/watcher-4302749-1532894774 -o /tmp/evaluation-result-4302749-1532894774/solver-4302749-1532894774 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1824849278 -superng HOME/instance-4302749-1532894774.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15954, runsolver pid=15951
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.12 1.55 1.75 3/206 16011
/proc/meminfo: memFree=22726600/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=10005480 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 4427 12924 0 0 1 0 5 2 20 0 6 0 107040532 10245611520 4270 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2501370 4270 1935 1 0 2489808 0
[pid=15954/tid=16007] ppid=15951 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) R 15951 15954 12222 0 -1 4202560 2268 12924 0 0 1 0 5 2 20 0 6 0 107040541 10245611520 4336 33554432000 4194304 4196468 140731008939872 140055300997712 140055314472953 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 6 0 107040542 10245611520 4336 33554432000 4194304 4196468 140731008939872 140055333403536 140055329171157 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=10005480 memory=140475779782272 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 6 0 107040542 10245611520 4336 33554432000 4194304 4196468 140731008939872 140055198739216 140055329171157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 6 0 107040542 10245611520 4336 33554432000 4194304 4196468 140731008939872 140055197686928 140055329171157 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 6 0 107040542 10245611520 4336 33554432000 4194304 4196468 140731008939872 140055196634128 140055329171157 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209862 s]*
/proc/loadavg: 1.12 1.55 1.75 3/215 16020
/proc/meminfo: memFree=22705180/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=10982744 memory=45444 CPUtime=0.25 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 8090 12924 0 0 17 1 5 2 20 0 15 0 107040532 11246329856 11361 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2745686 11361 2956 1 0 2708109 0
[pid=15954/tid=16007] ppid=15951 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) R 15951 15954 12222 0 -1 4202560 4658 12924 0 0 11 1 5 2 20 0 15 0 107040541 11246329856 11361 33554432000 4194304 4196468 140731008939872 140055300984640 140055313241438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246329856 11361 33554432000 4194304 4196468 140731008939872 140055333403536 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=10982744 memory=3619122745330636448 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246329856 11361 33554432000 4194304 4196468 140731008939872 140055198739216 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246329856 11361 33554432000 4194304 4196468 140731008939872 140055197686928 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246329856 11361 33554432000 4194304 4196468 140731008939872 140055196634128 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=10982744 memory=140475779782272 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040543 11246329856 11361 33554432000 4194304 4196468 140731008939872 140054755035248 140055329172098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 13 12924 0 0 0 0 5 2 20 0 15 0 107040544 11246329856 11361 33554432000 4194304 4196468 140731008939872 140054132417312 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040544 11246329856 11361 33554432000 4194304 4196468 140731008939872 140053984568432 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040546 11246329856 11361 33554432000 4194304 4196468 140731008939872 140053677168720 140055329179547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 369 12924 0 0 1 0 5 2 20 0 15 0 107040546 11246329856 11361 33554432000 4194304 4196468 140731008939872 140054753983088 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 248 12924 0 0 0 0 5 2 20 0 15 0 107040546 11246329856 11361 33554432000 4194304 4196468 140731008939872 140054752930288 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=10982744 memory=140475779782272 CPUtime=0.1 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 599 12924 0 0 3 0 5 2 20 0 15 0 107040547 11246329856 11361 33554432000 4194304 4196468 140731008939872 140054751878000 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11246329856 11361 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=10982744 memory=140475779782272 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040547 11246329856 11361 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45444 KiB

[startup+0.310288 s]*
/proc/loadavg: 1.12 1.55 1.75 3/215 16020
/proc/meminfo: memFree=22694764/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=10983192 memory=56160 CPUtime=0.38 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 10586 12924 0 0 29 2 5 2 20 0 15 0 107040532 11246788608 14040 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2745798 14040 3075 1 0 2708109 0
[pid=15954/tid=16007] ppid=15951 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) R 15951 15954 12222 0 -1 4202560 7142 12924 0 0 20 1 5 2 20 0 15 0 107040541 11246788608 14040 33554432000 4194304 4196468 140731008939872 140055300972960 140055313241438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 14040 33554432000 4194304 4196468 140731008939872 140055333403536 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 14040 33554432000 4194304 4196468 140731008939872 140055198739216 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 14040 33554432000 4194304 4196468 140731008939872 140055197686928 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 14040 33554432000 4194304 4196468 140731008939872 140055196634128 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040543 11246788608 14040 33554432000 4194304 4196468 140731008939872 140054755035248 140055329172098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 13 12924 0 0 0 0 5 2 20 0 15 0 107040544 11246788608 14040 33554432000 4194304 4196468 140731008939872 140054132417312 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040544 11246788608 14040 33554432000 4194304 4196468 140731008939872 140053984568432 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040546 11246788608 14040 33554432000 4194304 4196468 140731008939872 140053677168720 140055329179547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 370 12924 0 0 1 0 5 2 20 0 15 0 107040546 11246788608 14040 33554432000 4194304 4196468 140731008939872 140054753983088 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 251 12924 0 0 1 0 5 2 20 0 15 0 107040546 11246788608 14040 33554432000 4194304 4196468 140731008939872 140054752930288 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=10983192 memory=140475779782272 CPUtime=0.12 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 605 12924 0 0 5 0 5 2 20 0 15 0 107040547 11246788608 14040 33554432000 4194304 4196468 140731008939872 140054751878000 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11246788608 14040 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=10983192 memory=140475779782272 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040547 11246788608 14040 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56160 KiB

[startup+0.700715 s]
/proc/loadavg: 1.12 1.55 1.75 3/215 16020
/proc/meminfo: memFree=22684232/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=10983192 memory=88412 CPUtime=0.98 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 16754 12924 0 0 88 3 5 2 20 0 15 0 107040532 11246788608 22103 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2745798 22103 3238 1 0 2708109 0
[pid=15954/tid=16007] ppid=15951 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) R 15951 15954 12222 0 -1 4202560 12276 12924 0 0 57 2 5 2 20 0 15 0 107040541 11246788608 22103 33554432000 4194304 4196468 140731008939872 140055300974072 140055313241438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 22103 33554432000 4194304 4196468 140731008939872 140055333403536 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 22103 33554432000 4194304 4196468 140731008939872 140055198739216 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=10983192 memory=487 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 22103 33554432000 4194304 4196468 140731008939872 140055197686928 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040542 11246788608 22103 33554432000 4194304 4196468 140731008939872 140055196634128 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=10983192 memory=7229512537422845014 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 5 12924 0 0 0 0 5 2 20 0 15 0 107040543 11246788608 22103 33554432000 4194304 4196468 140731008939872 140054755035248 140055329172098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 13 12924 0 0 0 0 5 2 20 0 15 0 107040544 11246788608 22103 33554432000 4194304 4196468 140731008939872 140054132417312 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040544 11246788608 22103 33554432000 4194304 4196468 140731008939872 140053984568432 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040546 11246788608 22103 33554432000 4194304 4196468 140731008939872 140053677168720 140055329179547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 772 12924 0 0 8 0 5 2 20 0 15 0 107040546 11246788608 22103 33554432000 4194304 4196468 140731008939872 140054753983088 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 812 12924 0 0 8 0 5 2 20 0 15 0 107040546 11246788608 22103 33554432000 4194304 4196468 140731008939872 140054752930288 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 672 12924 0 0 13 0 5 2 20 0 15 0 107040547 11246788608 22103 33554432000 4194304 4196468 140731008939872 140054751878000 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11246788608 22103 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040547 11246788608 22103 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88412 KiB

[startup+1.50311 s]
/proc/loadavg: 1.12 1.55 1.75 3/215 16020
/proc/meminfo: memFree=22641436/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=10991948 memory=197240 CPUtime=3.1 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 23343 12924 0 0 295 8 5 2 20 0 15 0 107040532 11255754752 49310 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2747987 49310 3450 1 0 2709645 0
[pid=15954/tid=16007] ppid=15951 vsize=10991948 memory=4951091520830867572 CPUtime=1.46 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) R 15951 15954 12222 0 -1 4202560 15044 12924 0 0 133 6 5 2 20 0 15 0 107040541 11255754752 49310 33554432000 4194304 4196468 140731008939872 140055300991296 140054878587173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=10991948 memory=4134606225630022328 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11255754752 49310 33554432000 4194304 4196468 140731008939872 140055333403536 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=10991948 memory=-5153075247754943381 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11255754752 49310 33554432000 4194304 4196468 140731008939872 140055198739216 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=10991948 memory=-7738970628897285780 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040542 11255754752 49310 33554432000 4194304 4196468 140731008939872 140055197686928 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=10991948 memory=123668 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040542 11255754752 49310 33554432000 4194304 4196468 140731008939872 140055196634128 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 6 12924 0 0 0 0 5 2 20 0 15 0 107040543 11255754752 49310 33554432000 4194304 4196468 140731008939872 140054755035248 140055329172098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 13 12924 0 0 0 0 5 2 20 0 15 0 107040544 11255754752 49310 33554432000 4194304 4196468 140731008939872 140054132417312 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=10991948 memory=280951259201824 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 1 12924 0 0 0 0 5 2 20 0 15 0 107040544 11255754752 49310 33554432000 4194304 4196468 140731008939872 140053984568432 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=10991948 memory=280951259616768 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040546 11255754752 49310 33554432000 4194304 4196468 140731008939872 140053677168720 140055329179547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=10991948 memory=140475629610624 CPUtime=0.64 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) R 15951 15954 12222 0 -1 4202560 2516 12924 0 0 57 0 5 2 20 0 15 0 107040546 11255754752 49310 33554432000 4194304 4196468 140731008939872 140054753973680 140055314764561 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=10991948 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) R 15951 15954 12222 0 -1 4202560 2179 12924 0 0 61 0 5 2 20 0 15 0 107040546 11255754752 49310 33554432000 4194304 4196468 140731008939872 140054752909984 140055315199432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=10991948 memory=1200 CPUtime=0.48 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 1380 12924 0 0 41 0 5 2 20 0 15 0 107040547 11255754752 49310 33554432000 4194304 4196468 140731008939872 140054751878000 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=10991948 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11255754752 49310 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=10991948 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 2 12924 0 0 0 0 5 2 20 0 15 0 107040547 11255754752 49310 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10991948 KiB

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


[startup+95.1221 s]
# the end of solver process 15954 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=255.849 s, system=5.7854 s

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

[startup+92.8007 s]
/proc/loadavg: 2.77 1.94 1.86 5/199 16023
/proc/meminfo: memFree=17859352/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=11008352 memory=6032564 CPUtime=252.81 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 372010 12924 0 0 24708 566 5 2 20 0 15 0 107040532 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2752088 1508141 3524 1 0 2713741 0
[pid=15954/tid=16007] ppid=15951 vsize=11008352 memory=6009972 CPUtime=36.48 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) S 15951 15954 12222 0 -1 1077944384 81306 12924 0 0 3623 18 5 2 20 0 15 0 107040541 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140055300994944 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=11008352 memory=6791534058613427641 CPUtime=50.06 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) R 15951 15954 12222 0 -1 4202560 54101 12924 0 0 4868 131 5 2 20 0 15 0 107040542 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140055333403432 140055321789159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=11008352 memory=6791534058613427641 CPUtime=49.65 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) R 15951 15954 12222 0 -1 4202560 40060 12924 0 0 4831 127 5 2 20 0 15 0 107040542 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140055198738800 140055321789159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=11008352 memory=1792 CPUtime=49.88 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) R 15951 15954 12222 0 -1 4202560 78414 12924 0 0 4844 137 5 2 20 0 15 0 107040542 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140055197687128 140055314112075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=11008352 memory=644 CPUtime=49.51 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) R 15951 15954 12222 0 -1 4202560 46596 12924 0 0 4805 139 5 2 20 0 15 0 107040542 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140055196634024 140055321789159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=11008352 memory=956 CPUtime=5.64 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 46512 12924 0 0 554 3 5 2 20 0 15 0 107040543 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140054755033568 140055329171157 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=11008352 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 16 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140054132417376 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=11008352 memory=2688 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140053984568448 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=11008352 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 7 12924 0 0 0 0 5 2 20 0 15 0 107040546 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140053677168368 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=11008352 memory=1408 CPUtime=5.27 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 7553 12924 0 0 518 2 5 2 20 0 15 0 107040546 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140054753982848 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=11008352 memory=3164 CPUtime=4.89 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 7950 12924 0 0 481 1 5 2 20 0 15 0 107040546 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140054752930336 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=11008352 memory=1159296 CPUtime=1.85 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 6956 12924 0 0 175 3 5 2 20 0 15 0 107040547 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140054751878048 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=11008352 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=11008352 memory=2972 CPUtime=0.11 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 343 12924 0 0 2 2 5 2 20 0 15 0 107040547 11272552448 1508141 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 252.81 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 6032564 KiB

[startup+93.6007 s]
/proc/loadavg: 2.77 1.94 1.86 6/195 16077
/proc/meminfo: memFree=17860240/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=11008352 memory=6032568 CPUtime=255.9 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 377776 12924 0 0 25015 568 5 2 20 0 15 0 107040532 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2752088 1508142 3524 1 0 2713741 0
[pid=15954/tid=16007] ppid=15951 vsize=11008352 memory=2872 CPUtime=36.48 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) S 15951 15954 12222 0 -1 1077944384 81306 12924 0 0 3623 18 5 2 20 0 15 0 107040541 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055300994944 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=11008352 memory=5589280 CPUtime=50.81 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) R 15951 15954 12222 0 -1 4202560 54101 12924 0 0 4943 131 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055333403432 140055321789159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=11008352 memory=6791534058613427641 CPUtime=50.41 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) R 15951 15954 12222 0 -1 4202560 40060 12924 0 0 4907 127 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055198738800 140055321789159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=11008352 memory=30540 CPUtime=50.69 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) R 15951 15954 12222 0 -1 4202560 84178 12924 0 0 4924 138 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055197687128 140055314112075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=11008352 memory=2396 CPUtime=50.27 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) R 15951 15954 12222 0 -1 4202560 46596 12924 0 0 4880 140 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055196634024 140055321789159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=11008352 memory=1300 CPUtime=5.64 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 46512 12924 0 0 554 3 5 2 20 0 15 0 107040543 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054755033568 140055329171157 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=11008352 memory=1840 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 16 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054132417376 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=11008352 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140053984568448 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=11008352 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 7 12924 0 0 0 0 5 2 20 0 15 0 107040546 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140053677168368 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=11008352 memory=11008 CPUtime=5.27 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 7553 12924 0 0 518 2 5 2 20 0 15 0 107040546 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054753982848 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=11008352 memory=1008 CPUtime=4.89 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 7950 12924 0 0 481 1 5 2 20 0 15 0 107040546 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054752930336 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=11008352 memory=1952 CPUtime=1.85 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 6956 12924 0 0 175 3 5 2 20 0 15 0 107040547 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054751878048 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=11008352 memory=8572 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=11008352 memory=1228 CPUtime=0.11 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 343 12924 0 0 2 2 5 2 20 0 15 0 107040547 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 255.9 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 6032568 KiB

[startup+94.4007 s]
/proc/loadavg: 2.95 1.99 1.88 6/215 16152
/proc/meminfo: memFree=17765400/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=11008352 memory=6032568 CPUtime=259.01 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 383629 12924 0 0 25325 569 5 2 20 0 15 0 107040532 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2752088 1508142 3524 1 0 2713741 0
[pid=15954/tid=16007] ppid=15951 vsize=11008352 memory=1840 CPUtime=36.48 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) S 15951 15954 12222 0 -1 1077944384 81306 12924 0 0 3623 18 5 2 20 0 15 0 107040541 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055300994944 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=11008352 memory=30540 CPUtime=51.58 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) R 15951 15954 12222 0 -1 4202560 54101 12924 0 0 5020 131 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055333403432 140055321789159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=11008352 memory=2396 CPUtime=51.18 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) R 15951 15954 12222 0 -1 4202560 40060 12924 0 0 4984 127 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055198738800 140055321789159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=11008352 memory=6032568 CPUtime=51.49 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) R 15951 15954 12222 0 -1 4202560 90031 12924 0 0 5004 138 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055197687128 140055314112075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=11008352 memory=1440 CPUtime=51.03 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) R 15951 15954 12222 0 -1 4202560 46596 12924 0 0 4956 140 5 2 20 0 15 0 107040542 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140055196634024 140055321789159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=11008352 memory=4612 CPUtime=5.64 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 46512 12924 0 0 554 3 5 2 20 0 15 0 107040543 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054755033568 140055329171157 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=11008352 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 16 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054132417376 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=11008352 memory=1840 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140053984568448 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=11008352 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 7 12924 0 0 0 0 5 2 20 0 15 0 107040546 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140053677168368 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=11008352 memory=796 CPUtime=5.27 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 7553 12924 0 0 518 2 5 2 20 0 15 0 107040546 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054753982848 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=11008352 memory=11008 CPUtime=4.89 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 7950 12924 0 0 481 1 5 2 20 0 15 0 107040546 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054752930336 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=11008352 memory=1008 CPUtime=1.85 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 6956 12924 0 0 175 3 5 2 20 0 15 0 107040547 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054751878048 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=11008352 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=11008352 memory=8572 CPUtime=0.11 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 343 12924 0 0 2 2 5 2 20 0 15 0 107040547 11272552448 1508142 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 259.01 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 6032568 KiB

[startup+94.6007 s]
/proc/loadavg: 2.95 1.99 1.88 6/215 16152
/proc/meminfo: memFree=17765400/32770624 swapFree=67108404/67108860
[pid=15954] ppid=15951 vsize=11008352 memory=6032572 CPUtime=259.78 cores=0,2,4,6
/proc/15954/stat : 15954 (java) S 15951 15954 12222 0 -1 1077944320 385098 12924 0 0 25402 569 5 2 20 0 15 0 107040532 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140731008922416 140055329160951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
/proc/15954/statm: 2752088 1508143 3524 1 0 2713741 0
[pid=15954/tid=16007] ppid=15951 vsize=11008352 memory=5372 CPUtime=36.48 cores=0,2,4,6
/proc/15954/task/16007/stat : 16007 (java) S 15951 15954 12222 0 -1 1077944384 81306 12924 0 0 3623 18 5 2 20 0 15 0 107040541 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140055300994944 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16008] ppid=15951 vsize=11008352 memory=1440 CPUtime=51.77 cores=0,2,4,6
/proc/15954/task/16008/stat : 16008 (java) R 15951 15954 12222 0 -1 4202560 54101 12924 0 0 5039 131 5 2 20 0 15 0 107040542 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140055333403120 140055321789159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16009] ppid=15951 vsize=11008352 memory=4612 CPUtime=51.38 cores=0,2,4,6
/proc/15954/task/16009/stat : 16009 (java) R 15951 15954 12222 0 -1 4202560 40060 12924 0 0 5004 127 5 2 20 0 15 0 107040542 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140055198738800 140055321789159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16010] ppid=15951 vsize=11008352 memory=1200 CPUtime=51.68 cores=0,2,4,6
/proc/15954/task/16010/stat : 16010 (java) R 15951 15954 12222 0 -1 4202560 91500 12924 0 0 5023 138 5 2 20 0 15 0 107040542 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140055197687128 140055310757959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16011] ppid=15951 vsize=11008352 memory=15876 CPUtime=51.22 cores=0,2,4,6
/proc/15954/task/16011/stat : 16011 (java) R 15951 15954 12222 0 -1 4202560 46596 12924 0 0 4975 140 5 2 20 0 15 0 107040542 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140055196634024 140055321789159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16012] ppid=15951 vsize=11008352 memory=6791534058613427641 CPUtime=5.64 cores=0,2,4,6
/proc/15954/task/16012/stat : 16012 (java) S 15951 15954 12222 0 -1 1077944384 46512 12924 0 0 554 3 5 2 20 0 15 0 107040543 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140054755033568 140055329171157 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16013] ppid=15951 vsize=11008352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16013/stat : 16013 (java) S 15951 15954 12222 0 -1 1077944384 16 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140054132417376 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16014] ppid=15951 vsize=11008352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16014/stat : 16014 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040544 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140053984568448 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16015] ppid=15951 vsize=11008352 memory=7523662774391235921 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16015/stat : 16015 (java) S 15951 15954 12222 0 -1 1077944384 7 12924 0 0 0 0 5 2 20 0 15 0 107040546 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140053677168368 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16016] ppid=15951 vsize=11008352 memory=7595391571586477160 CPUtime=5.27 cores=0,2,4,6
/proc/15954/task/16016/stat : 16016 (java) S 15951 15954 12222 0 -1 1077944384 7553 12924 0 0 518 2 5 2 20 0 15 0 107040546 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140054753982848 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16017] ppid=15951 vsize=11008352 memory=7512114586635233390 CPUtime=4.89 cores=0,2,4,6
/proc/15954/task/16017/stat : 16017 (java) S 15951 15954 12222 0 -1 1077944384 7950 12924 0 0 481 1 5 2 20 0 15 0 107040546 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140054752930336 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16018] ppid=15951 vsize=11008352 memory=7512114586635233390 CPUtime=1.85 cores=0,2,4,6
/proc/15954/task/16018/stat : 16018 (java) S 15951 15954 12222 0 -1 1077944384 6956 12924 0 0 175 3 5 2 20 0 15 0 107040547 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140054751878048 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16019] ppid=15951 vsize=11008352 memory=-8813974798734826869 CPUtime=0.07 cores=0,2,4,6
/proc/15954/task/16019/stat : 16019 (java) S 15951 15954 12222 0 -1 1077944384 3 12924 0 0 0 0 5 2 20 0 15 0 107040547 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140053246372832 140055329171157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
[pid=15954/tid=16020] ppid=15951 vsize=11008352 memory=7661294146777015910 CPUtime=0.11 cores=0,2,4,6
/proc/15954/task/16020/stat : 16020 (java) S 15951 15954 12222 0 -1 1077944384 343 12924 0 0 2 2 5 2 20 0 15 0 107040547 11272552448 1508143 33554432000 4194304 4196468 140731008939872 140054750824880 140055329172098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7737344 140731008948840 140731008951649 140731008951649 140731008954319 0
Current children cumulated CPU time: 259.78 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 6032572 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 95.1222
CPU time (s): 261.635
CPU user time (s): 255.849
CPU system time (s): 5.7854
CPU usage (%): 275.051
Max. virtual memory (cumulated for all children) (KiB): 11073888
Max. memory (cumulated for all children) (KiB): 6032572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.849
system time used= 5.7854
maximum resident set size= 6032820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12822
involuntary context switches= 4201


# summary of solver processes directly reported to runsolver:
#   pid: 15954
#   total CPU time (s): 261.635
#   total CPU user time (s): 255.849
#   total CPU system time (s): 5.7854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.686639 second user time and 0.826894 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:06:14
IDJOB=4302749
IDBENCH=141116
IDSOLVER=2777
FILE ID=node148/4302749-1532894774
RUNJOBID= node148-1532892979-13580
PBS_JOBID= 21022520
Free space on /tmp= 47776 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-radar-30-70-45-050-100_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302749-1532894774/watcher-4302749-1532894774 -o /tmp/evaluation-result-4302749-1532894774/solver-4302749-1532894774 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1824849278 -superng HOME/instance-4302749-1532894774.xml

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

MD5SUM BENCH= 23165fcfff40784a2bf31a56a137e510
RANDOM SEED=1824849278

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22736356 kB
MemAvailable:   30781632 kB
Buffers:          245696 kB
Cached:          7950168 kB
SwapCached:          352 kB
Active:          3022940 kB
Inactive:        6374140 kB
Active(anon):    1154508 kB
Inactive(anon):    74228 kB
Active(file):    1868432 kB
Inactive(file):  6299912 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             27504 kB
Writeback:             0 kB
AnonPages:       1253148 kB
Mapped:            58020 kB
Shmem:             25016 kB
Slab:             334184 kB
SReclaimable:     305392 kB
SUnreclaim:        28792 kB
KernelStack:        3792 kB
PageTables:         7828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2280088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    999424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:07:49