Trace number 4298317

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MiniCPFever 2018-04-29SAT (TO)4 2520.45 2136.18

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.006115
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.32/0.29	o 7
0.32/0.29	objective:7
0.32/0.29	o 6
0.32/0.29	objective:6
0.32/0.30	o 5
0.32/0.30	objective:5
0.32/0.30	o 4
0.32/0.30	objective:4
2520.27/2136.14	s SATISFIABLE
2520.27/2136.14	v <instantiation>
2520.27/2136.14	v 	<list>
2520.27/2136.14	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] 
2520.27/2136.14	v 	</list>
2520.27/2136.14	v 	<values>
2520.27/2136.14	v 		0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 
2520.27/2136.14	v 	</values>
2520.27/2136.14	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298317-1532754131/watcher-4298317-1532754131 -o /tmp/evaluation-result-4298317-1532754131/solver-4298317-1532754131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23279 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298317-1532754131.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=25184, runsolver pid=25181


[startup+0.100239 s]*
/proc/loadavg: 1.40 1.44 1.51 6/216 25199
/proc/meminfo: memFree=22569492/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10658972 memory=28220 CPUtime=0.12 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 4961 0 0 0 11 1 0 0 20 0 15 0 92976259 10914787328 7055 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664743 7055 2854 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10658972 memory=-8197568871503664001 CPUtime=0.09 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 2844 0 0 0 9 0 0 0 20 0 15 0 92976260 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208621320832 140208601138533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10658972 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976261 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10658972 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976262 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92976262 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92976263 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) R 25181 25184 23247 0 -1 4202560 339 0 0 0 0 0 0 0 20 0 15 0 92976265 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208104356720 140208594927760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) S 25181 25184 23247 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 92976265 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208103303920 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10658972 memory=139637721839232 CPUtime=0.01 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) R 25181 25184 23247 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 15 0 92976265 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208102251120 140208617106050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10658972 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976265 10914787328 7121 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28220 KiB

[startup+0.210787 s]*
/proc/loadavg: 1.40 1.44 1.51 3/216 25199
/proc/meminfo: memFree=22558280/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=40416 CPUtime=0.32 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 7639 0 0 0 30 2 0 0 20 0 15 0 92976259 10914865152 10104 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 10104 2966 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 4733 0 0 0 19 1 0 0 20 0 15 0 92976260 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208621327216 140208601175420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=342 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=288370013873550976 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) S 25181 25184 23247 0 -1 1077944384 709 0 0 0 3 0 0 0 20 0 15 0 92976265 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208104356720 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) S 25181 25184 23247 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 15 0 92976265 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208103303920 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=139637721839232 CPUtime=0.06 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 680 0 0 0 6 0 0 0 20 0 15 0 92976265 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208102251120 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 10104 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40416 KiB

[startup+0.310279 s]*
/proc/loadavg: 1.40 1.44 1.51 7/216 25199
/proc/meminfo: memFree=22553752/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=46732 CPUtime=0.54 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 8219 0 0 0 51 3 0 0 20 0 15 0 92976259 10914865152 11171 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 11171 3043 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 5062 0 0 0 28 2 0 0 20 0 15 0 92976260 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208621334416 140208219622644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=288370013873550976 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) S 25181 25184 23247 0 -1 1077944384 735 0 0 0 5 0 0 0 20 0 15 0 92976265 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208104340992 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) R 25181 25184 23247 0 -1 1077944384 279 0 0 0 3 0 0 0 20 0 15 0 92976265 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208103295376 140208617105109 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=139637721839232 CPUtime=0.13 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 777 0 0 0 13 0 0 0 20 0 15 0 92976265 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208102251120 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=139637721839232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 11683 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46732 KiB

[startup+0.700785 s]
/proc/loadavg: 1.40 1.44 1.51 5/216 25199
/proc/meminfo: memFree=22518772/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=103992 CPUtime=1.72 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 15412 0 0 0 167 5 0 0 20 0 15 0 92976259 10914865152 25998 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 25998 3076 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 5119 0 0 0 65 2 0 0 20 0 15 0 92976260 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208621322032 140208220044687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=7017547551848162880 CPUtime=0.43 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) R 25181 25184 23247 0 -1 4202560 3875 0 0 0 43 0 0 0 20 0 15 0 92976265 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208104342600 140208597794532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=7811323491934034026 CPUtime=0.42 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) R 25181 25184 23247 0 -1 4202560 3716 0 0 0 41 1 0 0 20 0 15 0 92976265 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208103293632 140208602207035 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=5787213827163908199 CPUtime=0.16 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 1335 0 0 0 16 0 0 0 20 0 15 0 92976265 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208102251120 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 25998 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 103992 KiB

[startup+1.50084 s]
/proc/loadavg: 1.40 1.44 1.51 5/216 25199
/proc/meminfo: memFree=22443996/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=202788 CPUtime=3.46 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 23080 0 0 0 339 7 0 0 20 0 15 0 92976259 10914865152 50697 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 50697 3118 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 5453 0 0 0 143 4 0 0 20 0 15 0 92976260 10914865152 50697 33554432000 4194304 4196468 140727191625712 140208621333168 140208220089283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 50697 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 50697 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 50697 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 92976261 10914865152 50697 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 50697 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0

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

/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 76566 0 0 0 188613 45 0 0 20 0 15 0 92976260 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208621334800 140208219952712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=7617140 CPUtime=120.78 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 140102 0 0 0 11977 101 0 0 20 0 15 0 92976261 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=7626520 CPUtime=121.31 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 156795 0 0 0 12029 102 0 0 20 0 15 0 92976261 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=7636080 CPUtime=120.76 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 152763 0 0 0 11969 107 0 0 20 0 15 0 92976261 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=7636080 CPUtime=120.95 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 168815 0 0 0 11993 102 0 0 20 0 15 0 92976261 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=0 CPUtime=12.51 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 28913 0 0 0 1247 4 0 0 20 0 15 0 92976262 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=7636080 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=7617140 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=7623880 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=7617140 CPUtime=1.19 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) S 25181 25184 23247 0 -1 1077944384 9157 0 0 0 118 1 0 0 20 0 15 0 92976265 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208104356720 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=7617140 CPUtime=0.72 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) S 25181 25184 23247 0 -1 1077944384 7549 0 0 0 71 1 0 0 20 0 15 0 92976265 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208103303920 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=7636080 CPUtime=0.22 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 3579 0 0 0 22 0 0 0 20 0 15 0 92976265 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208102251120 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=796 CPUtime=0.94 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1218 0 0 0 46 48 0 0 20 0 15 0 92976265 10914865152 1909020 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 2386.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 7636080 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.09 2.00 3/215 25336
/proc/meminfo: memFree=15305372/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=7687508 CPUtime=2457.38 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 792656 0 0 0 245228 510 0 0 20 0 15 0 92976259 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 1921877 3142 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=7659252 CPUtime=1942.79 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) R 25181 25184 23247 0 -1 4202560 79095 0 0 0 194234 45 0 0 20 0 15 0 92976260 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208621334560 140208220080004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=7659252 CPUtime=124.56 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) S 25181 25184 23247 0 -1 1077944384 161557 0 0 0 12354 102 0 0 20 0 15 0 92976261 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208543169680 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=7687508 CPUtime=125.08 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) S 25181 25184 23247 0 -1 1077944384 163107 0 0 0 12405 103 0 0 20 0 15 0 92976261 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208542116880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=7687508 CPUtime=124.53 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) S 25181 25184 23247 0 -1 1077944384 156085 0 0 0 12345 108 0 0 20 0 15 0 92976261 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208541064080 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=7687508 CPUtime=124.69 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) S 25181 25184 23247 0 -1 1077944384 180709 0 0 0 12366 103 0 0 20 0 15 0 92976261 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208540011280 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=7687508 CPUtime=12.51 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 29138 0 0 0 1247 4 0 0 20 0 15 0 92976262 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208108566896 140208617106050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=7687508 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=7687508 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=7687508 CPUtime=1.19 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) S 25181 25184 23247 0 -1 1077944384 9166 0 0 0 118 1 0 0 20 0 15 0 92976265 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208104356720 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=7687508 CPUtime=0.72 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) S 25181 25184 23247 0 -1 1077944384 7552 0 0 0 71 1 0 0 20 0 15 0 92976265 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208103303920 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=7687508 CPUtime=0.22 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 3583 0 0 0 22 0 0 0 20 0 15 0 92976265 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208102251120 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=7687508 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=1200 CPUtime=0.97 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1249 0 0 0 48 49 0 0 20 0 15 0 92976265 10914865152 1921877 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 2457.38 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 7687508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2136.11 s]
/proc/loadavg: 1.94 2.06 1.99 6/215 25337
/proc/meminfo: memFree=15273580/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=7778364 CPUtime=2520.27 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 833517 0 0 0 251500 527 0 0 20 0 15 0 92976259 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 1944591 3142 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=7731260 CPUtime=1993.56 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) S 25181 25184 23247 0 -1 1077944384 81374 0 0 0 199310 46 0 0 20 0 15 0 92976260 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208621334784 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=7731260 CPUtime=127.59 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) R 25181 25184 23247 0 -1 4202560 169714 0 0 0 12653 106 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208543169800 140208602139227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=7731260 CPUtime=128.1 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) R 25181 25184 23247 0 -1 4202560 177175 0 0 0 12703 107 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208542117080 140208602121879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=7731260 CPUtime=127.57 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) R 25181 25184 23247 0 -1 4202560 168108 0 0 0 12645 112 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208541064080 140208602139227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=7731260 CPUtime=127.7 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) R 25181 25184 23247 0 -1 4202560 184746 0 0 0 12663 107 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208540011400 140208602122322 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=7704232 CPUtime=12.51 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 29389 0 0 0 1247 4 0 0 20 0 15 0 92976262 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208108565408 140208617105109 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=7704232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=7704232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=7704232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=7682680 CPUtime=1.19 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) S 25181 25184 23247 0 -1 1077944384 9169 0 0 0 118 1 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208104356768 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=7731260 CPUtime=0.72 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) S 25181 25184 23247 0 -1 1077944384 7557 0 0 0 71 1 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208103303968 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=7753788 CPUtime=0.23 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 3592 0 0 0 23 0 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208102250880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=7731260 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=7731260 CPUtime=0.99 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1278 0 0 0 49 50 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 7778364 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2136.18 s]
# the end of solver process 25184 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.13 s, system=5.31638 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2136.11 s]
/proc/loadavg: 1.94 2.06 1.99 6/215 25337
/proc/meminfo: memFree=15273580/32770624 swapFree=67108860/67108860
[pid=25184] ppid=25181 vsize=10659048 memory=7778364 CPUtime=2520.27 cores=1,3,5,7
/proc/25184/stat : 25184 (java) S 25181 25184 23247 0 -1 1077944320 833517 0 0 0 251500 527 0 0 20 0 15 0 92976259 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140727191608256 140208617094903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
/proc/25184/statm: 2664762 1944591 3142 1 0 2627263 0
[pid=25184/tid=25186] ppid=25181 vsize=10659048 memory=7731260 CPUtime=1993.56 cores=1,3,5,7
/proc/25184/task/25186/stat : 25186 (java) S 25181 25184 23247 0 -1 1077944384 81374 0 0 0 199310 46 0 0 20 0 15 0 92976260 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208621334784 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25187] ppid=25181 vsize=10659048 memory=7731260 CPUtime=127.59 cores=1,3,5,7
/proc/25184/task/25187/stat : 25187 (java) R 25181 25184 23247 0 -1 4202560 169714 0 0 0 12653 106 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208543169800 140208602139227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25188] ppid=25181 vsize=10659048 memory=7731260 CPUtime=128.1 cores=1,3,5,7
/proc/25184/task/25188/stat : 25188 (java) R 25181 25184 23247 0 -1 4202560 177175 0 0 0 12703 107 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208542117080 140208602121879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25189] ppid=25181 vsize=10659048 memory=7731260 CPUtime=127.57 cores=1,3,5,7
/proc/25184/task/25189/stat : 25189 (java) R 25181 25184 23247 0 -1 4202560 168108 0 0 0 12645 112 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208541064080 140208602139227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25190] ppid=25181 vsize=10659048 memory=7731260 CPUtime=127.7 cores=1,3,5,7
/proc/25184/task/25190/stat : 25190 (java) R 25181 25184 23247 0 -1 4202560 184746 0 0 0 12663 107 0 0 20 0 15 0 92976261 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208540011400 140208602122322 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25191] ppid=25181 vsize=10659048 memory=7704232 CPUtime=12.51 cores=1,3,5,7
/proc/25184/task/25191/stat : 25191 (java) S 25181 25184 23247 0 -1 1077944384 29389 0 0 0 1247 4 0 0 20 0 15 0 92976262 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208108565408 140208617105109 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25192] ppid=25181 vsize=10659048 memory=7704232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25192/stat : 25192 (java) S 25181 25184 23247 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 92976262 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208107512864 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25193] ppid=25181 vsize=10659048 memory=7704232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25193/stat : 25193 (java) S 25181 25184 23247 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92976263 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208106460016 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25194] ppid=25181 vsize=10659048 memory=7704232 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25194/stat : 25194 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208105408336 140208617113499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25195] ppid=25181 vsize=10659048 memory=7682680 CPUtime=1.19 cores=1,3,5,7
/proc/25184/task/25195/stat : 25195 (java) S 25181 25184 23247 0 -1 1077944384 9169 0 0 0 118 1 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208104356768 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25196] ppid=25181 vsize=10659048 memory=7731260 CPUtime=0.72 cores=1,3,5,7
/proc/25184/task/25196/stat : 25196 (java) S 25181 25184 23247 0 -1 1077944384 7557 0 0 0 71 1 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208103303968 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25197] ppid=25181 vsize=10659048 memory=7753788 CPUtime=0.23 cores=1,3,5,7
/proc/25184/task/25197/stat : 25197 (java) S 25181 25184 23247 0 -1 1077944384 3592 0 0 0 23 0 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208102250880 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25198] ppid=25181 vsize=10659048 memory=7731260 CPUtime=0 cores=1,3,5,7
/proc/25184/task/25198/stat : 25198 (java) S 25181 25184 23247 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208101198560 140208617105109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
[pid=25184/tid=25199] ppid=25181 vsize=10659048 memory=7731260 CPUtime=0.99 cores=1,3,5,7
/proc/25184/task/25199/stat : 25199 (java) S 25181 25184 23247 0 -1 1077944384 1278 0 0 0 49 50 0 0 20 0 15 0 92976265 10914865152 1944591 33554432000 4194304 4196468 140727191625712 140208100145840 140208617106050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15781888 140727191631021 140727191631113 140727191631113 140727191633871 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 7778364 KiB

Child status: 143
Real time (s): 2136.18
CPU time (s): 2520.45
CPU user time (s): 2515.13
CPU system time (s): 5.31638
CPU usage (%): 117.988
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 7778364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.13
system time used= 5.31638
maximum resident set size= 7784508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 833952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55602
involuntary context switches= 7375


# summary of solver processes directly reported to runsolver:
#   pid: 25184
#   total CPU time (s): 2520.45
#   total CPU user time (s): 2515.13
#   total CPU system time (s): 5.31638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3229 second user time and 17.6262 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-28 07:02:11
IDJOB=4298317
IDBENCH=141110
IDSOLVER=2763
FILE ID=node139/4298317-1532754131
RUNJOBID= node139-1532739282-23279
PBS_JOBID= 21022439
Free space on /tmp= 38696 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298317-1532754131/watcher-4298317-1532754131 -o /tmp/evaluation-result-4298317-1532754131/solver-4298317-1532754131 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532739282-23279 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298317-1532754131.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=322072151

node139.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.80
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.80
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.80
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.80
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:        22587164 kB
MemAvailable:   30612148 kB
Buffers:          231132 kB
Cached:          7922516 kB
SwapCached:            0 kB
Active:          4403128 kB
Inactive:        5117644 kB
Active(anon):    1321216 kB
Inactive(anon):    73576 kB
Active(file):    3081912 kB
Inactive(file):  5044068 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:       1411060 kB
Mapped:            54824 kB
Shmem:             25228 kB
Slab:             354756 kB
SReclaimable:     327464 kB
SUnreclaim:        27292 kB
KernelStack:        3808 kB
PageTables:         9304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2029004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1343488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38712 MiB
End job on node139 at 2018-07-28 07:37:47