Trace number 4308397

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-08-14? (TO) 2527.14 754.865

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 994307595
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308397-1534280636/watcher-4308397-1534280636 -o /tmp/evaluation-result-4308397-1534280636/solver-4308397-1534280636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534270673-20077 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 994307595 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308397-1534280636.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 1.54 1.67 1.73 3/217 21299
/proc/meminfo: memFree=24093936/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14082736 memory=33856 CPUtime=0.12 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 6892 0 0 0 11 1 0 0 20 0 15 0 245626830 14420721664 8464 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3520684 8464 3137 1 0 3482761 0
[pid=21284/tid=21286] ppid=21281 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) R 21281 21284 18471 0 -1 4202560 5022 0 0 0 8 1 0 0 20 0 15 0 245626830 14420721664 8530 33554432000 4194304 4196468 140725494392800 139956301687928 139956277746180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14082736 memory=5793855840628103609 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 8530 33554432000 4194304 4196468 140725494392800 139956212546192 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 8530 33554432000 4194304 4196468 140725494392800 139956211493392 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 8530 33554432000 4194304 4196468 140725494392800 139956210440592 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) S 21281 21284 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 8530 33554432000 4194304 4196468 140725494392800 139956209387792 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245626832 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955772300144 139956297489026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245626833 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955771246112 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245626833 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955770193264 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626835 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955769141584 139956297496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) S 21281 21284 18471 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 245626835 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955768088944 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626835 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0.01 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) S 21281 21284 18471 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 15 0 245626835 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955765983344 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626836 14420721664 8530 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33856 KiB

[startup+0.210385 s]*
/proc/loadavg: 1.54 1.67 1.73 4/217 21299
/proc/meminfo: memFree=24078880/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14082736 memory=47508 CPUtime=0.3 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 9989 0 0 0 29 1 0 0 20 0 15 0 245626830 14420721664 11877 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3520684 11877 3361 1 0 3482761 0
[pid=21284/tid=21286] ppid=21281 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) R 21281 21284 18471 0 -1 4202560 7725 0 0 0 19 1 0 0 20 0 15 0 245626830 14420721664 11877 33554432000 4194304 4196468 140725494392800 139956301697712 139956281521509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14082736 memory=4211974315823000970 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 11877 33554432000 4194304 4196468 140725494392800 139956212546192 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 11877 33554432000 4194304 4196468 140725494392800 139956211493392 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 11877 33554432000 4194304 4196468 140725494392800 139956210440592 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) S 21281 21284 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 11877 33554432000 4194304 4196468 140725494392800 139956209387792 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245626832 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955772300144 139956297489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245626833 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955771246112 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245626833 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955770193264 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626835 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955769141584 139956297496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) R 21281 21284 18471 0 -1 4202560 411 0 0 0 2 0 0 0 20 0 15 0 245626835 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955768079328 139956289715006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) R 21281 21284 18471 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 15 0 245626835 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0.06 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) R 21281 21284 18471 0 -1 4202560 276 0 0 0 6 0 0 0 20 0 15 0 245626835 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955765980280 139956297499226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626836 14420721664 11877 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47508 KiB

[startup+0.310516 s]*
/proc/loadavg: 1.54 1.67 1.73 3/217 21299
/proc/meminfo: memFree=24074988/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14082736 memory=51256 CPUtime=0.44 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 10365 0 0 0 42 2 0 0 20 0 15 0 245626830 14420721664 12814 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3520684 12814 3411 1 0 3482761 0
[pid=21284/tid=21286] ppid=21281 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) R 21281 21284 18471 0 -1 4202560 8077 0 0 0 29 1 0 0 20 0 15 0 245626830 14420721664 12814 33554432000 4194304 4196468 140725494392800 139956301639616 139956282643518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14082736 memory=4211974315823000970 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 12814 33554432000 4194304 4196468 140725494392800 139956212546192 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14082736 memory=140589618212796 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 12814 33554432000 4194304 4196468 140725494392800 139956211493392 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14082736 memory=140589513437751 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 12814 33554432000 4194304 4196468 140725494392800 139956210440592 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14082736 memory=140589513428431 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) S 21281 21284 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245626831 14420721664 12814 33554432000 4194304 4196468 140725494392800 139956209387792 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14082736 memory=140589618228930 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245626832 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955772300144 139956297489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14082736 memory=140589513437615 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245626833 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955771246112 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14082736 memory=281179026866064 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245626833 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955770193264 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14082736 memory=281179026863760 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626835 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955769141584 139956297496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) S 21281 21284 18471 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 15 0 245626835 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955768088944 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 245626835 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) S 21281 21284 18471 0 -1 1077944384 284 0 0 0 8 0 0 0 20 0 15 0 245626835 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955765983344 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14082736 memory=140589618210432 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626836 14420721664 12814 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51256 KiB

[startup+0.700693 s]
/proc/loadavg: 1.54 1.67 1.73 3/217 21299
/proc/meminfo: memFree=24052960/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14084804 memory=88664 CPUtime=1 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 17050 0 0 0 96 4 0 0 20 0 15 0 245626830 14422839296 22166 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3521201 22166 3498 1 0 3483273 0
[pid=21284/tid=21286] ppid=21281 vsize=14084804 memory=796 CPUtime=0.68 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) R 21281 21284 18471 0 -1 4202560 14381 0 0 0 65 3 0 0 20 0 15 0 245626830 14422839296 22166 33554432000 4194304 4196468 140725494392800 139956301681040 139956281558366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14084804 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14422839296 22166 33554432000 4194304 4196468 140725494392800 139956212546192 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14084804 memory=3780 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14422839296 22166 33554432000 4194304 4196468 140725494392800 139956211493392 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14084804 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626831 14422839296 22166 33554432000 4194304 4196468 140725494392800 139956210440592 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14084804 memory=8099279071866868837 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) S 21281 21284 18471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245626831 14422839296 22166 33554432000 4194304 4196468 140725494392800 139956209387792 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14084804 memory=4641330296368681040 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245626832 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955772300144 139956297489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245626833 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955771246112 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245626833 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955770193264 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626835 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955769141584 139956297496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14084804 memory=571 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) R 21281 21284 18471 0 -1 1077944384 573 0 0 0 9 0 0 0 20 0 15 0 245626835 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955768088944 139956297489026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14084804 memory=7 CPUtime=0.06 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 360 0 0 0 6 0 0 0 20 0 15 0 245626835 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14084804 memory=703 CPUtime=0.15 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) R 21281 21284 18471 0 -1 4202560 359 0 0 0 15 0 0 0 20 0 15 0 245626835 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955765983344 139956281558366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14084804 memory=281179027049968 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245626836 14422839296 22166 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88664 KiB

[startup+1.50131 s]
/proc/loadavg: 1.54 1.67 1.73 7/217 21299
/proc/meminfo: memFree=23849348/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14086852 memory=321900 CPUtime=3.2 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 19359 0 0 0 302 18 0 0 20 0 15 0 245626830 14424936448 80475 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3521713 80475 3556 1 0 3483785 0
[pid=21284/tid=21286] ppid=21281 vsize=14086852 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) R 21281 21284 18471 0 -1 4202560 14814 0 0 0 132 4 0 0 20 0 15 0 245626830 14424936448 80475 33554432000 4194304 4196468 140725494392800 139956301710664 139955892344929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14086852 memory=-2746958450906831424 CPUtime=0.1 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) S 21281 21284 18471 0 -1 1077944384 66 0 0 0 7 3 0 0 20 0 15 0 245626831 14424936448 80475 33554432000 4194304 4196468 140725494392800 139956212546192 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14086852 memory=-3472574513799858009 CPUtime=0.1 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) S 21281 21284 18471 0 -1 1077944384 66 0 0 0 7 3 0 0 20 0 15 0 245626831 14424936448 80475 33554432000 4194304 4196468 140725494392800 139956211493392 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14086852 memory=4948217534977186688 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) S 21281 21284 18471 0 -1 1077944384 55 0 0 0 7 2 0 0 20 0 15 0 245626831 14424936448 80475 33554432000 4194304 4196468 140725494392800 139956210440592 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14086852 memory=-3472574513799858003 CPUtime=0.1 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) S 21281 21284 18471 0 -1 1077944384 64 0 0 0 7 3 0 0 20 0 15 0 245626831 14424936448 80475 33554432000 4194304 4196468 140725494392800 139956209387792 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14086852 memory=-6305716096265053312 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 245626832 14424936448 80475 33554432000 4194304 4196468 140725494392800 139955772300144 139956297489026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0

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

/proc/21284/statm: 3522737 2929577 3606 1 0 3484809 0
[pid=21284/tid=21286] ppid=21281 vsize=14090948 memory=6791534058613427641 CPUtime=39.66 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) S 21281 21284 18471 0 -1 1077944384 32518 0 0 0 3915 51 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956301716256 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14090948 memory=496 CPUtime=587.86 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) S 21281 21284 18471 0 -1 1077944384 49282 0 0 0 58515 271 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956212546192 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14090948 memory=1600 CPUtime=588.03 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) S 21281 21284 18471 0 -1 1077944384 59265 0 0 0 58519 284 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956211493392 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14090948 memory=932 CPUtime=588.39 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) S 21281 21284 18471 0 -1 1077944384 76493 0 0 0 58561 278 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956210440592 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14090948 memory=1168 CPUtime=587.52 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) S 21281 21284 18471 0 -1 1077944384 61146 0 1 0 58465 287 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956209387792 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14090948 memory=6791534058613427641 CPUtime=120.45 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) R 21281 21284 18471 0 -1 4202560 211724 0 0 0 12024 21 0 0 20 0 15 0 245626832 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955772298688 139956275848059 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14090948 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955771246176 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14090948 memory=920 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955770193280 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14090948 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955769141584 139956297496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14090948 memory=2580 CPUtime=3.5 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) S 21281 21284 18471 0 -1 1077944384 6714 0 0 0 349 1 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955768088944 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14090948 memory=2596 CPUtime=3.18 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 8072 0 0 0 315 3 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14090948 memory=4104 CPUtime=0.82 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) S 21281 21284 18471 0 -1 1077944384 6477 0 0 0 80 2 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955765983344 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14090948 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14090948 memory=3780 CPUtime=0.66 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 530 0 0 0 35 31 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11718308 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+754.865 s]
# the end of solver process 21284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.05 s, system=12.093 s

Solver just ended.
Dumping a history of the last processes samples

[startup+753.601 s]
/proc/loadavg: 3.78 3.56 2.83 6/215 21319
/proc/meminfo: memFree=12404696/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14090948 memory=11718308 CPUtime=2522.88 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 513616 0 1 0 251084 1204 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3522737 2929577 3606 1 0 3484809 0
[pid=21284/tid=21286] ppid=21281 vsize=14090948 memory=752 CPUtime=39.66 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) S 21281 21284 18471 0 -1 1077944384 32519 0 0 0 3915 51 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956301716256 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14090948 memory=796 CPUtime=588.5 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) R 21281 21284 18471 0 -1 4202560 49282 0 0 0 58579 271 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956212546392 139956279031515 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14090948 memory=11718308 CPUtime=588.67 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) R 21281 21284 18471 0 -1 4202560 59265 0 0 0 58583 284 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956211493392 139956282175654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14090948 memory=11718308 CPUtime=589.03 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) R 21281 21284 18471 0 -1 4202560 76493 0 0 0 58625 278 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956210440480 139956279074427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14090948 memory=11718308 CPUtime=588.16 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) R 21281 21284 18471 0 -1 4202560 61146 0 1 0 58529 287 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956209387792 139956282175654 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14090948 memory=796 CPUtime=120.6 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 211724 0 0 0 12039 21 0 0 20 0 15 0 245626832 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955772298464 139956297488085 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14090948 memory=3632 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955771246176 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14090948 memory=66640 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955770193280 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14090948 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955769140656 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14090948 memory=6791534058613427641 CPUtime=3.5 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) S 21281 21284 18471 0 -1 1077944384 6715 0 0 0 349 1 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955768088704 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14090948 memory=3860 CPUtime=3.18 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 8072 0 0 0 315 3 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14090948 memory=2180 CPUtime=0.82 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) S 21281 21284 18471 0 -1 1077944384 6477 0 0 0 80 2 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955765983344 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14090948 memory=3980 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14090948 memory=880 CPUtime=0.66 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 530 0 0 0 35 31 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 2522.88 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11718308 KiB

[startup+754.409 s]
/proc/loadavg: 3.96 3.60 2.85 6/215 21319
/proc/meminfo: memFree=12395884/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14090948 memory=11718308 CPUtime=2525.68 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 513640 0 1 0 251364 1204 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3522737 2929577 3606 1 0 3484809 0
[pid=21284/tid=21286] ppid=21281 vsize=14090948 memory=2180 CPUtime=39.66 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) S 21281 21284 18471 0 -1 1077944384 32519 0 0 0 3915 51 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956301716256 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14090948 memory=3980 CPUtime=589.17 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) R 21281 21284 18471 0 -1 4202560 49282 0 0 0 58646 271 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956212546392 139956281966811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14090948 memory=6791534058613427641 CPUtime=589.33 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) R 21281 21284 18471 0 -1 4202560 59265 0 0 0 58649 284 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956211493280 139956279074337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14090948 memory=1500 CPUtime=589.69 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) R 21281 21284 18471 0 -1 4202560 76493 0 0 0 58691 278 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956210440592 139956282428484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14090948 memory=11718308 CPUtime=588.83 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) R 21281 21284 18471 0 -1 4202560 61148 0 1 0 58596 287 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956209387992 139956279074880 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14090948 memory=66640 CPUtime=120.74 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 211724 0 0 0 12053 21 0 0 20 0 15 0 245626832 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955772298464 139956297488085 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14090948 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955771246176 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14090948 memory=932 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955770193280 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14090948 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955769140336 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14090948 memory=1408 CPUtime=3.5 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) S 21281 21284 18471 0 -1 1077944384 6715 0 0 0 349 1 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955768088944 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14090948 memory=3172 CPUtime=3.18 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 8072 0 0 0 315 3 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14090948 memory=389836 CPUtime=0.82 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) S 21281 21284 18471 0 -1 1077944384 6478 0 0 0 80 2 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955765983104 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14090948 memory=3248 CPUtime=0.66 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 530 0 0 0 35 31 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 2525.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11718308 KiB

[startup+754.801 s]
/proc/loadavg: 3.96 3.60 2.85 6/215 21319
/proc/meminfo: memFree=12395884/32770624 swapFree=67108796/67108860
[pid=21284] ppid=21281 vsize=14090948 memory=11718308 CPUtime=2527.04 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 18471 0 -1 1077944320 513749 0 1 0 251500 1204 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 140725494375344 139956297477879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
/proc/21284/statm: 3522737 2929577 3606 1 0 3484809 0
[pid=21284/tid=21286] ppid=21281 vsize=14090948 memory=288230596050944315 CPUtime=39.66 cores=0,2,4,6
/proc/21284/task/21286/stat : 21286 (java) S 21281 21284 18471 0 -1 1077944384 32519 0 0 0 3915 51 0 0 20 0 15 0 245626830 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956301716256 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21287] ppid=21281 vsize=14090948 memory=13566015871133490 CPUtime=589.49 cores=0,2,4,6
/proc/21284/task/21287/stat : 21287 (java) R 21281 21284 18471 0 -1 4202560 49313 0 0 0 58678 271 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956212546392 139956279074337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21288] ppid=21281 vsize=14090948 memory=880 CPUtime=589.65 cores=0,2,4,6
/proc/21284/task/21288/stat : 21288 (java) R 21281 21284 18471 0 -1 4202560 59291 0 0 0 58681 284 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956211493392 139956282175625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21289] ppid=21281 vsize=14090948 memory=1500 CPUtime=590.02 cores=0,2,4,6
/proc/21284/task/21289/stat : 21289 (java) R 21281 21284 18471 0 -1 4202560 76521 0 0 0 58724 278 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956210440592 139956279074890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21290] ppid=21281 vsize=14090948 memory=1904 CPUtime=589.15 cores=0,2,4,6
/proc/21284/task/21290/stat : 21290 (java) R 21281 21284 18471 0 -1 4202560 61172 0 1 0 58628 287 0 0 20 0 15 0 245626831 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139956209387992 139956282175518 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21291] ppid=21281 vsize=14090948 memory=7524 CPUtime=120.81 cores=0,2,4,6
/proc/21284/task/21291/stat : 21291 (java) S 21281 21284 18471 0 -1 1077944384 211724 0 0 0 12060 21 0 0 20 0 15 0 245626832 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955772298464 139956297488085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21292] ppid=21281 vsize=14090948 memory=800 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21292/stat : 21292 (java) S 21281 21284 18471 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955771246176 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21293] ppid=21281 vsize=14090948 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21293/stat : 21293 (java) S 21281 21284 18471 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 245626833 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955770193280 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21294] ppid=21281 vsize=14090948 memory=920 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21294/stat : 21294 (java) S 21281 21284 18471 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955769140336 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21295] ppid=21281 vsize=14090948 memory=3848 CPUtime=3.5 cores=0,2,4,6
/proc/21284/task/21295/stat : 21295 (java) S 21281 21284 18471 0 -1 1077944384 6715 0 0 0 349 1 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955768088944 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21296] ppid=21281 vsize=14090948 memory=6791534058613427641 CPUtime=3.18 cores=0,2,4,6
/proc/21284/task/21296/stat : 21296 (java) S 21281 21284 18471 0 -1 1077944384 8072 0 0 0 315 3 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955767036144 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21297] ppid=21281 vsize=14090948 memory=6791534058613427641 CPUtime=0.82 cores=0,2,4,6
/proc/21284/task/21297/stat : 21297 (java) S 21281 21284 18471 0 -1 1077944384 6478 0 0 0 80 2 0 0 20 0 15 0 245626835 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955765983104 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21298] ppid=21281 vsize=14090948 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/21284/task/21298/stat : 21298 (java) S 21281 21284 18471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955764930784 139956297488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
[pid=21284/tid=21299] ppid=21281 vsize=14090948 memory=880 CPUtime=0.66 cores=0,2,4,6
/proc/21284/task/21299/stat : 21299 (java) S 21281 21284 18471 0 -1 1077944384 530 0 0 0 35 31 0 0 20 0 15 0 245626836 14429130752 2929577 33554432000 4194304 4196468 140725494392800 139955763879088 139956297489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26796032 140725494395989 140725494396169 140725494396169 140725494398927 0
Current children cumulated CPU time: 2527.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11718308 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 754.865
CPU time (s): 2527.14
CPU user time (s): 2515.05
CPU system time (s): 12.093
CPU usage (%): 334.781
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 11718308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.05
system time used= 12.093
maximum resident set size= 11718696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513757
page faults= 1
swaps= 0
block input operations= 352
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70839
involuntary context switches= 23943


# summary of solver processes directly reported to runsolver:
#   pid: 21284
#   total CPU time (s): 2527.14
#   total CPU user time (s): 2515.05
#   total CPU system time (s): 12.093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52798 second user time and 7.54887 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-14 23:03:57
IDJOB=4308397
IDBENCH=141137
IDSOLVER=2792
FILE ID=node138/4308397-1534280636
RUNJOBID= node138-1534270673-20077
PBS_JOBID= 21038119
Free space on /tmp= 27352 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308397-1534280636/watcher-4308397-1534280636 -o /tmp/evaluation-result-4308397-1534280636/solver-4308397-1534280636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534270673-20077 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 994307595 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308397-1534280636.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=994307595

node138.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.71
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.71
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.71
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.71
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:        24112476 kB
MemAvailable:   31498768 kB
Buffers:          131516 kB
Cached:          7432128 kB
SwapCached:           12 kB
Active:          4358652 kB
Inactive:        3665792 kB
Active(anon):     404824 kB
Inactive(anon):   108392 kB
Active(file):    3953828 kB
Inactive(file):  3557400 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             43204 kB
Writeback:             0 kB
AnonPages:        469704 kB
Mapped:            66768 kB
Shmem:             49740 kB
Slab:             331668 kB
SReclaimable:     303524 kB
SUnreclaim:        28144 kB
KernelStack:        3744 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1428360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27316 MiB
End job on node138 at 2018-08-14 23:16:32