Trace number 4291297

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02SAT 5.54607 2.63218

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.12551
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 422100373
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.19/0.85	c Parsing done, starting search...
5.45/2.21	s SATISFIABLE
5.45/2.21	v <instantiation>
5.45/2.21	v 	<list>
5.45/2.21	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]
5.45/2.21	v 	</list>
5.45/2.21	v 	<values>
5.45/2.21	v 		16 0 11 15 10 13 3 1 16 5 1 11 15 4 3 7 9 10 12 2 6 13 8 14 
5.45/2.21	v 	</values>
5.45/2.21	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9110 MiB free)
  memory of node 1: 16384 MiB (11167 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291297-1532636459/watcher-4291297-1532636459 -o /tmp/evaluation-result-4291297-1532636459/solver-4291297-1532636459 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532633895-8968 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 422100373 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291297-1532636459.xml 

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

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

solver pid=9267, runsolver pid=9264

[startup+0.108923 s]*
/proc/loadavg: 6.00 6.01 6.14 2/203 9287
/proc/meminfo: memFree=20745456/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=26103424 memory=32508 CPUtime=0.13 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 7539 0 0 0 11 2 0 0 20 0 20 0 81209100 26729906176 8127 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6525856 8127 3170 1 0 6487932 0
[pid=9267/tid=9269] ppid=9264 vsize=26103424 memory=4134692831991783777 CPUtime=0.1 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) R 9264 9267 8941 0 -1 4202560 5596 0 0 0 9 1 0 0 20 0 20 0 81209100 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660822876144 139660818670749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=26103424 memory=140371100530304 CPUtime=0 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 8193 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9278] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9278/stat : 9278 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 8193 33554432000 4194304 4196468 140722649659632 139659091802608 139660818659970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9279] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9279/stat : 9279 (java) S 9264 9267 8941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 8193 33554432000 4194304 4196468 140722649659632 139659090748832 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9280] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9280/stat : 9280 (java) S 9264 9267 8941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659089696240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9281] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9281/stat : 9281 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659088644816 139660818667419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9282] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) R 9264 9267 8941 0 -1 4202560 397 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659087591408 139660796589088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659086538864 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659085486320 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) R 9264 9267 8941 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659084433776 139660818670170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9287] ppid=9264 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9267/task/9287/stat : 9287 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 8259 33554432000 4194304 4196468 140722649659632 139659082329008 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 32508 KiB

[startup+0.210653 s]*
/proc/loadavg: 6.00 6.01 6.14 4/203 9287
/proc/meminfo: memFree=20734976/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=26103424 memory=42900 CPUtime=0.3 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 10477 0 0 0 27 3 0 0 20 0 20 0 81209100 26729906176 10725 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6525856 10725 3290 1 0 6487932 0
[pid=9267/tid=9269] ppid=9264 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) R 9264 9267 8941 0 -1 4202560 8242 0 0 0 18 1 0 0 20 0 20 0 81209100 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660822877536 139660818670749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=26103424 memory=13976 CPUtime=0 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=26103424 memory=140371100539712 CPUtime=0 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 10725 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9278] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9278/stat : 9278 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659091802608 139660818659970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9279] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9279/stat : 9279 (java) S 9264 9267 8941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659090748832 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9280] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9280/stat : 9280 (java) S 9264 9267 8941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659089696240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9281] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9281/stat : 9281 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659088644816 139660818667419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9282] ppid=9264 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) S 9264 9267 8941 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659087591408 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) S 9264 9267 8941 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659086538864 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) S 9264 9267 8941 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659085486320 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) S 9264 9267 8941 0 -1 1077944384 296 0 0 0 6 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659084433776 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9287] ppid=9264 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9267/task/9287/stat : 9287 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 10725 33554432000 4194304 4196468 140722649659632 139659082329008 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42900 KiB

[startup+0.310763 s]*
/proc/loadavg: 6.00 6.01 6.14 3/203 9287
/proc/meminfo: memFree=20731308/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=26103424 memory=46452 CPUtime=0.43 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 10868 0 0 0 40 3 0 0 20 0 20 0 81209100 26729906176 11613 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6525856 11613 3330 1 0 6487932 0
[pid=9267/tid=9269] ppid=9264 vsize=26103424 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) R 9264 9267 8941 0 -1 4202560 8571 0 0 0 28 2 0 0 20 0 20 0 81209100 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660822810560 139660802729310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=26103424 memory=140370939835311 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=26103424 memory=140370939837616 CPUtime=0 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=26103424 memory=140370939839920 CPUtime=0 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26729906176 11613 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9278] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9278/stat : 9278 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659091802608 139660818659970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9279] ppid=9264 vsize=26103424 memory=280741879686800 CPUtime=0 cores=0-7
/proc/9267/task/9279/stat : 9279 (java) S 9264 9267 8941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659090748832 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9280] ppid=9264 vsize=26103424 memory=280741879693712 CPUtime=0 cores=0-7
/proc/9267/task/9280/stat : 9280 (java) S 9264 9267 8941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81209103 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659089696240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9281] ppid=9264 vsize=26103424 memory=280741879634992 CPUtime=0 cores=0-7
/proc/9267/task/9281/stat : 9281 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659088644816 139660818667419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9282] ppid=9264 vsize=26103424 memory=280741879707536 CPUtime=0.01 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) S 9264 9267 8941 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659087591408 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=26103424 memory=280741879714448 CPUtime=0.01 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) S 9264 9267 8941 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659086538864 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=26103424 memory=280741879712144 CPUtime=0.01 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) S 9264 9267 8941 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659085486320 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=26103424 memory=280741879728752 CPUtime=0.07 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) S 9264 9267 8941 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659084433776 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9287] ppid=9264 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9267/task/9287/stat : 9287 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26729906176 11613 33554432000 4194304 4196468 140722649659632 139659082329008 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46452 KiB

[startup+0.700909 s]
/proc/loadavg: 6.00 6.01 6.14 2/203 9287
/proc/meminfo: memFree=20707000/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=26105492 memory=85836 CPUtime=1 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 17846 0 0 0 95 5 0 0 20 0 20 0 81209100 26732023808 21459 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6526373 21459 3501 1 0 6488444 0
[pid=9267/tid=9269] ppid=9264 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) R 9264 9267 8941 0 -1 4202560 15052 0 0 0 64 3 0 0 20 0 20 0 81209100 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660822868224 139660818670749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=26105492 memory=1704 CPUtime=0 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=26105492 memory=1952 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=26105492 memory=10592 CPUtime=0 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26732023808 21459 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9278] ppid=9264 vsize=26105492 memory=18476 CPUtime=0 cores=0-7
/proc/9267/task/9278/stat : 9278 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209103 26732023808 21459 33554432000 4194304 4196468 140722649659632 139659091802608 139660818659970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0

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

[pid=9267/tid=9282] ppid=9264 vsize=26111636 memory=10592 CPUtime=0.29 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) R 9264 9267 8941 0 -1 4202560 1608 0 0 0 28 1 0 0 20 0 20 0 81209106 26738315264 38580 33554432000 4194304 4196468 140722649659632 139659087591408 139660818670170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=26111636 memory=15872 CPUtime=0.36 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) R 9264 9267 8941 0 -1 4202560 1298 0 0 0 36 0 0 0 20 0 20 0 81209106 26738315264 38580 33554432000 4194304 4196468 140722649659632 139659086524304 139660798304496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=26111636 memory=18476 CPUtime=0.35 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) R 9264 9267 8941 0 -1 4202560 1158 0 0 0 35 0 0 0 20 0 20 0 81209106 26738315264 38580 33554432000 4194304 4196468 140722649659632 139659085486320 139660802056713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=26111636 memory=1236 CPUtime=0.53 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) R 9264 9267 8941 0 -1 4202560 4024 0 0 0 52 1 0 0 20 0 20 0 81209106 26738315264 38580 33554432000 4194304 4196468 140722649659632 139659084433776 139660811753481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26738315264 38580 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9287] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9287/stat : 9287 (java) S 9264 9267 8941 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 81209106 26738315264 38580 33554432000 4194304 4196468 140722649659632 139659082329008 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 154320 KiB

[startup+2.63213 s]
# the end of solver process 9267 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.36831 s, system=0.177758 s

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

[startup+1.60107 s]
/proc/loadavg: 6.00 6.01 6.14 3/203 9287
/proc/meminfo: memFree=20671772/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=26111636 memory=181832 CPUtime=3.47 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 30655 0 0 0 337 10 0 0 20 0 20 0 81209100 26738315264 45458 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6527909 45458 3548 1 0 6489980 0
[pid=9267/tid=9269] ppid=9264 vsize=26111636 memory=0 CPUtime=1.56 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) R 9264 9267 8941 0 -1 4202560 20410 0 0 0 151 5 0 0 20 0 20 0 81209100 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660822883424 139660802729310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=26111636 memory=4096 CPUtime=0 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=26111636 memory=140370940048832 CPUtime=0 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209101 26738315264 45458 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9278] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9278/stat : 9278 (java) S 9264 9267 8941 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 81209103 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659091802608 139660818659970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9279] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9279/stat : 9279 (java) S 9264 9267 8941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81209103 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659090748832 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9280] ppid=9264 vsize=26111636 memory=12425340389697 CPUtime=0 cores=0-7
/proc/9267/task/9280/stat : 9280 (java) S 9264 9267 8941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81209103 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659089696240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9281] ppid=9264 vsize=26111636 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/9267/task/9281/stat : 9281 (java) S 9264 9267 8941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659088644816 139660818667419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9282] ppid=9264 vsize=26111636 memory=14689686639610196 CPUtime=0.39 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) R 9264 9267 8941 0 -1 4202560 1815 0 0 0 38 1 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659087582736 139660818670170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=26111636 memory=0 CPUtime=0.46 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) R 9264 9267 8941 0 -1 4202560 1547 0 0 0 46 0 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659086524816 139660802143305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=26111636 memory=0 CPUtime=0.45 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) R 9264 9267 8941 0 -1 4202560 1363 0 0 0 45 0 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659085470560 139660818670170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=26111636 memory=0 CPUtime=0.56 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) R 9264 9267 8941 0 -1 4202560 4085 0 0 0 55 1 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659084431568 139660818660758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9287] ppid=9264 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9287/stat : 9287 (java) S 9264 9267 8941 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 81209106 26738315264 45458 33554432000 4194304 4196468 140722649659632 139659082329008 139660818659970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 181832 KiB

[startup+2.40086 s]
/proc/loadavg: 5.92 6.00 6.14 3/208 9292
/proc/meminfo: memFree=20540328/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=27650836 memory=247608 CPUtime=5.53 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 37597 0 0 0 536 17 0 0 20 0 18 0 81209100 28314456064 61902 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6912709 61902 3598 1 0 6874259 0
[pid=9267/tid=9269] ppid=9264 vsize=27650836 memory=0 CPUtime=1.96 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) D 9264 9267 8941 0 -1 4202560 22225 0 0 0 190 6 0 0 20 0 18 0 81209100 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660822891832 139660811334455 0 0 0 16800975 18446744072100277381 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=27650836 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=27650836 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=27650836 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=27650836 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=27650836 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=27650836 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=27650836 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=27650836 memory=0 CPUtime=0.01 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9279] ppid=9264 vsize=27650836 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9279/stat : 9279 (java) S 9264 9267 8941 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 81209103 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659090748896 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9280] ppid=9264 vsize=27650836 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/9267/task/9280/stat : 9280 (java) S 9264 9267 8941 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 81209103 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659089696256 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9281] ppid=9264 vsize=27650836 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9281/stat : 9281 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659088644464 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9282] ppid=9264 vsize=27650836 memory=7379827850261915757 CPUtime=0.55 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) S 9264 9267 8941 0 -1 1077944384 2095 0 0 0 54 1 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659087570848 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=27650836 memory=139044 CPUtime=0.65 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) S 9264 9267 8941 0 -1 1077944384 2174 0 0 0 65 0 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659086525584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=27650836 memory=280741879874256 CPUtime=0.69 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) S 9264 9267 8941 0 -1 1077944384 1476 0 0 0 68 1 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659085470832 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=27650836 memory=6656426216303648864 CPUtime=0.82 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) S 9264 9267 8941 0 -1 1077944384 5239 0 0 0 81 1 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659084429152 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=27650836 memory=280741879845568 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 27650836 KiB
Current children cumulated memory: 247608 KiB

[startup+2.60087 s]
/proc/loadavg: 5.92 6.00 6.14 3/208 9292
/proc/meminfo: memFree=20540328/32770624 swapFree=67108860/67108860
[pid=9267] ppid=9264 vsize=27650836 memory=247608 CPUtime=5.53 cores=0-7
/proc/9267/stat : 9267 (java) S 9264 9267 8941 0 -1 1077944320 37597 0 0 0 536 17 0 0 20 0 18 0 81209100 28314456064 61902 33554432000 4194304 4196468 140722649659632 140722649642176 139660818648823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
/proc/9267/statm: 6912709 61902 3598 1 0 6874259 0
[pid=9267/tid=9269] ppid=9264 vsize=27650836 memory=7379827850195134827 CPUtime=1.96 cores=0-7
/proc/9267/task/9269/stat : 9269 (java) D 9264 9267 8941 0 -1 4202560 22225 0 0 0 190 6 0 0 20 0 18 0 81209100 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660822891832 139660811334455 0 0 0 16800975 18446744072100277381 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9270] ppid=9264 vsize=27650836 memory=7379827850195134827 CPUtime=0.01 cores=0-7
/proc/9267/task/9270/stat : 9270 (java) S 9264 9267 8941 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660741229328 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9271] ppid=9264 vsize=27650836 memory=7668034131580250979 CPUtime=0.01 cores=0-7
/proc/9267/task/9271/stat : 9271 (java) S 9264 9267 8941 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660740176784 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9272] ppid=9264 vsize=27650836 memory=7668034131580250979 CPUtime=0.01 cores=0-7
/proc/9267/task/9272/stat : 9272 (java) S 9264 9267 8941 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660739124240 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9273] ppid=9264 vsize=27650836 memory=5776268546771007040 CPUtime=0 cores=0-7
/proc/9267/task/9273/stat : 9273 (java) S 9264 9267 8941 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660738071696 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9274] ppid=9264 vsize=27650836 memory=8110268427993965958 CPUtime=0.01 cores=0-7
/proc/9267/task/9274/stat : 9274 (java) S 9264 9267 8941 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660737018128 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9275] ppid=9264 vsize=27650836 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9267/task/9275/stat : 9275 (java) S 9264 9267 8941 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660735965584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9276] ppid=9264 vsize=27650836 memory=371 CPUtime=0.01 cores=0-7
/proc/9267/task/9276/stat : 9276 (java) S 9264 9267 8941 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660734913040 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9277] ppid=9264 vsize=27650836 memory=280741879823968 CPUtime=0.01 cores=0-7
/proc/9267/task/9277/stat : 9277 (java) S 9264 9267 8941 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 18 0 81209101 28314456064 61902 33554432000 4194304 4196468 140722649659632 139660733860496 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9279] ppid=9264 vsize=27650836 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/9267/task/9279/stat : 9279 (java) S 9264 9267 8941 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 81209103 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659090748896 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9280] ppid=9264 vsize=27650836 memory=0 CPUtime=0 cores=0-7
/proc/9267/task/9280/stat : 9280 (java) S 9264 9267 8941 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 81209103 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659089696256 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9281] ppid=9264 vsize=27650836 memory=280741879753120 CPUtime=0 cores=0-7
/proc/9267/task/9281/stat : 9281 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659088644464 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9282] ppid=9264 vsize=27650836 memory=140370939899812 CPUtime=0.55 cores=0-7
/proc/9267/task/9282/stat : 9282 (java) S 9264 9267 8941 0 -1 1077944384 2095 0 0 0 54 1 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659087570848 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9283] ppid=9264 vsize=27650836 memory=238 CPUtime=0.65 cores=0-7
/proc/9267/task/9283/stat : 9283 (java) S 9264 9267 8941 0 -1 1077944384 2174 0 0 0 65 0 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659086525584 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9284] ppid=9264 vsize=27650836 memory=71 CPUtime=0.69 cores=0-7
/proc/9267/task/9284/stat : 9284 (java) S 9264 9267 8941 0 -1 1077944384 1476 0 0 0 68 1 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659085470832 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9285] ppid=9264 vsize=27650836 memory=280741879667616 CPUtime=0.82 cores=0-7
/proc/9267/task/9285/stat : 9285 (java) S 9264 9267 8941 0 -1 1077944384 5239 0 0 0 81 1 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659084429152 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
[pid=9267/tid=9286] ppid=9264 vsize=27650836 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/9267/task/9286/stat : 9286 (java) S 9264 9267 8941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 81209106 28314456064 61902 33554432000 4194304 4196468 140722649659632 139659083381472 139660818659029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140722649666638 140722649666821 140722649666821 140722649669583 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 27650836 KiB
Current children cumulated memory: 247608 KiB

Child status: 0
Real time (s): 2.63218
CPU time (s): 5.54607
CPU user time (s): 5.36831
CPU system time (s): 0.177758
CPU usage (%): 210.703
Max. virtual memory (cumulated for all children) (KiB): 27650836
Max. memory (cumulated for all children) (KiB): 247608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.36831
system time used= 0.177758
maximum resident set size= 248320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5209
involuntary context switches= 104


# summary of solver processes directly reported to runsolver:
#   pid: 9267
#   total CPU time (s): 5.54607
#   total CPU user time (s): 5.36831
#   total CPU system time (s): 0.177758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030331 second user time and 0.079872 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-26 22:20:59
IDJOB=4291297
IDBENCH=141165
IDSOLVER=2745
FILE ID=node134/4291297-1532636459
RUNJOBID= node134-1532633895-8968
PBS_JOBID= 21022182
Free space on /tmp= 55560 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291297-1532636459/watcher-4291297-1532636459 -o /tmp/evaluation-result-4291297-1532636459/solver-4291297-1532636459 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532633895-8968 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 422100373 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291297-1532636459.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=422100373

node134.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.68
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.68
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.68
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.68
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:        20764936 kB
MemAvailable:   31953504 kB
Buffers:          229588 kB
Cached:         11218580 kB
SwapCached:            0 kB
Active:          2224760 kB
Inactive:        9277204 kB
Active(anon):       5352 kB
Inactive(anon):    76424 kB
Active(file):    2219408 kB
Inactive(file):  9200780 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:         61400 kB
Mapped:            41148 kB
Shmem:             25248 kB
Slab:             196104 kB
SReclaimable:     168432 kB
SUnreclaim:        27672 kB
KernelStack:        3248 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55528 MiB
End job on node134 at 2018-07-26 22:21:02