Trace number 4301652

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 260.221 94.2127

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-04-0300_c18.xml
MD5SUMd2f9cd7b3c3026f57264f10c0685d9a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27270670
Best CPU time to get the best result obtained on this benchmark252.074
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints1561
Number of intensional constraints1799
Distribution of constraint types[{"type":"extension","count":1561},{"type":"intension","count":1799}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

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

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

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

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

solver pid=10090, runsolver pid=10083

[startup+0.100125 s]*
/proc/loadavg: 0.85 1.02 1.24 5/215 10119
/proc/meminfo: memFree=26548840/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10659044 memory=30864 CPUtime=0.12 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 6751 0 0 0 10 2 0 0 20 0 15 0 105908608 10914861056 7716 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2664761 7716 2841 1 0 2627271 0
[pid=10090/tid=10092] ppid=10083 vsize=10659044 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) R 10083 10090 10029 0 -1 4202560 4603 0 0 0 8 1 0 0 20 0 15 0 105908608 10914861056 7716 33554432000 4194304 4196468 140730670952128 139931577300848 139931565775901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10659044 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914861056 7716 33554432000 4194304 4196468 140730670952128 139931515100048 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10659044 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914861056 7716 33554432000 4194304 4196468 140730670952128 139931514047248 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10659044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914861056 7716 33554432000 4194304 4196468 140730670952128 139931512994960 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10659044 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914861056 7716 33554432000 4194304 4196468 140730670952128 139931176197136 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10659044 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908611 10914861056 7716 33554432000 4194304 4196468 140730670952128 139931132778608 139931573107330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931131724576 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931130672240 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931129620560 139931573114779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) S 10083 10090 10029 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931128568432 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) S 10083 10090 10029 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931127515632 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0.01 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) S 10083 10090 10029 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 105908614 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931126463344 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 7716 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 30864 KiB

[startup+0.210547 s]*
/proc/loadavg: 0.85 1.02 1.24 9/215 10119
/proc/meminfo: memFree=26527676/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10659012 memory=40060 CPUtime=0.31 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 8048 0 0 0 29 2 0 0 20 0 15 0 105908608 10914828288 10015 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2664753 10015 3005 1 0 2627263 0
[pid=10090/tid=10092] ppid=10083 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) R 10083 10090 10029 0 -1 4202560 4995 0 0 0 18 1 0 0 20 0 15 0 105908608 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931577326064 139931557139813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931515100048 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10659012 memory=288370686484350592 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931514047248 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931512994960 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931176197136 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931132778608 139931573107330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931131724576 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931130672240 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931129620560 139931573114779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) S 10083 10090 10029 0 -1 1077944384 544 0 0 0 1 0 0 0 20 0 15 0 105908614 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931128568432 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) S 10083 10090 10029 0 -1 1077944384 482 0 0 0 2 0 0 0 20 0 15 0 105908614 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931127515632 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0.07 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) R 10083 10090 10029 0 -1 4202560 661 0 0 0 7 0 0 0 20 0 15 0 105908614 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931126463344 139931551462568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 10020 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40060 KiB

[startup+0.311326 s]*
/proc/loadavg: 0.85 1.02 1.24 8/215 10119
/proc/meminfo: memFree=26503364/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10659012 memory=51636 CPUtime=0.57 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 9449 0 0 0 54 3 0 0 20 0 15 0 105908608 10914828288 12909 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2664753 12909 3045 1 0 2627263 0
[pid=10090/tid=10092] ppid=10083 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) R 10083 10090 10029 0 -1 4202560 5377 0 0 0 28 1 0 0 20 0 15 0 105908608 10914828288 12909 33554432000 4194304 4196468 140730670952128 139931577331664 139931192468230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 12909 33554432000 4194304 4196468 140730670952128 139931515100048 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10659012 memory=288370686484350592 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 12909 33554432000 4194304 4196468 140730670952128 139931514047248 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 12909 33554432000 4194304 4196468 140730670952128 139931512994960 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908609 10914828288 12909 33554432000 4194304 4196468 140730670952128 139931176197136 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931132778608 139931573107330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931131724576 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931130672240 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931129620560 139931573114779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) R 10083 10090 10029 0 -1 4202560 1034 0 0 0 6 0 0 0 20 0 15 0 105908614 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931128549448 139931557385198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) R 10083 10090 10029 0 -1 4202560 726 0 0 0 6 0 0 0 20 0 15 0 105908614 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931127496648 139931554349762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0.13 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) R 10083 10090 10029 0 -1 1077944384 944 0 0 0 13 0 0 0 20 0 15 0 105908614 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931126463344 139931573107330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10659012 memory=140310332638848 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) R 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914828288 13421 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 51636 KiB

[startup+0.701884 s]
/proc/loadavg: 0.85 1.02 1.24 10/215 10119
/proc/meminfo: memFree=26104636/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10659088 memory=297824 CPUtime=1.63 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 12658 0 0 0 138 25 0 0 20 0 15 0 105908608 10914906112 74456 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2664772 74456 3097 1 0 2627263 0
[pid=10090/tid=10092] ppid=10083 vsize=10659088 memory=183702260824789 CPUtime=0.6 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) R 10083 10090 10029 0 -1 4202560 5785 0 0 0 54 6 0 0 20 0 15 0 105908608 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931577332352 139931557619392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10659088 memory=446152 CPUtime=0.06 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) S 10083 10090 10029 0 -1 1077944384 63 0 0 0 2 4 0 0 20 0 15 0 105908609 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931515100048 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) S 10083 10090 10029 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 105908609 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931514047248 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) S 10083 10090 10029 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 105908609 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931512994960 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10659088 memory=7809523229951467572 CPUtime=0.06 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) S 10083 10090 10029 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 105908609 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931176197136 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931132778608 139931573107330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931131724576 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931130672240 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931129620560 139931573114779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10659088 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) R 10083 10090 10029 0 -1 4202560 1542 0 0 0 25 0 0 0 20 0 15 0 105908614 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931128568432 139931558025653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) D 10083 10090 10029 0 -1 4202560 2320 0 0 0 32 0 0 0 20 0 15 0 105908614 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931127501096 139931565813335 0 4 0 16800975 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10659088 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) R 10083 10090 10029 0 -1 4202560 1318 0 0 0 16 0 0 0 20 0 15 0 105908614 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931126459224 139931551464822 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10659088 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105908614 10914906112 74456 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 297824 KiB

[startup+1.50074 s]
/proc/loadavg: 1.26 1.10 1.26 8/215 10119
/proc/meminfo: memFree=25870764/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10659088 memory=513728 CPUtime=4.23 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 20202 0 0 0 382 41 0 0 20 0 15 0 105908608 10914906112 128432 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2664772 128432 3132 1 0 2627263 0
[pid=10090/tid=10092] ppid=10083 vsize=10659088 memory=9169 CPUtime=1.34 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) R 10083 10090 10029 0 -1 4202560 5946 0 0 0 127 7 0 0 20 0 15 0 105908608 10914906112 128432 33554432000 4194304 4196468 140730670952128 139931577330160 139931573108118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10659088 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) S 10083 10090 10029 0 -1 1077944384 194 0 0 0 5 7 0 0 20 0 15 0 105908609 10914906112 128432 33554432000 4194304 4196468 140730670952128 139931515100048 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10659088 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) S 10083 10090 10029 0 -1 1077944384 177 0 0 0 5 6 0 0 20 0 15 0 105908609 10914906112 128432 33554432000 4194304 4196468 140730670952128 139931514047248 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) S 10083 10090 10029 0 -1 1077944384 180 0 0 0 5 7 0 0 20 0 15 0 105908609 10914906112 128432 33554432000 4194304 4196468 140730670952128 139931512994960 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10659088 memory=6943526294502006880 CPUtime=0.12 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) S 10083 10090 10029 0 -1 1077944384 187 0 0 0 5 7 0 0 20 0 15 0 105908609 10914906112 128432 33554432000 4194304 4196468 140730670952128 139931176197136 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105908611 10914906112 128432 33554432000 4194304 4196468 140730670952128 139931132778608 139931573107330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0

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


[startup+94.2127 s]
# the end of solver process 10090 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.472 s, system=6.74869 s

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

[startup+92.8007 s]
/proc/loadavg: 4.51 2.16 1.62 9/215 10121
/proc/meminfo: memFree=9962284/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10661136 memory=8268920 CPUtime=255.05 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 1456165 0 0 0 24842 663 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2665284 2067230 3187 1 0 2627775 0
[pid=10090/tid=10092] ppid=10083 vsize=10661136 memory=1760 CPUtime=29.42 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) S 10083 10090 10029 0 -1 1077944384 22226 0 0 0 2914 28 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931577328368 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10661136 memory=960 CPUtime=51.59 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) R 10083 10090 10029 0 -1 4202560 394760 0 0 0 5005 154 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931515100168 139931565724391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10661136 memory=26912 CPUtime=51.68 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) R 10083 10090 10029 0 -1 4202560 231166 0 0 0 5012 156 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931514047056 139931565724391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10661136 memory=776 CPUtime=51.64 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) R 10083 10090 10029 0 -1 4202560 284736 0 0 0 5007 157 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931512995080 139931565724391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10661136 memory=8268900 CPUtime=51.46 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) R 10083 10090 10029 0 -1 4202560 412071 0 0 0 4995 151 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931176197336 139931566199825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10661136 memory=6791534058613427641 CPUtime=11.02 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 63137 0 0 0 1098 4 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931132777152 139931573106389 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10661136 memory=8268872 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931131724640 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10661136 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931130672256 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10661136 memory=1664 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931129620208 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10661136 memory=1828 CPUtime=3.44 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) S 10083 10090 10029 0 -1 1077944384 17076 0 0 0 342 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931128568480 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10661136 memory=800 CPUtime=3.93 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) S 10083 10090 10029 0 -1 1077944384 23523 0 0 0 390 3 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931127515680 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10661136 memory=8268920 CPUtime=0.72 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) S 10083 10090 10029 0 -1 1077944384 4939 0 0 0 71 1 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931126463104 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10661136 memory=824 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10661136 memory=4100 CPUtime=0.04 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1095 0 0 0 2 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 255.05 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8268920 KiB

[startup+93.6006 s]
/proc/loadavg: 4.51 2.16 1.62 5/196 10129
/proc/meminfo: memFree=18313084/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10661136 memory=8268920 CPUtime=258.13 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 1456165 0 0 0 25149 664 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2665284 2067230 3187 1 0 2627775 0
[pid=10090/tid=10092] ppid=10083 vsize=10661136 memory=800 CPUtime=29.42 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) S 10083 10090 10029 0 -1 1077944384 22226 0 0 0 2914 28 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931577328368 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10661136 memory=5220 CPUtime=52.36 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) R 10083 10090 10029 0 -1 4202560 394760 0 0 0 5081 155 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931515099856 139931565724391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10661136 memory=12772 CPUtime=52.45 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) R 10083 10090 10029 0 -1 4202560 231166 0 0 0 5089 156 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931514047056 139931565724391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10661136 memory=1332 CPUtime=52.39 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) R 10083 10090 10029 0 -1 4202560 284736 0 0 0 5081 158 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931512995080 139931565724391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10661136 memory=1508 CPUtime=52.26 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) R 10083 10090 10029 0 -1 4202560 412071 0 0 0 5075 151 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931176197336 139931558085779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10661136 memory=3328 CPUtime=11.02 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 63137 0 0 0 1098 4 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931132777152 139931573106389 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10661136 memory=8268920 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931131724640 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10661136 memory=2972 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931130672256 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10661136 memory=8345992 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931129620208 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10661136 memory=6791534058613427641 CPUtime=3.44 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) S 10083 10090 10029 0 -1 1077944384 17076 0 0 0 342 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931128568480 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10661136 memory=-8412652160765825907 CPUtime=3.93 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) S 10083 10090 10029 0 -1 1077944384 23523 0 0 0 390 3 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931127515680 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10661136 memory=7897517683652307531 CPUtime=0.72 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) S 10083 10090 10029 0 -1 1077944384 4939 0 0 0 71 1 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931126463104 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10661136 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10661136 memory=-8634980985311628903 CPUtime=0.04 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1095 0 0 0 2 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 258.13 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8268920 KiB

[startup+94.0006 s]*
/proc/loadavg: 4.51 2.16 1.62 6/195 10171
/proc/meminfo: memFree=18279632/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10661136 memory=8268920 CPUtime=259.71 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 1456165 0 0 0 25307 664 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2665284 2067230 3187 1 0 2627775 0
[pid=10090/tid=10092] ppid=10083 vsize=10661136 memory=6791534058613427641 CPUtime=29.42 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) S 10083 10090 10029 0 -1 1077944384 22226 0 0 0 2914 28 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931577328368 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10661136 memory=4872558044660077418 CPUtime=52.75 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) R 10083 10090 10029 0 -1 4202560 394760 0 0 0 5120 155 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931515100168 139931565724391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10661136 memory=4872558044660077418 CPUtime=52.84 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) R 10083 10090 10029 0 -1 4202560 231166 0 0 0 5128 156 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931514047056 139931565724391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10661136 memory=3008 CPUtime=52.78 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) R 10083 10090 10029 0 -1 4202560 284736 0 0 0 5120 158 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931512995080 139931565724391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10661136 memory=2764 CPUtime=52.67 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) R 10083 10090 10029 0 -1 4202560 412071 0 0 0 5116 151 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931176197336 139931566199840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10661136 memory=796 CPUtime=11.02 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 63137 0 0 0 1098 4 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931132777152 139931573106389 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10661136 memory=8268920 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931131724640 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10661136 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931130672256 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10661136 memory=15816686058080632 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931129620208 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10661136 memory=4872558044660077418 CPUtime=3.44 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) S 10083 10090 10029 0 -1 1077944384 17076 0 0 0 342 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931128568480 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10661136 memory=1876 CPUtime=3.93 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) S 10083 10090 10029 0 -1 1077944384 23523 0 0 0 390 3 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931127515680 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10661136 memory=1664 CPUtime=0.72 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) S 10083 10090 10029 0 -1 1077944384 4939 0 0 0 71 1 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931126463104 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10661136 memory=1828 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10661136 memory=800 CPUtime=0.04 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1095 0 0 0 2 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 259.71 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8268920 KiB

[startup+94.11 s]
/proc/loadavg: 4.51 2.16 1.62 6/195 10171
/proc/meminfo: memFree=18279632/32770624 swapFree=67028780/67108860
[pid=10090] ppid=10083 vsize=10661136 memory=8268920 CPUtime=260.1 cores=0,2,4,6
/proc/10090/stat : 10090 (java) S 10083 10090 10029 0 -1 1077944320 1456165 0 0 0 25345 665 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 140730670934672 139931573096183 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
/proc/10090/statm: 2665284 2067230 3187 1 0 2627775 0
[pid=10090/tid=10092] ppid=10083 vsize=10661136 memory=8268920 CPUtime=29.42 cores=0,2,4,6
/proc/10090/task/10092/stat : 10092 (java) S 10083 10090 10029 0 -1 1077944384 22226 0 0 0 2914 28 0 0 20 0 15 0 105908608 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931577328368 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10096] ppid=10083 vsize=10661136 memory=8268920 CPUtime=52.84 cores=0,2,4,6
/proc/10090/task/10096/stat : 10096 (java) R 10083 10090 10029 0 -1 4202560 394760 0 0 0 5129 155 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931515099856 139931565724391 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10097] ppid=10083 vsize=10661136 memory=8268884 CPUtime=52.94 cores=0,2,4,6
/proc/10090/task/10097/stat : 10097 (java) R 10083 10090 10029 0 -1 4202560 231166 0 0 0 5138 156 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931514047056 139931565724391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10099] ppid=10083 vsize=10661136 memory=8268884 CPUtime=52.87 cores=0,2,4,6
/proc/10090/task/10099/stat : 10099 (java) R 10083 10090 10029 0 -1 4202560 284736 0 0 0 5129 158 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931512995080 139931565724391 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10101] ppid=10083 vsize=10661136 memory=8268920 CPUtime=52.77 cores=0,2,4,6
/proc/10090/task/10101/stat : 10101 (java) R 10083 10090 10029 0 -1 4202560 412071 0 0 0 5126 151 0 0 20 0 15 0 105908609 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931176197336 139931558092584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10103] ppid=10083 vsize=10661136 memory=8268920 CPUtime=11.02 cores=0,2,4,6
/proc/10090/task/10103/stat : 10103 (java) S 10083 10090 10029 0 -1 1077944384 63137 0 0 0 1098 4 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931132777152 139931573106389 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10105] ppid=10083 vsize=10661136 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10105/stat : 10105 (java) S 10083 10090 10029 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931131724640 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10107] ppid=10083 vsize=10661136 memory=6768 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10107/stat : 10107 (java) S 10083 10090 10029 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 105908611 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931130672256 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10108] ppid=10083 vsize=10661136 memory=8244284 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10108/stat : 10108 (java) S 10083 10090 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931129620208 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10110] ppid=10083 vsize=10661136 memory=824 CPUtime=3.44 cores=0,2,4,6
/proc/10090/task/10110/stat : 10110 (java) S 10083 10090 10029 0 -1 1077944384 17076 0 0 0 342 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931128568480 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10112] ppid=10083 vsize=10661136 memory=1332 CPUtime=3.93 cores=0,2,4,6
/proc/10090/task/10112/stat : 10112 (java) S 10083 10090 10029 0 -1 1077944384 23523 0 0 0 390 3 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931127515680 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10114] ppid=10083 vsize=10661136 memory=1508 CPUtime=0.72 cores=0,2,4,6
/proc/10090/task/10114/stat : 10114 (java) S 10083 10090 10029 0 -1 1077944384 4939 0 0 0 71 1 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931126463104 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10116] ppid=10083 vsize=10661136 memory=8268920 CPUtime=0 cores=0,2,4,6
/proc/10090/task/10116/stat : 10116 (java) S 10083 10090 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931125410784 139931573106389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
[pid=10090/tid=10118] ppid=10083 vsize=10661136 memory=8268900 CPUtime=0.04 cores=0,2,4,6
/proc/10090/task/10118/stat : 10118 (java) S 10083 10090 10029 0 -1 1077944384 1095 0 0 0 2 2 0 0 20 0 15 0 105908614 10917003264 2067230 33554432000 4194304 4196468 140730670952128 139931124357552 139931573107330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9326592 140730670953590 140730670953742 140730670953742 140730670956495 0
Current children cumulated CPU time: 260.1 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8268920 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 94.2127
CPU time (s): 260.221
CPU user time (s): 253.472
CPU system time (s): 6.74869
CPU usage (%): 276.205
Max. virtual memory (cumulated for all children) (KiB): 10663724
Max. memory (cumulated for all children) (KiB): 8268920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.472
system time used= 6.74869
maximum resident set size= 8269252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1456169
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= 9957
involuntary context switches= 4807


# summary of solver processes directly reported to runsolver:
#   pid: 10090
#   total CPU time (s): 260.221
#   total CPU user time (s): 253.472
#   total CPU system time (s): 6.74869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.59806 second user time and 0.897267 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 18:57:34
IDJOB=4301652
IDBENCH=141261
IDSOLVER=2773
FILE ID=node102/4301652-1532883454
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52788 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-04-0300_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301652-1532883454/watcher-4301652-1532883454 -o /tmp/evaluation-result-4301652-1532883454/solver-4301652-1532883454 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301652-1532883454.xml

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

MD5SUM BENCH= d2f9cd7b3c3026f57264f10c0685d9a6
RANDOM SEED=171785664

node102.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.51
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.51
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.51
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.51
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:        26583300 kB
MemAvailable:   31921020 kB
Buffers:          229804 kB
Cached:          5352604 kB
SwapCached:        53072 kB
Active:          1369732 kB
Inactive:        4292488 kB
Active(anon):       5976 kB
Inactive(anon):    99168 kB
Active(file):    1363756 kB
Inactive(file):  4193320 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028780 kB
Dirty:            200916 kB
Writeback:             0 kB
AnonPages:         34216 kB
Mapped:            37672 kB
Shmem:             22544 kB
Slab:             221948 kB
SReclaimable:     192960 kB
SUnreclaim:        28988 kB
KernelStack:        3232 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52748 MiB
End job on node102 at 2018-07-29 18:59:09