Trace number 4309049

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14SAT 4.25211 1.91217

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.16196
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 414895645
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.22/0.89	c Parsing done, starting search...
3.70/1.88	s SATISFIABLE
3.70/1.88	v <instantiation>
3.70/1.88	v 	<list>
3.70/1.88	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3]
3.70/1.88	v 	</list>
3.70/1.88	v 	<values>
3.70/1.88	v 		2 7 4 0 5 15 13 6 8 14 12 10 1 9 11 3 0 0 0 0 1 5 3 1 2 4 3 1 1 4 5 2 0 2 1 1 0 3 5 4 0 4 3 5 0 2 2 2 0 0 0 0 0 0 0 0 
3.70/1.88	v 	</values>
3.70/1.88	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309049-1534399686/watcher-4309049-1534399686 -o /tmp/evaluation-result-4309049-1534399686/solver-4309049-1534399686 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1534397160-1476 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 414895645 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309049-1534399686.xml 

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

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


[startup+0.100131 s]*
/proc/loadavg: 8.40 8.67 8.74 2/198 1809
/proc/meminfo: memFree=24310848/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=26103420 memory=30280 CPUtime=0.11 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 7033 0 0 0 10 1 0 0 20 0 20 0 257531814 26729902080 7570 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6525855 7570 3136 1 0 6487932 0
[pid=1789/tid=1791] ppid=1786 vsize=26103420 memory=1399051139730258233 CPUtime=0.09 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) R 1786 1789 1449 0 -1 4202560 5487 0 0 0 8 1 0 0 20 0 20 0 257531814 26729902080 7966 33554432000 4194304 4196468 140726131732752 140391340466544 140391316539229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=26103420 memory=3677534773662714415 CPUtime=0 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 7966 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=26103420 memory=139760070542976 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 7966 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 7966 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 7966 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 7966 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 8032 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 8032 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 8032 33554432000 4194304 4196468 140726131732752 140391281515408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1800] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531816 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1801] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1801/stat : 1801 (java) S 1786 1789 1449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257531817 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390529205408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1802] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257531817 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390528152304 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1803] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390527100880 140391336282011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1804] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1804/stat : 1804 (java) S 1786 1789 1449 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390526049008 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1805] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1805/stat : 1805 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390524996464 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1806] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1806/stat : 1806 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390523943408 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1807] ppid=1786 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1789/task/1807/stat : 1807 (java) S 1786 1789 1449 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 257531819 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390522890864 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1808] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1808/stat : 1808 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531820 26729902080 8032 33554432000 4194304 4196468 140726131732752 140390521838048 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1809] ppid=1786 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1789/task/1809/stat : 1809 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531820 26729902080 8098 33554432000 4194304 4196468 140726131732752 140390520785584 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30280 KiB

[startup+0.210364 s]*
/proc/loadavg: 8.40 8.67 8.74 3/198 1809
/proc/meminfo: memFree=24297392/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=26103420 memory=43320 CPUtime=0.3 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 10480 0 0 0 28 2 0 0 20 0 20 0 257531814 26729902080 10830 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6525855 10830 3327 1 0 6487932 0
[pid=1789/tid=1791] ppid=1786 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) R 1786 1789 1449 0 -1 4202560 8283 0 0 0 18 1 0 0 20 0 20 0 257531814 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391340487424 140391320343902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=26103420 memory=288230587528118295 CPUtime=0 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=26103420 memory=139760070553651 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 10830 33554432000 4194304 4196468 140726131732752 140391281515408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1800] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531816 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1801] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1801/stat : 1801 (java) S 1786 1789 1449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257531817 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390529205408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1802] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257531817 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390528152304 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1803] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390527100880 140391336282011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1804] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1804/stat : 1804 (java) S 1786 1789 1449 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390526049008 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1805] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1805/stat : 1805 (java) S 1786 1789 1449 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390524996464 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1806] ppid=1786 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1789/task/1806/stat : 1806 (java) S 1786 1789 1449 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 257531819 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390523943408 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1807] ppid=1786 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/1789/task/1807/stat : 1807 (java) R 1786 1789 1449 0 -1 4202560 287 0 0 0 6 0 0 0 20 0 20 0 257531819 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390522888672 140391336275350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1808] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1808/stat : 1808 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531820 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390521838048 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1809] ppid=1786 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1789/task/1809/stat : 1809 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531820 26729902080 10830 33554432000 4194304 4196468 140726131732752 140390520785584 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43320 KiB

[startup+0.310585 s]*
/proc/loadavg: 8.40 8.67 8.74 2/198 1809
/proc/meminfo: memFree=24293344/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=26103420 memory=46872 CPUtime=0.43 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 10902 0 0 0 40 3 0 0 20 0 20 0 257531814 26729902080 11718 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6525855 11718 3354 1 0 6487932 0
[pid=1789/tid=1791] ppid=1786 vsize=26103420 memory=1399051139730258233 CPUtime=0.3 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) R 1786 1789 1449 0 -1 4202560 8622 0 0 0 28 2 0 0 20 0 20 0 257531814 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391340425152 140391320343902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=26103420 memory=1068 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=26103420 memory=14884 CPUtime=0 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=26103420 memory=38736 CPUtime=0 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=26103420 memory=13756 CPUtime=0 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=26103420 memory=3316 CPUtime=0 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26729902080 11718 33554432000 4194304 4196468 140726131732752 140391281515408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1800] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531816 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1801] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1801/stat : 1801 (java) S 1786 1789 1449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257531817 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390529205408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1802] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257531817 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390528152304 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1803] ppid=1786 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531819 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390527100880 140391336282011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1804] ppid=1786 vsize=26103420 memory=2244 CPUtime=0.01 cores=0-7
/proc/1789/task/1804/stat : 1804 (java) S 1786 1789 1449 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 257531819 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390526049008 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1805] ppid=1786 vsize=26103420 memory=2244 CPUtime=0.01 cores=0-7
/proc/1789/task/1805/stat : 1805 (java) S 1786 1789 1449 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 20 0 257531819 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390524996464 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1806] ppid=1786 vsize=26103420 memory=2244 CPUtime=0.01 cores=0-7
/proc/1789/task/1806/stat : 1806 (java) S 1786 1789 1449 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 20 0 257531819 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390523943408 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1807] ppid=1786 vsize=26103420 memory=2244 CPUtime=0.07 cores=0-7
/proc/1789/task/1807/stat : 1807 (java) S 1786 1789 1449 0 -1 1077944384 293 0 0 0 7 0 0 0 20 0 20 0 257531819 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390522890864 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1808] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1808/stat : 1808 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531820 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390521838048 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1809] ppid=1786 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1809/stat : 1809 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531820 26729902080 11718 33554432000 4194304 4196468 140726131732752 140390520785584 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46872 KiB

[startup+0.700926 s]
/proc/loadavg: 8.40 8.67 8.74 2/198 1809
/proc/meminfo: memFree=24269532/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=26105488 memory=87380 CPUtime=0.99 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 17800 0 0 0 93 6 0 0 20 0 20 0 257531814 26732019712 21845 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6526372 21845 3464 1 0 6488444 0
[pid=1789/tid=1791] ppid=1786 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) R 1786 1789 1449 0 -1 4202560 15068 0 0 0 63 4 0 0 20 0 20 0 257531814 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391340488912 140391318740439 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=26105488 memory=2353 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=26105488 memory=868 CPUtime=0 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=26105488 memory=6552 CPUtime=0 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=26105488 memory=11628 CPUtime=0 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=26105488 memory=752 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=26105488 memory=1276 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531815 26732019712 21845 33554432000 4194304 4196468 140726131732752 140391281515408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1800] ppid=1786 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257531816 26732019712 21845 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0

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

[pid=1789/tid=1800] ppid=1786 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 21 0 257531816 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1801] ppid=1786 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1801/stat : 1801 (java) S 1786 1789 1449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 257531817 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390529205408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1802] ppid=1786 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 257531817 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390528152304 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1803] ppid=1786 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 257531819 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390527100880 140391336282011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1804] ppid=1786 vsize=26180244 memory=0 CPUtime=0.29 cores=0-7
/proc/1789/task/1804/stat : 1804 (java) S 1786 1789 1449 0 -1 1077944384 1659 0 0 0 29 0 0 0 20 0 21 0 257531819 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390526049008 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1805] ppid=1786 vsize=26180244 memory=0 CPUtime=0.28 cores=0-7
/proc/1789/task/1805/stat : 1805 (java) S 1786 1789 1449 0 -1 1077944384 904 0 0 0 27 1 0 0 20 0 21 0 257531819 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390524996464 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1806] ppid=1786 vsize=26180244 memory=0 CPUtime=0.41 cores=0-7
/proc/1789/task/1806/stat : 1806 (java) R 1786 1789 1449 0 -1 4202560 1456 0 0 0 40 1 0 0 20 0 21 0 257531819 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390523943408 140391315509263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1807] ppid=1786 vsize=26180244 memory=0 CPUtime=0.58 cores=0-7
/proc/1789/task/1807/stat : 1807 (java) S 1786 1789 1449 0 -1 1077944384 3241 0 0 0 57 1 0 0 20 0 21 0 257531819 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390522890864 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1808] ppid=1786 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1808/stat : 1808 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 257531820 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390521838048 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1809] ppid=1786 vsize=26180244 memory=139764365510271 CPUtime=0 cores=0-7
/proc/1789/task/1809/stat : 1809 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 257531820 26808569856 38090 33554432000 4194304 4196468 140726131732752 140390520785584 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 26180244 KiB
Current children cumulated memory: 152312 KiB

[startup+1.91213 s]
# the end of solver process 1789 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.07944 s, system=0.172669 s

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

[startup+1.60309 s]
/proc/loadavg: 8.40 8.67 8.74 2/198 1809
/proc/meminfo: memFree=24230556/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=26248856 memory=187532 CPUtime=3.31 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 29232 0 0 0 317 14 0 0 20 0 22 0 257531814 26878828544 46883 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6562214 46883 3578 1 0 6524286 0
[pid=1789/tid=1791] ppid=1786 vsize=26248856 memory=6655300316396806240 CPUtime=1.53 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) R 1786 1789 1449 0 -1 4202560 19654 0 0 0 146 7 0 0 20 0 22 0 257531814 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391340470768 140391317839960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=26248856 memory=6943526294502006880 CPUtime=0.01 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=26248856 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=26248856 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=26248856 memory=6944656592455360604 CPUtime=0.01 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=26248856 memory=-5874771483550381248 CPUtime=0.01 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=26248856 memory=1172 CPUtime=0.01 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) S 1786 1789 1449 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=26248856 memory=932 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) S 1786 1789 1449 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=26248856 memory=4104 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) S 1786 1789 1449 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 257531815 26878828544 46883 33554432000 4194304 4196468 140726131732752 140391281515408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1800] ppid=1786 vsize=26248856 memory=1692 CPUtime=0.01 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 22 0 257531816 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1801] ppid=1786 vsize=26248856 memory=916 CPUtime=0 cores=0-7
/proc/1789/task/1801/stat : 1801 (java) S 1786 1789 1449 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 257531817 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390529205472 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1802] ppid=1786 vsize=26248856 memory=4160 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) S 1786 1789 1449 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 257531817 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390528152320 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1803] ppid=1786 vsize=26248856 memory=6416 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 257531819 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390527100880 140391336282011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1804] ppid=1786 vsize=26248856 memory=1408 CPUtime=0.29 cores=0-7
/proc/1789/task/1804/stat : 1804 (java) S 1786 1789 1449 0 -1 1077944384 1662 0 0 0 29 0 0 0 20 0 22 0 257531819 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390526049008 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1805] ppid=1786 vsize=26248856 memory=6528 CPUtime=0.28 cores=0-7
/proc/1789/task/1805/stat : 1805 (java) S 1786 1789 1449 0 -1 1077944384 907 0 0 0 27 1 0 0 20 0 22 0 257531819 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390524996464 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1806] ppid=1786 vsize=26248856 memory=110676 CPUtime=0.44 cores=0-7
/proc/1789/task/1806/stat : 1806 (java) S 1786 1789 1449 0 -1 1077944384 1467 0 0 0 43 1 0 0 20 0 22 0 257531819 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390523943408 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1807] ppid=1786 vsize=26248856 memory=1572 CPUtime=0.6 cores=0-7
/proc/1789/task/1807/stat : 1807 (java) S 1786 1789 1449 0 -1 1077944384 3283 0 0 0 59 1 0 0 20 0 22 0 257531819 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390522890864 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1808] ppid=1786 vsize=26248856 memory=928 CPUtime=0 cores=0-7
/proc/1789/task/1808/stat : 1808 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 257531820 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390521838048 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1809] ppid=1786 vsize=26248856 memory=2196 CPUtime=0 cores=0-7
/proc/1789/task/1809/stat : 1809 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 257531820 26878828544 46883 33554432000 4194304 4196468 140726131732752 140390520785584 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 3.31 s
Current children cumulated vsize: 26248856 KiB
Current children cumulated memory: 187532 KiB

[startup+1.80162 s]
/proc/loadavg: 8.40 8.67 8.74 2/198 1809
/proc/meminfo: memFree=24230556/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=26916544 memory=191088 CPUtime=3.7 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 30451 0 0 0 355 15 0 0 20 0 32 0 257531814 27562541056 47772 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6729136 47772 3578 1 0 6691208 0
[pid=1789/tid=1791] ppid=1786 vsize=26916544 memory=0 CPUtime=1.72 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) S 1786 1789 1449 0 -1 1077944384 20307 0 0 0 165 7 0 0 20 0 32 0 257531814 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391340500544 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=26916544 memory=0 CPUtime=0.01 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=26916544 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=26916544 memory=488 CPUtime=0.01 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=26916544 memory=1616 CPUtime=0.01 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=26916544 memory=1172 CPUtime=0.01 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=26916544 memory=932 CPUtime=0.01 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) S 1786 1789 1449 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=26916544 memory=4104 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) S 1786 1789 1449 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=26916544 memory=1692 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) S 1786 1789 1449 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 32 0 257531815 27562541056 47772 33554432000 4194304 4196468 140726131732752 140391281515408 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1800] ppid=1786 vsize=26916544 memory=916 CPUtime=0.01 cores=0-7
/proc/1789/task/1800/stat : 1800 (java) S 1786 1789 1449 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 32 0 257531816 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390530259184 140391336274562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1801] ppid=1786 vsize=26916544 memory=4160 CPUtime=0 cores=0-7
/proc/1789/task/1801/stat : 1801 (java) S 1786 1789 1449 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 32 0 257531817 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390529205472 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1802] ppid=1786 vsize=26916544 memory=6416 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) S 1786 1789 1449 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 32 0 257531817 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390528152320 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1803] ppid=1786 vsize=26916544 memory=1408 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) S 1786 1789 1449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 257531819 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390527100880 140391336282011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1804] ppid=1786 vsize=26916544 memory=4384 CPUtime=0.33 cores=0-7
/proc/1789/task/1804/stat : 1804 (java) R 1786 1789 1449 0 -1 4202560 1689 0 0 0 33 0 0 0 20 0 32 0 257531819 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390526049104 140391316899095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1805] ppid=1786 vsize=26916544 memory=7014751519734322274 CPUtime=0.31 cores=0-7
/proc/1789/task/1805/stat : 1805 (java) S 1786 1789 1449 0 -1 1077944384 918 0 0 0 30 1 0 0 20 0 32 0 257531819 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390524986064 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1806] ppid=1786 vsize=26916544 memory=7525346087836733777 CPUtime=0.46 cores=0-7
/proc/1789/task/1806/stat : 1806 (java) R 1786 1789 1449 0 -1 1077944384 1475 0 0 0 45 1 0 0 20 0 32 0 257531819 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390523942592 140391336273621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1807] ppid=1786 vsize=26916544 memory=6935654753503367248 CPUtime=0.64 cores=0-7
/proc/1789/task/1807/stat : 1807 (java) R 1786 1789 1449 0 -1 4202560 3391 0 0 0 63 1 0 0 20 0 32 0 257531819 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390522890992 140391315182061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1808] ppid=1786 vsize=26916544 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/1789/task/1808/stat : 1808 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 257531820 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390521838048 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1809] ppid=1786 vsize=26916544 memory=1404238533774450294 CPUtime=0 cores=0-7
/proc/1789/task/1809/stat : 1809 (java) S 1786 1789 1449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 257531820 27562541056 47772 33554432000 4194304 4196468 140726131732752 140390520785584 140391336274562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 3.7 s
Current children cumulated vsize: 26916544 KiB
Current children cumulated memory: 191088 KiB

[startup+1.9009 s]
/proc/loadavg: 8.40 8.67 8.74 2/198 1809
/proc/meminfo: memFree=24230556/32770624 swapFree=67108372/67108860
[pid=1789] ppid=1786 vsize=27318012 memory=194656 CPUtime=4.23 cores=0-7
/proc/1789/stat : 1789 (java) S 1786 1789 1449 0 -1 1077944320 31448 0 0 0 407 16 0 0 20 0 19 0 257531814 27973644288 48664 33554432000 4194304 4196468 140726131732752 140726131715296 140391336263415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
/proc/1789/statm: 6829503 48664 3594 1 0 6791054 0
[pid=1789/tid=1791] ppid=1786 vsize=27318012 memory=6370434462754624873 CPUtime=1.72 cores=0-7
/proc/1789/task/1791/stat : 1791 (java) R 1786 1789 1449 0 -1 4202560 20320 0 0 0 165 7 0 0 20 0 18 0 257531814 27973644288 48664 33554432000 4194304 4196468 140726131732752 140391340506256 140391328514960 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1792] ppid=1786 vsize=27318012 memory=139764365510271 CPUtime=0.01 cores=0-7
/proc/1789/task/1792/stat : 1792 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 18 0 257531815 27973644288 48664 33554432000 4194304 4196468 140726131732752 140391288883728 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1793] ppid=1786 vsize=27318012 memory=4716013761039473545 CPUtime=0 cores=0-7
/proc/1789/task/1793/stat : 1793 (java) S 1786 1789 1449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 257531815 27973644288 48664 33554432000 4194304 4196468 140726131732752 140391287831184 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1794] ppid=1786 vsize=27318012 memory=60 CPUtime=0.01 cores=0-7
/proc/1789/task/1794/stat : 1794 (java) S 1786 1789 1449 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 18 0 257531815 27973644288 48630 33554432000 4194304 4196468 140726131732752 140391286778128 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1795] ppid=1786 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/1789/task/1795/stat : 1795 (java) S 1786 1789 1449 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 17 0 257531815 27973644288 48630 33554432000 4194304 4196468 140726131732752 140391285725584 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1796] ppid=1786 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/1789/task/1796/stat : 1796 (java) S 1786 1789 1449 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 17 0 257531815 27973644288 48630 33554432000 4194304 4196468 140726131732752 140391284673552 140391336273621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1797] ppid=1786 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/1789/task/1797/stat : 1797 (java) R 1786 1789 1449 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 17 0 257531815 27973644288 48651 33554432000 4194304 4196468 140726131732752 140391283621008 140391336273621 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1798] ppid=1786 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1798/stat : 1798 (java) R 1786 1789 1449 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 257531815 27973644288 48651 33554432000 4194304 4196468 140726131732752 140391282567952 140391336273621 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
[pid=1789/tid=1799] ppid=1786 vsize=0 memory=0 CPUtime=0 cores=0-7
/proc/1789/task/1799/stat : 1799 (java) R 1786 1789 1449 0 -1 4195396 58 0 0 0 0 0 0 0 20 0 16 0 257531815 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
[pid=1789/tid=1802] ppid=1786 vsize=0 memory=7018405299935798866 CPUtime=0 cores=0-7
/proc/1789/task/1802/stat : 1802 (java) X 1786 1789 1449 0 -1 4195396 44 0 0 0 0 0 0 0 20 0 7 0 257531817 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
[pid=1789/tid=1803] ppid=1786 vsize=27318012 memory=7018405299935798866 CPUtime=0 cores=0-7
/proc/1789/task/1803/stat : 1803 (java) R 1786 1789 1449 0 -1 4203588 4 0 0 0 0 0 0 0 20 0 3 0 257531819 27973644288 48830 33554432000 4194304 4196468 140726131732752 140390527100528 140391336273621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25088000 140726131737678 140726131737861 140726131737861 140726131740623 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 27318012 KiB
Current children cumulated memory: 194656 KiB

Child status: 0
Real time (s): 1.91217
CPU time (s): 4.25211
CPU user time (s): 4.07944
CPU system time (s): 0.172669
CPU usage (%): 222.37
Max. virtual memory (cumulated for all children) (KiB): 27318012
Max. memory (cumulated for all children) (KiB): 194656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.07944
system time used= 0.172669
maximum resident set size= 195500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4969
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 1789
#   total CPU time (s): 4.25211
#   total CPU user time (s): 4.07944
#   total CPU system time (s): 0.172669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033532 second user time and 0.060161 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-16 08:08:06
IDJOB=4309049
IDBENCH=141650
IDSOLVER=2793
FILE ID=node137/4309049-1534399686
RUNJOBID= node137-1534397160-1476
PBS_JOBID= 21038334
Free space on /tmp= 35832 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309049-1534399686/watcher-4309049-1534399686 -o /tmp/evaluation-result-4309049-1534399686/solver-4309049-1534399686 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1534397160-1476 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 414895645 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309049-1534399686.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=414895645

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24330192 kB
MemAvailable:   31889040 kB
Buffers:          190804 kB
Cached:          7599660 kB
SwapCached:            8 kB
Active:          4063556 kB
Inactive:        3784148 kB
Active(anon):       4644 kB
Inactive(anon):   113400 kB
Active(file):    4058912 kB
Inactive(file):  3670748 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             35912 kB
Writeback:             0 kB
AnonPages:         80072 kB
Mapped:            57272 kB
Shmem:             57816 kB
Slab:             286360 kB
SReclaimable:     257648 kB
SUnreclaim:        28712 kB
KernelStack:        3520 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 35800 MiB
End job on node137 at 2018-08-16 08:08:09