Trace number 4263313

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2527.8899 726.25403

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.61620301
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263313-1502635822/watcher-4263313-1502635822 -o /tmp/evaluation-result-4263313-1502635822/solver-4263313-1502635822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263313-1502635822.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100155 s]*
/proc/loadavg: 4.03 4.30 3.69 2/196 27013
/proc/meminfo: memFree=29770280/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/27012/stat : 27012 (runsolver) D 27009 27012 11586 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 51922858 34791424 114 18446744073709551615 4194304 4346622 140722935858624 140722935855256 140149945778903 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 33230848 140722935865442 140722935865892 140722935865892 140722935869386 0
/proc/27012/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.208965 s]*
/proc/loadavg: 4.03 4.30 3.69 2/209 27026
/proc/meminfo: memFree=29756764/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551156 memory=23884 CPUtime=0.06 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 4940 0 0 0 5 1 0 0 20 0 15 0 51922858 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637789 5971 2609 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551156 memory=-4116735710718344508 CPUtime=0.04 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) R 27009 27012 11586 0 -1 4202560 3039 0 0 0 4 0 0 0 20 0 15 0 51922870 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472858237536 140472854017181 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551156 memory=5767615436356712841 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472814893712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551156 memory=140149948728960 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472813840912 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472812788112 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472461744400 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551156 memory=140149948728960 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922872 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472418167664 140472854006402 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922872 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472417113632 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551156 memory=140149948728960 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922873 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472416060784 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472415009104 140472854013851 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472413956464 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472412903664 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472411850864 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922880 10804383744 5971 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23884 KiB

[startup+0.309937 s]*
/proc/loadavg: 3.95 4.28 3.69 3/210 27027
/proc/meminfo: memFree=29745436/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551156 memory=36764 CPUtime=0.22 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 7959 0 0 0 19 3 0 0 20 0 15 0 51922858 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637789 9191 2874 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551156 memory=4026531858 CPUtime=0.15 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) R 27009 27012 11586 0 -1 4202560 5639 0 0 0 13 2 0 0 20 0 15 0 51922870 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472858233744 140472838038885 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551156 memory=1328 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472814893712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551156 memory=3473878028687034016 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472813840912 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551156 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472812788112 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551156 memory=734139722786418735 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) S 27009 27012 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922871 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472461744400 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551156 memory=3472468446176409225 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922872 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472418167664 140472854006402 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551156 memory=3461361983025148000 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922872 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472417113632 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922873 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472416060784 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551156 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472415009104 140472854013851 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472413956464 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551156 memory=8392585875757298272 CPUtime=0.01 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 199 0 0 0 1 0 0 0 20 0 15 0 51922875 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472412903664 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551156 memory=140149948728960 CPUtime=0.03 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 388 0 0 0 3 0 0 0 20 0 15 0 51922875 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472411850864 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551156 memory=140149948728960 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922880 10804383744 9191 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36764 KiB

[startup+0.704531 s]
/proc/loadavg: 3.95 4.28 3.69 5/210 27027
/proc/meminfo: memFree=29728464/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551232 memory=189688 CPUtime=1.26 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 11523 0 0 0 118 8 0 0 20 0 15 0 51922858 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637808 47422 3053 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551232 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) S 27009 27012 11586 0 -1 1077944384 7177 0 0 0 47 5 0 0 20 0 15 0 51922870 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472858232848 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) R 27009 27012 11586 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 51922871 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472814891520 140472839018958 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551232 memory=5788902702693241408 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) R 27009 27012 11586 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 51922871 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472813840912 140472839039424 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) R 27009 27012 11586 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 51922871 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472812788112 140472839018958 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551232 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) R 27009 27012 11586 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 51922871 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472461742376 140472839018990 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551232 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 51922872 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472418166176 140472854005461 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922872 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472417113632 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551232 memory=3473878028554345552 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922873 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472416060784 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472415009104 140472854013851 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 961 0 0 0 23 0 0 0 20 0 15 0 51922875 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472413947744 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 887 0 0 0 23 0 0 0 20 0 15 0 51922875 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472412892544 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551232 memory=7809523229951467572 CPUtime=0.19 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 1061 0 0 0 19 0 0 0 20 0 15 0 51922875 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472411850864 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551232 memory=-6440287458061328169 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922880 10804461568 47422 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 189688 KiB

[startup+1.5008 s]
/proc/loadavg: 3.95 4.28 3.69 5/210 27027
/proc/meminfo: memFree=29495700/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10553052 memory=337580 CPUtime=3.7 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 22104 0 0 0 353 17 0 0 20 0 15 0 51922858 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2638263 84395 3100 1 0 2627716 0
[pid=27012/tid=27014] ppid=27009 vsize=10553052 memory=304944 CPUtime=1.25 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) R 27009 27012 11586 0 -1 4202560 7281 0 0 0 120 5 0 0 20 0 15 0 51922870 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472858202592 140472495784215 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10553052 memory=106 CPUtime=0.06 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) S 27009 27012 11586 0 -1 1077944384 109 0 0 0 4 2 0 0 20 0 15 0 51922871 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472814893712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10553052 memory=6 CPUtime=0.05 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) S 27009 27012 11586 0 -1 1077944384 108 0 0 0 4 1 0 0 20 0 15 0 51922871 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472813840912 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10553052 memory=5 CPUtime=0.05 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) S 27009 27012 11586 0 -1 1077944384 104 0 0 0 4 1 0 0 20 0 15 0 51922871 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472812788112 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10553052 memory=5 CPUtime=0.06 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) S 27009 27012 11586 0 -1 1077944384 124 0 0 0 4 2 0 0 20 0 15 0 51922871 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472461744400 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10553052 memory=6 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51922872 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472418167664 140472854006402 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10553052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922872 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472417113632 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10553052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51922873 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472416060784 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10553052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472415009104 140472854013851 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10553052 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) R 27009 27012 11586 0 -1 4202560 6864 0 0 0 92 1 0 0 20 0 15 0 51922875 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472413937480 140472835539997 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10553052 memory=73 CPUtime=0.94 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) R 27009 27012 11586 0 -1 4202560 4481 0 0 0 93 1 0 0 20 0 15 0 51922875 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472412892928 140472837492043 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10553052 memory=75 CPUtime=0.28 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 1587 0 0 0 27 1 0 0 20 0 15 0 51922875 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472411850864 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10553052 memory=26 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10553052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51922880 10806325248 84395 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 3.7 s
Current children cumulated vsize: 10553052 KiB
Current children cumulated memory: 337580 KiB

[startup+3.10965 s]
/proc/loadavg: 3.95 4.28 3.69 3/210 27027
/proc/meminfo: memFree=29226196/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551232 memory=554596 CPUtime=6.33 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 23553 0 0 0 598 35 0 0 20 0 15 0 51922858 10804461568 138649 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637808 138649 3103 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551232 memory=0 CPUtime=2.69 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) R 27009 27012 11586 0 -1 4202560 7524 0 0 0 263 6 0 0 20 0 15 0 51922870 10804461568 138649 18446744073709551615 4194304 4196468 140724370662144 140472858213816 140472495020645 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0

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


[startup+726.254 s]
# the end of solver process 27012 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.2 s, system=7.69281 s

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

[startup+724.802 s]
/proc/loadavg: 4.98 4.68 4.11 6/210 27068
/proc/meminfo: memFree=20290680/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551232 memory=8220928 CPUtime=2522.56 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 368755 0 0 0 251492 764 0 0 20 0 15 0 51922858 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637808 2055232 3129 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551232 memory=928 CPUtime=83.44 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) S 27009 27012 11586 0 -1 1077944384 22815 0 0 0 8317 27 0 0 20 0 15 0 51922870 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472858228672 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551232 memory=-8774313645642428999 CPUtime=598.66 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) R 27009 27012 11586 0 -1 4202560 44656 0 0 0 59663 203 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472814893600 140472835605034 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551232 memory=8220928 CPUtime=600.4 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) R 27009 27012 11586 0 -1 4202560 45016 0 0 0 59867 173 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472813841112 140472835605043 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551232 memory=956 CPUtime=601.03 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) R 27009 27012 11586 0 -1 4202560 42949 0 0 0 59941 162 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472812788312 140472838991659 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551232 memory=1236 CPUtime=601.14 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) R 27009 27012 11586 0 -1 4202560 49621 0 0 0 59936 178 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472461744600 140472838694000 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551232 memory=-8774313645642428999 CPUtime=33.67 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 134381 0 0 0 3358 9 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472418166208 140472854005461 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551232 memory=4284 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472417113696 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 51922873 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472416060800 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551232 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472415008752 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551232 memory=-8774313645642428999 CPUtime=1.67 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 13648 0 0 0 166 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472413956224 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551232 memory=2384 CPUtime=1.6 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 10495 0 0 0 159 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472412903712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551232 memory=1296 CPUtime=0.33 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 2542 0 0 0 32 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472411850912 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551232 memory=5668 CPUtime=0.53 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 1242 0 0 0 33 20 0 0 20 0 15 0 51922880 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 2522.56 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8220928 KiB

[startup+725.601 s]
/proc/loadavg: 4.98 4.68 4.11 6/210 27068
/proc/meminfo: memFree=20290680/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551232 memory=8220928 CPUtime=2525.61 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 368782 0 0 0 251796 765 0 0 20 0 15 0 51922858 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637808 2055232 3129 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551232 memory=956 CPUtime=83.44 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) S 27009 27012 11586 0 -1 1077944384 22815 0 0 0 8317 27 0 0 20 0 15 0 51922870 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472858228672 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551232 memory=1236 CPUtime=599.41 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) S 27009 27012 11586 0 -1 1077944384 44656 0 0 0 59738 203 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472814893712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551232 memory=8220928 CPUtime=601.15 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) S 27009 27012 11586 0 -1 1077944384 45016 0 0 0 59941 174 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472813840912 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551232 memory=2168 CPUtime=601.79 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) S 27009 27012 11586 0 -1 1077944384 42976 0 0 0 60017 162 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472812788112 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551232 memory=836 CPUtime=601.9 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) S 27009 27012 11586 0 -1 1077944384 49621 0 0 0 60012 178 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472461744400 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551232 memory=-8774313645642428999 CPUtime=33.7 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) R 27009 27012 11586 0 -1 4202560 134381 0 0 0 3361 9 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472418166208 140472838991600 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551232 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472417113696 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 51922873 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472416060800 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472415008752 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551232 memory=5668 CPUtime=1.67 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 13648 0 0 0 166 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472413956224 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551232 memory=4120 CPUtime=1.6 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 10495 0 0 0 159 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472412903712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551232 memory=29692 CPUtime=0.33 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 2542 0 0 0 32 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472411850912 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551232 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551232 memory=1296 CPUtime=0.53 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 1242 0 0 0 33 20 0 0 20 0 15 0 51922880 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 2525.61 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8220928 KiB

[startup+726.002 s]*
/proc/loadavg: 4.90 4.67 4.11 6/210 27068
/proc/meminfo: memFree=20290680/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551232 memory=8220928 CPUtime=2527.04 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 368788 0 0 0 251939 765 0 0 20 0 15 0 51922858 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637808 2055232 3129 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551232 memory=-8774313645642428999 CPUtime=83.44 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) S 27009 27012 11586 0 -1 1077944384 22816 0 0 0 8317 27 0 0 20 0 15 0 51922870 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472858228736 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551232 memory=-7003737579269690708 CPUtime=599.76 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) R 27009 27012 11586 0 -1 4202560 44656 0 0 0 59773 203 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472814893712 140472838945860 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551232 memory=4616 CPUtime=601.5 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) R 27009 27012 11586 0 -1 4202560 45016 0 0 0 59976 174 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472813841112 140472835591137 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551232 memory=1440 CPUtime=602.12 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) R 27009 27012 11586 0 -1 4202560 42977 0 0 0 60050 162 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472812788312 140472838946354 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551232 memory=1204 CPUtime=602.24 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) R 27009 27012 11586 0 -1 4202560 49622 0 0 0 60046 178 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472461744400 140472835592010 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551232 memory=15880 CPUtime=33.76 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 134381 0 0 0 3367 9 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472418165984 140472854005461 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551232 memory=16240 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472417113696 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551232 memory=17120 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 51922873 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472416060800 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472415008176 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551232 memory=644 CPUtime=1.67 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 13648 0 0 0 166 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472413956464 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551232 memory=3140 CPUtime=1.6 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 10495 0 0 0 159 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472412903712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551232 memory=3286892 CPUtime=0.33 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 2542 0 0 0 32 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472411850624 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551232 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551232 memory=3196 CPUtime=0.53 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 1242 0 0 0 33 20 0 0 20 0 15 0 51922880 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 2527.04 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8220928 KiB

[startup+726.202 s]
/proc/loadavg: 4.90 4.67 4.11 6/210 27068
/proc/meminfo: memFree=20290680/32770624 swapFree=67108860/67108860
[pid=27012] ppid=27009 vsize=10551232 memory=8220928 CPUtime=2527.8 cores=1,3,5,7
/proc/27012/stat : 27012 (java) S 27009 27012 11586 0 -1 1077944320 368788 0 0 0 252015 765 0 0 20 0 15 0 51922858 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140724370644688 140472853995255 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
/proc/27012/statm: 2637808 2055232 3129 1 0 2627261 0
[pid=27012/tid=27014] ppid=27009 vsize=10551232 memory=-8774313645642428999 CPUtime=83.44 cores=1,3,5,7
/proc/27012/task/27014/stat : 27014 (java) S 27009 27012 11586 0 -1 1077944384 22816 0 0 0 8317 27 0 0 20 0 15 0 51922870 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472858228736 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27015] ppid=27009 vsize=10551232 memory=-7003737579269690708 CPUtime=599.95 cores=1,3,5,7
/proc/27012/task/27015/stat : 27015 (java) R 27009 27012 11586 0 -1 4202560 44656 0 0 0 59792 203 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472814893712 140472838449184 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27016] ppid=27009 vsize=10551232 memory=4068 CPUtime=601.69 cores=1,3,5,7
/proc/27012/task/27016/stat : 27016 (java) R 27009 27012 11586 0 -1 4202560 45016 0 0 0 59995 174 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472813841112 140472838692894 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27017] ppid=27009 vsize=10551232 memory=1152 CPUtime=602.31 cores=1,3,5,7
/proc/27012/task/27017/stat : 27017 (java) R 27009 27012 11586 0 -1 4202560 42977 0 0 0 60069 162 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472812788312 140472838946354 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27018] ppid=27009 vsize=10551232 memory=0 CPUtime=602.43 cores=1,3,5,7
/proc/27012/task/27018/stat : 27018 (java) R 27009 27012 11586 0 -1 4202560 49622 0 0 0 60065 178 0 0 20 0 15 0 51922871 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472461744400 140472838945860 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27019] ppid=27009 vsize=10551232 memory=0 CPUtime=33.76 cores=1,3,5,7
/proc/27012/task/27019/stat : 27019 (java) S 27009 27012 11586 0 -1 1077944384 134381 0 0 0 3367 9 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472418165984 140472854005461 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27020] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27020/stat : 27020 (java) S 27009 27012 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51922872 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472417113696 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27021] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27021/stat : 27021 (java) S 27009 27012 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 51922873 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472416060800 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27022] ppid=27009 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27022/stat : 27022 (java) S 27009 27012 11586 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472415008176 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27023] ppid=27009 vsize=10551232 memory=288230574492221466 CPUtime=1.67 cores=1,3,5,7
/proc/27012/task/27023/stat : 27023 (java) S 27009 27012 11586 0 -1 1077944384 13648 0 0 0 166 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472413956464 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27024] ppid=27009 vsize=10551232 memory=288230621803970871 CPUtime=1.6 cores=1,3,5,7
/proc/27012/task/27024/stat : 27024 (java) S 27009 27012 11586 0 -1 1077944384 10495 0 0 0 159 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472412903712 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27025] ppid=27009 vsize=10551232 memory=15254852779379061 CPUtime=0.33 cores=1,3,5,7
/proc/27012/task/27025/stat : 27025 (java) S 27009 27012 11586 0 -1 1077944384 2542 0 0 0 32 1 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472411850624 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27026] ppid=27009 vsize=10551232 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/27012/task/27026/stat : 27026 (java) S 27009 27012 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922875 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472410798304 140472854005461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
[pid=27012/tid=27027] ppid=27009 vsize=10551232 memory=-9174445032661854264 CPUtime=0.53 cores=1,3,5,7
/proc/27012/task/27027/stat : 27027 (java) S 27009 27012 11586 0 -1 1077944384 1242 0 0 0 33 20 0 0 20 0 15 0 51922880 10804461568 2055232 18446744073709551615 4194304 4196468 140724370662144 140472409746608 140472854006402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140724370669968 140724370670121 140724370670121 140724370673615 0
Current children cumulated CPU time: 2527.8 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8220928 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 726.254
CPU time (s): 2527.89
CPU user time (s): 2520.2
CPU system time (s): 7.69281
CPU usage (%): 348.073
Max. virtual memory (cumulated for all children) (KiB): 10553052
Max. memory (cumulated for all children) (KiB): 8220928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.2
system time used= 7.69281
maximum resident set size= 8221188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36206
involuntary context switches= 25687


# summary of solver processes directly reported to runsolver:
#   pid: 27012
#   total CPU time (s): 2527.89
#   total CPU user time (s): 2520.2
#   total CPU system time (s): 7.69281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01443 second user time and 7.38101 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 16:36:06
IDJOB=4263313
IDBENCH=138763
IDSOLVER=2651
FILE ID=node124/4263313-1502635822
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263313-1502635822/watcher-4263313-1502635822 -o /tmp/evaluation-result-4263313-1502635822/solver-4263313-1502635822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263313-1502635822.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=873629571

node124.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:        29770280 kB
MemAvailable:   29976816 kB
Buffers:          166800 kB
Cached:           329900 kB
SwapCached:            0 kB
Active:          2392248 kB
Inactive:         181224 kB
Active(anon):    2028232 kB
Inactive(anon):    73860 kB
Active(file):     364016 kB
Inactive(file):   107364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1808 kB
Writeback:             4 kB
AnonPages:       2076732 kB
Mapped:            54440 kB
Shmem:             25320 kB
Slab:             128404 kB
SReclaimable:     101984 kB
SUnreclaim:        26420 kB
KernelStack:        3456 kB
PageTables:         8496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3308720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1961984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 16:48:12