Trace number 4298437

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
slowpoke 2018-04-29SAT (TO)4 2520.02 2511.31

General information on the benchmark

NameGraphColoring/
GraphColoring-queen5-5_c18.xml
MD5SUMe12c8a42b46a63e49e1504c0c9e3cd93
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.029325
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints160
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree13
Maximum variable degree17
Distribution of variable degrees[{"degree":13,"count":16},{"degree":15,"count":8},{"degree":17,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":160}]
Number of extensional constraints0
Number of intensional constraints160
Distribution of constraint types[{"type":"intension","count":160}]
Optimization problemYES
Type of objectivemin MAXIMUM

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: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.54/0.40	o 6
0.54/0.41	o 5
0.54/0.41	o 4
2520.00/2511.30	s SATISFIABLE
2520.00/2511.30	v <instantiation>
2520.00/2511.30	v 	<list>
2520.00/2511.30	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] 
2520.00/2511.30	v 	</list>
2520.00/2511.30	v 	<values>
2520.00/2511.30	v 		0 1 3 2 4 2 4 0 1 3 1 3 2 4 0 4 0 1 3 2 3 2 4 0 1 
2520.00/2511.30	v 	</values>
2520.00/2511.30	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 (8069 MiB free)
  memory of node 1: 16384 MiB (11551 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298437-1532760970/watcher-4298437-1532760970 -o /tmp/evaluation-result-4298437-1532760970/solver-4298437-1532760970 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298437-1532760970.xml --timelimit 2520 

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=9685, runsolver pid=9682

[startup+0.100143 s]*
/proc/loadavg: 2.01 1.99 1.95 5/215 9700
/proc/meminfo: memFree=20073448/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661056 memory=29864 CPUtime=0.12 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 5348 0 0 0 11 1 0 0 20 0 15 0 93660167 10916921344 7466 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665264 7466 2844 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661056 memory=-8680506247144633536 CPUtime=0.08 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 3230 0 0 0 8 0 0 0 20 0 15 0 93660168 10916921344 7466 33554432000 4194304 4196468 140733526783008 139866327676528 139866307761089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 7466 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660170 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93660170 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0.01 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) R 9682 9685 7563 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 93660173 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865353078768 139866323459478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 7466 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 29864 KiB

[startup+0.210728 s]*
/proc/loadavg: 2.01 1.99 1.95 4/215 9700
/proc/meminfo: memFree=20061540/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661056 memory=42376 CPUtime=0.33 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 8188 0 0 0 31 2 0 0 20 0 15 0 93660167 10916921344 10594 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665264 10594 2955 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 5210 0 0 0 18 1 0 0 20 0 15 0 93660168 10916921344 10594 33554432000 4194304 4196468 140733526783008 139866327685504 139866323468890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 10594 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661056 memory=140235209846014 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660168 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660170 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93660170 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 636 0 0 0 2 0 0 0 20 0 15 0 93660173 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 93660173 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0.08 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) S 9682 9685 7563 0 -1 1077944384 880 0 0 0 8 0 0 0 20 0 15 0 93660173 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865353078768 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661056 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660173 10916921344 10594 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 42376 KiB

[startup+0.310551 s]*
/proc/loadavg: 2.01 1.99 1.95 2/215 9700
/proc/meminfo: memFree=20056764/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661132 memory=46480 CPUtime=0.54 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 8853 0 0 0 51 3 0 0 20 0 15 0 93660167 10916999168 11620 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665283 11620 3000 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 5693 0 0 0 27 2 0 0 20 0 15 0 93660168 10916999168 11620 33554432000 4194304 4196468 140733526783008 139866327679712 139866323468890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 11620 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=16239513053562520 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 642 0 0 0 4 0 0 0 20 0 15 0 93660173 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 185 0 0 0 4 0 0 0 20 0 15 0 93660173 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661132 memory=140235209836160 CPUtime=0.14 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) R 9682 9685 7563 0 -1 4202560 966 0 0 0 14 0 0 0 20 0 15 0 93660173 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865353078768 139866302250752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661132 memory=140235209836160 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 11620 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46480 KiB

[startup+0.700824 s]
/proc/loadavg: 2.01 1.99 1.95 5/215 9700
/proc/meminfo: memFree=20032952/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661132 memory=95344 CPUtime=1.71 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 17991 0 0 0 165 6 0 0 20 0 15 0 93660167 10916999168 23836 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665283 23836 3099 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661132 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 5872 0 0 0 65 2 0 0 20 0 15 0 93660168 10916999168 23836 33554432000 4194304 4196468 140733526783008 139866327673952 140733526816706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 23836 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=9996 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661132 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 23836 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661132 memory=6945208482816681536 CPUtime=0.37 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) R 9682 9685 7563 0 -1 4202560 4912 0 0 0 37 0 0 0 20 0 15 0 93660173 10916999168 23902 33554432000 4194304 4196468 140733526783008 139865355168728 139866302704123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661132 memory=7811323491934034026 CPUtime=0.38 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) R 9682 9685 7563 0 -1 4202560 4092 0 0 0 37 1 0 0 20 0 15 0 93660173 10916999168 23902 33554432000 4194304 4196468 140733526783008 139865354116296 139866304992504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661132 memory=5787213827096799335 CPUtime=0.25 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) S 9682 9685 7563 0 -1 1077944384 1763 0 0 0 25 0 0 0 20 0 15 0 93660173 10916999168 23902 33554432000 4194304 4196468 140733526783008 139865353078768 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 23902 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 23902 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 95344 KiB

[startup+1.50077 s]
/proc/loadavg: 2.09 2.00 1.96 3/215 9700
/proc/meminfo: memFree=19983636/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661132 memory=165580 CPUtime=2.99 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 19606 0 0 0 291 8 0 0 20 0 15 0 93660167 10916999168 41395 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665283 41395 3101 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 5955 0 0 0 143 4 0 0 20 0 15 0 93660168 10916999168 41395 33554432000 4194304 4196468 140733526783008 139866327684016 140733526816706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 41395 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 41395 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 41395 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93660168 10916999168 41395 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 41395 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0

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

/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 15692 0 0 0 242770 772 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139866327687200 140733526816706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=1012 CPUtime=2.39 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 2934 0 0 0 214 25 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.4 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1831 0 0 0 212 28 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.38 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 1991 0 0 0 211 27 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.39 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2287 0 0 0 213 26 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=212852 CPUtime=3.17 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 3419 0 0 0 296 21 0 0 20 0 15 0 93660170 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661132 memory=212852 CPUtime=0.85 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 8833 0 0 0 84 1 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661132 memory=212852 CPUtime=0.83 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 7193 0 0 0 81 2 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661132 memory=212852 CPUtime=0.32 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) S 9682 9685 7563 0 -1 1077944384 3219 0 0 0 31 1 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865353078768 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661132 memory=212852 CPUtime=0.59 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1100 0 0 0 29 30 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 2450.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 212852 KiB

[startup+2502.3 s]
/proc/loadavg: 1.20 1.38 1.48 3/215 9874
/proc/meminfo: memFree=20098880/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661132 memory=212852 CPUtime=2510.98 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 50381 0 0 0 250187 911 0 0 20 0 15 0 93660167 10916999168 53213 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665283 53213 3138 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661132 memory=212852 CPUtime=2495.24 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 15875 0 0 0 248733 791 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139866327686912 140733526816706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.45 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 2966 0 0 0 219 26 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=6656426216303648864 CPUtime=2.46 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1849 0 0 0 217 29 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.44 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 2218 0 0 0 215 29 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.45 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2318 0 0 0 218 27 0 0 20 0 15 0 93660168 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=2257 CPUtime=3.24 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 3437 0 0 0 303 21 0 0 20 0 15 0 93660170 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661132 memory=212852 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661132 memory=212852 CPUtime=0.85 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 8835 0 0 0 84 1 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661132 memory=85 CPUtime=0.83 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 7195 0 0 0 81 2 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661132 memory=1792 CPUtime=0.32 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) S 9682 9685 7563 0 -1 1077944384 3221 0 0 0 31 1 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865353078768 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661132 memory=960 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661132 memory=1712 CPUtime=0.61 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1106 0 0 0 29 32 0 0 20 0 15 0 93660173 10916999168 53213 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 2510.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 212852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.3 s]
/proc/loadavg: 1.27 1.39 1.48 3/215 9874
/proc/meminfo: memFree=20097760/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661132 memory=213240 CPUtime=2520 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 50408 0 0 0 251085 915 0 0 20 0 15 0 93660167 10916999168 53310 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665283 53310 3138 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661132 memory=213240 CPUtime=2504.22 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 15897 0 0 0 249627 795 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139866327687088 140733526816706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=213240 CPUtime=2.46 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 2967 0 0 0 220 26 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=213240 CPUtime=2.47 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1851 0 0 0 218 29 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=6656426216303648864 CPUtime=2.45 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 2219 0 0 0 216 29 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.45 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2319 0 0 0 218 27 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=212852 CPUtime=3.25 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 3437 0 0 0 304 21 0 0 20 0 15 0 93660170 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661132 memory=213240 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661132 memory=164 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661132 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661132 memory=7528 CPUtime=0.85 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 8835 0 0 0 84 1 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661132 memory=213240 CPUtime=0.83 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 7195 0 0 0 81 2 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661132 memory=4136 CPUtime=0.32 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) S 9682 9685 7563 0 -1 1077944384 3221 0 0 0 31 1 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865353078768 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661132 memory=213240 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661132 memory=213240 CPUtime=0.61 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1106 0 0 0 29 32 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213240 KiB

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

[startup+2511.31 s]
# the end of solver process 9685 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.87 s, system=9.15405 s

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

[startup+2511.3 s]
/proc/loadavg: 1.27 1.39 1.48 3/215 9874
/proc/meminfo: memFree=20097760/32770624 swapFree=67108860/67108860
[pid=9685] ppid=9682 vsize=10661132 memory=213240 CPUtime=2520 cores=1,3,5,7
/proc/9685/stat : 9685 (java) S 9682 9685 7563 0 -1 1077944320 50408 0 0 0 251085 915 0 0 20 0 15 0 93660167 10916999168 53310 33554432000 4194304 4196468 140733526783008 140733526765552 139866323447543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
/proc/9685/statm: 2665283 53310 3138 1 0 2627263 0
[pid=9685/tid=9687] ppid=9682 vsize=10661132 memory=213240 CPUtime=2504.22 cores=1,3,5,7
/proc/9685/task/9687/stat : 9687 (java) R 9682 9685 7563 0 -1 4202560 15897 0 0 0 249627 795 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139866327687088 140733526816706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9688] ppid=9682 vsize=10661132 memory=213240 CPUtime=2.46 cores=1,3,5,7
/proc/9685/task/9688/stat : 9688 (java) S 9682 9685 7563 0 -1 1077944384 2967 0 0 0 220 26 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139866282207760 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9689] ppid=9682 vsize=10661132 memory=213240 CPUtime=2.47 cores=1,3,5,7
/proc/9685/task/9689/stat : 9689 (java) S 9682 9685 7563 0 -1 1077944384 1851 0 0 0 218 29 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865929624208 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9690] ppid=9682 vsize=10661132 memory=6656426216303648864 CPUtime=2.45 cores=1,3,5,7
/proc/9685/task/9690/stat : 9690 (java) S 9682 9685 7563 0 -1 1077944384 2219 0 0 0 216 29 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865928571152 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9691] ppid=9682 vsize=10661132 memory=212852 CPUtime=2.45 cores=1,3,5,7
/proc/9685/task/9691/stat : 9691 (java) S 9682 9685 7563 0 -1 1077944384 2319 0 0 0 218 27 0 0 20 0 15 0 93660168 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865927518608 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9692] ppid=9682 vsize=10661132 memory=212852 CPUtime=3.25 cores=1,3,5,7
/proc/9685/task/9692/stat : 9692 (java) S 9682 9685 7563 0 -1 1077944384 3437 0 0 0 304 21 0 0 20 0 15 0 93660170 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865883245296 139866323458690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9693] ppid=9682 vsize=10661132 memory=213240 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9693/stat : 9693 (java) S 9682 9685 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865882191520 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9694] ppid=9682 vsize=10661132 memory=164 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9694/stat : 9694 (java) S 9682 9685 7563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93660170 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865881138416 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9695] ppid=9682 vsize=10661132 memory=2257 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9695/stat : 9695 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865880086992 139866323466139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9696] ppid=9682 vsize=10661132 memory=7528 CPUtime=0.85 cores=1,3,5,7
/proc/9685/task/9696/stat : 9696 (java) S 9682 9685 7563 0 -1 1077944384 8835 0 0 0 84 1 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865355184368 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9697] ppid=9682 vsize=10661132 memory=213240 CPUtime=0.83 cores=1,3,5,7
/proc/9685/task/9697/stat : 9697 (java) S 9682 9685 7563 0 -1 1077944384 7195 0 0 0 81 2 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865354131824 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9698] ppid=9682 vsize=10661132 memory=4136 CPUtime=0.32 cores=1,3,5,7
/proc/9685/task/9698/stat : 9698 (java) S 9682 9685 7563 0 -1 1077944384 3221 0 0 0 31 1 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865353078768 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9699] ppid=9682 vsize=10661132 memory=213240 CPUtime=0 cores=1,3,5,7
/proc/9685/task/9699/stat : 9699 (java) S 9682 9685 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865352026464 139866323457749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
[pid=9685/tid=9700] ppid=9682 vsize=10661132 memory=213240 CPUtime=0.61 cores=1,3,5,7
/proc/9685/task/9700/stat : 9700 (java) S 9682 9685 7563 0 -1 1077944384 1106 0 0 0 29 32 0 0 20 0 15 0 93660173 10916999168 53310 33554432000 4194304 4196468 140733526783008 139865350974512 139866323458690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140733526791324 140733526791433 140733526791433 140733526794191 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213240 KiB

Child status: 143
Real time (s): 2511.31
CPU time (s): 2520.02
CPU user time (s): 2510.87
CPU system time (s): 9.15405
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 215256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.87
system time used= 9.15405
maximum resident set size= 215260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50670
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145623
involuntary context switches= 3650


# summary of solver processes directly reported to runsolver:
#   pid: 9685
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2510.87
#   total CPU system time (s): 9.15405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.038 second user time and 23.1074 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 08:56:10
IDJOB=4298437
IDBENCH=141139
IDSOLVER=2765
FILE ID=node105/4298437-1532760970
RUNJOBID= node105-1532740995-7595
PBS_JOBID= 21022450
Free space on /tmp= 44624 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298437-1532760970/watcher-4298437-1532760970 -o /tmp/evaluation-result-4298437-1532760970/solver-4298437-1532760970 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298437-1532760970.xml --timelimit 2520

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=409267890

node105.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.32
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.32
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.32
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.32
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:        20092464 kB
MemAvailable:   31529176 kB
Buffers:          266500 kB
Cached:         11310312 kB
SwapCached:            0 kB
Active:          2783020 kB
Inactive:        9250112 kB
Active(anon):     410900 kB
Inactive(anon):    73352 kB
Active(file):    2372120 kB
Inactive(file):  9176760 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:        387588 kB
Mapped:            54716 kB
Shmem:             25228 kB
Slab:             344076 kB
SReclaimable:     316292 kB
SUnreclaim:        27784 kB
KernelStack:        3808 kB
PageTables:         6044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1442844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44620 MiB
End job on node105 at 2018-07-28 09:38:01