Trace number 4308101

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.06 2487.12

General information on the benchmark

NameDubois/
Dubois-100_c18.xml
MD5SUM7caa0b5cafbc6020af5c8bc91888bcd3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017795
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":300}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":300}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 840890495
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
1.79/1.20	c Parsing done, starting search...
2520.04/2487.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 (12864 MiB free)
  memory of node 1: 16384 MiB (10298 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308101-1534324367/watcher-4308101-1534324367 -o /tmp/evaluation-result-4308101-1534324367/solver-4308101-1534324367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19523 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 840890495 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308101-1534324367.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=19815, runsolver pid=19812


[startup+0.100125 s]*
/proc/loadavg: 1.41 1.37 1.42 3/216 19836
/proc/meminfo: memFree=23685160/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14082736 memory=29592 CPUtime=0.11 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 6843 0 0 0 11 0 0 0 20 0 15 0 249999858 14420721664 7398 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3520684 7398 3149 1 0 3482761 0
[pid=19815/tid=19817] ppid=19812 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 4853 0 0 0 9 0 0 0 20 0 15 0 249999858 14420721664 7398 33554432000 4194304 4196468 140734909491904 139953624477440 139953620274582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14082736 memory=5793854987527735737 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 7398 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 7398 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 7398 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 7398 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952800761248 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952799708656 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0.01 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 15 0 249999864 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 7398 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29592 KiB

[startup+0.215547 s]*
/proc/loadavg: 1.41 1.37 1.42 6/216 19836
/proc/meminfo: memFree=23661208/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14082736 memory=46184 CPUtime=0.31 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 10618 0 0 0 30 1 0 0 20 0 15 0 249999858 14420721664 11546 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3520684 11546 3416 1 0 3482761 0
[pid=19815/tid=19817] ppid=19812 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) S 19812 19815 15953 0 -1 1077944384 8196 0 0 0 19 1 0 0 20 0 15 0 249999858 14420721664 11546 33554432000 4194304 4196468 140734909491904 139953624490000 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14082736 memory=4211973462722633098 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 11546 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 11546 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 11546 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 11546 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952800761248 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952799708656 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 249999864 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952797596848 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) R 19812 19815 15953 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 249999864 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952796538064 139953620272853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0.06 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 420 0 0 0 6 0 0 0 20 0 15 0 249999864 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952795496272 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 11546 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46184 KiB

[startup+0.310594 s]*
/proc/loadavg: 1.41 1.37 1.42 3/216 19836
/proc/meminfo: memFree=23654508/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14082736 memory=49640 CPUtime=0.44 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 11020 0 0 0 42 2 0 0 20 0 15 0 249999858 14420721664 12410 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3520684 12410 3420 1 0 3482761 0
[pid=19815/tid=19817] ppid=19812 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 8530 0 0 0 28 1 0 0 20 0 15 0 249999858 14420721664 12410 33554432000 4194304 4196468 140734909491904 139953624479792 139953601826207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14082736 memory=4211973462722633098 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 12410 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14082736 memory=139736517844911 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 12410 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14082736 memory=139736358447201 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 12410 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14082736 memory=139736358440399 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14420721664 12410 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14082736 memory=139736517858540 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14082736 memory=139736358449583 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952800761248 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14082736 memory=279472716890000 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999861 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952799708656 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14082736 memory=279472716887696 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 547 0 0 0 3 0 0 0 20 0 15 0 249999864 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 15 0 249999864 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0.08 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 464 0 0 0 8 0 0 0 20 0 15 0 249999864 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14082736 memory=139736517842560 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999864 14420721664 12410 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49640 KiB

[startup+0.700742 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19836
/proc/meminfo: memFree=23603844/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14084804 memory=88288 CPUtime=0.98 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 17943 0 0 0 94 4 0 0 20 0 15 0 249999858 14422839296 22072 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3521201 22072 3499 1 0 3483273 0
[pid=19815/tid=19817] ppid=19812 vsize=14084804 memory=872 CPUtime=0.67 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 14973 0 0 0 65 2 0 0 20 0 15 0 249999858 14422839296 22072 33554432000 4194304 4196468 140734909491904 139953624477696 139953604343134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14084804 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14422839296 22072 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14084804 memory=6276 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999859 14422839296 22072 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14422839296 22072 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14422839296 22072 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249999861 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249999861 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952800761248 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249999861 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952799708656 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14084804 memory=223 CPUtime=0.08 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 710 0 0 0 8 0 0 0 20 0 15 0 249999864 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 267 0 0 0 6 0 0 0 20 0 15 0 249999864 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 611 0 0 0 15 0 0 0 20 0 15 0 249999864 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14084804 memory=279472717073904 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999864 14422839296 22072 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88288 KiB

[startup+1.50309 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19836
/proc/meminfo: memFree=23540132/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14090948 memory=166804 CPUtime=2.83 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 24714 0 0 0 275 8 0 0 20 0 15 0 249999858 14429130752 41701 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3522737 41701 3540 1 0 3484809 0
[pid=19815/tid=19817] ppid=19812 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 18996 0 0 0 142 5 0 0 20 0 15 0 249999858 14429130752 41701 33554432000 4194304 4196468 140734909491904 139953624497312 139953262970685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14429130752 41701 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249999859 14429130752 41701 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14429130752 41701 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14090948 memory=-7593749953298518574 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249999859 14429130752 41701 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14090948 memory=-6439125508584794728 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 41701 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0

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

/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 48977 0 0 0 235956 38 0 0 20 0 15 0 249999858 14429130752 90084 33554432000 4194304 4196468 140734909491904 139953624500912 139953262654151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14090948 memory=360336 CPUtime=10.29 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 4002 0 0 0 964 65 0 0 20 0 15 0 249999859 14429130752 90084 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14090948 memory=358288 CPUtime=10.31 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 3815 0 0 0 968 63 0 0 20 0 15 0 249999859 14429130752 90084 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14090948 memory=356240 CPUtime=10.34 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 2992 0 0 0 963 71 0 0 20 0 15 0 249999859 14429130752 90084 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14090948 memory=358288 CPUtime=10.32 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 3893 0 0 0 965 67 0 0 20 0 15 0 249999859 14429130752 90084 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14090948 memory=358288 CPUtime=9.34 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 4058 0 0 0 863 71 0 0 20 0 15 0 249999861 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14090948 memory=358288 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952800761312 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14090948 memory=358288 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952799708672 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14090948 memory=360336 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14090948 memory=3684 CPUtime=0.62 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 2860 0 0 0 62 0 0 0 20 0 15 0 249999864 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14090948 memory=1160 CPUtime=0.65 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 4215 0 0 0 64 1 0 0 20 0 15 0 249999864 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14090948 memory=279472718178880 CPUtime=0.49 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 4770 0 0 0 48 1 0 0 20 0 15 0 249999864 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14090948 memory=358288 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14090948 memory=3684 CPUtime=1.12 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1247 0 0 0 50 62 0 0 20 0 15 0 249999864 14429130752 90084 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 2413.53 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 360336 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.28 1.34 3/216 19909
/proc/meminfo: memFree=23001964/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14090948 memory=364432 CPUtime=2474.54 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 83259 0 0 0 247089 365 0 0 20 0 15 0 249999858 14429130752 91108 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3522737 91108 3570 1 0 3484809 0
[pid=19815/tid=19817] ppid=19812 vsize=14090948 memory=362384 CPUtime=2419.26 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 49525 0 0 0 241887 39 0 0 20 0 15 0 249999858 14429130752 91108 33554432000 4194304 4196468 140734909491904 139953624500736 139953262868983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14090948 memory=358288 CPUtime=10.65 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 4145 0 0 0 998 67 0 0 20 0 15 0 249999859 14429130752 91108 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14090948 memory=358288 CPUtime=10.66 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 3886 0 0 0 1001 65 0 0 20 0 15 0 249999859 14429130752 91108 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14090948 memory=360336 CPUtime=10.69 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 3130 0 0 0 996 73 0 0 20 0 15 0 249999859 14429130752 91108 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14090948 memory=362384 CPUtime=10.68 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 3946 0 0 0 999 69 0 0 20 0 15 0 249999859 14429130752 91108 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14090948 memory=362384 CPUtime=9.59 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 4105 0 0 0 886 73 0 0 20 0 15 0 249999861 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14090948 memory=362384 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952800761312 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14090948 memory=3684 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952799708672 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14090948 memory=362384 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14090948 memory=362384 CPUtime=0.62 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 2860 0 0 0 62 0 0 0 20 0 15 0 249999864 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14090948 memory=364432 CPUtime=0.65 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 4215 0 0 0 64 1 0 0 20 0 15 0 249999864 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14090948 memory=364432 CPUtime=0.49 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 4770 0 0 0 48 1 0 0 20 0 15 0 249999864 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14090948 memory=362384 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14090948 memory=2032 CPUtime=1.14 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1253 0 0 0 51 63 0 0 20 0 15 0 249999864 14429130752 91108 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 2474.54 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 364432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.11 s]
/proc/loadavg: 1.29 1.29 1.33 2/200 19912
/proc/meminfo: memFree=23370520/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14090948 memory=366480 CPUtime=2520.04 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 84386 0 0 0 251632 372 0 0 20 0 15 0 249999858 14429130752 91620 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3522737 91620 3570 1 0 3484809 0
[pid=19815/tid=19817] ppid=19812 vsize=14090948 memory=366480 CPUtime=2463.59 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 50149 0 0 0 246320 39 0 0 20 0 15 0 249999858 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953624500816 139953262969998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14090948 memory=366480 CPUtime=10.89 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 4304 0 0 0 1021 68 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14090948 memory=366480 CPUtime=10.9 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 3910 0 0 0 1023 67 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14090948 memory=364432 CPUtime=10.94 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 3315 0 0 0 1020 74 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14090948 memory=364432 CPUtime=10.91 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 3965 0 0 0 1022 69 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14090948 memory=366480 CPUtime=9.76 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 4199 0 0 0 902 74 0 0 20 0 15 0 249999861 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14090948 memory=366480 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952800761312 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14090948 memory=366480 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952799708672 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14090948 memory=366480 CPUtime=0.62 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 2863 0 0 0 62 0 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14090948 memory=366480 CPUtime=0.65 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 4217 0 0 0 64 1 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14090948 memory=3684 CPUtime=0.49 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 4772 0 0 0 48 1 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14090948 memory=68172 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14090948 memory=366480 CPUtime=1.16 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1268 0 0 0 52 64 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 366480 KiB

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

[startup+2487.12 s]
# the end of solver process 19815 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.33 s, system=3.72553 s

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

[startup+2487.11 s]
/proc/loadavg: 1.29 1.29 1.33 2/200 19912
/proc/meminfo: memFree=23370520/32770624 swapFree=67108368/67108860
[pid=19815] ppid=19812 vsize=14090948 memory=366480 CPUtime=2520.04 cores=1,3,5,7
/proc/19815/stat : 19815 (java) S 19812 19815 15953 0 -1 1077944320 84386 0 0 0 251632 372 0 0 20 0 15 0 249999858 14429130752 91620 33554432000 4194304 4196468 140734909491904 140734909474448 139953620262647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
/proc/19815/statm: 3522737 91620 3570 1 0 3484809 0
[pid=19815/tid=19817] ppid=19812 vsize=14090948 memory=366480 CPUtime=2463.59 cores=1,3,5,7
/proc/19815/task/19817/stat : 19817 (java) R 19812 19815 15953 0 -1 4202560 50149 0 0 0 246320 39 0 0 20 0 15 0 249999858 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953624500816 139953262969998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19818] ppid=19812 vsize=14090948 memory=366480 CPUtime=10.89 cores=1,3,5,7
/proc/19815/task/19818/stat : 19818 (java) S 19812 19815 15953 0 -1 1077944384 4304 0 0 0 1021 68 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953216297232 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19819] ppid=19812 vsize=14090948 memory=366480 CPUtime=10.9 cores=1,3,5,7
/proc/19815/task/19819/stat : 19819 (java) S 19812 19815 15953 0 -1 1077944384 3910 0 0 0 1023 67 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953215244688 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19820] ppid=19812 vsize=14090948 memory=364432 CPUtime=10.94 cores=1,3,5,7
/proc/19815/task/19820/stat : 19820 (java) S 19812 19815 15953 0 -1 1077944384 3315 0 0 0 1020 74 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953214192144 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19821] ppid=19812 vsize=14090948 memory=364432 CPUtime=10.91 cores=1,3,5,7
/proc/19815/task/19821/stat : 19821 (java) S 19812 19815 15953 0 -1 1077944384 3965 0 0 0 1022 69 0 0 20 0 15 0 249999859 14429130752 91620 33554432000 4194304 4196468 140734909491904 139953213139600 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19828] ppid=19812 vsize=14090948 memory=366480 CPUtime=9.76 cores=1,3,5,7
/proc/19815/task/19828/stat : 19828 (java) S 19812 19815 15953 0 -1 1077944384 4199 0 0 0 902 74 0 0 20 0 15 0 249999861 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952801815024 139953620273794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19829] ppid=19812 vsize=14090948 memory=366480 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19829/stat : 19829 (java) S 19812 19815 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952800761312 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19830] ppid=19812 vsize=14090948 memory=366480 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19830/stat : 19830 (java) S 19812 19815 15953 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 249999861 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952799708672 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19831] ppid=19812 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19831/stat : 19831 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952798657232 139953620281243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19832] ppid=19812 vsize=14090948 memory=366480 CPUtime=0.62 cores=1,3,5,7
/proc/19815/task/19832/stat : 19832 (java) S 19812 19815 15953 0 -1 1077944384 2863 0 0 0 62 0 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952797603824 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19833] ppid=19812 vsize=14090948 memory=366480 CPUtime=0.65 cores=1,3,5,7
/proc/19815/task/19833/stat : 19833 (java) S 19812 19815 15953 0 -1 1077944384 4217 0 0 0 64 1 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952796551280 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19834] ppid=19812 vsize=14090948 memory=3684 CPUtime=0.49 cores=1,3,5,7
/proc/19815/task/19834/stat : 19834 (java) S 19812 19815 15953 0 -1 1077944384 4772 0 0 0 48 1 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952795498736 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19835] ppid=19812 vsize=14090948 memory=68172 CPUtime=0 cores=1,3,5,7
/proc/19815/task/19835/stat : 19835 (java) S 19812 19815 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952794446432 139953620272853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
[pid=19815/tid=19836] ppid=19812 vsize=14090948 memory=366480 CPUtime=1.16 cores=1,3,5,7
/proc/19815/task/19836/stat : 19836 (java) S 19812 19815 15953 0 -1 1077944384 1268 0 0 0 52 64 0 0 20 0 15 0 249999864 14429130752 91620 33554432000 4194304 4196468 140734909491904 139952793393968 139953620273794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26324992 140734909494345 140734909494537 140734909494537 140734909497295 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 366480 KiB

Child status: 143
Real time (s): 2487.12
CPU time (s): 2520.06
CPU user time (s): 2516.33
CPU system time (s): 3.72553
CPU usage (%): 101.324
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 366480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.33
system time used= 3.72553
maximum resident set size= 367032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323050
involuntary context switches= 5745


# summary of solver processes directly reported to runsolver:
#   pid: 19815
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.33
#   total CPU system time (s): 3.72553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2824 second user time and 21.4216 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 11:12:47
IDJOB=4308101
IDBENCH=141410
IDSOLVER=2791
FILE ID=node148/4308101-1534324367
RUNJOBID= node148-1534321878-19523
PBS_JOBID= 21038138
Free space on /tmp= 42620 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Dubois/Dubois-100_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308101-1534324367/watcher-4308101-1534324367 -o /tmp/evaluation-result-4308101-1534324367/solver-4308101-1534324367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19523 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 840890495 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308101-1534324367.xml

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

MD5SUM BENCH= 7caa0b5cafbc6020af5c8bc91888bcd3
RANDOM SEED=840890495

node148.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.50
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.50
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.50
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.50
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:        23719460 kB
MemAvailable:   31891172 kB
Buffers:          176052 kB
Cached:          8210396 kB
SwapCached:            4 kB
Active:          4464828 kB
Inactive:        3980776 kB
Active(anon):      13052 kB
Inactive(anon):   106944 kB
Active(file):    4451776 kB
Inactive(file):  3873832 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             71700 kB
Writeback:             4 kB
AnonPages:         61752 kB
Mapped:            61600 kB
Shmem:             57780 kB
Slab:             303256 kB
SReclaimable:     274564 kB
SUnreclaim:        28692 kB
KernelStack:        3264 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1289988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-15 11:54:14