Trace number 4309025

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 5.14258 2.67591

General information on the benchmark

NameLangford/
LangfordBin-16_c18.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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 benchmark1.65554
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1684194787
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
1.18/0.87	c Parsing done, starting search...
4.96/2.14	s SATISFIABLE
4.96/2.14	v <instantiation>
4.96/2.14	v 	<list>
4.96/2.14	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31]
4.96/2.14	v 	</list>
4.96/2.14	v 	<values>
4.96/2.14	v 		7 5 2 8 1 2 1 5 7 11 13 14 8 15 16 6 10 12 9 3 4 11 6 3 13 4 14 10 9 15 12 16 6 4 5 2 23 19 25 20 7 1 22 15 8 0 12 3 28 18 27 16 21 9 30 17 24 10 26 11 29 13 31 14 
4.96/2.14	v 	</values>
4.96/2.14	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 (10252 MiB free)
  memory of node 1: 16384 MiB (13214 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309025-1534377494/watcher-4309025-1534377494 -o /tmp/evaluation-result-4309025-1534377494/solver-4309025-1534377494 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534372381-14416 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1684194787 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309025-1534377494.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=15276, runsolver pid=15273
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 9.23 8.88 8.77 2/198 15296
/proc/meminfo: memFree=24013516/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=26103420 memory=30624 CPUtime=0.11 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 7105 0 0 0 10 1 0 0 20 0 20 0 255312629 26729902080 7656 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6525855 7656 3119 1 0 6487932 0
[pid=15276/tid=15278] ppid=15273 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) R 15273 15276 14389 0 -1 4202560 5317 0 0 0 8 1 0 0 20 0 20 0 255312629 26729902080 7788 33554432000 4194304 4196468 140723142519968 139919539933552 139919516006130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7788 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=26103420 memory=139706717726336 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7788 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7788 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7788 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7854 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7854 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7854 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 7854 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15287] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15287/stat : 15287 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312631 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917740943728 139919535741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15288] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15288/stat : 15288 (java) S 15273 15276 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255312632 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917739889696 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15289] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15289/stat : 15289 (java) S 15273 15276 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255312632 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917738836848 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15290] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15290/stat : 15290 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917737785168 139919535749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15291] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) S 15273 15276 14389 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917736733552 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917735680752 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) S 15273 15276 14389 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 7854 33554432000 4194304 4196468 140723142519968 139917734627952 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) S 15273 15276 14389 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 20 0 255312634 26729902080 7920 33554432000 4194304 4196468 140723142519968 139917733575152 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312635 26729902080 7920 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15296] ppid=15273 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15276/task/15296/stat : 15296 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312635 26729902080 7920 33554432000 4194304 4196468 140723142519968 139917731469872 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30624 KiB

[startup+0.209944 s]*
/proc/loadavg: 9.23 8.88 8.77 3/198 15296
/proc/meminfo: memFree=24000060/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=26103420 memory=42980 CPUtime=0.3 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 10464 0 0 0 28 2 0 0 20 0 20 0 255312629 26729902080 10745 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6525855 10745 3286 1 0 6487932 0
[pid=15276/tid=15278] ppid=15273 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) R 15273 15276 14389 0 -1 4202560 8221 0 0 0 18 1 0 0 20 0 20 0 255312629 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919539956528 139919535742358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=26103420 memory=11931 CPUtime=0 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=26103420 memory=288370082869438080 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 10745 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15287] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15287/stat : 15287 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312631 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917740943728 139919535741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15288] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15288/stat : 15288 (java) S 15273 15276 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255312632 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917739889696 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15289] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15289/stat : 15289 (java) S 15273 15276 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255312632 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917738836848 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15290] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15290/stat : 15290 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917737785168 139919535749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15291] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) S 15273 15276 14389 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917736733552 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) R 15273 15276 14389 0 -1 4202560 65 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917735672256 139919535751770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) S 15273 15276 14389 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 255312634 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917734627952 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) R 15273 15276 14389 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 20 0 255312634 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917733570880 139919535742358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312635 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15296] ppid=15273 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15276/task/15296/stat : 15296 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312635 26729902080 10745 33554432000 4194304 4196468 140723142519968 139917731469872 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42980 KiB

[startup+0.310012 s]*
/proc/loadavg: 9.23 8.88 8.77 3/198 15296
/proc/meminfo: memFree=23996648/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=26103420 memory=46480 CPUtime=0.43 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 10898 0 0 0 40 3 0 0 20 0 20 0 255312629 26729902080 11620 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6525855 11620 3329 1 0 6487932 0
[pid=15276/tid=15278] ppid=15273 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) R 15273 15276 14389 0 -1 4202560 8569 0 0 0 28 2 0 0 20 0 20 0 255312629 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919539940144 139919517293987 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=26103420 memory=139706562081711 CPUtime=0 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=26103420 memory=139706562084016 CPUtime=0 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=26103420 memory=139706562086320 CPUtime=0 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26729902080 11620 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15287] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15287/stat : 15287 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312631 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917740943728 139919535741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15288] ppid=15273 vsize=26103420 memory=279413124179600 CPUtime=0 cores=0-7
/proc/15276/task/15288/stat : 15288 (java) S 15273 15276 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255312632 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917739889696 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15289] ppid=15273 vsize=26103420 memory=279413124186512 CPUtime=0 cores=0-7
/proc/15276/task/15289/stat : 15289 (java) S 15273 15276 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255312632 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917738836848 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15290] ppid=15273 vsize=26103420 memory=279413124127792 CPUtime=0 cores=0-7
/proc/15276/task/15290/stat : 15290 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917737785168 139919535749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15291] ppid=15273 vsize=26103420 memory=279413124200336 CPUtime=0 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) S 15273 15276 14389 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 20 0 255312634 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917736733552 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=26103420 memory=279413124207248 CPUtime=0.01 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) S 15273 15276 14389 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 255312634 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917735680752 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=26103420 memory=279413124204944 CPUtime=0.02 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) S 15273 15276 14389 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 20 0 255312634 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917734627952 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=26103420 memory=279413124221552 CPUtime=0.07 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) S 15273 15276 14389 0 -1 1077944384 325 0 0 0 7 0 0 0 20 0 20 0 255312634 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917733575152 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312635 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15296] ppid=15273 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15276/task/15296/stat : 15296 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312635 26729902080 11620 33554432000 4194304 4196468 140723142519968 139917731469872 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46480 KiB

[startup+0.70083 s]
/proc/loadavg: 9.23 8.88 8.77 3/198 15296
/proc/meminfo: memFree=23973872/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=26105488 memory=85336 CPUtime=1 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 17776 0 0 0 95 5 0 0 20 0 20 0 255312629 26732019712 21334 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6526372 21334 3498 1 0 6488444 0
[pid=15276/tid=15278] ppid=15273 vsize=26105488 memory=0 CPUtime=0.68 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) R 15273 15276 14389 0 -1 4202560 15053 0 0 0 64 4 0 0 20 0 20 0 255312629 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919539953088 139919519810910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=26105488 memory=6388 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=26105488 memory=864 CPUtime=0 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=26105488 memory=1296 CPUtime=0 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=26105488 memory=15084 CPUtime=0 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312630 26732019712 21334 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15287] ppid=15273 vsize=26105488 memory=39224 CPUtime=0 cores=0-7
/proc/15276/task/15287/stat : 15287 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312631 26732019712 21334 33554432000 4194304 4196468 140723142519968 139917740943728 139919535741570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0

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

[pid=15276/tid=15291] ppid=15273 vsize=26111632 memory=1068 CPUtime=0.37 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) R 15273 15276 14389 0 -1 4202560 879 0 0 0 37 0 0 0 20 0 20 0 255312634 26738311168 42615 33554432000 4194304 4196468 140723142519968 139917736709856 139919535751770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=26111632 memory=15084 CPUtime=0.38 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) R 15273 15276 14389 0 -1 4202560 938 0 0 0 38 0 0 0 20 0 20 0 255312634 26738311168 42615 33554432000 4194304 4196468 140723142519968 139917735664704 139919521794368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=26111632 memory=39224 CPUtime=0.4 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) R 15273 15276 14389 0 -1 4202560 1932 0 0 0 40 0 0 0 20 0 20 0 255312634 26738311168 42615 33554432000 4194304 4196468 140723142519968 139917734614736 139919520625719 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=26111632 memory=13468 CPUtime=0.5 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) S 15273 15276 14389 0 -1 1077944384 2932 0 0 0 50 0 0 0 20 0 20 0 255312634 26738311168 42615 33554432000 4194304 4196468 140723142519968 139917733575152 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312635 26738311168 42615 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15296] ppid=15273 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15296/stat : 15296 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312635 26738311168 42615 33554432000 4194304 4196468 140723142519968 139917731469872 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 170460 KiB

[startup+2.67585 s]
# the end of solver process 15276 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.97102 s, system=0.171567 s

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

[startup+1.60151 s]
/proc/loadavg: 9.23 8.88 8.77 2/198 15296
/proc/meminfo: memFree=23938200/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=26178196 memory=196924 CPUtime=3.61 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 28018 0 0 0 351 10 0 0 20 0 21 0 255312629 26806472704 49231 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6544549 49231 3548 1 0 6506621 0
[pid=15276/tid=15278] ppid=15273 vsize=26178196 memory=0 CPUtime=1.57 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) R 15273 15276 14389 0 -1 4202560 19543 0 0 0 151 6 0 0 20 0 21 0 255312629 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919539964048 139919180273709 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=26178196 memory=3816 CPUtime=0 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=26178196 memory=139706562295232 CPUtime=0 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255312630 26806472704 49231 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15287] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15287/stat : 15287 (java) S 15273 15276 14389 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 21 0 255312631 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917740943728 139919535741570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15288] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15288/stat : 15288 (java) S 15273 15276 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 255312632 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917739889696 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15289] ppid=15273 vsize=26178196 memory=13078175418732 CPUtime=0 cores=0-7
/proc/15276/task/15289/stat : 15289 (java) S 15273 15276 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 255312632 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917738836848 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15290] ppid=15273 vsize=26178196 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/15276/task/15290/stat : 15290 (java) S 15273 15276 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255312634 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917737785168 139919535749019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15291] ppid=15273 vsize=26178196 memory=13851867369180031 CPUtime=0.47 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) R 15273 15276 14389 0 -1 4202560 1072 0 0 0 47 0 0 0 20 0 21 0 255312634 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917736712064 139919519118477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=26178196 memory=0 CPUtime=0.47 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) R 15273 15276 14389 0 -1 4202560 955 0 0 0 47 0 0 0 20 0 21 0 255312634 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917735680752 139919515021384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=26178196 memory=0 CPUtime=0.49 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) R 15273 15276 14389 0 -1 4202560 1963 0 0 0 49 0 0 0 20 0 21 0 255312634 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917734614736 139919519633504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=26178196 memory=0 CPUtime=0.54 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) R 15273 15276 14389 0 -1 4202560 3058 0 0 0 54 0 0 0 20 0 21 0 255312634 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917733570880 139919535751770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255312635 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15296] ppid=15273 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15296/stat : 15296 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255312635 26806472704 49231 33554432000 4194304 4196468 140723142519968 139917731469872 139919535741570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 26178196 KiB
Current children cumulated memory: 196924 KiB

[startup+2.40066 s]
/proc/loadavg: 9.23 8.88 8.77 2/203 15301
/proc/meminfo: memFree=23788164/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=27518732 memory=262784 CPUtime=5.12 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 32881 0 0 0 497 15 0 0 20 0 18 0 255312629 28179181568 65696 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6879683 65696 3589 1 0 6841234 0
[pid=15276/tid=15278] ppid=15273 vsize=27518732 memory=6944656592455097440 CPUtime=1.95 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) D 15273 15276 14389 0 -1 4202560 21066 0 0 0 188 7 0 0 20 0 18 0 255312629 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919539973432 139919528416055 0 0 0 16800975 18446744072100379781 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=27518732 memory=6944656592455360604 CPUtime=0.01 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=27518732 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=27518732 memory=288230596050944315 CPUtime=0.01 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=27518732 memory=13851867369180031 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=27518732 memory=0 CPUtime=0.01 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=27518732 memory=0 CPUtime=0.01 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=27518732 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=27518732 memory=0 CPUtime=0.01 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15288] ppid=15273 vsize=27518732 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15288/stat : 15288 (java) S 15273 15276 14389 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 255312632 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917739889760 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15289] ppid=15273 vsize=27518732 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15289/stat : 15289 (java) S 15273 15276 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 18 0 255312632 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917738836864 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15290] ppid=15273 vsize=27518732 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15290/stat : 15290 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917737784816 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15291] ppid=15273 vsize=27518732 memory=0 CPUtime=0.62 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) S 15273 15276 14389 0 -1 1077944384 1337 0 0 0 62 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917736712560 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=27518732 memory=0 CPUtime=0.63 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) S 15273 15276 14389 0 -1 1077944384 1007 0 0 0 63 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917735662992 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=27518732 memory=0 CPUtime=0.61 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) S 15273 15276 14389 0 -1 1077944384 2008 0 0 0 61 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917734612048 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=27518732 memory=0 CPUtime=0.72 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) S 15273 15276 14389 0 -1 1077944384 3454 0 0 0 71 1 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917733569232 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=27518732 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255312635 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 27518732 KiB
Current children cumulated memory: 262784 KiB

[startup+2.60068 s]
/proc/loadavg: 9.23 8.88 8.77 2/203 15301
/proc/meminfo: memFree=23788164/32770624 swapFree=67108500/67108860
[pid=15276] ppid=15273 vsize=27518732 memory=262784 CPUtime=5.12 cores=0-7
/proc/15276/stat : 15276 (java) S 15273 15276 14389 0 -1 1077944320 32881 0 0 0 497 15 0 0 20 0 18 0 255312629 28179181568 65696 33554432000 4194304 4196468 140723142519968 140723142502512 139919535730423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
/proc/15276/statm: 6879683 65696 3589 1 0 6841234 0
[pid=15276/tid=15278] ppid=15273 vsize=27518732 memory=7957689449132282197 CPUtime=1.95 cores=0-7
/proc/15276/task/15278/stat : 15278 (java) D 15273 15276 14389 0 -1 4202560 21066 0 0 0 188 7 0 0 20 0 18 0 255312629 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919539973432 139919528416055 0 0 0 16800975 18446744072100379781 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15279] ppid=15273 vsize=27518732 memory=7957689449132282197 CPUtime=0.01 cores=0-7
/proc/15276/task/15279/stat : 15279 (java) S 15273 15276 14389 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919094053520 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15280] ppid=15273 vsize=27518732 memory=7588671304909280615 CPUtime=0 cores=0-7
/proc/15276/task/15280/stat : 15280 (java) S 15273 15276 14389 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919093000720 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15281] ppid=15273 vsize=27518732 memory=7666642162610168660 CPUtime=0.01 cores=0-7
/proc/15276/task/15281/stat : 15281 (java) S 15273 15276 14389 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919091947920 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15282] ppid=15273 vsize=27518732 memory=7085400721015661161 CPUtime=0 cores=0-7
/proc/15276/task/15282/stat : 15282 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919090895120 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15283] ppid=15273 vsize=27518732 memory=7316803075424543371 CPUtime=0.01 cores=0-7
/proc/15276/task/15283/stat : 15283 (java) S 15273 15276 14389 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919089843344 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15284] ppid=15273 vsize=27518732 memory=-7522837583045875833 CPUtime=0.01 cores=0-7
/proc/15276/task/15284/stat : 15284 (java) S 15273 15276 14389 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919088790544 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15285] ppid=15273 vsize=27518732 memory=6944656592455360608 CPUtime=0.01 cores=0-7
/proc/15276/task/15285/stat : 15285 (java) S 15273 15276 14389 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919087737744 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15286] ppid=15273 vsize=27518732 memory=4137287014106042739 CPUtime=0.01 cores=0-7
/proc/15276/task/15286/stat : 15286 (java) S 15273 15276 14389 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 18 0 255312630 28179181568 65696 33554432000 4194304 4196468 140723142519968 139919086684944 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15288] ppid=15273 vsize=27518732 memory=1414353297708861353 CPUtime=0 cores=0-7
/proc/15276/task/15288/stat : 15288 (java) S 15273 15276 14389 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 255312632 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917739889760 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15289] ppid=15273 vsize=27518732 memory=-5587106306044206369 CPUtime=0 cores=0-7
/proc/15276/task/15289/stat : 15289 (java) S 15273 15276 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 18 0 255312632 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917738836864 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15290] ppid=15273 vsize=27518732 memory=6943487855420614559 CPUtime=0 cores=0-7
/proc/15276/task/15290/stat : 15290 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917737784816 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15291] ppid=15273 vsize=27518732 memory=6791534058613427641 CPUtime=0.62 cores=0-7
/proc/15276/task/15291/stat : 15291 (java) S 15273 15276 14389 0 -1 1077944384 1337 0 0 0 62 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917736712560 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15292] ppid=15273 vsize=27518732 memory=1229 CPUtime=0.63 cores=0-7
/proc/15276/task/15292/stat : 15292 (java) S 15273 15276 14389 0 -1 1077944384 1007 0 0 0 63 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917735662992 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15293] ppid=15273 vsize=27518732 memory=279413124316848 CPUtime=0.61 cores=0-7
/proc/15276/task/15293/stat : 15293 (java) S 15273 15276 14389 0 -1 1077944384 2008 0 0 0 61 0 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917734612048 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15294] ppid=15273 vsize=27518732 memory=288230621803970871 CPUtime=0.72 cores=0-7
/proc/15276/task/15294/stat : 15294 (java) S 15273 15276 14389 0 -1 1077944384 3454 0 0 0 71 1 0 0 20 0 18 0 255312634 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917733569232 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
[pid=15276/tid=15295] ppid=15273 vsize=27518732 memory=0 CPUtime=0 cores=0-7
/proc/15276/task/15295/stat : 15295 (java) S 15273 15276 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255312635 28179181568 65696 33554432000 4194304 4196468 140723142519968 139917732522592 139919535740629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12259328 140723142526029 140723142526213 140723142526213 140723142528975 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 27518732 KiB
Current children cumulated memory: 262784 KiB

Child status: 0
Real time (s): 2.67591
CPU time (s): 5.14258
CPU user time (s): 4.97102
CPU system time (s): 0.171567
CPU usage (%): 192.181
Max. virtual memory (cumulated for all children) (KiB): 27584268
Max. memory (cumulated for all children) (KiB): 262784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.97102
system time used= 0.171567
maximum resident set size= 263508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5037
involuntary context switches= 210


# summary of solver processes directly reported to runsolver:
#   pid: 15276
#   total CPU time (s): 5.14258
#   total CPU user time (s): 4.97102
#   total CPU system time (s): 0.171567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045153 second user time and 0.057194 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-16 01:58:14
IDJOB=4309025
IDBENCH=141345
IDSOLVER=2793
FILE ID=node104/4309025-1534377494
RUNJOBID= node104-1534372381-14416
PBS_JOBID= 21038285
Free space on /tmp= 44476 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-16_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-4309025-1534377494/watcher-4309025-1534377494 -o /tmp/evaluation-result-4309025-1534377494/solver-4309025-1534377494 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534372381-14416 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1684194787 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309025-1534377494.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=1684194787

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24030260 kB
MemAvailable:   31890748 kB
Buffers:          187284 kB
Cached:          7897776 kB
SwapCached:            4 kB
Active:          4022624 kB
Inactive:        4116808 kB
Active(anon):       5668 kB
Inactive(anon):   109520 kB
Active(file):    4016956 kB
Inactive(file):  4007288 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             36024 kB
Writeback:             4 kB
AnonPages:         61984 kB
Mapped:            55176 kB
Shmem:             57828 kB
Slab:             292836 kB
SReclaimable:     264704 kB
SUnreclaim:        28132 kB
KernelStack:        3264 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 44444 MiB
End job on node104 at 2018-08-16 01:58:17