Trace number 4300500

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
GG's minicp 2018-04-29? (TO) 2520.1 2506.13

General information on the benchmark

NameEternity/
Eternity-10-06_c18.xml
MD5SUM059f43a1252946c8053c49ce4c65015d
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 benchmark1010.43
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints93
Number of domains2
Minimum domain size11
Maximum domain size60
Distribution of domain sizes[{"size":11,"count":136},{"size":60,"count":60}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":186},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity60
Distribution of constraint arities[{"arity":1,"count":32},{"arity":5,"count":60},{"arity":60,"count":1}]
Number of extensional constraints60
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":60},{"type":"intension","count":32},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.08/2506.11	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300500-1532879066/watcher-4300500-1532879066 -o /tmp/evaluation-result-4300500-1532879066/solver-4300500-1532879066 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532846543-2788 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300500-1532879066.xml 

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

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


[startup+0.100776 s]*
/proc/loadavg: 1.39 1.38 1.37 5/215 6327
/proc/meminfo: memFree=25427040/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661056 memory=27720 CPUtime=0.13 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 5277 0 0 0 11 2 0 0 20 0 15 0 105469508 10916921344 6930 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665264 6930 2865 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661056 memory=-8969863631304750272 CPUtime=0.09 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 3147 0 0 0 8 1 0 0 20 0 15 0 105469508 10916921344 6930 33554432000 4194304 4196468 140731624343056 140304221093232 140304216891994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 6930 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 6930 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469510 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105469511 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105469511 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) R 6309 6312 2756 0 -1 4202560 322 0 0 0 0 0 0 0 20 0 15 0 105469513 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303772412624 140304200306385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) S 6309 6312 2756 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 105469513 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303771368176 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0.02 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) R 6309 6312 2756 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 105469513 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303770315376 140304195854372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469514 10916921344 6930 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27720 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.39 1.38 1.37 5/215 6327
/proc/meminfo: memFree=25415060/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661056 memory=40464 CPUtime=0.35 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 8184 0 0 0 32 3 0 0 20 0 15 0 105469508 10916921344 10116 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665264 10116 3007 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 5116 0 0 0 18 2 0 0 20 0 15 0 105469508 10916921344 10181 33554432000 4194304 4196468 140731624343056 140304221101584 140304200951134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 10181 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661056 memory=288370403635349120 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 10181 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469509 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469510 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105469511 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105469511 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) R 6309 6312 2756 0 -1 1077944384 602 0 0 0 3 0 0 0 20 0 15 0 105469513 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303772420976 140304216881794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) R 6309 6312 2756 0 -1 4202560 182 0 0 0 1 0 0 0 20 0 15 0 105469513 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303771368176 140304196532865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0.08 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) R 6309 6312 2756 0 -1 4202560 926 0 0 0 8 0 0 0 20 0 15 0 105469513 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303770315376 140304195811394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661056 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469514 10916921344 10181 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40464 KiB

[startup+0.312121 s]*
/proc/loadavg: 1.39 1.38 1.37 6/215 6327
/proc/meminfo: memFree=25406004/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661132 memory=51128 CPUtime=0.63 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 9329 0 0 0 60 3 0 0 20 0 15 0 105469508 10916999168 12782 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665283 12782 3071 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 5427 0 0 0 28 2 0 0 20 0 15 0 105469508 10916999168 12782 33554432000 4194304 4196468 140731624343056 140304221105808 140303849955516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 12782 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=288370403635349120 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 12782 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469510 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661132 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) R 6309 6312 2756 0 -1 4202560 867 0 0 0 8 0 0 0 20 0 15 0 105469513 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303772401880 140304200776526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661132 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) R 6309 6312 2756 0 -1 4202560 502 0 0 0 8 0 0 0 20 0 15 0 105469513 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303771355856 140304198388506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661132 memory=140027483637376 CPUtime=0.15 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) R 6309 6312 2756 0 -1 1077944384 1165 0 0 0 15 0 0 0 20 0 15 0 105469513 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303770315376 140304216881794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661132 memory=140027483637376 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469514 10916999168 12782 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 51128 KiB

[startup+0.700757 s]
/proc/loadavg: 1.39 1.38 1.37 6/215 6327
/proc/meminfo: memFree=25361700/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661132 memory=113668 CPUtime=1.89 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 14271 0 0 0 184 5 0 0 20 0 15 0 105469508 10916999168 28417 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665283 28417 3120 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661132 memory=167167240711182 CPUtime=0.68 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 5673 0 0 0 65 3 0 0 20 0 15 0 105469508 10916999168 28417 33554432000 4194304 4196468 140731624343056 140304221109424 140303851035712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=596297 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 28417 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 28417 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105469510 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661132 memory=-6079436537918267177 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661132 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) R 6309 6312 2756 0 -1 4202560 3124 0 0 0 44 0 0 0 20 0 15 0 105469513 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303772405448 140304201263344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661132 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) R 6309 6312 2756 0 -1 4202560 2125 0 0 0 43 0 0 0 20 0 15 0 105469513 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303771354200 140304196563747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661132 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) S 6309 6312 2756 0 -1 1077944384 1978 0 0 0 29 0 0 0 20 0 15 0 105469513 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303770315376 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661132 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105469514 10916999168 28417 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 113668 KiB

[startup+1.50076 s]
/proc/loadavg: 1.52 1.41 1.38 4/215 6327
/proc/meminfo: memFree=25316792/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661132 memory=195640 CPUtime=3.35 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 17607 0 0 0 328 7 0 0 20 0 15 0 105469508 10916999168 48910 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665283 48910 3138 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661132 memory=12848 CPUtime=1.47 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 5996 0 0 0 144 3 0 0 20 0 15 0 105469508 10916999168 48910 33554432000 4194304 4196468 140731624343056 140304221109952 140303851367102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 48910 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 48910 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 48910 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 105469509 10916999168 48910 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 15 0 105469510 10916999168 48910 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0

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

/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 17242 0 0 0 243282 16 0 0 20 0 15 0 105469508 10916999168 74462 33554432000 4194304 4196468 140731624343056 140304221109952 140303851636124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=295800 CPUtime=4.02 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 3802 0 0 0 368 34 0 0 20 0 15 0 105469509 10916999168 74462 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=295800 CPUtime=4 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 3724 0 0 0 368 32 0 0 20 0 15 0 105469509 10916999168 74462 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=295800 CPUtime=4.02 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 3177 0 0 0 374 28 0 0 20 0 15 0 105469509 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=297848 CPUtime=4 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 4907 0 0 0 369 31 0 0 20 0 15 0 105469509 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=297848 CPUtime=3.92 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 5890 0 0 0 368 24 0 0 20 0 15 0 105469510 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661132 memory=297848 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661132 memory=297848 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661132 memory=297848 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661132 memory=295800 CPUtime=0.9 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) S 6309 6312 2756 0 -1 1077944384 4781 0 0 0 89 1 0 0 20 0 15 0 105469513 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303772420976 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661132 memory=8112282956445269571 CPUtime=0.92 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) S 6309 6312 2756 0 -1 1077944384 4272 0 0 0 91 1 0 0 20 0 15 0 105469513 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303771368176 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661132 memory=8112282956445269571 CPUtime=0.34 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) S 6309 6312 2756 0 -1 1077944384 3074 0 0 0 33 1 0 0 20 0 15 0 105469513 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303770315376 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661132 memory=4140 CPUtime=0.69 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 848 0 0 0 33 36 0 0 20 0 15 0 105469514 10916999168 74462 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 2455.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 297848 KiB

[startup+2502.3 s]
/proc/loadavg: 0.69 0.68 0.72 2/194 6475
/proc/meminfo: memFree=25367336/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661132 memory=299896 CPUtime=2516.25 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 54141 0 0 0 251461 164 0 0 20 0 15 0 105469508 10916999168 74974 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665283 74974 3153 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661132 memory=299896 CPUtime=2492.72 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 17542 0 0 0 249256 16 0 0 20 0 15 0 105469508 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304221109952 140303849037615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.15 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 4052 0 0 0 381 34 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=297848 CPUtime=4.12 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 3827 0 0 0 379 33 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.15 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 3317 0 0 0 386 29 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=4140 CPUtime=4.13 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 4935 0 0 0 381 32 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.02 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 6059 0 0 0 377 25 0 0 20 0 15 0 105469510 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661132 memory=30260 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661132 memory=299896 CPUtime=0.9 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) S 6309 6312 2756 0 -1 1077944384 4783 0 0 0 89 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303772420976 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661132 memory=1296 CPUtime=0.92 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) S 6309 6312 2756 0 -1 1077944384 4274 0 0 0 91 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303771368176 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661132 memory=299896 CPUtime=0.34 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) S 6309 6312 2756 0 -1 1077944384 3076 0 0 0 33 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303770315376 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661132 memory=30260 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661132 memory=297848 CPUtime=0.7 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 865 0 0 0 34 36 0 0 20 0 15 0 105469514 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 2516.25 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 299896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.11 s]
/proc/loadavg: 0.69 0.68 0.72 2/194 6475
/proc/meminfo: memFree=25367336/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661132 memory=299896 CPUtime=2520.08 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 54155 0 0 0 251844 164 0 0 20 0 15 0 105469508 10916999168 74974 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665283 74974 3153 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661132 memory=299896 CPUtime=2496.52 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 17552 0 0 0 249636 16 0 0 20 0 15 0 105469508 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304221109952 140303851638351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.15 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 4052 0 0 0 381 34 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=297848 CPUtime=4.13 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 3827 0 0 0 380 33 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.15 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 3317 0 0 0 386 29 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.14 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 4935 0 0 0 382 32 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=792 CPUtime=4.03 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 6061 0 0 0 378 25 0 0 20 0 15 0 105469510 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661132 memory=5668 CPUtime=0.9 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) S 6309 6312 2756 0 -1 1077944384 4783 0 0 0 89 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303772420976 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661132 memory=299896 CPUtime=0.92 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) S 6309 6312 2756 0 -1 1077944384 4274 0 0 0 91 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303771368176 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661132 memory=3848 CPUtime=0.34 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) S 6309 6312 2756 0 -1 1077944384 3076 0 0 0 33 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303770315376 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661132 memory=4140 CPUtime=0.71 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 867 0 0 0 35 36 0 0 20 0 15 0 105469514 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 299896 KiB

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

[startup+2506.13 s]
# the end of solver process 6312 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.45 s, system=1.65034 s

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

[startup+2506.11 s]
/proc/loadavg: 0.69 0.68 0.72 2/194 6475
/proc/meminfo: memFree=25367336/32770624 swapFree=67108688/67108860
[pid=6312] ppid=6309 vsize=10661132 memory=299896 CPUtime=2520.08 cores=1,3,5,7
/proc/6312/stat : 6312 (java) S 6309 6312 2756 0 -1 1077944320 54155 0 0 0 251844 164 0 0 20 0 15 0 105469508 10916999168 74974 33554432000 4194304 4196468 140731624343056 140731624325600 140304216870647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
/proc/6312/statm: 2665283 74974 3153 1 0 2627263 0
[pid=6312/tid=6314] ppid=6309 vsize=10661132 memory=299896 CPUtime=2496.52 cores=1,3,5,7
/proc/6312/task/6314/stat : 6314 (java) R 6309 6312 2756 0 -1 4202560 17552 0 0 0 249636 16 0 0 20 0 15 0 105469508 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304221109952 140303851638351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6315] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.15 cores=1,3,5,7
/proc/6312/task/6315/stat : 6315 (java) S 6309 6312 2756 0 -1 1077944384 4052 0 0 0 381 34 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304169491600 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6316] ppid=6309 vsize=10661132 memory=297848 CPUtime=4.13 cores=1,3,5,7
/proc/6312/task/6316/stat : 6316 (java) S 6309 6312 2756 0 -1 1077944384 3827 0 0 0 380 33 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140304168438800 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6317] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.15 cores=1,3,5,7
/proc/6312/task/6317/stat : 6317 (java) S 6309 6312 2756 0 -1 1077944384 3317 0 0 0 386 29 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303821101968 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6318] ppid=6309 vsize=10661132 memory=299896 CPUtime=4.14 cores=1,3,5,7
/proc/6312/task/6318/stat : 6318 (java) S 6309 6312 2756 0 -1 1077944384 4935 0 0 0 382 32 0 0 20 0 15 0 105469509 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303820049168 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6319] ppid=6309 vsize=10661132 memory=792 CPUtime=4.03 cores=1,3,5,7
/proc/6312/task/6319/stat : 6319 (java) S 6309 6312 2756 0 -1 1077944384 6061 0 0 0 378 25 0 0 20 0 15 0 105469510 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303776631152 140304216881794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6320] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6320/stat : 6320 (java) S 6309 6312 2756 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303775577120 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6321] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6321/stat : 6321 (java) S 6309 6312 2756 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105469511 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303774524272 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6322] ppid=6309 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6322/stat : 6322 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303773472592 140304216889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6323] ppid=6309 vsize=10661132 memory=5668 CPUtime=0.9 cores=1,3,5,7
/proc/6312/task/6323/stat : 6323 (java) S 6309 6312 2756 0 -1 1077944384 4783 0 0 0 89 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303772420976 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6324] ppid=6309 vsize=10661132 memory=299896 CPUtime=0.92 cores=1,3,5,7
/proc/6312/task/6324/stat : 6324 (java) S 6309 6312 2756 0 -1 1077944384 4274 0 0 0 91 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303771368176 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6325] ppid=6309 vsize=10661132 memory=3848 CPUtime=0.34 cores=1,3,5,7
/proc/6312/task/6325/stat : 6325 (java) S 6309 6312 2756 0 -1 1077944384 3076 0 0 0 33 1 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303770315376 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6326] ppid=6309 vsize=10661132 memory=299896 CPUtime=0 cores=1,3,5,7
/proc/6312/task/6326/stat : 6326 (java) S 6309 6312 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105469513 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303769262816 140304216880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
[pid=6312/tid=6327] ppid=6309 vsize=10661132 memory=4140 CPUtime=0.71 cores=1,3,5,7
/proc/6312/task/6327/stat : 6327 (java) S 6309 6312 2756 0 -1 1077944384 867 0 0 0 35 36 0 0 20 0 15 0 105469514 10916999168 74974 33554432000 4194304 4196468 140731624343056 140303768210096 140304216881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14802944 140731624350837 140731624350985 140731624350985 140731624353743 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 299896 KiB

Child status: 143
Real time (s): 2506.13
CPU time (s): 2520.1
CPU user time (s): 2518.45
CPU system time (s): 1.65034
CPU usage (%): 100.557
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 299896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.45
system time used= 1.65034
maximum resident set size= 300428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164763
involuntary context switches= 4080


# summary of solver processes directly reported to runsolver:
#   pid: 6312
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.45
#   total CPU system time (s): 1.65034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1906 second user time and 22.5834 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 17:44:26
IDJOB=4300500
IDBENCH=141652
IDSOLVER=2762
FILE ID=node106/4300500-1532879066
RUNJOBID= node106-1532846543-2788
PBS_JOBID= 21022506
Free space on /tmp= 54724 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Eternity/Eternity-10-06_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300500-1532879066/watcher-4300500-1532879066 -o /tmp/evaluation-result-4300500-1532879066/solver-4300500-1532879066 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532846543-2788 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300500-1532879066.xml

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

MD5SUM BENCH= 059f43a1252946c8053c49ce4c65015d
RANDOM SEED=2095090581

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25443336 kB
MemAvailable:   31720008 kB
Buffers:          242964 kB
Cached:          6267288 kB
SwapCached:            0 kB
Active:          2558076 kB
Inactive:        4219276 kB
Active(anon):     214548 kB
Inactive(anon):    80476 kB
Active(file):    2343528 kB
Inactive(file):  4138800 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:        273896 kB
Mapped:            56208 kB
Shmem:             25056 kB
Slab:             247824 kB
SReclaimable:     220356 kB
SUnreclaim:        27468 kB
KernelStack:        3504 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54724 MiB
End job on node106 at 2018-07-29 18:26:13