Trace number 4294947

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
scop both+MapleCOMSPS (2018-06-13)? (TO) 2528.15 947.853

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-15-16_c18.xml
MD5SUM57cb1bb20db45191d6ed694399d37744
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":240}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":240}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":16},{"arity":16,"count":15}]
Number of extensional constraints31
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":31}]
Optimization problemNO
Type of objective

Solver Data

0.42/0.53	
0.42/0.54	scop both+minisat_release (2018-06-13)
0.42/0.54	
0.68/0.56	c BEGIN-Prog: Wed Jul 25 19:02:05 CEST 2018
0.68/0.56	c PID: 30113
0.68/0.56	c IP: 172.20.3.102
0.68/0.56	c HOST: node102.alineos.net
0.68/0.57	c (0,0) Parsing Begin
2.71/1.31	c (0,0) Parsing End
2.71/1.32	c (0,0) CSP: 240 int (0 aux), 0 bool (0 aux), 31 ctr, max domain size 26
2.71/1.32	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.71/1.32	c (0,0) Constraint Name Generate Begin
2.71/1.32	c (0,0) Ctr:HOME/instance-4294947-1532538124.xml,ExtensionSupport:IntVar
2.71/1.32	c (0,0) Constraint Name Generate End
2.71/1.32	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.71/1.32	c (0,0) CSP to CSPinCNF Begin
94.25/63.39	c (62,55) translated 4 (10%) constraints
155.41/109.53	c (108,96) translated 7 (20%) constraints
217.01/156.18	c (155,138) translated 10 (30%) constraints
337.12/217.79	c (217,180) translated 13 (40%) constraints
394.44/263.17	c (262,221) translated 16 (50%) constraints
527.46/345.69	c (345,287) translated 19 (60%) constraints
729.92/432.98	c (432,335) translated 22 (70%) constraints
1519.26/669.30	c (668,383) translated 25 (80%) constraints

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294947-1532538124/watcher-4294947-1532538124 -o /tmp/evaluation-result-4294947-1532538124/solver-4294947-1532538124 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29244 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294947-1532538124.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
Current StackSize limit: 8192 KiB

solver pid=30113, runsolver pid=30110

[startup+0.100137 s]*
/proc/loadavg: 7.56 5.65 4.53 3/217 30128
/proc/meminfo: memFree=12259300/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15011656 memory=71748 CPUtime=0.09 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 6139 0 0 0 7 2 0 0 20 0 15 0 71375571 15371935744 17937 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3752914 17937 2750 1 0 3715374 0
[pid=30113/tid=30115] ppid=30110 vsize=15011656 memory=-8700564654885081468 CPUtime=0.08 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) R 30110 30113 29212 0 -1 4202560 4254 0 0 0 6 2 0 0 20 0 15 0 71375571 15371935744 17937 33554432000 4194304 4196468 140731285116352 140448177527184 140448188108945 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 17937 33554432000 4194304 4196468 140731285116352 140448209943568 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447985646736 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447984593680 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447983541136 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375574 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447411296496 140448205712002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71375575 15371935744 17937 33554432000 4194304 4196468 140731285116352 140446839858336 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375575 15371935744 17937 33554432000 4194304 4196468 140731285116352 140446571422448 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375577 15371935744 17937 33554432000 4194304 4196468 140731285116352 140446196914128 140448205719451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447410244336 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447409191792 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447408138736 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 17937 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 17937 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 71748 KiB

[startup+0.210519 s]*
/proc/loadavg: 7.56 5.65 4.53 3/217 30128
/proc/meminfo: memFree=12237964/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15011656 memory=89216 CPUtime=0.23 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 10666 0 0 0 20 3 0 0 20 0 15 0 71375571 15371935744 22304 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3752914 22304 2931 1 0 3715374 0
[pid=30113/tid=30115] ppid=30110 vsize=15011656 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) R 30110 30113 29212 0 -1 4202560 8572 0 0 0 16 3 0 0 20 0 15 0 71375571 15371935744 22304 33554432000 4194304 4196468 140731285116352 140448177522632 140448205722781 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15011656 memory=342 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 22304 33554432000 4194304 4196468 140731285116352 140448209943568 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15011656 memory=3617428813370701472 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447985646736 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447984593680 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447983541136 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375574 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447411296496 140448205712002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71375575 15371935744 22304 33554432000 4194304 4196468 140731285116352 140446839858336 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375575 15371935744 22304 33554432000 4194304 4196468 140731285116352 140446571422448 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375577 15371935744 22304 33554432000 4194304 4196468 140731285116352 140446196914128 140448205719451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) R 30110 30113 29212 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 71375579 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447410244336 140448205712002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) R 30110 30113 29212 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447409191792 140448205712002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0.02 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 15 0 71375579 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447408138736 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 22304 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 22304 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89216 KiB

[startup+0.310416 s]*
/proc/loadavg: 7.56 5.65 4.53 3/217 30128
/proc/meminfo: memFree=12234924/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15011656 memory=92584 CPUtime=0.42 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 11143 0 0 0 38 4 0 0 20 0 15 0 71375571 15371935744 23146 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3752914 23146 3018 1 0 3715374 0
[pid=30113/tid=30115] ppid=30110 vsize=15011656 memory=7022364594140610616 CPUtime=0.28 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) R 30110 30113 29212 0 -1 4202560 8880 0 0 0 25 3 0 0 20 0 15 0 71375571 15371935744 23146 33554432000 4194304 4196468 140731285116352 140448177505008 140448187264415 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15011656 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 23146 33554432000 4194304 4196468 140731285116352 140448209943568 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15011656 memory=4051462127946905248 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447985646736 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447984593680 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447983541136 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375574 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447411296496 140448205712002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71375575 15371935744 23146 33554432000 4194304 4196468 140731285116352 140446839858336 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375575 15371935744 23146 33554432000 4194304 4196468 140731285116352 140446571422448 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375577 15371935744 23146 33554432000 4194304 4196468 140731285116352 140446196914128 140448205719451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 71375579 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447410244336 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15011656 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) S 30110 30113 29212 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 15 0 71375579 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447409191792 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0.07 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 305 0 0 0 7 0 0 0 20 0 15 0 71375579 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447408138736 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 23146 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15011656 memory=139765940041344 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375579 15371935744 23146 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 92584 KiB

[startup+0.710092 s]
/proc/loadavg: 7.56 5.65 4.53 3/217 30128
/proc/meminfo: memFree=12206504/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15017928 memory=128952 CPUtime=1.01 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 17476 0 0 0 96 5 0 0 20 0 15 0 71375571 15378358272 32238 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3754482 32238 3138 1 0 3715886 0
[pid=30113/tid=30115] ppid=30110 vsize=15017928 memory=288230600379474678 CPUtime=0.66 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) R 30110 30113 29212 0 -1 4202560 14715 0 0 0 62 4 0 0 20 0 15 0 71375571 15378358272 32238 33554432000 4194304 4196468 140731285116352 140448177537504 140448205722781 0 4 0 25189583 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15017928 memory=4194594220369248288 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15378358272 32238 33554432000 4194304 4196468 140731285116352 140448209943568 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447985646736 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447984593680 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447983541136 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71375574 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447411296496 140448205712002 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71375575 15378358272 32238 33554432000 4194304 4196468 140731285116352 140446839858336 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375575 15378358272 32238 33554432000 4194304 4196468 140731285116352 140446571422448 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375577 15378358272 32238 33554432000 4194304 4196468 140731285116352 140446196914128 140448205719451 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15017928 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 646 0 0 0 10 0 0 0 20 0 15 0 71375579 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447410244336 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15017928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) R 30110 30113 29212 0 -1 4202560 373 0 0 0 7 0 0 0 20 0 15 0 71375579 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447409191792 140448191758462 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15017928 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 401 0 0 0 15 0 0 0 20 0 15 0 71375579 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447408138736 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15378358272 32238 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375579 15378358272 32238 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 128952 KiB

[startup+1.5009 s]
/proc/loadavg: 7.56 5.65 4.53 3/217 30128
/proc/meminfo: memFree=12068364/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15022100 memory=313784 CPUtime=3.24 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 20711 0 0 0 314 10 0 0 20 0 15 0 71375571 15382630400 78446 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3755525 78446 3202 1 0 3716910 0
[pid=30113/tid=30115] ppid=30110 vsize=15022100 memory=-2247047206207641111 CPUtime=1.45 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) R 30110 30113 29212 0 -1 4202560 15913 0 0 0 136 9 0 0 20 0 15 0 71375571 15382630400 78446 33554432000 4194304 4196468 140731285116352 140448177530672 140447666648140 0 4 0 25189583 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15022100 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15382630400 78446 33554432000 4194304 4196468 140731285116352 140448209943568 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15022100 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15382630400 78446 33554432000 4194304 4196468 140731285116352 140447985646736 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15022100 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) S 30110 30113 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71375573 15382630400 78446 33554432000 4194304 4196468 140731285116352 140447984593680 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15022100 memory=-7812193691855986592 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) S 30110 30113 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71375573 15382630400 78446 33554432000 4194304 4196468 140731285116352 140447983541136 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71375574 15382630400 78446 33554432000 4194304 4196468 140731285116352 140447411296496 140448205712002 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0

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


[startup+947.853 s]
# the end of solver process 30113 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.06 s, system=11.0872 s

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

[startup+946.501 s]
/proc/loadavg: 5.08 4.95 4.74 6/220 31622
/proc/meminfo: memFree=8586728/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15024148 memory=12081444 CPUtime=2523.04 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 298848 0 0 0 251202 1102 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3756037 3020361 3260 1 0 3717422 0
[pid=30113/tid=30115] ppid=30110 vsize=15024148 memory=18464 CPUtime=415.27 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) S 30110 30113 29212 0 -1 1077944384 49822 0 0 0 41475 52 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448177539424 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15024148 memory=18464 CPUtime=523.48 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) R 30110 30113 29212 0 -1 4202560 36427 0 0 0 52085 263 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448209943376 140448198329063 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15024148 memory=776 CPUtime=522.77 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) R 30110 30113 29212 0 -1 4202560 32118 0 0 0 52019 258 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447985646856 140448198329063 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15024148 memory=1876 CPUtime=523.5 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) R 30110 30113 29212 0 -1 4202560 31458 0 0 0 52100 250 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447984593488 140448198329063 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15024148 memory=6791534058613427641 CPUtime=523.72 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) R 30110 30113 29212 0 -1 4202560 33843 0 0 0 52119 253 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447983541336 140448190401859 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15024148 memory=1508 CPUtime=3.48 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 71595 0 0 0 343 5 0 0 20 0 15 0 71375574 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447411295040 140448205711061 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15024148 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446839858400 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15024148 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446571422464 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15024148 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71375577 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446196913776 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15024148 memory=796 CPUtime=4.3 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 13324 0 0 0 429 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447410244096 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15024148 memory=1008 CPUtime=4.63 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) S 30110 30113 29212 0 -1 1077944384 11550 0 0 0 462 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447409191840 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15024148 memory=15316 CPUtime=1.09 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 16431 0 0 0 106 3 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447408138784 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15024148 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15024148 memory=9972 CPUtime=0.68 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 941 0 0 0 27 41 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 2523.04 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12081444 KiB

[startup+947.301 s]
/proc/loadavg: 5.08 4.95 4.74 6/220 31623
/proc/meminfo: memFree=8586464/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15024148 memory=12081444 CPUtime=2526.13 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 298848 0 0 0 251510 1103 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3756037 3020361 3260 1 0 3717422 0
[pid=30113/tid=30115] ppid=30110 vsize=15024148 memory=1664 CPUtime=415.27 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) S 30110 30113 29212 0 -1 1077944384 49822 0 0 0 41475 52 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448177539424 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15024148 memory=1828 CPUtime=524.25 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) R 30110 30113 29212 0 -1 4202560 36427 0 0 0 52162 263 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448209943376 140448198329063 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15024148 memory=12081444 CPUtime=523.52 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) R 30110 30113 29212 0 -1 4202560 32118 0 0 0 52094 258 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447985646856 140448198329063 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15024148 memory=3544 CPUtime=524.27 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) R 30110 30113 29212 0 -1 4202560 31458 0 0 0 52177 250 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447984593488 140448198329063 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15024148 memory=12081436 CPUtime=524.52 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) R 30110 30113 29212 0 -1 4202560 33843 0 0 0 52199 253 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447983541336 140448190401473 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15024148 memory=800 CPUtime=3.48 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 71595 0 0 0 343 5 0 0 20 0 15 0 71375574 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447411295040 140448205711061 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15024148 memory=5192 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446839858400 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15024148 memory=12816 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446571422464 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15024148 memory=78 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71375577 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446196913776 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15024148 memory=336 CPUtime=4.3 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 13324 0 0 0 429 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447410244096 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15024148 memory=0 CPUtime=4.63 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) S 30110 30113 29212 0 -1 1077944384 11550 0 0 0 462 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447409191840 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15024148 memory=3032 CPUtime=1.09 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 16431 0 0 0 106 3 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447408138784 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15024148 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15024148 memory=796 CPUtime=0.68 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 941 0 0 0 27 41 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 2526.13 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12081444 KiB

[startup+947.701 s]
/proc/loadavg: 5.08 4.95 4.74 6/220 31623
/proc/meminfo: memFree=8586464/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15024148 memory=12081444 CPUtime=2527.68 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 298848 0 0 0 251665 1103 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3756037 3020361 3260 1 0 3717422 0
[pid=30113/tid=30115] ppid=30110 vsize=15024148 memory=12081436 CPUtime=415.27 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) S 30110 30113 29212 0 -1 1077944384 49822 0 0 0 41475 52 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448177539424 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15024148 memory=12081436 CPUtime=524.64 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) R 30110 30113 29212 0 -1 4202560 36427 0 0 0 52201 263 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448209943376 140448198329063 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15024148 memory=6791534058613427641 CPUtime=523.9 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) R 30110 30113 29212 0 -1 4202560 32118 0 0 0 52132 258 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447985646856 140448198329063 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15024148 memory=2764 CPUtime=524.65 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) R 30110 30113 29212 0 -1 4202560 31458 0 0 0 52215 250 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447984593488 140448198329063 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15024148 memory=796 CPUtime=524.92 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) R 30110 30113 29212 0 -1 4202560 33843 0 0 0 52239 253 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447983541336 140448187310631 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15024148 memory=12081436 CPUtime=3.48 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 71595 0 0 0 343 5 0 0 20 0 15 0 71375574 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447411295040 140448205711061 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15024148 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446839858400 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15024148 memory=5192 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446571422464 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15024148 memory=12816 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71375577 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446196913776 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15024148 memory=1332 CPUtime=4.3 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 13324 0 0 0 429 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447410244096 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15024148 memory=0 CPUtime=4.63 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) S 30110 30113 29212 0 -1 1077944384 11550 0 0 0 462 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447409191840 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15024148 memory=-2026666227646606628 CPUtime=1.09 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 16431 0 0 0 106 3 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447408138784 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15024148 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15024148 memory=7378705304573597802 CPUtime=0.68 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 941 0 0 0 27 41 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 2527.68 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12081444 KiB

[startup+947.801 s]
/proc/loadavg: 5.08 4.95 4.74 6/220 31623
/proc/meminfo: memFree=8586464/32770624 swapFree=67076460/67108860
[pid=30113] ppid=30110 vsize=15024148 memory=12081444 CPUtime=2528.07 cores=1,3,5,7
/proc/30113/stat : 30113 (java) S 30110 30113 29212 0 -1 1077944320 298848 0 0 0 251704 1103 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140731285098896 140448205700855 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
/proc/30113/statm: 3756037 3020361 3260 1 0 3717422 0
[pid=30113/tid=30115] ppid=30110 vsize=15024148 memory=12081444 CPUtime=415.27 cores=1,3,5,7
/proc/30113/task/30115/stat : 30115 (java) S 30110 30113 29212 0 -1 1077944384 49822 0 0 0 41475 52 0 0 20 0 15 0 71375571 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448177539424 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30116] ppid=30110 vsize=15024148 memory=15104 CPUtime=524.73 cores=1,3,5,7
/proc/30113/task/30116/stat : 30116 (java) R 30110 30113 29212 0 -1 4202560 36427 0 0 0 52210 263 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140448209943376 140448198329063 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30117] ppid=30110 vsize=15024148 memory=12081444 CPUtime=524 cores=1,3,5,7
/proc/30113/task/30117/stat : 30117 (java) R 30110 30113 29212 0 -1 4202560 32118 0 0 0 52142 258 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447985646856 140448198329063 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30118] ppid=30110 vsize=15024148 memory=796 CPUtime=524.75 cores=1,3,5,7
/proc/30113/task/30118/stat : 30118 (java) R 30110 30113 29212 0 -1 4202560 31458 0 0 0 52225 250 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447984593800 140448198329063 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30119] ppid=30110 vsize=15024148 memory=12081436 CPUtime=525.02 cores=1,3,5,7
/proc/30113/task/30119/stat : 30119 (java) R 30110 30113 29212 0 -1 4202560 33843 0 0 0 52249 253 0 0 20 0 15 0 71375573 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447983541336 140448190697244 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30120] ppid=30110 vsize=15024148 memory=12081444 CPUtime=3.48 cores=1,3,5,7
/proc/30113/task/30120/stat : 30120 (java) S 30110 30113 29212 0 -1 1077944384 71595 0 0 0 343 5 0 0 20 0 15 0 71375574 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447411295040 140448205711061 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30121] ppid=30110 vsize=15024148 memory=12081444 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30121/stat : 30121 (java) S 30110 30113 29212 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446839858400 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30122] ppid=30110 vsize=15024148 memory=12081444 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30122/stat : 30122 (java) S 30110 30113 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 71375575 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446571422464 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30123] ppid=30110 vsize=15024148 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30123/stat : 30123 (java) S 30110 30113 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71375577 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140446196913776 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30124] ppid=30110 vsize=15024148 memory=12081444 CPUtime=4.3 cores=1,3,5,7
/proc/30113/task/30124/stat : 30124 (java) S 30110 30113 29212 0 -1 1077944384 13324 0 0 0 429 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447410244096 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30125] ppid=30110 vsize=15024148 memory=12081444 CPUtime=4.63 cores=1,3,5,7
/proc/30113/task/30125/stat : 30125 (java) S 30110 30113 29212 0 -1 1077944384 11550 0 0 0 462 1 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447409191840 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30126] ppid=30110 vsize=15024148 memory=12081444 CPUtime=1.09 cores=1,3,5,7
/proc/30113/task/30126/stat : 30126 (java) S 30110 30113 29212 0 -1 1077944384 16431 0 0 0 106 3 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447408138784 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30127] ppid=30110 vsize=15024148 memory=12081444 CPUtime=0 cores=1,3,5,7
/proc/30113/task/30127/stat : 30127 (java) S 30110 30113 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140445699009376 140448205711061 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
[pid=30113/tid=30128] ppid=30110 vsize=15024148 memory=12816 CPUtime=0.68 cores=1,3,5,7
/proc/30113/task/30128/stat : 30128 (java) S 30110 30113 29212 0 -1 1077944384 941 0 0 0 27 41 0 0 20 0 15 0 71375579 15384727552 3020361 33554432000 4194304 4196468 140731285116352 140447407086128 140448205712002 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 29392896 140731285124084 140731285124361 140731285124361 140731285127119 0
Current children cumulated CPU time: 2528.07 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12081444 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 947.853
CPU time (s): 2528.15
CPU user time (s): 2517.06
CPU system time (s): 11.0872
CPU usage (%): 266.723
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12081444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.06
system time used= 11.0872
maximum resident set size= 12081592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298850
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33288
involuntary context switches= 23375


# summary of solver processes directly reported to runsolver:
#   pid: 30113
#   total CPU time (s): 2528.15
#   total CPU user time (s): 2517.06
#   total CPU system time (s): 11.0872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80783 second user time and 10.2673 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 19:02:04
IDJOB=4294947
IDBENCH=141447
IDSOLVER=2755
FILE ID=node102/4294947-1532538124
RUNJOBID= node102-1532535327-29244
PBS_JOBID= 21021949
Free space on /tmp= 52732 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-15-16_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294947-1532538124/watcher-4294947-1532538124 -o /tmp/evaluation-result-4294947-1532538124/solver-4294947-1532538124 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29244 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294947-1532538124.xml

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

MD5SUM BENCH= 57cb1bb20db45191d6ed694399d37744
RANDOM SEED=1665708301

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12314400 kB
MemAvailable:   19891760 kB
Buffers:          155552 kB
Cached:          7657124 kB
SwapCached:         5708 kB
Active:         13276152 kB
Inactive:        6623716 kB
Active(anon):   12053516 kB
Inactive(anon):    57200 kB
Active(file):    1222636 kB
Inactive(file):  6566516 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076460 kB
Dirty:             10144 kB
Writeback:             0 kB
AnonPages:      12081536 kB
Mapped:            44360 kB
Shmem:             21392 kB
Slab:             235428 kB
SReclaimable:     208084 kB
SUnreclaim:        27344 kB
KernelStack:        3840 kB
PageTables:        29024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13019852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11573248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52720 MiB
End job on node102 at 2018-07-25 19:17:52