Trace number 4298436

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MiniCPFever 2018-04-29SAT (TO)4 2520.07 2512.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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.54/0.39	o 24
0.54/0.39	objective:24
0.54/0.40	o 5
0.54/0.40	objective:5
0.87/0.42	o 4
0.87/0.42	objective:4
2520.05/2512.30	s SATISFIABLE
2520.05/2512.30	v <instantiation>
2520.05/2512.30	v 	<list>
2520.05/2512.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.05/2512.30	v 	</list>
2520.05/2512.30	v 	<values>
2520.05/2512.30	v 		0 1 3 4 2 3 4 2 0 1 2 0 1 3 4 1 3 4 2 0 4 2 0 1 3 
2520.05/2512.30	v 	</values>
2520.05/2512.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 (12140 MiB free)
  memory of node 1: 16384 MiB (13299 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298436-1532760777/watcher-4298436-1532760777 -o /tmp/evaluation-result-4298436-1532760777/solver-4298436-1532760777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298436-1532760777.xml 

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

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


[startup+0.102585 s]*
/proc/loadavg: 1.92 1.72 1.69 4/216 7493
/proc/meminfo: memFree=26033928/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10658972 memory=27504 CPUtime=0.13 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 5307 0 0 0 12 1 0 0 20 0 15 0 93640876 10914787328 6876 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664743 6876 2830 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10658972 memory=-8682198404129715392 CPUtime=0.09 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 3112 0 0 0 8 1 0 0 20 0 15 0 93640877 10914787328 6876 33554432000 4194304 4196468 140731368295312 139744157126000 139744136947045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914787328 6876 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10658972 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914787328 6876 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10658972 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640879 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93640879 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93640880 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 93640882 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 93640882 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10658972 memory=139831901214336 CPUtime=0.02 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) R 7475 7478 4860 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 93640882 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743638309232 139744131393441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10658972 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640882 10914787328 6876 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27504 KiB

[startup+0.210733 s]*
/proc/loadavg: 1.92 1.72 1.69 5/216 7493
/proc/meminfo: memFree=26028928/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=40896 CPUtime=0.33 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 8213 0 0 0 31 2 0 0 20 0 15 0 93640876 10914865152 10224 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 10224 2989 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 5181 0 0 0 19 1 0 0 20 0 15 0 93640877 10914865152 10252 33554432000 4194304 4196468 140731368295312 139744157135728 139744136983902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=364 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 10252 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=139831901221991 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 10252 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 15 0 93640882 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 93640882 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=139831901214336 CPUtime=0.08 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) S 7475 7478 4860 0 -1 1077944384 796 0 0 0 8 0 0 0 20 0 15 0 93640882 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743638309232 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 10252 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 40896 KiB

[startup+0.31058 s]*
/proc/loadavg: 1.92 1.72 1.69 5/216 7493
/proc/meminfo: memFree=26024476/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=46968 CPUtime=0.54 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 8767 0 0 0 52 2 0 0 20 0 15 0 93640876 10914865152 11742 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 11742 3018 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 5497 0 0 0 28 2 0 0 20 0 15 0 93640877 10914865152 11742 33554432000 4194304 4196468 140731368295312 139744157133824 139744152915350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 11742 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=14550246966220440 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 11742 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 611 0 0 0 4 0 0 0 20 0 15 0 93640882 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 356 0 0 0 3 0 0 0 20 0 15 0 93640882 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=139831901214336 CPUtime=0.15 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) R 7475 7478 4860 0 -1 4202560 937 0 0 0 15 0 0 0 20 0 15 0 93640882 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743638308416 139744131444871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=139831901214336 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 11742 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46968 KiB

[startup+0.700836 s]
/proc/loadavg: 1.92 1.72 1.69 5/216 7493
/proc/meminfo: memFree=26000784/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=81784 CPUtime=1.72 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 14451 0 0 0 168 4 0 0 20 0 15 0 93640876 10914865152 20446 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 20446 3079 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 5633 0 0 0 66 2 0 0 20 0 15 0 93640877 10914865152 20446 33554432000 4194304 4196468 140731368295312 139744157140376 139743760221781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 20446 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 20446 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 20446 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 20446 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 20446 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=7163631965283378496 CPUtime=0.4 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) R 7475 7478 4860 0 -1 4202560 2633 0 0 0 40 0 0 0 20 0 15 0 93640882 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743640400248 139744146000251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=7667213801450137426 CPUtime=0.37 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) R 7475 7478 4860 0 -1 4202560 3433 0 0 0 37 0 0 0 20 0 15 0 93640882 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743639342536 139744134447168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=7079773312675500112 CPUtime=0.24 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) S 7475 7478 4860 0 -1 1077944384 1385 0 0 0 24 0 0 0 20 0 15 0 93640882 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743638309232 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 20461 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 81784 KiB

[startup+1.50075 s]
/proc/loadavg: 1.92 1.72 1.69 3/216 7493
/proc/meminfo: memFree=25968768/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=133644 CPUtime=2.65 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 15351 0 0 0 261 4 0 0 20 0 15 0 93640876 10914865152 33411 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 33411 3093 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 5934 0 0 0 145 3 0 0 20 0 15 0 93640877 10914865152 33411 33554432000 4194304 4196468 140731368295312 139744157140400 139743760400897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 33411 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 33411 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 33411 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93640878 10914865152 33411 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 33411 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0

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

/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 15352 0 0 0 243632 8 0 0 20 0 15 0 93640877 10914865152 64067 33554432000 4194304 4196468 140731368295312 139744157143088 139743760291272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=8112282956445269571 CPUtime=2.09 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 3366 0 0 0 186 23 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.08 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 3351 0 0 0 188 20 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.1 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 3758 0 0 0 190 20 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.1 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 3034 0 0 0 190 20 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=254220 CPUtime=2.73 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 5816 0 0 0 256 17 0 0 20 0 15 0 93640879 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=254220 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=254220 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=254220 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=254220 CPUtime=0.67 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 6884 0 0 0 66 1 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=254220 CPUtime=0.8 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 10617 0 0 0 79 1 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=256268 CPUtime=0.3 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) S 7475 7478 4860 0 -1 1077944384 3260 0 0 0 30 0 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743638309232 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=256268 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=256268 CPUtime=0.51 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 949 0 0 0 23 28 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 2449.85 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 256268 KiB

[startup+2502.3 s]
/proc/loadavg: 1.86 1.52 1.57 3/216 7671
/proc/meminfo: memFree=27008884/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=256268 CPUtime=2510.02 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 58596 0 0 0 250892 110 0 0 20 0 15 0 93640876 10914865152 64067 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 64067 3131 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=256268 CPUtime=2496.2 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 15564 0 0 0 249612 8 0 0 20 0 15 0 93640877 10914865152 64067 33554432000 4194304 4196468 140731368295312 139744157143136 139743760703695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.16 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 3671 0 0 0 193 23 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.16 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 3359 0 0 0 195 21 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.16 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 3815 0 0 0 196 20 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.16 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 3052 0 0 0 196 20 0 0 20 0 15 0 93640878 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.81 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 5985 0 0 0 264 17 0 0 20 0 15 0 93640879 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=256268 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=256268 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=256268 CPUtime=0.67 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 6886 0 0 0 66 1 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=4028 CPUtime=0.8 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 10619 0 0 0 79 1 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=256268 CPUtime=0.3 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) S 7475 7478 4860 0 -1 1077944384 3262 0 0 0 30 0 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743638309232 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=256268 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=2200 CPUtime=0.52 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 966 0 0 0 23 29 0 0 20 0 15 0 93640882 10914865152 64067 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 2510.02 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 256268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.3 s]
/proc/loadavg: 1.80 1.52 1.57 3/216 7671
/proc/meminfo: memFree=26991256/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=258316 CPUtime=2520.05 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 58618 0 0 0 251894 111 0 0 20 0 15 0 93640876 10914865152 64579 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 64579 3131 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=258316 CPUtime=2506.16 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 15580 0 0 0 250608 8 0 0 20 0 15 0 93640877 10914865152 64579 33554432000 4194304 4196468 140731368295312 139744157143136 139743760220549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 3673 0 0 0 194 23 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 3360 0 0 0 196 21 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 3816 0 0 0 197 20 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 3054 0 0 0 197 20 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.83 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 5985 0 0 0 266 17 0 0 20 0 15 0 93640879 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=258316 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=27140 CPUtime=0.67 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 6886 0 0 0 66 1 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=258316 CPUtime=0.8 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 10619 0 0 0 79 1 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=4028 CPUtime=0.3 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) S 7475 7478 4860 0 -1 1077944384 3262 0 0 0 30 0 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743638309232 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=258316 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=258316 CPUtime=0.52 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 966 0 0 0 23 29 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 258316 KiB

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

[startup+2512.31 s]
# the end of solver process 7478 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.96 s, system=1.1171 s

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

[startup+2512.3 s]
/proc/loadavg: 1.80 1.52 1.57 3/216 7671
/proc/meminfo: memFree=26991256/32770624 swapFree=67108860/67108860
[pid=7478] ppid=7475 vsize=10659048 memory=258316 CPUtime=2520.05 cores=1,3,5,7
/proc/7478/stat : 7478 (java) S 7475 7478 4860 0 -1 1077944320 58618 0 0 0 251894 111 0 0 20 0 15 0 93640876 10914865152 64579 33554432000 4194304 4196468 140731368295312 140731368277856 139744152903415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
/proc/7478/statm: 2664762 64579 3131 1 0 2627263 0
[pid=7478/tid=7480] ppid=7475 vsize=10659048 memory=258316 CPUtime=2506.16 cores=1,3,5,7
/proc/7478/task/7480/stat : 7480 (java) R 7475 7478 4860 0 -1 4202560 15580 0 0 0 250608 8 0 0 20 0 15 0 93640877 10914865152 64579 33554432000 4194304 4196468 140731368295312 139744157143136 139743760220549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7481] ppid=7475 vsize=10659048 memory=256268 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7481/stat : 7481 (java) S 7475 7478 4860 0 -1 1077944384 3673 0 0 0 194 23 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139744078977424 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7482] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7482/stat : 7482 (java) S 7475 7478 4860 0 -1 1077944384 3360 0 0 0 196 21 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139744077924624 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7483] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7483/stat : 7483 (java) S 7475 7478 4860 0 -1 1077944384 3816 0 0 0 197 20 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743757068944 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7484] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.17 cores=1,3,5,7
/proc/7478/task/7484/stat : 7484 (java) S 7475 7478 4860 0 -1 1077944384 3054 0 0 0 197 20 0 0 20 0 15 0 93640878 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743756016144 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7485] ppid=7475 vsize=10659048 memory=258316 CPUtime=2.83 cores=1,3,5,7
/proc/7478/task/7485/stat : 7485 (java) S 7475 7478 4860 0 -1 1077944384 5985 0 0 0 266 17 0 0 20 0 15 0 93640879 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743644625520 139744152914562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7486] ppid=7475 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7486/stat : 7486 (java) S 7475 7478 4860 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 93640879 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743643571488 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7487] ppid=7475 vsize=10659048 memory=258316 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7487/stat : 7487 (java) S 7475 7478 4860 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 93640880 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743642519152 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7488] ppid=7475 vsize=10659048 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7488/stat : 7488 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743641467472 139744152922011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7489] ppid=7475 vsize=10659048 memory=27140 CPUtime=0.67 cores=1,3,5,7
/proc/7478/task/7489/stat : 7489 (java) S 7475 7478 4860 0 -1 1077944384 6886 0 0 0 66 1 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743640414320 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7490] ppid=7475 vsize=10659048 memory=258316 CPUtime=0.8 cores=1,3,5,7
/proc/7478/task/7490/stat : 7490 (java) S 7475 7478 4860 0 -1 1077944384 10619 0 0 0 79 1 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743639361520 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7491] ppid=7475 vsize=10659048 memory=4028 CPUtime=0.3 cores=1,3,5,7
/proc/7478/task/7491/stat : 7491 (java) S 7475 7478 4860 0 -1 1077944384 3262 0 0 0 30 0 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743638309232 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7492] ppid=7475 vsize=10659048 memory=258316 CPUtime=0 cores=1,3,5,7
/proc/7478/task/7492/stat : 7492 (java) S 7475 7478 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743637256672 139744152913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
[pid=7478/tid=7493] ppid=7475 vsize=10659048 memory=258316 CPUtime=0.52 cores=1,3,5,7
/proc/7478/task/7493/stat : 7493 (java) S 7475 7478 4860 0 -1 1077944384 966 0 0 0 23 29 0 0 20 0 15 0 93640882 10914865152 64579 33554432000 4194304 4196468 140731368295312 139743636204464 139744152914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731368297645 140731368297737 140731368297737 140731368300495 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 258316 KiB

Child status: 143
Real time (s): 2512.31
CPU time (s): 2520.07
CPU user time (s): 2518.96
CPU system time (s): 1.1171
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 258316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.96
system time used= 1.1171
maximum resident set size= 258756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119943
involuntary context switches= 2904


# summary of solver processes directly reported to runsolver:
#   pid: 7478
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.96
#   total CPU system time (s): 1.1171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4342 second user time and 25.9896 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 08:52:57
IDJOB=4298436
IDBENCH=141139
IDSOLVER=2763
FILE ID=node151/4298436-1532760777
RUNJOBID= node151-1532740893-4892
PBS_JOBID= 21022447
Free space on /tmp= 54924 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-queen5-5_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298436-1532760777/watcher-4298436-1532760777 -o /tmp/evaluation-result-4298436-1532760777/solver-4298436-1532760777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298436-1532760777.xml

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

MD5SUM BENCH= e12c8a42b46a63e49e1504c0c9e3cd93
RANDOM SEED=2067285344

node151.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.87
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.87
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.87
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.87
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:        26050868 kB
MemAvailable:   29700844 kB
Buffers:          182156 kB
Cached:          3737104 kB
SwapCached:            0 kB
Active:          3680372 kB
Inactive:        2559416 kB
Active(anon):    2269996 kB
Inactive(anon):    78192 kB
Active(file):    1410376 kB
Inactive(file):  2481224 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1480 kB
Writeback:             0 kB
AnonPages:       2409904 kB
Mapped:            54612 kB
Shmem:             25224 kB
Slab:             176200 kB
SReclaimable:     148420 kB
SUnreclaim:        27780 kB
KernelStack:        3760 kB
PageTables:        10048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4000256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2279424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-28 09:34:49