Trace number 4301997

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.059 88.9506

General information on the benchmark

NameMario/
Mario-t-hard-1_c18.xml
MD5SUMd0ad504447153d615b89b5c6990e2d3b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4783
Best CPU time to get the best result obtained on this benchmark4.51111
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints201
Number of domains164
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":95},{"size":85,"count":4},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":6},{"size":89,"count":17},{"size":90,"count":16},{"size":91,"count":14},{"size":92,"count":12},{"size":93,"count":12},{"size":94,"count":9},{"size":95,"count":5},{"size":97,"count":1},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":199},{"degree":3,"count":99}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":198},{"arity":100,"count":2}]
Number of extensional constraints100
Number of intensional constraints99
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":99},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax 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 (14382 MiB free)
  memory of node 1: 16384 MiB (12190 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301997-1532886344/watcher-4301997-1532886344 -o /tmp/evaluation-result-4301997-1532886344/solver-4301997-1532886344 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301997-1532886344.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=31031, runsolver pid=31028

[startup+0.100131 s]*
/proc/loadavg: 3.01 2.49 2.50 3/216 31046
/proc/meminfo: memFree=27192720/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659012 memory=30060 CPUtime=0.12 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 6600 0 0 0 11 1 0 0 20 0 15 0 106197599 10914828288 7515 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664753 7515 2820 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659012 memory=-8773748148830375811 CPUtime=0.09 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) R 31028 31031 22004 0 -1 4202560 4421 0 0 0 8 1 0 0 20 0 15 0 106197599 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431954966984 140431557047103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431876819216 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431875766672 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431555815952 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431554763408 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197602 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431187704304 140431950756482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197602 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197602 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431184546512 140431950763931 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) S 31028 31031 22004 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431183493104 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431182440560 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0.02 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) S 31028 31031 22004 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 106197605 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431181388016 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 7515 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30060 KiB

[startup+0.210515 s]*
/proc/loadavg: 3.01 2.49 2.50 4/216 31046
/proc/meminfo: memFree=27183540/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659012 memory=42020 CPUtime=0.33 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 8087 0 0 0 31 2 0 0 20 0 15 0 106197599 10914828288 10505 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664753 10505 3004 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) R 31028 31031 22004 0 -1 4202560 5005 0 0 0 18 1 0 0 20 0 15 0 106197599 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431954975408 140431950767261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431876819216 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659012 memory=140127086113822 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431875766672 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431555815952 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431554763408 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197602 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431187704304 140431950756482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197602 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197602 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431184546512 140431950763931 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) S 31028 31031 22004 0 -1 1077944384 769 0 0 0 2 0 0 0 20 0 15 0 106197605 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431183493104 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) S 31028 31031 22004 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 15 0 106197605 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431182440560 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0.07 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) R 31028 31031 22004 0 -1 4202560 732 0 0 0 7 0 0 0 20 0 15 0 106197605 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431181385552 140431950757270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659012 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197605 10914828288 10505 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42020 KiB

[startup+0.313566 s]*
/proc/loadavg: 3.01 2.49 2.50 7/216 31046
/proc/meminfo: memFree=27176252/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=47168 CPUtime=0.54 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 9047 0 0 0 51 3 0 0 20 0 15 0 106197599 10914906112 11792 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 11792 3048 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) R 31028 31031 22004 0 -1 4202560 5701 0 0 0 28 2 0 0 20 0 15 0 106197599 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431954981040 140431950757270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431876819216 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=140127086099456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431875766672 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431555815952 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431554763408 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431187704304 140431950756482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431184546512 140431950763931 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) R 31028 31031 22004 0 -1 4202560 888 0 0 0 6 0 0 0 20 0 15 0 106197605 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431183493104 140431930462471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) R 31028 31031 22004 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 106197605 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431182440560 140431950756482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659088 memory=140127085475456 CPUtime=0.12 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) R 31028 31031 22004 0 -1 4202560 832 0 0 0 12 0 0 0 20 0 15 0 106197605 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431181383280 140431929459784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659088 memory=140127085475456 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 11792 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47168 KiB

[startup+0.700722 s]
/proc/loadavg: 3.01 2.49 2.50 6/216 31046
/proc/meminfo: memFree=27131704/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=188284 CPUtime=1.87 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 18686 0 0 0 180 7 0 0 20 0 15 0 106197599 10914906112 47071 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 47071 3089 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) R 31028 31031 22004 0 -1 4202560 6009 0 0 0 63 4 0 0 20 0 15 0 106197599 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431954972832 140431559486787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431876819216 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431875766672 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) S 31028 31031 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431555815952 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197600 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431554763408 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431187704304 140431950756482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431184546512 140431950763931 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659088 memory=7590935255203861604 CPUtime=0.42 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) R 31028 31031 22004 0 -1 4202560 4264 0 0 0 41 1 0 0 20 0 15 0 106197605 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431183479200 140431935855428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659088 memory=6293050847276651881 CPUtime=0.38 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) R 31028 31031 22004 0 -1 4202560 3656 0 0 0 38 0 0 0 20 0 15 0 106197605 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431182426720 140431934167519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659088 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) S 31028 31031 22004 0 -1 1077944384 3386 0 0 0 36 0 0 0 20 0 15 0 106197605 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431181388016 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 47071 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 188284 KiB

[startup+1.50089 s]
/proc/loadavg: 3.01 2.49 2.50 4/216 31046
/proc/meminfo: memFree=26999220/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=418560 CPUtime=3.98 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 19651 0 0 0 377 21 0 0 20 0 15 0 106197599 10914906112 104640 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 104640 3155 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=6791534058613427641 CPUtime=1.36 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) S 31028 31031 22004 0 -1 1077944384 6076 0 0 0 129 7 0 0 20 0 15 0 106197599 10914906112 104640 33554432000 4194304 4196468 140726417857424 140431954980896 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=-6951259422114956437 CPUtime=0.08 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) R 31028 31031 22004 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 15 0 106197600 10914906112 104640 33554432000 4194304 4196468 140726417857424 140431876819216 140431935769390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=-6509546260019855295 CPUtime=0.1 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) R 31028 31031 22004 0 -1 4202560 113 0 0 0 7 3 0 0 20 0 15 0 106197600 10914906112 104640 33554432000 4194304 4196468 140726417857424 140431875766672 140431935193489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=-7390251449858225344 CPUtime=0.1 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) R 31028 31031 22004 0 -1 4202560 146 0 0 0 8 2 0 0 20 0 15 0 106197600 10914906112 104640 33554432000 4194304 4196468 140726417857424 140431555816152 140431935772421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=4134692831991786133 CPUtime=0.1 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) R 31028 31031 22004 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 15 0 106197600 10914906112 104640 33554432000 4194304 4196468 140726417857424 140431554763296 140431943848246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 104640 33554432000 4194304 4196468 140726417857424 140431187702816 140431950755541 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0

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


[startup+88.9505 s]
# the end of solver process 31031 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.918 s, system=5.14034 s

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

[startup+88.0007 s]*
/proc/loadavg: 3.82 2.88 2.64 9/215 31125
/proc/meminfo: memFree=11602064/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=8351216 CPUtime=256.53 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 264718 0 0 0 25145 508 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 2087804 3172 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=6791534058613427641 CPUtime=18.65 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) S 31028 31031 22004 0 -1 1077944384 14194 0 0 0 1848 17 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431954970896 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=14414808715888037 CPUtime=55.53 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) R 31028 31031 22004 0 -1 4202560 51623 0 0 0 5438 115 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431876819336 140431943373543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=288230591722422566 CPUtime=55.52 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) R 31028 31031 22004 0 -1 4202560 35332 0 0 0 5424 128 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431875766480 140431943373543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=14414808715888037 CPUtime=55.85 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) R 31028 31031 22004 0 -1 4202560 63451 0 0 0 5464 121 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431555815840 140431935734839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=7594597771697979466 CPUtime=55.56 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) R 31028 31031 22004 0 -1 4202560 56666 0 0 0 5438 118 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431554763528 140431943373543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=288292164440687402 CPUtime=13.05 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 29289 0 0 0 1303 2 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431187702848 140431950755541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659088 memory=679812 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659088 memory=-6737208495982354384 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659088 memory=288230591722422566 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431184546160 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659088 memory=14414808715888037 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) S 31028 31031 22004 0 -1 1077944384 4403 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431183492864 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659088 memory=-5628408999910123566 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) S 31028 31031 22004 0 -1 1077944384 3785 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431182440608 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659088 memory=6944656592455360604 CPUtime=0.43 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) S 31028 31031 22004 0 -1 1077944384 3550 0 0 0 43 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431181388064 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659088 memory=301741390604534054 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659088 memory=14414808715888037 CPUtime=0.04 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1060 0 0 0 2 2 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 256.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8351216 KiB

[startup+88.4007 s]
/proc/loadavg: 3.82 2.88 2.64 9/215 31125
/proc/meminfo: memFree=11602064/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=8351216 CPUtime=258.04 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 264718 0 0 0 25296 508 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 2087804 3172 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=1 CPUtime=18.65 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) S 31028 31031 22004 0 -1 1077944384 14194 0 0 0 1848 17 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431954970896 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=2859 CPUtime=55.9 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) R 31028 31031 22004 0 -1 4202560 51623 0 0 0 5474 116 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431876819024 140431943373543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=0 CPUtime=55.89 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) R 31028 31031 22004 0 -1 4202560 35332 0 0 0 5461 128 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431875766480 140431943373543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=8351216 CPUtime=56.24 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) R 31028 31031 22004 0 -1 4202560 63451 0 0 0 5503 121 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431555815840 140431935202938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=0 CPUtime=55.93 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) R 31028 31031 22004 0 -1 4202560 56666 0 0 0 5475 118 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431554763528 140431943373543 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=288285567387713104 CPUtime=13.05 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 29289 0 0 0 1303 2 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431187702848 140431950755541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659088 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431184546160 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659088 memory=6656426216303648864 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) S 31028 31031 22004 0 -1 1077944384 4403 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431183492864 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659088 memory=6944656575208382560 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) S 31028 31031 22004 0 -1 1077944384 3785 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431182440608 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659088 memory=7308330994135099760 CPUtime=0.43 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) S 31028 31031 22004 0 -1 1077944384 3550 0 0 0 43 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431181388064 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659088 memory=7662699210967641191 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659088 memory=7649399367084814643 CPUtime=0.04 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1060 0 0 0 2 2 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 258.04 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8351216 KiB

[startup+88.8007 s]
/proc/loadavg: 3.82 2.88 2.64 9/215 31125
/proc/meminfo: memFree=11602064/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=8351216 CPUtime=259.6 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 264718 0 0 0 25451 509 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 2087804 3172 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=4629771062077588875 CPUtime=18.65 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) S 31028 31031 22004 0 -1 1077944384 14194 0 0 0 1848 17 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431954970896 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=-8961168018402230209 CPUtime=56.29 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) R 31028 31031 22004 0 -1 4202560 51623 0 0 0 5513 116 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431876819024 140431943373543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=8546823402028195750 CPUtime=56.28 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) R 31028 31031 22004 0 -1 4202560 35332 0 0 0 5500 128 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431875766792 140431943373543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=7233736994252652628 CPUtime=56.64 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) R 31028 31031 22004 0 -1 4202560 63451 0 0 0 5543 121 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431555815840 140431935734965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=288286696947329914 CPUtime=56.32 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) R 31028 31031 22004 0 -1 4202560 56666 0 0 0 5513 119 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431554763528 140431943373543 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=0 CPUtime=13.05 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 29289 0 0 0 1303 2 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431187702848 140431950755541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659088 memory=106 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659088 memory=37 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659088 memory=247 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431184546160 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659088 memory=513 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) S 31028 31031 22004 0 -1 1077944384 4403 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431183492864 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659088 memory=93 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) S 31028 31031 22004 0 -1 1077944384 3785 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431182440608 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659088 memory=4 CPUtime=0.43 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) S 31028 31031 22004 0 -1 1077944384 3550 0 0 0 43 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431181388064 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659088 memory=271 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1060 0 0 0 2 2 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 259.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8351216 KiB

[startup+88.9007 s]
/proc/loadavg: 3.82 2.88 2.64 9/215 31125
/proc/meminfo: memFree=11602064/32770624 swapFree=67108860/67108860
[pid=31031] ppid=31028 vsize=10659088 memory=8351216 CPUtime=259.98 cores=0,2,4,6
/proc/31031/stat : 31031 (java) S 31028 31031 22004 0 -1 1077944320 264718 0 0 0 25489 509 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140726417839968 140431950745335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
/proc/31031/statm: 2664772 2087804 3172 1 0 2627263 0
[pid=31031/tid=31033] ppid=31028 vsize=10659088 memory=8351216 CPUtime=18.65 cores=0,2,4,6
/proc/31031/task/31033/stat : 31033 (java) S 31028 31031 22004 0 -1 1077944384 14194 0 0 0 1848 17 0 0 20 0 15 0 106197599 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431954970896 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31034] ppid=31028 vsize=10659088 memory=8351216 CPUtime=56.38 cores=0,2,4,6
/proc/31031/task/31034/stat : 31034 (java) R 31028 31031 22004 0 -1 4202560 51623 0 0 0 5522 116 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431876819024 140431943373543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31035] ppid=31028 vsize=10659088 memory=8351212 CPUtime=56.37 cores=0,2,4,6
/proc/31031/task/31035/stat : 31035 (java) R 31028 31031 22004 0 -1 4202560 35332 0 0 0 5509 128 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431875766480 140431943373543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31036] ppid=31028 vsize=10659088 memory=8351212 CPUtime=56.74 cores=0,2,4,6
/proc/31031/task/31036/stat : 31036 (java) R 31028 31031 22004 0 -1 4202560 63451 0 0 0 5553 121 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431555815840 140431935743276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31037] ppid=31028 vsize=10659088 memory=8351212 CPUtime=56.42 cores=0,2,4,6
/proc/31031/task/31037/stat : 31037 (java) R 31028 31031 22004 0 -1 4202560 56666 0 0 0 5523 119 0 0 20 0 15 0 106197600 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431554763528 140431943373543 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31038] ppid=31028 vsize=10659088 memory=8351092 CPUtime=13.05 cores=0,2,4,6
/proc/31031/task/31038/stat : 31038 (java) S 31028 31031 22004 0 -1 1077944384 29289 0 0 0 1303 2 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431187702848 140431950755541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31039] ppid=31028 vsize=10659088 memory=8351216 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31039/stat : 31039 (java) S 31028 31031 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431186650528 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31040] ppid=31028 vsize=10659088 memory=8351216 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31040/stat : 31040 (java) S 31028 31031 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106197602 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431185597936 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31041] ppid=31028 vsize=10659088 memory=7765292 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31041/stat : 31041 (java) S 31028 31031 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431184546160 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31042] ppid=31028 vsize=10659088 memory=8351212 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31042/stat : 31042 (java) S 31028 31031 22004 0 -1 1077944384 4403 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431183492864 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31043] ppid=31028 vsize=10659088 memory=-7595754389018307680 CPUtime=0.91 cores=0,2,4,6
/proc/31031/task/31043/stat : 31043 (java) S 31028 31031 22004 0 -1 1077944384 3785 0 0 0 90 1 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431182440608 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31044] ppid=31028 vsize=10659088 memory=280253864577744 CPUtime=0.43 cores=0,2,4,6
/proc/31031/task/31044/stat : 31044 (java) S 31028 31031 22004 0 -1 1077944384 3550 0 0 0 43 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431181388064 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31045] ppid=31028 vsize=10659088 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/31031/task/31045/stat : 31045 (java) S 31028 31031 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431180335712 140431950755541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
[pid=31031/tid=31046] ppid=31028 vsize=10659088 memory=8351216 CPUtime=0.04 cores=0,2,4,6
/proc/31031/task/31046/stat : 31046 (java) S 31028 31031 22004 0 -1 1077944384 1060 0 0 0 2 2 0 0 20 0 15 0 106197605 10914906112 2087804 33554432000 4194304 4196468 140726417857424 140431179283248 140431950756482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8597504 140726417859702 140726417859854 140726417859854 140726417862607 0
Current children cumulated CPU time: 259.98 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8351216 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 88.9506
CPU time (s): 260.059
CPU user time (s): 254.918
CPU system time (s): 5.14034
CPU usage (%): 292.363
Max. virtual memory (cumulated for all children) (KiB): 10660900
Max. memory (cumulated for all children) (KiB): 8351216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.918
system time used= 5.14034
maximum resident set size= 8351548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5891
involuntary context switches= 5224


# summary of solver processes directly reported to runsolver:
#   pid: 31031
#   total CPU time (s): 260.059
#   total CPU user time (s): 254.918
#   total CPU system time (s): 5.14034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.518714 second user time and 0.912108 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:45:44
IDJOB=4301997
IDBENCH=141523
IDSOLVER=2773
FILE ID=node151/4301997-1532886344
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Mario/Mario-t-hard-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301997-1532886344/watcher-4301997-1532886344 -o /tmp/evaluation-result-4301997-1532886344/solver-4301997-1532886344 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301997-1532886344.xml

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

MD5SUM BENCH= d0ad504447153d615b89b5c6990e2d3b
RANDOM SEED=771839274

node151.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.87
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.87
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.87
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.87
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:        27211388 kB
MemAvailable:   30865700 kB
Buffers:          212976 kB
Cached:          3715744 kB
SwapCached:            0 kB
Active:          2460800 kB
Inactive:        2627288 kB
Active(anon):    1109612 kB
Inactive(anon):    78188 kB
Active(file):    1351188 kB
Inactive(file):  2549100 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2652 kB
Writeback:             0 kB
AnonPages:       1177452 kB
Mapped:            56332 kB
Shmem:             25224 kB
Slab:             167632 kB
SReclaimable:     139720 kB
SUnreclaim:        27912 kB
KernelStack:        3808 kB
PageTables:         7296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2205684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1050624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 19:47:13