Trace number 4298685

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)10 2520.06 2377.73

General information on the benchmark

NameSumColoring/
SumColoring-myciel3_c18.xml
MD5SUM2a16ad2ecbd4987722397e2a286d7eb3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.007767
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints20
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":11}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":5},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":20}]
Number of extensional constraints0
Number of intensional constraints20
Distribution of constraint types[{"type":"intension","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.05/0.18	c version: 2018-04-11
0.05/0.18	c seed: 1811631
0.05/0.18	c timeout: -1
0.05/0.18	c memlimit: -1
0.05/0.18	c nbcore: -1
0.40/0.38	o 75
0.40/0.38	objective:75
0.40/0.38	o 67
0.40/0.38	objective:67
0.40/0.39	o 58
0.40/0.39	objective:58
0.40/0.39	o 51
0.40/0.39	objective:51
0.40/0.39	o 42
0.40/0.39	objective:42
0.40/0.39	o 34
0.40/0.39	objective:34
0.40/0.39	o 27
0.40/0.39	objective:27
0.40/0.39	o 20
0.40/0.39	objective:20
0.40/0.40	o 13
0.40/0.40	objective:13
0.40/0.40	o 12
0.40/0.40	objective:12
0.40/0.40	o 11
0.40/0.40	objective:11
0.94/0.57	o 10
0.94/0.57	objective:10
2520.02/2377.70	s SATISFIABLE
2520.02/2377.70	v <instantiation>
2520.02/2377.70	v 	<list>
2520.02/2377.70	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] 
2520.02/2377.70	v 	</list>
2520.02/2377.70	v 	<values>
2520.02/2377.70	v 		2 1 2 1 3 0 0 0 0 0 1 
2520.02/2377.70	v 	</values>
2520.02/2377.70	v </instantiation>

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298685-1532773498/watcher-4298685-1532773498 -o /tmp/evaluation-result-4298685-1532773498/solver-4298685-1532773498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23861 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298685-1532773498.xml 

running on 4 cores: 0,2,4,6

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=27465, runsolver pid=27462
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 2.25 1.75 1.54 2/215 27479
/proc/meminfo: memFree=27287748/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10592324 memory=21508 CPUtime=0.05 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 4735 0 0 0 4 1 0 0 20 0 14 0 94912973 10846539776 5377 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2648081 5377 2603 1 0 2610622 0
[pid=27465/tid=27467] ppid=27462 vsize=10592324 memory=-7254949987990921595 CPUtime=0.04 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) D 27462 27465 23830 0 -1 1077944384 2856 0 0 0 4 0 0 0 20 0 14 0 94912973 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888531433280 139888527219773 0 4 0 16800975 18446744072101756452 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10592324 memory=5793855509375867321 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 94912974 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10592324 memory=140258365974144 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 94912974 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 94912974 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 94912974 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 94912976 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10592324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 94912976 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 94912976 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 94912979 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 94912979 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10592324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 94912979 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10592324 memory=140258365974144 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 94912979 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10592324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 94912979 10846539776 5377 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10592324 KiB
Current children cumulated memory: 21508 KiB

[startup+0.214108 s]*
/proc/loadavg: 2.25 1.75 1.54 4/216 27480
/proc/meminfo: memFree=27275664/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10658972 memory=34716 CPUtime=0.24 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 7739 0 0 0 23 1 0 0 20 0 15 0 94912973 10914787328 8679 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664743 8679 2919 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10658972 memory=6735269665583770266 CPUtime=0.15 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 4780 0 0 0 14 1 0 0 20 0 15 0 94912973 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888531426944 139888511276382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10658972 memory=4211973984570764682 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10658972 memory=140258365974144 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94912974 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10658972 memory=140258365974144 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94912976 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94912976 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94912976 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 94912979 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10658972 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 94912979 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10658972 memory=140258365974144 CPUtime=0.05 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) R 27462 27465 23830 0 -1 4202560 874 0 0 0 5 0 0 0 20 0 15 0 94912979 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888012769776 139888506127671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10658972 memory=140258365974144 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912984 10914787328 8679 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 34716 KiB

[startup+0.310524 s]*
/proc/loadavg: 2.25 1.75 1.54 3/216 27480
/proc/meminfo: memFree=27274076/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10659048 memory=42232 CPUtime=0.4 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 8696 0 0 0 39 1 0 0 20 0 15 0 94912973 10914865152 10558 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664762 10558 3001 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10659048 memory=6735269665583770266 CPUtime=0.24 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 5462 0 0 0 23 1 0 0 20 0 15 0 94912973 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888531424736 139888511239525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=4211973984570764682 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=140258365997974 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=140258264092736 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=140258264071119 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=140258365998005 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=140258264080335 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10659048 memory=280516528158352 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10659048 memory=280516528165232 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10659048 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 94912979 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10659048 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 94912979 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10659048 memory=140258365974144 CPUtime=0.09 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 957 0 0 0 9 0 0 0 20 0 15 0 94912979 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10659048 memory=140258365974143 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912984 10914865152 10558 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 42232 KiB

[startup+0.700761 s]
/proc/loadavg: 2.25 1.75 1.54 5/216 27480
/proc/meminfo: memFree=27255388/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10659048 memory=84168 CPUtime=1.5 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 16177 0 0 0 147 3 0 0 20 0 15 0 94912973 10914865152 21042 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664762 21042 3072 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10659048 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 5792 0 0 0 61 1 0 0 20 0 15 0 94912973 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888531435392 139888166868157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=7886766292050523957 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=7161920098442297446 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=6384 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10659048 memory=5500 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10659048 memory=4460 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10659048 memory=1380 CPUtime=0.34 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) R 27462 27465 23830 0 -1 4202560 3476 0 0 0 34 0 0 0 20 0 15 0 94912979 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888014861128 139888510681909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10659048 memory=1160 CPUtime=0.32 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) R 27462 27465 23830 0 -1 4202560 4190 0 0 0 32 0 0 0 20 0 15 0 94912979 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888013807384 139888505432832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10659048 memory=15184 CPUtime=0.17 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 1351 0 0 0 17 0 0 0 20 0 15 0 94912979 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10659048 memory=7956293103522114402 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10659048 memory=7374509426303543960 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912984 10914865152 21042 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 84168 KiB

[startup+1.50076 s]
/proc/loadavg: 2.25 1.75 1.54 3/216 27480
/proc/meminfo: memFree=27194028/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10659048 memory=188464 CPUtime=2.76 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 19373 0 0 0 271 5 0 0 20 0 15 0 94912973 10914865152 47116 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664762 47116 3098 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10659048 memory=7669184237955994475 CPUtime=1.41 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 6311 0 0 0 139 2 0 0 20 0 15 0 94912973 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888531436800 139888167330125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=7301859358888652096 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=280516528214408 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94912974 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=6945773713430177110 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=6009303171844434024 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 47116 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0

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

/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 130608 0 0 0 220823 47 0 0 20 0 15 0 94912973 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888531435200 139888167331171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=4962172 CPUtime=45.27 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 84926 0 0 0 4477 50 0 0 20 0 15 0 94912974 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=4962172 CPUtime=45.41 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 105896 0 0 0 4492 49 0 0 20 0 15 0 94912974 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=4955960 CPUtime=45.12 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 81425 0 0 0 4462 50 0 0 20 0 15 0 94912974 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=4955960 CPUtime=45.24 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 109382 0 0 0 4471 53 0 0 20 0 15 0 94912974 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=7752549240514114323 CPUtime=7.37 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 26437 0 0 0 731 6 0 0 20 0 15 0 94912976 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=4962172 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10659048 memory=27488 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10659048 memory=1224 CPUtime=0.74 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 6994 0 0 0 73 1 0 0 20 0 15 0 94912979 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10659048 memory=4962172 CPUtime=0.82 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 8508 0 0 0 81 1 0 0 20 0 15 0 94912979 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10659048 memory=-7003737579269690708 CPUtime=0.26 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 4867 0 0 0 26 0 0 0 20 0 15 0 94912979 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10659048 memory=4962172 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10659048 memory=4962172 CPUtime=0.87 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1422 0 0 0 47 40 0 0 20 0 15 0 94912984 10914865152 1240543 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 2399.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4962172 KiB

[startup+2322.3 s]
/proc/loadavg: 1.65 1.70 1.65 3/216 27575
/proc/meminfo: memFree=22394260/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10659048 memory=4954016 CPUtime=2460.97 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 571942 0 0 0 245805 292 0 0 20 0 15 0 94912973 10914865152 1238504 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664762 1238504 3150 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10659048 memory=4954016 CPUtime=2268.34 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 132462 0 0 0 226787 47 0 0 20 0 15 0 94912973 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888531435632 139888167330039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=4954016 CPUtime=45.62 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 86600 0 0 0 4512 50 0 0 20 0 15 0 94912974 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=4954016 CPUtime=45.76 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 107193 0 0 0 4527 49 0 0 20 0 15 0 94912974 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=4954016 CPUtime=45.47 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 84809 0 0 0 4497 50 0 0 20 0 15 0 94912974 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=235991273100960 CPUtime=45.59 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 110951 0 0 0 4506 53 0 0 20 0 15 0 94912974 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=0 CPUtime=7.37 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 26675 0 0 0 731 6 0 0 20 0 15 0 94912976 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=4954016 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10659048 memory=4954016 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10659048 memory=3872 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10659048 memory=4954016 CPUtime=0.74 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 6997 0 0 0 73 1 0 0 20 0 15 0 94912979 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10659048 memory=4954016 CPUtime=0.82 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 8512 0 0 0 81 1 0 0 20 0 15 0 94912979 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10659048 memory=4954016 CPUtime=0.26 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 4875 0 0 0 26 0 0 0 20 0 15 0 94912979 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10659048 memory=3872 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10659048 memory=4954016 CPUtime=0.89 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1453 0 0 0 48 41 0 0 20 0 15 0 94912984 10914865152 1238504 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 2460.97 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4954016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.7 s]
/proc/loadavg: 1.56 1.67 1.65 5/195 27624
/proc/meminfo: memFree=22554132/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10659048 memory=4964248 CPUtime=2520.02 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 588368 0 0 0 251708 294 0 0 20 0 15 0 94912973 10914865152 1241062 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664762 1241062 3150 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10659048 memory=4964248 CPUtime=2322.53 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 134326 0 0 0 232205 48 0 0 20 0 15 0 94912973 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888531435552 139888167329430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.83 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 89013 0 0 0 4633 50 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.97 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 109016 0 0 0 4648 49 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.68 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 92883 0 0 0 4617 51 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.79 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 112918 0 0 0 4626 53 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=4959000 CPUtime=7.37 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 26922 0 0 0 731 6 0 0 20 0 15 0 94912976 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10659048 memory=4964248 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10659048 memory=16148 CPUtime=0.74 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 6999 0 0 0 73 1 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0.82 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 8515 0 0 0 81 1 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0.26 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 4877 0 0 0 26 0 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0.91 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1484 0 0 0 49 42 0 0 20 0 15 0 94912984 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4964248 KiB

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

[startup+2377.73 s]
# the end of solver process 27465 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.09 s, system=2.97346 s

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

[startup+2377.7 s]
/proc/loadavg: 1.56 1.67 1.65 5/195 27624
/proc/meminfo: memFree=22554132/32770624 swapFree=67108496/67108860
[pid=27465] ppid=27462 vsize=10659048 memory=4964248 CPUtime=2520.02 cores=0,2,4,6
/proc/27465/stat : 27465 (java) S 27462 27465 23830 0 -1 1077944320 588368 0 0 0 251708 294 0 0 20 0 15 0 94912973 10914865152 1241062 33554432000 4194304 4196468 140730733952624 140730733935168 139888527195895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
/proc/27465/statm: 2664762 1241062 3150 1 0 2627263 0
[pid=27465/tid=27467] ppid=27462 vsize=10659048 memory=4964248 CPUtime=2322.53 cores=0,2,4,6
/proc/27465/task/27467/stat : 27467 (java) R 27462 27465 23830 0 -1 4202560 134326 0 0 0 232205 48 0 0 20 0 15 0 94912973 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888531435552 139888167329430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27468] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.83 cores=0,2,4,6
/proc/27465/task/27468/stat : 27468 (java) S 27462 27465 23830 0 -1 1077944384 89013 0 0 0 4633 50 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888133860368 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27469] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.97 cores=0,2,4,6
/proc/27465/task/27469/stat : 27469 (java) S 27462 27465 23830 0 -1 1077944384 109016 0 0 0 4648 49 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888132807824 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27470] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.68 cores=0,2,4,6
/proc/27465/task/27470/stat : 27470 (java) S 27462 27465 23830 0 -1 1077944384 92883 0 0 0 4617 51 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888131754768 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27471] ppid=27462 vsize=10659048 memory=4961532 CPUtime=46.79 cores=0,2,4,6
/proc/27465/task/27471/stat : 27471 (java) S 27462 27465 23830 0 -1 1077944384 112918 0 0 0 4626 53 0 0 20 0 15 0 94912974 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888130702224 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27472] ppid=27462 vsize=10659048 memory=4959000 CPUtime=7.37 cores=0,2,4,6
/proc/27465/task/27472/stat : 27472 (java) S 27462 27465 23830 0 -1 1077944384 26922 0 0 0 731 6 0 0 20 0 15 0 94912976 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888019085552 139888527207042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27473] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27473/stat : 27473 (java) S 27462 27465 23830 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888018031776 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27474] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27474/stat : 27474 (java) S 27462 27465 23830 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94912976 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888016978672 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27475] ppid=27462 vsize=10659048 memory=4964248 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27475/stat : 27475 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888015927248 139888527214491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27476] ppid=27462 vsize=10659048 memory=16148 CPUtime=0.74 cores=0,2,4,6
/proc/27465/task/27476/stat : 27476 (java) S 27462 27465 23830 0 -1 1077944384 6999 0 0 0 73 1 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888014875376 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27477] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0.82 cores=0,2,4,6
/proc/27465/task/27477/stat : 27477 (java) S 27462 27465 23830 0 -1 1077944384 8515 0 0 0 81 1 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888013822832 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27478] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0.26 cores=0,2,4,6
/proc/27465/task/27478/stat : 27478 (java) S 27462 27465 23830 0 -1 1077944384 4877 0 0 0 26 0 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888012769776 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27479] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0 cores=0,2,4,6
/proc/27465/task/27479/stat : 27479 (java) S 27462 27465 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94912979 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888011717472 139888527206101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
[pid=27465/tid=27480] ppid=27462 vsize=10659048 memory=4961532 CPUtime=0.91 cores=0,2,4,6
/proc/27465/task/27480/stat : 27480 (java) S 27462 27465 23830 0 -1 1077944384 1484 0 0 0 49 42 0 0 20 0 15 0 94912984 10914865152 1241062 33554432000 4194304 4196468 140730733952624 139888010664496 139888527207042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12869632 140730733958317 140730733958409 140730733958409 140730733961167 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 4964248 KiB

Child status: 143
Real time (s): 2377.73
CPU time (s): 2520.06
CPU user time (s): 2517.09
CPU system time (s): 2.97346
CPU usage (%): 105.986
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 4964248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.09
system time used= 2.97346
maximum resident set size= 4964972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62581
involuntary context switches= 5117


# summary of solver processes directly reported to runsolver:
#   pid: 27465
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.09
#   total CPU system time (s): 2.97346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5612 second user time and 21.0079 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 12:24:58
IDJOB=4298685
IDBENCH=141220
IDSOLVER=2763
FILE ID=node149/4298685-1532773498
RUNJOBID= node149-1532741282-23861
PBS_JOBID= 21022453
Free space on /tmp= 43256 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel3_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298685-1532773498/watcher-4298685-1532773498 -o /tmp/evaluation-result-4298685-1532773498/solver-4298685-1532773498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23861 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298685-1532773498.xml

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

MD5SUM BENCH= 2a16ad2ecbd4987722397e2a286d7eb3
RANDOM SEED=1825631818

node149.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.60
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.60
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.60
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.60
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:        27298928 kB
MemAvailable:   31713320 kB
Buffers:          128848 kB
Cached:          4504924 kB
SwapCached:           60 kB
Active:          1756336 kB
Inactive:        3146380 kB
Active(anon):     218824 kB
Inactive(anon):    78008 kB
Active(file):    1537512 kB
Inactive(file):  3068372 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        276840 kB
Mapped:            46840 kB
Shmem:             25040 kB
Slab:             265496 kB
SReclaimable:     236968 kB
SUnreclaim:        28528 kB
KernelStack:        3568 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1150628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 43256 MiB
End job on node149 at 2018-07-28 13:04:36