Trace number 4285283

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
OscaR - Parallel with EPS 2017-08-22SAT 4.1810298 2.18243

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-41.xml
MD5SUMf335f4ada48cb5fc5845d54f24347b83
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.02665
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":27}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":27}]
Minimum constraint arity27
Maximum constraint arity27
Distribution of constraint arities[{"arity":27,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.24/0.40	c version: 2017-08-22
0.24/0.40	c seed: 395125263
0.24/0.40	c timeout: 20160
0.24/0.40	c memlimit: 22000
0.24/0.40	c nbcore: 8
0.43/0.42	c Parsing instance...
0.74/0.65	c Parsing done, starting search...
4.09/1.71	s SATISFIABLE
4.09/1.71	v <instantiation>
4.09/1.71	v 	<list>
4.09/1.71	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26]
4.09/1.71	v 	</list>
4.09/1.71	v 	<values>
4.09/1.71	v 		1 1 0 1 0 0 1 0 1 1 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 
4.09/1.71	v 	</values>
4.09/1.71	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285283-1503419656/watcher-4285283-1503419656 -o /tmp/evaluation-result-4285283-1503419656/solver-4285283-1503419656 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 395125263 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285283-1503419656.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100179 s]*
/proc/loadavg: 8.03 8.68 8.79 2/186 9312
/proc/meminfo: memFree=31216136/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=25300336 memory=16240 CPUtime=0.01 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 3410 0 0 0 1 0 0 0 20 0 10 0 144160561 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6325084 4060 1910 1 0 6314581 0
[pid=9302/tid=9304] ppid=9299 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) R 9299 9302 6689 0 -1 4202560 2090 0 0 0 0 0 0 0 20 0 10 0 144160570 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668593140304 139668570555620 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=25300336 memory=140363582383744 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=25300336 memory=140363582383744 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=25300336 memory=-1807685287725067651 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=25300336 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 144160571 25907544064 4060 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 25300336 KiB
Current children cumulated memory: 16240 KiB

[startup+0.215254 s]*
/proc/loadavg: 8.03 8.68 8.79 3/196 9322
/proc/meminfo: memFree=31206236/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=25996608 memory=29648 CPUtime=0.09 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 6735 0 0 0 8 1 0 0 20 0 20 0 144160561 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6499152 7412 3373 1 0 6487930 0
[pid=9302/tid=9304] ppid=9299 vsize=25996608 memory=0 CPUtime=0.07 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) R 9299 9302 6689 0 -1 4202560 4759 0 0 0 6 1 0 0 20 0 20 0 144160570 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668593137216 139668193604046 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=25996608 memory=140363582383744 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=25996608 memory=140363582383744 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9313] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9313/stat : 9313 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160572 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667268446320 139668588915330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9314] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9314/stat : 9314 (java) S 9299 9302 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144160573 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667267392288 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9315] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9315/stat : 9315 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144160573 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667266339952 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9316] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9316/stat : 9316 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667265288272 139668588922779 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9317] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667262131056 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 144160576 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667261078256 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144160576 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9322] ppid=9299 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/9302/task/9322/stat : 9322 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160581 26620526592 7412 18446744073709551615 4194304 4196468 140724691622768 139667258972464 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 29648 KiB

[startup+0.310561 s]*
/proc/loadavg: 8.03 8.68 8.79 3/196 9322
/proc/meminfo: memFree=31195456/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=25996608 memory=38836 CPUtime=0.24 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 10005 0 0 0 21 3 0 0 20 0 20 0 144160561 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6499152 9709 3520 1 0 6487930 0
[pid=9302/tid=9304] ppid=9299 vsize=25996608 memory=7680170660397595203 CPUtime=0.17 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) R 9299 9302 6689 0 -1 4202560 7725 0 0 0 15 2 0 0 20 0 20 0 144160570 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668593122112 139668572984670 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=25996608 memory=4137548663497135221 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=25996608 memory=7684433391216329786 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=25996608 memory=-7385037593950845031 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=25996608 memory=8514701219781834910 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=25996608 memory=7391413433648273289 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=25996608 memory=7681649517364344339 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144160571 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9313] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9313/stat : 9313 (java) S 9299 9302 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144160572 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667268446320 139668588915330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9314] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9314/stat : 9314 (java) S 9299 9302 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144160573 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667267392288 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9315] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9315/stat : 9315 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144160573 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667266339952 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9316] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9316/stat : 9316 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667265288272 139668588922779 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9317] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) S 9299 9302 6689 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 20 0 144160575 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667262131056 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=25996608 memory=0 CPUtime=0.04 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 384 0 0 0 4 0 0 0 20 0 20 0 144160576 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667261078256 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144160576 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9322] ppid=9299 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9322/stat : 9322 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160581 26620526592 9709 18446744073709551615 4194304 4196468 140724691622768 139667258972464 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38836 KiB

[startup+0.700955 s]
/proc/loadavg: 8.03 8.68 8.79 2/196 9322
/proc/meminfo: memFree=31182912/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=25998676 memory=65696 CPUtime=0.9 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 13717 0 0 0 84 6 0 0 20 0 20 0 144160561 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6499669 16424 3717 1 0 6488442 0
[pid=9302/tid=9304] ppid=9299 vsize=25998676 memory=215299953 CPUtime=0.55 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) R 9299 9302 6689 0 -1 4202560 10350 0 0 0 51 4 0 0 20 0 20 0 144160570 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668593140672 139668572984670 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=25998676 memory=77340 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=25998676 memory=1240 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=25998676 memory=2384 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=25998676 memory=140367877351039 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=25998676 memory=8761640388318109335 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=25998676 memory=7007712420471858773 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=25998676 memory=5859853075905800022 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=25998676 memory=7372786582024121444 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144160571 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9313] ppid=9299 vsize=25998676 memory=1232 CPUtime=0 cores=0-7
/proc/9302/task/9313/stat : 9313 (java) S 9299 9302 6689 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144160572 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667268446320 139668588915330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9314] ppid=9299 vsize=25998676 memory=2240 CPUtime=0 cores=0-7
/proc/9302/task/9314/stat : 9314 (java) S 9299 9302 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144160573 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667267392288 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9315] ppid=9299 vsize=25998676 memory=4304 CPUtime=0 cores=0-7
/proc/9302/task/9315/stat : 9315 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144160573 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667266339952 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9316] ppid=9299 vsize=25998676 memory=1620 CPUtime=0 cores=0-7
/proc/9302/task/9316/stat : 9316 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160575 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667265288272 139668588922779 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9317] ppid=9299 vsize=25998676 memory=920 CPUtime=0.06 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 742 0 0 0 6 0 0 0 20 0 20 0 144160575 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=25998676 memory=2032 CPUtime=0.04 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) S 9299 9302 6689 0 -1 1077944384 128 0 0 0 4 0 0 0 20 0 20 0 144160575 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=25998676 memory=832 CPUtime=0.06 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 510 0 0 0 6 0 0 0 20 0 20 0 144160575 26622644224 16424 18446744073709551615 4194304 4196468 140724691622768 139667262131056 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=25998676 memory=16436 CPUtime=0.15 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 600 0 0 0 15 0 0 0 20 0 20 0 144160576 26622644224 16936 18446744073709551615 4194304 4196468 140724691622768 139667261078256 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=25998676 memory=6008 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144160576 26622644224 16936 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9322] ppid=9299 vsize=25998676 memory=4064 CPUtime=0 cores=0-7
/proc/9302/task/9322/stat : 9322 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144160581 26622644224 16936 18446744073709551615 4194304 4196468 140724691622768 139667258972464 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 25998676 KiB

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

[pid=9302/tid=9317] ppid=9299 vsize=26137948 memory=0 CPUtime=0.5 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 3987 0 0 0 48 2 0 0 20 0 22 0 144160575 26765258752 46899 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=26137948 memory=0 CPUtime=0.49 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) R 9299 9302 6689 0 -1 4202560 4193 0 0 0 49 0 0 0 20 0 22 0 144160575 26765258752 46899 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668568747791 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=26137948 memory=0 CPUtime=0.51 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 3004 0 0 0 50 1 0 0 20 0 22 0 144160575 26765258752 46899 18446744073709551615 4194304 4196468 140724691622768 139667262131056 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=26137948 memory=0 CPUtime=0.46 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 5007 0 0 0 44 2 0 0 20 0 22 0 144160576 26765258752 46899 18446744073709551615 4194304 4196468 140724691622768 139667261078256 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=26137948 memory=2241 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144160576 26765258752 46899 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9322] ppid=9299 vsize=26137948 memory=2244 CPUtime=0 cores=0-7
/proc/9302/task/9322/stat : 9322 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144160581 26765258752 46899 18446744073709551615 4194304 4196468 140724691622768 139667258972464 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 26137948 KiB
Current children cumulated memory: 187596 KiB

[startup+2.18238 s]
# the end of solver process 9302 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.96392 s, system=0.217103 s

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

[startup+1.60112 s]
/proc/loadavg: 8.03 8.68 8.79 5/196 9322
/proc/meminfo: memFree=31121764/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=26470768 memory=205896 CPUtime=3.48 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 33427 0 0 0 333 15 0 0 20 0 27 0 144160561 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6617692 51474 3773 1 0 6606465 0
[pid=9302/tid=9304] ppid=9299 vsize=26470768 memory=0 CPUtime=1.44 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) R 9299 9302 6689 0 -1 4202560 15511 0 0 0 136 8 0 0 20 0 27 0 144160570 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668593131456 139668572984670 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=26470768 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 144160571 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9313] ppid=9299 vsize=26470768 memory=4144 CPUtime=0 cores=0-7
/proc/9302/task/9313/stat : 9313 (java) S 9299 9302 6689 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 27 0 144160572 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667268446320 139668588915330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9314] ppid=9299 vsize=26470768 memory=77340 CPUtime=0 cores=0-7
/proc/9302/task/9314/stat : 9314 (java) S 9299 9302 6689 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 27 0 144160573 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667267392288 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9315] ppid=9299 vsize=26470768 memory=1240 CPUtime=0 cores=0-7
/proc/9302/task/9315/stat : 9315 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 27 0 144160573 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667266339952 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9316] ppid=9299 vsize=26470768 memory=2384 CPUtime=0 cores=0-7
/proc/9302/task/9316/stat : 9316 (java) S 9299 9302 6689 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 144160575 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667265288272 139668588922779 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9317] ppid=9299 vsize=26470768 memory=1672 CPUtime=0.5 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 3990 0 0 0 48 2 0 0 20 0 27 0 144160575 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=26470768 memory=5768 CPUtime=0.5 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) S 9299 9302 6689 0 -1 1077944384 4194 0 0 0 50 0 0 0 20 0 27 0 144160575 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=26470768 memory=1232 CPUtime=0.52 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 3006 0 0 0 51 1 0 0 20 0 27 0 144160575 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667262131056 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=26470768 memory=2240 CPUtime=0.46 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 5008 0 0 0 44 2 0 0 20 0 27 0 144160576 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667261078256 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=26470768 memory=4304 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 144160576 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9322] ppid=9299 vsize=26470768 memory=1620 CPUtime=0 cores=0-7
/proc/9302/task/9322/stat : 9322 (java) S 9299 9302 6689 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 27 0 144160581 27106066432 51474 18446744073709551615 4194304 4196468 140724691622768 139667258972464 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 26470768 KiB
Current children cumulated memory: 205896 KiB

[startup+2.00075 s]*
/proc/loadavg: 8.03 8.68 8.79 1/194 9349
/proc/meminfo: memFree=31001600/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=27739616 memory=228164 CPUtime=4.16 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 36346 0 0 0 396 20 0 0 20 0 18 0 144160561 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6934904 57041 3807 1 0 6923156 0
[pid=9302/tid=9304] ppid=9299 vsize=27739616 memory=9126232286719478932 CPUtime=1.45 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) D 9299 9302 6689 0 -1 4202560 15566 0 0 0 137 8 0 0 20 0 18 0 144160570 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668593147192 139668581589815 0 0 1 16800974 18446744072099589253 0 0 -1 3 0 0 4 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=27739616 memory=140363582383744 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=27739616 memory=140363582394784 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=27739616 memory=1992 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=27739616 memory=8319106358720411445 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=27739616 memory=3539920704711716456 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=27739616 memory=6379419642974800284 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=27739616 memory=7295945026280906652 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9314] ppid=9299 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9314/stat : 9314 (java) S 9299 9302 6689 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 144160573 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667267392352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9315] ppid=9299 vsize=27739616 memory=7453282923411433812 CPUtime=0 cores=0-7
/proc/9302/task/9315/stat : 9315 (java) S 9299 9302 6689 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 144160573 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667266339952 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9316] ppid=9299 vsize=27739616 memory=6082220498159953768 CPUtime=0 cores=0-7
/proc/9302/task/9316/stat : 9316 (java) S 9299 9302 6689 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667265287920 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9317] ppid=9299 vsize=27739616 memory=7381235298008066384 CPUtime=0.56 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 4050 0 0 0 54 2 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=27739616 memory=7453282923428147028 CPUtime=0.59 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) S 9299 9302 6689 0 -1 1077944384 4248 0 0 0 59 0 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=27739616 memory=7019257425709197167 CPUtime=0.59 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 3045 0 0 0 58 1 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667262115568 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=27739616 memory=7597685182856913236 CPUtime=0.54 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 6048 0 0 0 52 2 0 0 20 0 18 0 144160576 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667261072576 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=27739616 memory=4294969568 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 144160576 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 228164 KiB

[startup+2.10982 s]
/proc/loadavg: 8.03 8.68 8.79 1/194 9349
/proc/meminfo: memFree=31001600/32770624 swapFree=67105588/67108860
[pid=9302] ppid=9299 vsize=27739616 memory=228164 CPUtime=4.16 cores=0-7
/proc/9302/stat : 9302 (java) S 9299 9302 6689 0 -1 1077944320 36346 0 0 0 396 20 0 0 20 0 18 0 144160561 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 140724691605312 139668588904183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
/proc/9302/statm: 6934904 57041 3807 1 0 6923156 0
[pid=9302/tid=9304] ppid=9299 vsize=27739616 memory=2032 CPUtime=1.45 cores=0-7
/proc/9302/task/9304/stat : 9304 (java) D 9299 9302 6689 0 -1 4202560 15566 0 0 0 137 8 0 0 20 0 18 0 144160570 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668593147192 139668581589815 0 0 1 16800974 18446744072099589253 0 0 -1 3 0 0 4 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9305] ppid=9299 vsize=27739616 memory=228164 CPUtime=0 cores=0-7
/proc/9302/task/9305/stat : 9305 (java) S 9299 9302 6689 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668515830160 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9306] ppid=9299 vsize=27739616 memory=2244 CPUtime=0 cores=0-7
/proc/9302/task/9306/stat : 9306 (java) S 9299 9302 6689 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668514777360 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9307] ppid=9299 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9307/stat : 9307 (java) S 9299 9302 6689 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668513725072 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9308] ppid=9299 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9308/stat : 9308 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668512672272 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9309] ppid=9299 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9309/stat : 9309 (java) S 9299 9302 6689 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668147428240 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9310] ppid=9299 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/9302/task/9310/stat : 9310 (java) S 9299 9302 6689 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668146375440 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9311] ppid=9299 vsize=27739616 memory=2241 CPUtime=0 cores=0-7
/proc/9302/task/9311/stat : 9311 (java) S 9299 9302 6689 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668145323152 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9312] ppid=9299 vsize=27739616 memory=2244 CPUtime=0 cores=0-7
/proc/9302/task/9312/stat : 9312 (java) S 9299 9302 6689 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 18 0 144160571 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139668144270352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9314] ppid=9299 vsize=27739616 memory=55 CPUtime=0 cores=0-7
/proc/9302/task/9314/stat : 9314 (java) S 9299 9302 6689 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 144160573 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667267392352 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9315] ppid=9299 vsize=27739616 memory=7877728483790580329 CPUtime=0 cores=0-7
/proc/9302/task/9315/stat : 9315 (java) S 9299 9302 6689 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 144160573 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667266339952 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9316] ppid=9299 vsize=27739616 memory=-5628408999910123558 CPUtime=0 cores=0-7
/proc/9302/task/9316/stat : 9316 (java) S 9299 9302 6689 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667265287920 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9317] ppid=9299 vsize=27739616 memory=0 CPUtime=0.56 cores=0-7
/proc/9302/task/9317/stat : 9317 (java) S 9299 9302 6689 0 -1 1077944384 4050 0 0 0 54 2 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667264236144 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9318] ppid=9299 vsize=27739616 memory=0 CPUtime=0.59 cores=0-7
/proc/9302/task/9318/stat : 9318 (java) S 9299 9302 6689 0 -1 1077944384 4248 0 0 0 59 0 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667263183344 139668588915330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9319] ppid=9299 vsize=27739616 memory=140363582438929 CPUtime=0.59 cores=0-7
/proc/9302/task/9319/stat : 9319 (java) S 9299 9302 6689 0 -1 1077944384 3045 0 0 0 58 1 0 0 20 0 18 0 144160575 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667262115568 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9320] ppid=9299 vsize=27739616 memory=7086814705753219690 CPUtime=0.54 cores=0-7
/proc/9302/task/9320/stat : 9320 (java) S 9299 9302 6689 0 -1 1077944384 6048 0 0 0 52 2 0 0 20 0 18 0 144160576 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667261072576 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
[pid=9302/tid=9321] ppid=9299 vsize=27739616 memory=86 CPUtime=0 cores=0-7
/proc/9302/task/9321/stat : 9321 (java) S 9299 9302 6689 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 144160576 28405366784 57041 18446744073709551615 4194304 4196468 140724691622768 139667260025184 139668588914389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140724691628396 140724691628581 140724691628581 140724691632079 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 228164 KiB

Child status: 0
Real time (s): 2.18243
CPU time (s): 4.18103
CPU user time (s): 3.96392
CPU system time (s): 0.217103
CPU usage (%): 191.577
Max. virtual memory (cumulated for all children) (KiB): 27739616
Max. memory (cumulated for all children) (KiB): 228164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.96392
system time used= 0.217103
maximum resident set size= 229056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4022
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 9302
#   total CPU time (s): 4.18103
#   total CPU user time (s): 3.96392
#   total CPU system time (s): 0.217103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038276 second user time and 0.065172 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-22 18:20:10
IDJOB=4285283
IDBENCH=120860
IDSOLVER=2681
FILE ID=node126/4285283-1503419656
RUNJOBID= node126-1503398604-6745
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-41.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285283-1503419656/watcher-4285283-1503419656 -o /tmp/evaluation-result-4285283-1503419656/solver-4285283-1503419656 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1503398604-6745 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 395125263 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285283-1503419656.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f335f4ada48cb5fc5845d54f24347b83
RANDOM SEED=395125263

node126.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.81
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.81
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.81
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.81
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:        31221512 kB
MemAvailable:   31934068 kB
Buffers:          335632 kB
Cached:           674596 kB
SwapCached:          524 kB
Active:           668044 kB
Inactive:         402752 kB
Active(anon):      16556 kB
Inactive(anon):   102028 kB
Active(file):     651488 kB
Inactive(file):   300724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42692 kB
Writeback:             0 kB
AnonPages:         69652 kB
Mapped:            66320 kB
Shmem:             58016 kB
Slab:             179028 kB
SReclaimable:     152356 kB
SUnreclaim:        26672 kB
KernelStack:        3488 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61988 MiB
End job on node126 at 2017-08-22 18:20:12