Trace number 4309153

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 12.4489 4.00526

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-05-06_c18.xml
MD5SUM81d4059c2b76389bba6ef17dee6cb29a
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 benchmark6.39052
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity5
Maximum constraint arity6
Distribution of constraint arities[{"arity":5,"count":6},{"arity":6,"count":5}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1910164105
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.97/1.07	c Parsing done, starting search...
11.97/3.97	s SATISFIABLE
11.97/3.97	v <instantiation>
11.97/3.97	v 	<list>
11.97/3.97	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5]
11.97/3.97	v 	</list>
11.97/3.97	v 	<values>
11.97/3.97	v 		25 17 0 12 13 0 1 14 13 11 4 25 14 0 3 8 21 0 16 24 17 10 0 13 8 13 14 20 8 4 
11.97/3.97	v 	</values>
11.97/3.97	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 (14446 MiB free)
  memory of node 1: 16384 MiB (13560 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309153-1534383071/watcher-4309153-1534383071 -o /tmp/evaluation-result-4309153-1534383071/solver-4309153-1534383071 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1534383071-390 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1910164105 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309153-1534383071.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=407, runsolver pid=404

[startup+0.100151 s]*
/proc/loadavg: 8.14 8.61 8.70 2/199 428
/proc/meminfo: memFree=28663664/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=26103420 memory=29732 CPUtime=0.1 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 6909 0 0 0 9 1 0 0 20 0 20 0 255870263 26729902080 7433 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6525855 7433 3135 1 0 6487932 0
[pid=407/tid=409] ppid=404 vsize=26103420 memory=8318255677412212789 CPUtime=0.09 cores=0-7
/proc/407/task/409/stat : 409 (java) R 404 407 363 0 -1 4202560 5541 0 0 0 8 1 0 0 20 0 20 0 255870264 26729902080 8027 33554432000 4194304 4196468 140724338138272 140290003951984 140289980024576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=26103420 memory=342 CPUtime=0 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8027 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=26103420 memory=140345724410699 CPUtime=0 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8027 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8027 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8027 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8027 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8027 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8093 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 8093 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255870266 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=420] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/420/stat : 420 (java) S 404 407 363 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255870267 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288203383712 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=421] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/421/stat : 421 (java) S 404 407 363 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255870267 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288202331120 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=422] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/422/stat : 422 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288201279696 140289999767451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=423] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/423/stat : 423 (java) S 404 407 363 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288200227312 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=424] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/424/stat : 424 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288199174768 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=425] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/425/stat : 425 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288198122224 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=426] ppid=404 vsize=26103420 memory=-1 CPUtime=0.01 cores=0-7
/proc/407/task/426/stat : 426 (java) S 404 407 363 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 255870269 26729902080 8093 33554432000 4194304 4196468 140724338138272 140288197069680 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=427] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/427/stat : 427 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 8101 33554432000 4194304 4196468 140724338138272 140288196016352 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=428] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/428/stat : 428 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870270 26729902080 8101 33554432000 4194304 4196468 140724338138272 140287887104432 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29732 KiB

[startup+0.21005 s]*
/proc/loadavg: 8.14 8.61 8.70 3/199 428
/proc/meminfo: memFree=28650276/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=26103420 memory=43316 CPUtime=0.29 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 10484 0 0 0 27 2 0 0 20 0 20 0 255870263 26729902080 10829 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6525855 10829 3356 1 0 6487932 0
[pid=407/tid=409] ppid=404 vsize=26103420 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/407/task/409/stat : 409 (java) R 404 407 363 0 -1 4202560 8277 0 0 0 19 1 0 0 20 0 20 0 255870264 26729902080 10829 33554432000 4194304 4196468 140724338138272 140290003977472 140289999770781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=26103420 memory=342 CPUtime=0 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=26103420 memory=140345724410699 CPUtime=0 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 10829 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255870266 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=420] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/420/stat : 420 (java) S 404 407 363 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255870267 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288203383712 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=421] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/421/stat : 421 (java) S 404 407 363 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255870267 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288202331120 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=422] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/422/stat : 422 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288201279696 140289999767451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=423] ppid=404 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/407/task/423/stat : 423 (java) S 404 407 363 0 -1 1077944384 325 0 0 0 1 0 0 0 20 0 20 0 255870269 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288200227312 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=424] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/424/stat : 424 (java) S 404 407 363 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288199174768 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=425] ppid=404 vsize=26103420 memory=-1 CPUtime=0.01 cores=0-7
/proc/407/task/425/stat : 425 (java) S 404 407 363 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 20 0 255870269 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288198122224 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=426] ppid=404 vsize=26103420 memory=-1 CPUtime=0.06 cores=0-7
/proc/407/task/426/stat : 426 (java) R 404 407 363 0 -1 4202560 295 0 0 0 6 0 0 0 20 0 20 0 255870269 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288197065360 140289978553183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=427] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/427/stat : 427 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 10829 33554432000 4194304 4196468 140724338138272 140288196016352 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=428] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/428/stat : 428 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870270 26729902080 10829 33554432000 4194304 4196468 140724338138272 140287887104432 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43316 KiB

[startup+0.310419 s]*
/proc/loadavg: 8.14 8.61 8.70 2/199 428
/proc/meminfo: memFree=28646912/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=26103420 memory=46868 CPUtime=0.42 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 10917 0 0 0 40 2 0 0 20 0 20 0 255870263 26729902080 11717 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6525855 11717 3385 1 0 6487932 0
[pid=407/tid=409] ppid=404 vsize=26103420 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/407/task/409/stat : 409 (java) R 404 407 363 0 -1 4202560 8613 0 0 0 29 1 0 0 20 0 20 0 255870264 26729902080 11717 33554432000 4194304 4196468 140724338138272 140290003910592 140289980025716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=26103420 memory=140345724380800 CPUtime=0 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=26103420 memory=2240 CPUtime=0 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=26103420 memory=2241 CPUtime=0 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=26103420 memory=280691145383456 CPUtime=0 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26729902080 11717 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255870266 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=420] ppid=404 vsize=26103420 memory=716 CPUtime=0 cores=0-7
/proc/407/task/420/stat : 420 (java) S 404 407 363 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255870267 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288203383712 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=421] ppid=404 vsize=26103420 memory=148 CPUtime=0 cores=0-7
/proc/407/task/421/stat : 421 (java) S 404 407 363 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255870267 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288202331120 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=422] ppid=404 vsize=26103420 memory=1 CPUtime=0 cores=0-7
/proc/407/task/422/stat : 422 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288201279696 140289999767451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=423] ppid=404 vsize=26103420 memory=425 CPUtime=0.01 cores=0-7
/proc/407/task/423/stat : 423 (java) S 404 407 363 0 -1 1077944384 325 0 0 0 1 0 0 0 20 0 20 0 255870269 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288200227312 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=424] ppid=404 vsize=26103420 memory=200 CPUtime=0.01 cores=0-7
/proc/407/task/424/stat : 424 (java) S 404 407 363 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 255870269 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288199174768 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=425] ppid=404 vsize=26103420 memory=44380 CPUtime=0.01 cores=0-7
/proc/407/task/425/stat : 425 (java) S 404 407 363 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 255870269 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288198122224 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=426] ppid=404 vsize=26103420 memory=1 CPUtime=0.07 cores=0-7
/proc/407/task/426/stat : 426 (java) S 404 407 363 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 20 0 255870269 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288197069680 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=427] ppid=404 vsize=26103420 memory=2319389203461316656 CPUtime=0 cores=0-7
/proc/407/task/427/stat : 427 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870269 26729902080 11717 33554432000 4194304 4196468 140724338138272 140288196016352 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=428] ppid=404 vsize=26103420 memory=3472895575524712495 CPUtime=0 cores=0-7
/proc/407/task/428/stat : 428 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870270 26729902080 11717 33554432000 4194304 4196468 140724338138272 140287887104432 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46868 KiB

[startup+0.700913 s]
/proc/loadavg: 8.14 8.61 8.70 2/199 428
/proc/meminfo: memFree=28622728/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=26105488 memory=87644 CPUtime=0.99 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 17850 0 0 0 94 5 0 0 20 0 20 0 255870263 26732019712 21911 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6526372 21911 3500 1 0 6488444 0
[pid=407/tid=409] ppid=404 vsize=26105488 memory=3632 CPUtime=0.67 cores=0-7
/proc/407/task/409/stat : 409 (java) R 404 407 363 0 -1 4202560 15060 0 0 0 64 3 0 0 20 0 20 0 255870264 26732019712 21911 33554432000 4194304 4196468 140724338138272 140290003963968 140289999770781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=26105488 memory=1696 CPUtime=0 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=26105488 memory=920 CPUtime=0 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=26105488 memory=280691145580912 CPUtime=0 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=26105488 memory=140345572893536 CPUtime=0 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=26105488 memory=796 CPUtime=0 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255870265 26732019712 21911 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=26105488 memory=1592 CPUtime=0 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255870266 26732019712 21911 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0

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

# cumulated CPU time of all completed processes:  user=11.1307 s, system=1.31824 s

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

[startup+3.43147 s]
/proc/loadavg: 8.14 8.61 8.70 4/201 430
/proc/meminfo: memFree=28380236/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=27049672 memory=487132 CPUtime=8.61 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 40156 0 0 0 800 61 0 0 20 0 34 0 255870263 27698864128 121783 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6762418 121783 3601 1 0 6724490 0
[pid=407/tid=409] ppid=404 vsize=27049672 memory=-4051592751533505334 CPUtime=3.06 cores=0-7
/proc/407/task/409/stat : 409 (java) S 404 407 363 0 -1 1077944384 22050 0 0 0 299 7 0 0 20 0 34 0 255870264 27698864128 121783 33554432000 4194304 4196468 140724338138272 140290003985984 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=27049672 memory=7752549240514114323 CPUtime=0.1 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 182 0 0 0 6 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=27049672 memory=-9001734000804784231 CPUtime=0.11 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 154 0 0 0 7 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=27049672 memory=-4266093328290194108 CPUtime=0.11 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 304 0 0 0 7 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=27049672 memory=-5874771483550381248 CPUtime=0.11 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 120 0 0 0 7 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=27049672 memory=6947385649911455296 CPUtime=0.11 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 132 0 0 0 7 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=27049672 memory=5724 CPUtime=0.1 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 138 0 0 0 6 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=27049672 memory=14768 CPUtime=0.11 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 163 0 0 0 6 5 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=27049672 memory=43108 CPUtime=0.11 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 101 0 0 0 7 4 0 0 20 0 34 0 255870265 27698864128 121783 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=27049672 memory=15108 CPUtime=0.02 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 1477 0 0 0 2 0 0 0 20 0 34 0 255870266 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=420] ppid=404 vsize=27049672 memory=3152 CPUtime=0 cores=0-7
/proc/407/task/420/stat : 420 (java) S 404 407 363 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 255870267 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288203383776 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=421] ppid=404 vsize=27049672 memory=496 CPUtime=0 cores=0-7
/proc/407/task/421/stat : 421 (java) S 404 407 363 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 34 0 255870267 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288202331136 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=422] ppid=404 vsize=27049672 memory=1600 CPUtime=0 cores=0-7
/proc/407/task/422/stat : 422 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 255870269 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288201279696 140289999767451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=423] ppid=404 vsize=27049672 memory=17828 CPUtime=0.85 cores=0-7
/proc/407/task/423/stat : 423 (java) R 404 407 363 0 -1 4202560 3293 0 0 0 83 2 0 0 20 0 34 0 255870269 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288200208880 140289983245639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=424] ppid=404 vsize=27049672 memory=0 CPUtime=0.8 cores=0-7
/proc/407/task/424/stat : 424 (java) R 404 407 363 0 -1 1077944384 2642 0 0 0 79 1 0 0 20 0 34 0 255870269 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288199159312 140289999759061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=425] ppid=404 vsize=27049672 memory=0 CPUtime=0.88 cores=0-7
/proc/407/task/425/stat : 425 (java) R 404 407 363 0 -1 4202560 2733 0 0 0 87 1 0 0 20 0 34 0 255870269 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288198122520 140289984140999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=426] ppid=404 vsize=27049672 memory=0 CPUtime=0.84 cores=0-7
/proc/407/task/426/stat : 426 (java) R 404 407 363 0 -1 1077944384 4595 0 0 0 82 2 0 0 20 0 34 0 255870269 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288197069680 140289999760002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=427] ppid=404 vsize=27049672 memory=3632 CPUtime=0 cores=0-7
/proc/407/task/427/stat : 427 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 255870269 27698864128 121783 33554432000 4194304 4196468 140724338138272 140288196016352 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=428] ppid=404 vsize=27049672 memory=1696 CPUtime=0 cores=0-7
/proc/407/task/428/stat : 428 (java) R 404 407 363 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 34 0 255870270 27698864128 121783 33554432000 4194304 4196468 140724338138272 140287887104432 140289999760002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=429] ppid=404 vsize=27049672 memory=920 CPUtime=0 cores=0-7
/proc/407/task/429/stat : 429 (java) S 404 407 363 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 34 0 255870536 27698864128 121783 33554432000 4194304 4196468 140724338138272 140287875760896 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=430] ppid=404 vsize=27049672 memory=3904 CPUtime=0 cores=0-7
/proc/407/task/430/stat : 430 (java) S 404 407 363 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 255870553 27698864128 121783 33554432000 4194304 4196468 140724338138272 140287872611280 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
Current children cumulated CPU time: 8.61 s
Current children cumulated vsize: 27049672 KiB
Current children cumulated memory: 487132 KiB

[startup+3.80089 s]
/proc/loadavg: 8.14 8.61 8.70 4/201 430
/proc/meminfo: memFree=28380236/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=27049672 memory=845576 CPUtime=11.41 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 41690 0 0 0 1013 128 0 0 20 0 34 0 255870263 27698864128 211394 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6762418 211394 3609 1 0 6724490 0
[pid=407/tid=409] ppid=404 vsize=27049672 memory=0 CPUtime=3.06 cores=0-7
/proc/407/task/409/stat : 409 (java) S 404 407 363 0 -1 1077944384 22050 0 0 0 299 7 0 0 20 0 34 0 255870264 27698864128 211394 33554432000 4194304 4196468 140724338138272 140290003985984 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=27049672 memory=4580 CPUtime=0.26 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 311 0 0 0 15 11 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=27049672 memory=0 CPUtime=0.28 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 283 0 0 0 16 12 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=27049672 memory=0 CPUtime=0.28 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 442 0 0 0 16 12 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=27049672 memory=0 CPUtime=0.28 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 256 0 0 0 16 12 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=27049672 memory=932 CPUtime=0.28 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 261 0 0 0 16 12 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=27049672 memory=1728 CPUtime=0.28 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 314 0 0 0 16 12 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=27049672 memory=2241 CPUtime=0.28 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 299 0 0 0 15 13 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=27049672 memory=2244 CPUtime=0.28 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 280 0 0 0 16 12 0 0 20 0 34 0 255870265 27698864128 211394 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=27049672 memory=6656426216303648864 CPUtime=0.03 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 1719 0 0 0 3 0 0 0 20 0 34 0 255870266 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=420] ppid=404 vsize=27049672 memory=6223009969447407558 CPUtime=0 cores=0-7
/proc/407/task/420/stat : 420 (java) S 404 407 363 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 34 0 255870267 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288203383776 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=421] ppid=404 vsize=27049672 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/407/task/421/stat : 421 (java) S 404 407 363 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 34 0 255870267 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288202331136 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=422] ppid=404 vsize=27049672 memory=-7655404311101385754 CPUtime=0 cores=0-7
/proc/407/task/422/stat : 422 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 255870269 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288201279696 140289999767451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=423] ppid=404 vsize=27049672 memory=-8820979915922421270 CPUtime=0.87 cores=0-7
/proc/407/task/423/stat : 423 (java) S 404 407 363 0 -1 1077944384 3300 0 0 0 85 2 0 0 20 0 34 0 255870269 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288200227312 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=424] ppid=404 vsize=27049672 memory=6162965377242731670 CPUtime=0.82 cores=0-7
/proc/407/task/424/stat : 424 (java) S 404 407 363 0 -1 1077944384 2645 0 0 0 81 1 0 0 20 0 34 0 255870269 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288199174768 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=425] ppid=404 vsize=27049672 memory=7661898676177512841 CPUtime=0.88 cores=0-7
/proc/407/task/425/stat : 425 (java) S 404 407 363 0 -1 1077944384 2739 0 0 0 87 1 0 0 20 0 34 0 255870269 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288198122224 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=426] ppid=404 vsize=27049672 memory=3632 CPUtime=0.86 cores=0-7
/proc/407/task/426/stat : 426 (java) S 404 407 363 0 -1 1077944384 4608 0 0 0 84 2 0 0 20 0 34 0 255870269 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288197069680 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=427] ppid=404 vsize=27049672 memory=1696 CPUtime=0 cores=0-7
/proc/407/task/427/stat : 427 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 255870269 27698864128 211394 33554432000 4194304 4196468 140724338138272 140288196016352 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=428] ppid=404 vsize=27049672 memory=920 CPUtime=0 cores=0-7
/proc/407/task/428/stat : 428 (java) S 404 407 363 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 34 0 255870270 27698864128 211394 33554432000 4194304 4196468 140724338138272 140287887104432 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=429] ppid=404 vsize=27049672 memory=3904 CPUtime=0 cores=0-7
/proc/407/task/429/stat : 429 (java) S 404 407 363 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 34 0 255870536 27698864128 211394 33554432000 4194304 4196468 140724338138272 140287875760896 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=430] ppid=404 vsize=27049672 memory=1408 CPUtime=0 cores=0-7
/proc/407/task/430/stat : 430 (java) S 404 407 363 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 255870553 27698864128 211394 33554432000 4194304 4196468 140724338138272 140287872611280 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
Current children cumulated CPU time: 11.41 s
Current children cumulated vsize: 27049672 KiB
Current children cumulated memory: 845576 KiB

[startup+3.90511 s]
/proc/loadavg: 8.14 8.61 8.70 4/201 430
/proc/meminfo: memFree=28380236/32770624 swapFree=67108796/67108860
[pid=407] ppid=404 vsize=27052784 memory=847444 CPUtime=11.97 cores=0-7
/proc/407/stat : 407 (java) S 404 407 363 0 -1 1077944320 42152 0 0 0 1068 129 0 0 20 0 35 0 255870263 27702050816 211861 33554432000 4194304 4196468 140724338138272 140724338120816 140289999748855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
/proc/407/statm: 6763196 211861 3619 1 0 6724747 0
[pid=407/tid=409] ppid=404 vsize=27052784 memory=306 CPUtime=3.07 cores=0-7
/proc/407/task/409/stat : 409 (java) S 404 407 363 0 -1 1077944384 22066 0 0 0 300 7 0 0 20 0 35 0 255870264 27702050816 211861 33554432000 4194304 4196468 140724338138272 140290003986320 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=410] ppid=404 vsize=27052784 memory=12 CPUtime=0.26 cores=0-7
/proc/407/task/410/stat : 410 (java) S 404 407 363 0 -1 1077944384 311 0 0 0 15 11 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289952368912 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=411] ppid=404 vsize=27052784 memory=198276 CPUtime=0.28 cores=0-7
/proc/407/task/411/stat : 411 (java) S 404 407 363 0 -1 1077944384 283 0 0 0 16 12 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289951316368 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=412] ppid=404 vsize=27052784 memory=1696 CPUtime=0.28 cores=0-7
/proc/407/task/412/stat : 412 (java) S 404 407 363 0 -1 1077944384 442 0 0 0 16 12 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289950263824 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=414] ppid=404 vsize=27052784 memory=920 CPUtime=0.28 cores=0-7
/proc/407/task/414/stat : 414 (java) S 404 407 363 0 -1 1077944384 256 0 0 0 16 12 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289949211280 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=415] ppid=404 vsize=27052784 memory=0 CPUtime=0.28 cores=0-7
/proc/407/task/415/stat : 415 (java) S 404 407 363 0 -1 1077944384 261 0 0 0 16 12 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289948158736 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=416] ppid=404 vsize=27052784 memory=0 CPUtime=0.28 cores=0-7
/proc/407/task/416/stat : 416 (java) S 404 407 363 0 -1 1077944384 314 0 0 0 16 12 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289947106192 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=417] ppid=404 vsize=27052784 memory=-6943856538715383145 CPUtime=0.28 cores=0-7
/proc/407/task/417/stat : 417 (java) S 404 407 363 0 -1 1077944384 299 0 0 0 15 13 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289946053648 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=418] ppid=404 vsize=27052784 memory=6943526294502006880 CPUtime=0.28 cores=0-7
/proc/407/task/418/stat : 418 (java) S 404 407 363 0 -1 1077944384 280 0 0 0 16 12 0 0 20 0 35 0 255870265 27702050816 211861 33554432000 4194304 4196468 140724338138272 140289945001104 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=419] ppid=404 vsize=27052784 memory=6943526294502006880 CPUtime=0.03 cores=0-7
/proc/407/task/419/stat : 419 (java) S 404 407 363 0 -1 1077944384 1719 0 0 0 3 0 0 0 20 0 35 0 255870266 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288204437488 140289999760002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=420] ppid=404 vsize=27052784 memory=0 CPUtime=0 cores=0-7
/proc/407/task/420/stat : 420 (java) S 404 407 363 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 35 0 255870267 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288203383776 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=421] ppid=404 vsize=27052784 memory=0 CPUtime=0 cores=0-7
/proc/407/task/421/stat : 421 (java) S 404 407 363 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 35 0 255870267 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288202331136 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=422] ppid=404 vsize=27052784 memory=0 CPUtime=0 cores=0-7
/proc/407/task/422/stat : 422 (java) S 404 407 363 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 255870269 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288201279696 140289999767451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=423] ppid=404 vsize=27052784 memory=0 CPUtime=0.92 cores=0-7
/proc/407/task/423/stat : 423 (java) R 404 407 363 0 -1 4202560 3309 0 0 0 90 2 0 0 20 0 35 0 255870269 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288200212576 140289979600942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=424] ppid=404 vsize=27052784 memory=0 CPUtime=0.86 cores=0-7
/proc/407/task/424/stat : 424 (java) R 404 407 363 0 -1 4202560 2657 0 0 0 85 1 0 0 20 0 35 0 255870269 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288199153408 140289985789445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=425] ppid=404 vsize=27052784 memory=274972 CPUtime=0.9 cores=0-7
/proc/407/task/425/stat : 425 (java) R 404 407 363 0 -1 1077944384 2744 0 0 0 89 1 0 0 20 0 35 0 255870269 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288198109536 140289999759061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=426] ppid=404 vsize=27052784 memory=260144 CPUtime=0.91 cores=0-7
/proc/407/task/426/stat : 426 (java) R 404 407 363 0 -1 4202560 4691 0 0 0 88 3 0 0 20 0 35 0 255870269 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288197067640 140289992845691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=427] ppid=404 vsize=27052784 memory=8530215889788154420 CPUtime=0 cores=0-7
/proc/407/task/427/stat : 427 (java) S 404 407 363 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 255870269 27702050816 211861 33554432000 4194304 4196468 140724338138272 140288196016352 140289999759061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=428] ppid=404 vsize=27052784 memory=8530215889788219956 CPUtime=0 cores=0-7
/proc/407/task/428/stat : 428 (java) S 404 407 363 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 35 0 255870270 27702050816 211861 33554432000 4194304 4196468 140724338138272 140287887104432 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
[pid=407/tid=430] ppid=404 vsize=27052784 memory=8530215889787760948 CPUtime=0 cores=0-7
/proc/407/task/430/stat : 430 (java) S 404 407 363 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 35 0 255870553 27702050816 211861 33554432000 4194304 4196468 140724338138272 140287872611280 140289999760002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16199680 140724338140237 140724338140421 140724338140421 140724338143183 0
Current children cumulated CPU time: 11.97 s
Current children cumulated vsize: 27052784 KiB
Current children cumulated memory: 847444 KiB

Child status: 0
Real time (s): 4.00526
CPU time (s): 12.4489
CPU user time (s): 11.1307
CPU system time (s): 1.31824
CPU usage (%): 310.814
Max. virtual memory (cumulated for all children) (KiB): 27052784
Max. memory (cumulated for all children) (KiB): 847444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1307
system time used= 1.31824
maximum resident set size= 851100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43065
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6111
involuntary context switches= 160


# summary of solver processes directly reported to runsolver:
#   pid: 407
#   total CPU time (s): 12.4489
#   total CPU user time (s): 11.1307
#   total CPU system time (s): 1.31824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050416 second user time and 0.074081 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-16 03:31:11
IDJOB=4309153
IDBENCH=141439
IDSOLVER=2793
FILE ID=node138/4309153-1534383071
RUNJOBID= node138-1534383071-390
PBS_JOBID= 21038307
Free space on /tmp= 38064 MiB

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

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

MD5SUM BENCH= 81d4059c2b76389bba6ef17dee6cb29a
RANDOM SEED=1910164105

node138.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28679992 kB
MemAvailable:   31885976 kB
Buffers:          114100 kB
Cached:          3349684 kB
SwapCached:           12 kB
Active:          1796964 kB
Inactive:        1726488 kB
Active(anon):       3672 kB
Inactive(anon):   116728 kB
Active(file):    1793292 kB
Inactive(file):  1609760 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             36484 kB
Writeback:             0 kB
AnonPages:         66608 kB
Mapped:            54156 kB
Shmem:             57964 kB
Slab:             259824 kB
SReclaimable:     231392 kB
SUnreclaim:        28432 kB
KernelStack:        3152 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38028 MiB
End job on node138 at 2018-08-16 03:31:15