Trace number 4309152

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 7.7949 3.41349

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-04-05_c18.xml
MD5SUM340365fb59c69c653973bf6f753c5e6c
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 benchmark3.5247
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints9
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":20}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":20}]
Minimum constraint arity4
Maximum constraint arity5
Distribution of constraint arities[{"arity":4,"count":5},{"arity":5,"count":4}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1337074316
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.63/0.99	c Parsing done, starting search...
7.45/2.86	s SATISFIABLE
7.45/2.86	v <instantiation>
7.45/2.86	v 	<list>
7.45/2.86	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4]
7.45/2.86	v 	</list>
7.45/2.86	v 	<values>
7.45/2.86	v 		25 4 24 21 0 24 20 25 20 5 6 17 4 19 0 14 8 17 14 13 
7.45/2.86	v 	</values>
7.45/2.86	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 (13006 MiB free)
  memory of node 1: 16384 MiB (13257 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309152-1534383027/watcher-4309152-1534383027 -o /tmp/evaluation-result-4309152-1534383027/solver-4309152-1534383027 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1534383027-4024 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1337074316 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309152-1534383027.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
Current StackSize limit: 8192 KiB

solver pid=4041, runsolver pid=4038

[startup+0.10016 s]*
/proc/loadavg: 9.21 8.90 8.81 3/199 4061
/proc/meminfo: memFree=26879256/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=26103420 memory=30076 CPUtime=0.11 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 6988 0 0 0 9 2 0 0 20 0 20 0 255865862 26729902080 7519 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6525855 7519 3138 1 0 6487932 0
[pid=4041/tid=4043] ppid=4038 vsize=26103420 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) R 4038 4041 3997 0 -1 4202560 5216 0 0 0 7 1 0 0 20 0 20 0 255865862 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160219095408 140160195168028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=26103420 memory=140366897161856 CPUtime=0 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 7717 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4052] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4052/stat : 4052 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 7717 33554432000 4194304 4196468 140730145652480 140158890408688 140160214903426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4053] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4053/stat : 4053 (java) S 4038 4041 3997 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158889354912 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4054] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4054/stat : 4054 (java) S 4038 4041 3997 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158888301808 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4055] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4055/stat : 4055 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158887250384 140160214910875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4056] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) S 4038 4041 3997 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158886197488 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158885144944 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158884091888 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) S 4038 4041 3997 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158883039344 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4061] ppid=4038 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/4041/task/4061/stat : 4061 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 7783 33554432000 4194304 4196468 140730145652480 140158880935088 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30076 KiB

[startup+0.21017 s]*
/proc/loadavg: 9.21 8.90 8.81 3/199 4061
/proc/meminfo: memFree=26866116/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=26103420 memory=43040 CPUtime=0.3 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 10424 0 0 0 27 3 0 0 20 0 20 0 255865862 26729902080 10760 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6525855 10760 3332 1 0 6487932 0
[pid=4041/tid=4043] ppid=4038 vsize=26103420 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) R 4038 4041 3997 0 -1 4202560 8174 0 0 0 18 2 0 0 20 0 20 0 255865862 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160219120624 140160198935909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=26103420 memory=13638 CPUtime=0 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=26103420 memory=140366898627013 CPUtime=0 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 10826 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4052] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4052/stat : 4052 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158890408688 140160214903426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4053] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4053/stat : 4053 (java) S 4038 4041 3997 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158889354912 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4054] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4054/stat : 4054 (java) S 4038 4041 3997 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158888301808 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4055] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4055/stat : 4055 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158887250384 140160214910875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4056] ppid=4038 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) R 4038 4041 3997 0 -1 4202560 406 0 0 0 1 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158886197488 140160200017658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) S 4038 4041 3997 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158885144944 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) S 4038 4041 3997 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158884091888 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) R 4038 4041 3997 0 -1 4202560 315 0 0 0 6 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158883033936 140160193847882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4061] ppid=4038 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/4041/task/4061/stat : 4061 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 10826 33554432000 4194304 4196468 140730145652480 140158880935088 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43040 KiB

[startup+0.310296 s]*
/proc/loadavg: 9.21 8.90 8.81 3/199 4061
/proc/meminfo: memFree=26862580/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=26103420 memory=47092 CPUtime=0.43 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 10872 0 0 0 40 3 0 0 20 0 20 0 255865862 26729902080 11773 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6525855 11773 3414 1 0 6487932 0
[pid=4041/tid=4043] ppid=4038 vsize=26103420 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) R 4038 4041 3997 0 -1 4202560 8522 0 0 0 27 2 0 0 20 0 20 0 255865862 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160219102000 140160196265728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=26103420 memory=140366779088047 CPUtime=0 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=26103420 memory=140366779090352 CPUtime=0 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=26103420 memory=140366779092656 CPUtime=0 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26729902080 11773 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4052] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4052/stat : 4052 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158890408688 140160214903426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4053] ppid=4038 vsize=26103420 memory=280733558194576 CPUtime=0 cores=0-7
/proc/4041/task/4053/stat : 4053 (java) S 4038 4041 3997 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158889354912 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4054] ppid=4038 vsize=26103420 memory=280733558135856 CPUtime=0 cores=0-7
/proc/4041/task/4054/stat : 4054 (java) S 4038 4041 3997 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255865865 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158888301808 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4055] ppid=4038 vsize=26103420 memory=280733558208400 CPUtime=0 cores=0-7
/proc/4041/task/4055/stat : 4055 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158887250384 140160214910875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4056] ppid=4038 vsize=26103420 memory=280733558215312 CPUtime=0.01 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) S 4038 4041 3997 0 -1 1077944384 412 0 0 0 1 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158886197488 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=26103420 memory=280733558213008 CPUtime=0.01 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) S 4038 4041 3997 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158885144944 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=26103420 memory=280733558229136 CPUtime=0.01 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) S 4038 4041 3997 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158884091888 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=26103420 memory=280733558226832 CPUtime=0.07 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) S 4038 4041 3997 0 -1 1077944384 331 0 0 0 7 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158883039344 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4061] ppid=4038 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/4041/task/4061/stat : 4061 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26729902080 11773 33554432000 4194304 4196468 140730145652480 140158880935088 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47092 KiB

[startup+0.700911 s]
/proc/loadavg: 9.21 8.90 8.81 3/199 4061
/proc/meminfo: memFree=26838644/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=26105488 memory=87468 CPUtime=0.99 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 17798 0 0 0 95 4 0 0 20 0 20 0 255865862 26732019712 21867 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6526372 21867 3487 1 0 6488444 0
[pid=4041/tid=4043] ppid=4038 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) R 4038 4041 3997 0 -1 4202560 15017 0 0 0 64 3 0 0 20 0 20 0 255865862 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160219123792 140160214914205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=26105488 memory=2241 CPUtime=0 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=26105488 memory=2244 CPUtime=0 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=26105488 memory=1060 CPUtime=0 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=26105488 memory=5836 CPUtime=0 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=26105488 memory=3304 CPUtime=0 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=26105488 memory=1260 CPUtime=0 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=26105488 memory=14872 CPUtime=0 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865863 26732019712 21867 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4052] ppid=4038 vsize=26105488 memory=3296 CPUtime=0 cores=0-7
/proc/4041/task/4052/stat : 4052 (java) S 4038 4041 3997 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255865865 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158890408688 140160214903426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0

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

[pid=4041/tid=4056] ppid=4038 vsize=26105488 memory=1616 CPUtime=0.07 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) S 4038 4041 3997 0 -1 1077944384 578 0 0 0 7 0 0 0 20 0 20 0 255865868 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158886197488 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=26105488 memory=752 CPUtime=0.03 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) S 4038 4041 3997 0 -1 1077944384 185 0 0 0 3 0 0 0 20 0 20 0 255865868 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158885144944 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=26105488 memory=836 CPUtime=0.04 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) S 4038 4041 3997 0 -1 1077944384 203 0 0 0 4 0 0 0 20 0 20 0 255865868 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158884091888 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=26105488 memory=1084 CPUtime=0.14 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) S 4038 4041 3997 0 -1 1077944384 432 0 0 0 14 0 0 0 20 0 20 0 255865868 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158883039344 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=26105488 memory=1600 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4061] ppid=4038 vsize=26105488 memory=7952 CPUtime=0 cores=0-7
/proc/4041/task/4061/stat : 4061 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26732019712 21867 33554432000 4194304 4196468 140730145652480 140158880935088 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 26105488 KiB
Current children cumulated memory: 87468 KiB

[startup+1.50094 s]
/proc/loadavg: 9.21 8.90 8.81 5/199 4061
/proc/meminfo: memFree=26769956/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=26111632 memory=236816 CPUtime=3.34 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 25579 0 0 0 322 12 0 0 20 0 20 0 255865862 26738311168 59204 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6527908 59204 3572 1 0 6489980 0
[pid=4041/tid=4043] ppid=4038 vsize=26111632 memory=1208 CPUtime=1.45 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) R 4038 4041 3997 0 -1 4202560 18619 0 0 0 139 6 0 0 20 0 20 0 255865862 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160219124104 140160214913626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=26111632 memory=108 CPUtime=0 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=26111632 memory=1 CPUtime=0 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=26111632 memory=1 CPUtime=0 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 255865863 26738311168 59204 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4052] ppid=4038 vsize=26111632 memory=280733558776640 CPUtime=0 cores=0-7
/proc/4041/task/4052/stat : 4052 (java) S 4038 4041 3997 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 20 0 255865865 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158890408688 140160214903426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4053] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4053/stat : 4053 (java) S 4038 4041 3997 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 255865865 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158889354976 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4054] ppid=4038 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4054/stat : 4054 (java) S 4038 4041 3997 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 255865865 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158888301824 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4055] ppid=4038 vsize=26111632 memory=1060 CPUtime=0 cores=0-7
/proc/4041/task/4055/stat : 4055 (java) S 4038 4041 3997 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158887250384 140160214910875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4056] ppid=4038 vsize=26111632 memory=5836 CPUtime=0.48 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) R 4038 4041 3997 0 -1 4202560 1518 0 0 0 48 0 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158886185248 140160193283490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=26111632 memory=3304 CPUtime=0.41 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) R 4038 4041 3997 0 -1 4202560 965 0 0 0 41 0 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158885144944 140160201043961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=26111632 memory=1260 CPUtime=0.41 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) R 4038 4041 3997 0 -1 4202560 658 0 0 0 41 0 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158884082496 140160198378293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=26111632 memory=14872 CPUtime=0.48 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) R 4038 4041 3997 0 -1 4202560 1921 0 0 0 47 1 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158883033992 140160200031837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=26111632 memory=3296 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4061] ppid=4038 vsize=26111632 memory=140371192129151 CPUtime=0 cores=0-7
/proc/4041/task/4061/stat : 4061 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255865868 26738311168 59204 33554432000 4194304 4196468 140730145652480 140158880935088 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 3.34 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 236816 KiB

[startup+3.10967 s]
/proc/loadavg: 9.21 8.90 8.81 1/197 4086
/proc/meminfo: memFree=26461604/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=27650832 memory=432120 CPUtime=7.77 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 41036 0 0 0 742 35 0 0 20 0 18 0 255865862 28314451968 108030 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6912708 108030 3608 1 0 6874259 0
[pid=4041/tid=4043] ppid=4038 vsize=27650832 memory=78 CPUtime=2.52 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) D 4038 4041 3997 0 -1 4202560 23066 0 0 0 245 7 0 0 20 0 18 0 255865862 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160219135288 140160207577911 0 0 0 16800975 18446744072100379781 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=27650832 memory=68 CPUtime=0.05 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=27650832 memory=5 CPUtime=0.04 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 51 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=27650832 memory=5 CPUtime=0.04 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 58 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=27650832 memory=5 CPUtime=0.04 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 68 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=27650832 memory=4 CPUtime=0.05 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 129 0 0 0 4 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=27650832 memory=0 CPUtime=0.05 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 234 0 0 0 3 2 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=27650832 memory=140368121168320 CPUtime=0.05 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 72 0 0 0 4 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=27650832 memory=140368121168322 CPUtime=0.04 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 61 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4053] ppid=4038 vsize=27650832 memory=140368121168418 CPUtime=0 cores=0-7
/proc/4041/task/4053/stat : 4053 (java) S 4038 4041 3997 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 18 0 255865865 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158889354976 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4054] ppid=4038 vsize=27650832 memory=280733558320512 CPUtime=0 cores=0-7
/proc/4041/task/4054/stat : 4054 (java) S 4038 4041 3997 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 255865865 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158888301824 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4055] ppid=4038 vsize=27650832 memory=-7028383565733675155 CPUtime=0 cores=0-7
/proc/4041/task/4055/stat : 4055 (java) S 4038 4041 3997 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158887250032 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4056] ppid=4038 vsize=27650832 memory=8514726395715218844 CPUtime=1.01 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) S 4038 4041 3997 0 -1 1077944384 3089 0 0 0 100 1 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158886197488 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=27650832 memory=-5874771483550381248 CPUtime=0.92 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) S 4038 4041 3997 0 -1 1077944384 3230 0 0 0 92 0 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158885144944 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=27650832 memory=280733557986304 CPUtime=0.96 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) S 4038 4041 3997 0 -1 1077944384 2325 0 0 0 95 1 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158884070928 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=27650832 memory=0 CPUtime=0.83 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) S 4038 4041 3997 0 -1 1077944384 4163 0 0 0 81 2 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158883039344 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 27650832 KiB
Current children cumulated memory: 432120 KiB

[startup+3.41344 s]
# the end of solver process 4041 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.43009 s, system=0.364816 s

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

[startup+3.10967 s]
/proc/loadavg: 9.21 8.90 8.81 1/197 4086
/proc/meminfo: memFree=26461604/32770624 swapFree=67108804/67108860
[pid=4041] ppid=4038 vsize=27650832 memory=432120 CPUtime=7.77 cores=0-7
/proc/4041/stat : 4041 (java) S 4038 4041 3997 0 -1 1077944320 41036 0 0 0 742 35 0 0 20 0 18 0 255865862 28314451968 108030 33554432000 4194304 4196468 140730145652480 140730145635024 140160214892279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
/proc/4041/statm: 6912708 108030 3608 1 0 6874259 0
[pid=4041/tid=4043] ppid=4038 vsize=27650832 memory=78 CPUtime=2.52 cores=0-7
/proc/4041/task/4043/stat : 4043 (java) D 4038 4041 3997 0 -1 4202560 23066 0 0 0 245 7 0 0 20 0 18 0 255865862 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160219135288 140160207577911 0 0 0 16800975 18446744072100379781 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4044] ppid=4038 vsize=27650832 memory=68 CPUtime=0.05 cores=0-7
/proc/4041/task/4044/stat : 4044 (java) S 4038 4041 3997 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160167513104 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4045] ppid=4038 vsize=27650832 memory=5 CPUtime=0.04 cores=0-7
/proc/4041/task/4045/stat : 4045 (java) S 4038 4041 3997 0 -1 1077944384 51 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160166460560 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4046] ppid=4038 vsize=27650832 memory=5 CPUtime=0.04 cores=0-7
/proc/4041/task/4046/stat : 4046 (java) S 4038 4041 3997 0 -1 1077944384 58 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160165407504 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4047] ppid=4038 vsize=27650832 memory=5 CPUtime=0.04 cores=0-7
/proc/4041/task/4047/stat : 4047 (java) S 4038 4041 3997 0 -1 1077944384 68 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160164354960 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4048] ppid=4038 vsize=27650832 memory=4 CPUtime=0.05 cores=0-7
/proc/4041/task/4048/stat : 4048 (java) S 4038 4041 3997 0 -1 1077944384 129 0 0 0 4 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160163301904 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4049] ppid=4038 vsize=27650832 memory=0 CPUtime=0.05 cores=0-7
/proc/4041/task/4049/stat : 4049 (java) S 4038 4041 3997 0 -1 1077944384 234 0 0 0 3 2 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160162249360 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4050] ppid=4038 vsize=27650832 memory=140368121168320 CPUtime=0.05 cores=0-7
/proc/4041/task/4050/stat : 4050 (java) S 4038 4041 3997 0 -1 1077944384 72 0 0 0 4 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160161196304 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4051] ppid=4038 vsize=27650832 memory=140368121168322 CPUtime=0.04 cores=0-7
/proc/4041/task/4051/stat : 4051 (java) S 4038 4041 3997 0 -1 1077944384 61 0 0 0 3 1 0 0 20 0 18 0 255865863 28314451968 108030 33554432000 4194304 4196468 140730145652480 140160160143760 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4053] ppid=4038 vsize=27650832 memory=140368121168418 CPUtime=0 cores=0-7
/proc/4041/task/4053/stat : 4053 (java) S 4038 4041 3997 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 18 0 255865865 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158889354976 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4054] ppid=4038 vsize=27650832 memory=280733558320512 CPUtime=0 cores=0-7
/proc/4041/task/4054/stat : 4054 (java) S 4038 4041 3997 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 255865865 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158888301824 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4055] ppid=4038 vsize=27650832 memory=-7028383565733675155 CPUtime=0 cores=0-7
/proc/4041/task/4055/stat : 4055 (java) S 4038 4041 3997 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158887250032 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4056] ppid=4038 vsize=27650832 memory=8514726395715218844 CPUtime=1.01 cores=0-7
/proc/4041/task/4056/stat : 4056 (java) S 4038 4041 3997 0 -1 1077944384 3089 0 0 0 100 1 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158886197488 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4057] ppid=4038 vsize=27650832 memory=-5874771483550381248 CPUtime=0.92 cores=0-7
/proc/4041/task/4057/stat : 4057 (java) S 4038 4041 3997 0 -1 1077944384 3230 0 0 0 92 0 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158885144944 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4058] ppid=4038 vsize=27650832 memory=280733557986304 CPUtime=0.96 cores=0-7
/proc/4041/task/4058/stat : 4058 (java) S 4038 4041 3997 0 -1 1077944384 2325 0 0 0 95 1 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158884070928 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4059] ppid=4038 vsize=27650832 memory=0 CPUtime=0.83 cores=0-7
/proc/4041/task/4059/stat : 4059 (java) S 4038 4041 3997 0 -1 1077944384 4163 0 0 0 81 2 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158883039344 140160214903426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
[pid=4041/tid=4060] ppid=4038 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/4041/task/4060/stat : 4060 (java) S 4038 4041 3997 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 255865868 28314451968 108030 33554432000 4194304 4196468 140730145652480 140158881987552 140160214902485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140730145657933 140730145658117 140730145658117 140730145660879 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 27650832 KiB
Current children cumulated memory: 432120 KiB

Child status: 0
Real time (s): 3.41349
CPU time (s): 7.7949
CPU user time (s): 7.43009
CPU system time (s): 0.364816
CPU usage (%): 228.356
Max. virtual memory (cumulated for all children) (KiB): 27650832
Max. memory (cumulated for all children) (KiB): 432120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.43009
system time used= 0.364816
maximum resident set size= 432756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41052
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= 5519
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 4041
#   total CPU time (s): 7.7949
#   total CPU user time (s): 7.43009
#   total CPU system time (s): 0.364816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041838 second user time and 0.075892 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-16 03:30:27
IDJOB=4309152
IDBENCH=141437
IDSOLVER=2793
FILE ID=node105/4309152-1534383027
RUNJOBID= node105-1534383027-4024
PBS_JOBID= 21038306
Free space on /tmp= 49280 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-04-05_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-4309152-1534383027/watcher-4309152-1534383027 -o /tmp/evaluation-result-4309152-1534383027/solver-4309152-1534383027 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1534383027-4024 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1337074316 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309152-1534383027.xml

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

MD5SUM BENCH= 340365fb59c69c653973bf6f753c5e6c
RANDOM SEED=1337074316

node105.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.32
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.32
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.32
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.32
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:        26894756 kB
MemAvailable:   31892260 kB
Buffers:          232048 kB
Cached:          5017800 kB
SwapCached:           16 kB
Active:          2289020 kB
Inactive:        3012828 kB
Active(anon):       4192 kB
Inactive(anon):   108680 kB
Active(file):    2284828 kB
Inactive(file):  2904148 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             36164 kB
Writeback:             0 kB
AnonPages:         59440 kB
Mapped:            54824 kB
Shmem:             57972 kB
Slab:             265648 kB
SReclaimable:     236988 kB
SUnreclaim:        28660 kB
KernelStack:        3184 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357512 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:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 49244 MiB
End job on node105 at 2018-08-16 03:30:30