Trace number 4285327

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 2017-08-22SAT 3.9258599 2.1192

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-40-2-1.xml
MD5SUMc9e77eb945e1668088372780fa45332f
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 benchmark0.0066669998
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":66}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":34},{"degree":1,"count":37},{"degree":2,"count":24},{"degree":3,"count":4},{"degree":4,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":19},{"arity":3,"count":21}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 684905037
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.83/0.52	c Parsing done, starting search...
3.77/1.53	s SATISFIABLE
3.77/1.53	v <instantiation>
3.77/1.53	v 	<list>
3.77/1.53	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[12] x[13] x[16] x[17] x[18] x[19] x[21] x[24] x[25] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[36] x[37] x[38] x[40] x[41] x[42] x[43] x[44] x[46] x[47] x[49] x[50] x[51] x[53] x[55] x[56] x[57] x[58] x[59] x[60] x[64] x[68] x[69] x[70] x[71] x[73] x[74] x[79] x[81] x[82] x[84] x[85] x[88] x[90] x[92] x[94] x[96] x[97] x[98] x[99]
3.77/1.53	v 	</list>
3.77/1.53	v 	<values>
3.77/1.53	v 		7 17 61 38 43 53 17 41 29 3 31 71 2 17 41 59 23 5 31 7 19 53 29 5 5 5 43 59 37 29 43 3 71 20 67 51 45 43 67 2 43 5 31 59 3 13 59 43 61 11 53 13 47 31 23 57 23 11 47 41 64 71 17 58 47 71 
3.77/1.53	v 	</values>
3.77/1.53	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 (9522 MiB free)
  memory of node 1: 16384 MiB (9315 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285327-1503443933/watcher-4285327-1503443933 -o /tmp/evaluation-result-4285327-1503443933/solver-4285327-1503443933 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503435486-32271 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 684905037 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285327-1503443933.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=705, runsolver pid=702

[startup+0.100144 s]*
/proc/loadavg: 7.90 8.57 8.66 2/200 725
/proc/meminfo: memFree=19271544/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=26000852 memory=33172 CPUtime=0.12 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 8181 0 0 0 10 2 0 0 20 0 20 0 177480843 26624872448 8293 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6500213 8293 3411 1 0 6487932 0
[pid=705/tid=707] ppid=702 vsize=26000852 memory=8316850467074736180 CPUtime=0.09 cores=0-7
/proc/705/task/707/stat : 707 (java) R 702 705 32244 0 -1 4202560 6145 0 0 0 8 1 0 0 20 0 20 0 177480843 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659927893504 140659907786078 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=26000852 memory=3231 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=26000852 memory=139772355293421 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 8293 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=716] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/716/stat : 716 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480845 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658599676656 140659923716738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=717] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/717/stat : 717 (java) S 702 705 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177480846 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658598622880 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=718] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/718/stat : 718 (java) S 702 705 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177480846 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658597569776 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=719] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/719/stat : 719 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658596518352 140659923724187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=720] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/720/stat : 720 (java) S 702 705 32244 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658595465456 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=721] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/721/stat : 721 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658594412912 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=722] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/722/stat : 722 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658593359856 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=723] ppid=702 vsize=26000852 memory=-1 CPUtime=0.01 cores=0-7
/proc/705/task/723/stat : 723 (java) S 702 705 32244 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 20 0 177480848 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658592307312 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=725] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/725/stat : 725 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480849 26624872448 8293 33554432000 4194304 4196468 140733721570944 140658590203056 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 33172 KiB

[startup+0.210103 s]*
/proc/loadavg: 7.90 8.57 8.66 3/200 725
/proc/meminfo: memFree=19264128/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=26000852 memory=42316 CPUtime=0.29 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 9172 0 0 0 27 2 0 0 20 0 20 0 177480843 26624872448 10579 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6500213 10579 3626 1 0 6487932 0
[pid=705/tid=707] ppid=702 vsize=26000852 memory=7882827048052850738 CPUtime=0.2 cores=0-7
/proc/705/task/707/stat : 707 (java) R 702 705 32244 0 -1 4202560 6764 0 0 0 18 2 0 0 20 0 20 0 177480843 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659927930672 140659923727517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=26000852 memory=329 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=26000852 memory=139772355298310 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26624872448 10579 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=716] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/716/stat : 716 (java) S 702 705 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177480845 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658599676656 140659923716738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=717] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/717/stat : 717 (java) S 702 705 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177480846 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658598622880 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=718] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/718/stat : 718 (java) S 702 705 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177480846 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658597569776 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=719] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/719/stat : 719 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658596518352 140659923724187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=720] ppid=702 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/705/task/720/stat : 720 (java) S 702 705 32244 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 20 0 177480848 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658595465456 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=721] ppid=702 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/705/task/721/stat : 721 (java) S 702 705 32244 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 177480848 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658594412912 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=722] ppid=702 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/705/task/722/stat : 722 (java) S 702 705 32244 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 20 0 177480848 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658593359856 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=723] ppid=702 vsize=26000852 memory=-1 CPUtime=0.05 cores=0-7
/proc/705/task/723/stat : 723 (java) R 702 705 32244 0 -1 4202560 410 0 0 0 5 0 0 0 20 0 20 0 177480848 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658592307312 140659923717526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480848 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=725] ppid=702 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/725/stat : 725 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480849 26624872448 10579 33554432000 4194304 4196468 140733721570944 140658590203056 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 42316 KiB

[startup+0.309425 s]*
/proc/loadavg: 7.90 8.57 8.66 4/200 725
/proc/meminfo: memFree=19256976/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=26000872 memory=49772 CPUtime=0.47 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 10237 0 0 0 44 3 0 0 20 0 20 0 177480843 26624892928 12443 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6500218 12443 3711 1 0 6487932 0
[pid=705/tid=707] ppid=702 vsize=26000872 memory=8048 CPUtime=0.28 cores=0-7
/proc/705/task/707/stat : 707 (java) R 702 705 32244 0 -1 4202560 7337 0 0 0 26 2 0 0 20 0 20 0 177480843 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659927929648 140659524725455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=26000872 memory=836 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=26000872 memory=279544548917620 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=26000872 memory=5812 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=26000872 memory=2886 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=26000872 memory=867432 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26624892928 12443 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=716] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/716/stat : 716 (java) S 702 705 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177480845 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658599676656 140659923716738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=717] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/717/stat : 717 (java) S 702 705 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177480846 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658598622880 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=718] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/718/stat : 718 (java) S 702 705 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177480846 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658597569776 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=719] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/719/stat : 719 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480848 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658596518352 140659923724187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=720] ppid=702 vsize=26000872 memory=0 CPUtime=0.01 cores=0-7
/proc/705/task/720/stat : 720 (java) S 702 705 32244 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 20 0 177480848 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658595465456 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=721] ppid=702 vsize=26000872 memory=0 CPUtime=0.03 cores=0-7
/proc/705/task/721/stat : 721 (java) S 702 705 32244 0 -1 1077944384 247 0 0 0 3 0 0 0 20 0 20 0 177480848 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658594412912 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=722] ppid=702 vsize=26000872 memory=0 CPUtime=0.04 cores=0-7
/proc/705/task/722/stat : 722 (java) S 702 705 32244 0 -1 1077944384 456 0 0 0 4 0 0 0 20 0 20 0 177480848 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658593359856 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=723] ppid=702 vsize=26000872 memory=0 CPUtime=0.08 cores=0-7
/proc/705/task/723/stat : 723 (java) S 702 705 32244 0 -1 1077944384 481 0 0 0 8 0 0 0 20 0 20 0 177480848 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658592307312 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480848 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=725] ppid=702 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/705/task/725/stat : 725 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480849 26624892928 12443 33554432000 4194304 4196468 140733721570944 140658590203056 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49772 KiB

[startup+0.700844 s]
/proc/loadavg: 7.90 8.57 8.66 2/200 725
/proc/meminfo: memFree=19246392/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=26004968 memory=79728 CPUtime=1.1 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 12568 0 0 0 104 6 0 0 20 0 20 0 177480843 26629087232 19932 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6501242 19932 3743 1 0 6488956 0
[pid=705/tid=707] ppid=702 vsize=26004968 memory=4132 CPUtime=0.67 cores=0-7
/proc/705/task/707/stat : 707 (java) R 702 705 32244 0 -1 4202560 9088 0 0 0 64 3 0 0 20 0 20 0 177480843 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659927926192 140659923717526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=26004968 memory=33 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=26004968 memory=1004 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=26004968 memory=1436 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=26004968 memory=1200 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177480844 26629087232 19932 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=716] ppid=702 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/705/task/716/stat : 716 (java) S 702 705 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177480845 26629087232 19932 33554432000 4194304 4196468 140733721570944 140658599676656 140659923716738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0

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

/proc/705/task/723/stat : 723 (java) R 702 705 32244 0 -1 4202560 743 0 0 0 20 0 0 0 20 0 20 0 177480848 26629087232 19932 33554432000 4194304 4196468 140733721570944 140658592307312 140659915942718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=26004968 memory=8048 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177480848 26629087232 19932 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=725] ppid=702 vsize=26004968 memory=836 CPUtime=0 cores=0-7
/proc/705/task/725/stat : 725 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177480849 26629087232 19932 33554432000 4194304 4196468 140733721570944 140658590203056 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 79728 KiB

[startup+1.50107 s]
/proc/loadavg: 7.90 8.57 8.66 5/200 725
/proc/meminfo: memFree=19156080/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=27211348 memory=240620 CPUtime=3.77 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 35945 0 0 0 363 14 0 0 20 0 38 0 177480843 27864420352 60155 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6802837 60155 3811 1 0 6790030 0
[pid=705/tid=707] ppid=702 vsize=27211348 memory=139776649426559 CPUtime=1.41 cores=0-7
/proc/705/task/707/stat : 707 (java) S 702 705 32244 0 -1 1077944384 11850 0 0 0 135 6 0 0 20 0 38 0 177480843 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659927943296 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=27211348 memory=932 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=27211348 memory=1572 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=27211348 memory=2200 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=27211348 memory=8048 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=27211348 memory=836 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 38 0 177480844 27864420352 60155 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=716] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/716/stat : 716 (java) S 702 705 32244 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 38 0 177480845 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658599676656 140659923716738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=717] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/717/stat : 717 (java) S 702 705 32244 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 38 0 177480846 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658598622944 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=718] ppid=702 vsize=27211348 memory=54 CPUtime=0 cores=0-7
/proc/705/task/718/stat : 718 (java) S 702 705 32244 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 38 0 177480846 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658597569792 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=719] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/719/stat : 719 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 177480848 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658596518352 140659923724187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=720] ppid=702 vsize=27211348 memory=0 CPUtime=0.48 cores=0-7
/proc/705/task/720/stat : 720 (java) R 702 705 32244 0 -1 4202560 5401 0 0 0 46 2 0 0 20 0 38 0 177480848 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658595465456 140659903174750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=721] ppid=702 vsize=27211348 memory=0 CPUtime=0.5 cores=0-7
/proc/705/task/721/stat : 721 (java) R 702 705 32244 0 -1 4202560 4583 0 0 0 49 1 0 0 20 0 38 0 177480848 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658594397024 140659907698488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=722] ppid=702 vsize=27211348 memory=0 CPUtime=0.59 cores=0-7
/proc/705/task/722/stat : 722 (java) R 702 705 32244 0 -1 4202560 6155 0 0 0 58 1 0 0 20 0 38 0 177480848 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658593347536 140659903037217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=723] ppid=702 vsize=27211348 memory=6082767058416062546 CPUtime=0.5 cores=0-7
/proc/705/task/723/stat : 723 (java) R 702 705 32244 0 -1 4202560 5421 0 0 0 50 0 0 0 20 0 38 0 177480848 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658592304560 140659902508903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 177480848 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=725] ppid=702 vsize=27211348 memory=3545090742768062224 CPUtime=0 cores=0-7
/proc/705/task/725/stat : 725 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 177480849 27864420352 60155 33554432000 4194304 4196468 140733721570944 140658590203056 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 3.77 s
Current children cumulated vsize: 27211348 KiB
Current children cumulated memory: 240620 KiB

[startup+2.11917 s]
# the end of solver process 705 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.76241 s, system=0.16345 s

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

[startup+1.60121 s]
/proc/loadavg: 7.90 8.57 8.66 5/200 725
/proc/meminfo: memFree=19156080/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=27277912 memory=242260 CPUtime=3.91 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 36548 0 0 0 376 15 0 0 20 0 18 0 177480843 27932581888 60565 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6819478 60565 3829 1 0 6806671 0
[pid=705/tid=707] ppid=702 vsize=27277912 memory=7589241925706736742 CPUtime=1.41 cores=0-7
/proc/705/task/707/stat : 707 (java) D 702 705 32244 0 -1 4202560 11853 0 0 0 135 6 0 0 20 0 18 0 177480843 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659927948600 140659916391223 0 0 0 16800975 18446744072099540101 0 0 -1 2 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=27277912 memory=6298942009437802578 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=27277912 memory=7368012605631260500 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=27277912 memory=3053811428040725072 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=27277912 memory=1948 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=27277912 memory=8740 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=27277912 memory=4616 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=27277912 memory=1720 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=27277912 memory=1004 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=717] ppid=702 vsize=27277912 memory=2244 CPUtime=0 cores=0-7
/proc/705/task/717/stat : 717 (java) S 702 705 32244 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 177480846 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658598622944 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=718] ppid=702 vsize=27277912 memory=6528972156113356307 CPUtime=0 cores=0-7
/proc/705/task/718/stat : 718 (java) S 702 705 32244 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 177480846 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658597569792 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=719] ppid=702 vsize=27277912 memory=-7605839032859653827 CPUtime=0 cores=0-7
/proc/705/task/719/stat : 719 (java) S 702 705 32244 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658596518000 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=720] ppid=702 vsize=27277912 memory=7156899754556352869 CPUtime=0.49 cores=0-7
/proc/705/task/720/stat : 720 (java) S 702 705 32244 0 -1 1077944384 5419 0 0 0 47 2 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658595465456 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=721] ppid=702 vsize=27277912 memory=13953 CPUtime=0.51 cores=0-7
/proc/705/task/721/stat : 721 (java) S 702 705 32244 0 -1 1077944384 4588 0 0 0 50 1 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658594412912 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=722] ppid=702 vsize=27277912 memory=4420 CPUtime=0.6 cores=0-7
/proc/705/task/722/stat : 722 (java) S 702 705 32244 0 -1 1077944384 6166 0 0 0 59 1 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658593338640 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=723] ppid=702 vsize=27277912 memory=6628 CPUtime=0.54 cores=0-7
/proc/705/task/723/stat : 723 (java) S 702 705 32244 0 -1 1077944384 5723 0 0 0 53 1 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658592301632 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=27277912 memory=8836 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 3.91 s
Current children cumulated vsize: 27277912 KiB
Current children cumulated memory: 242260 KiB

[startup+2.00088 s]*
/proc/loadavg: 7.43 8.46 8.62 1/198 745
/proc/meminfo: memFree=19060124/32770624 swapFree=67108860/67108860
[pid=705] ppid=702 vsize=27277912 memory=242260 CPUtime=3.91 cores=0-7
/proc/705/stat : 705 (java) S 702 705 32244 0 -1 1077944320 36548 0 0 0 376 15 0 0 20 0 18 0 177480843 27932581888 60565 33554432000 4194304 4196468 140733721570944 140733721553488 140659923705591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
/proc/705/statm: 6819478 60565 3829 1 0 6806671 0
[pid=705/tid=707] ppid=702 vsize=27277912 memory=6935054825532540783 CPUtime=1.41 cores=0-7
/proc/705/task/707/stat : 707 (java) D 702 705 32244 0 -1 4202560 11853 0 0 0 135 6 0 0 20 0 18 0 177480843 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659927948600 140659916391223 0 0 0 16800975 18446744072099540101 0 0 -1 2 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=708] ppid=702 vsize=27277912 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/705/task/708/stat : 708 (java) S 702 705 32244 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659846286352 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=709] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/709/stat : 709 (java) S 702 705 32244 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659845233808 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=710] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/710/stat : 710 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659479567120 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=711] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/711/stat : 711 (java) S 702 705 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659478514576 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=712] ppid=702 vsize=27277912 memory=68 CPUtime=0 cores=0-7
/proc/705/task/712/stat : 712 (java) S 702 705 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659477461520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=713] ppid=702 vsize=27277912 memory=3138 CPUtime=0 cores=0-7
/proc/705/task/713/stat : 713 (java) S 702 705 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659476408976 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=714] ppid=702 vsize=27277912 memory=26892 CPUtime=0 cores=0-7
/proc/705/task/714/stat : 714 (java) S 702 705 32244 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659475355920 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=715] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/715/stat : 715 (java) S 702 705 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 18 0 177480844 27932581888 60565 33554432000 4194304 4196468 140733721570944 140659474303376 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=717] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/717/stat : 717 (java) S 702 705 32244 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 177480846 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658598622944 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=718] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/718/stat : 718 (java) S 702 705 32244 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 177480846 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658597569792 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=719] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/719/stat : 719 (java) S 702 705 32244 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658596518000 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=720] ppid=702 vsize=27277912 memory=-1 CPUtime=0.49 cores=0-7
/proc/705/task/720/stat : 720 (java) S 702 705 32244 0 -1 1077944384 5419 0 0 0 47 2 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658595465456 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=721] ppid=702 vsize=27277912 memory=0 CPUtime=0.51 cores=0-7
/proc/705/task/721/stat : 721 (java) S 702 705 32244 0 -1 1077944384 4588 0 0 0 50 1 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658594412912 140659923716738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=722] ppid=702 vsize=27277912 memory=8025788809782978132 CPUtime=0.6 cores=0-7
/proc/705/task/722/stat : 722 (java) S 702 705 32244 0 -1 1077944384 6166 0 0 0 59 1 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658593338640 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=723] ppid=702 vsize=27277912 memory=2319528971360828144 CPUtime=0.54 cores=0-7
/proc/705/task/723/stat : 723 (java) S 702 705 32244 0 -1 1077944384 5723 0 0 0 53 1 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658592301632 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
[pid=705/tid=724] ppid=702 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/705/task/724/stat : 724 (java) S 702 705 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 177480848 27932581888 60565 33554432000 4194304 4196468 140733721570944 140658591255520 140659923715797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22519808 140733721572450 140733721572635 140733721572635 140733721575375 0
Current children cumulated CPU time: 3.91 s
Current children cumulated vsize: 27277912 KiB
Current children cumulated memory: 242260 KiB

[startup+2.10978 s]*
/proc/loadavg: 7.43 8.46 8.62 2/182 745
/proc/meminfo: memFree=19259824/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.1192
CPU time (s): 3.92586
CPU user time (s): 3.76241
CPU system time (s): 0.16345
CPU usage (%): 185.252
Max. virtual memory (cumulated for all children) (KiB): 27277912
Max. memory (cumulated for all children) (KiB): 242260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.76241
system time used= 0.16345
maximum resident set size= 243248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36552
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4467
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 705
#   total CPU time (s): 3.92586
#   total CPU user time (s): 3.76241
#   total CPU system time (s): 0.16345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032994 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-23 01:04:32
IDJOB=4285327
IDBENCH=133316
IDSOLVER=2681
FILE ID=node112/4285327-1503443933
RUNJOBID= node112-1503435486-32271
PBS_JOBID= 20632142
Free space on /tmp= 60712 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-40-2-1.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285327-1503443933/watcher-4285327-1503443933 -o /tmp/evaluation-result-4285327-1503443933/solver-4285327-1503443933 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503435486-32271 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 684905037 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285327-1503443933.xml

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

MD5SUM BENCH= c9e77eb945e1668088372780fa45332f
RANDOM SEED=684905037

node112.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.24
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.24
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.24
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.24
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:        19292088 kB
MemAvailable:   31942096 kB
Buffers:          269016 kB
Cached:         12661744 kB
SwapCached:            0 kB
Active:          2293760 kB
Inactive:       10691652 kB
Active(anon):       6216 kB
Inactive(anon):    92572 kB
Active(file):    2287544 kB
Inactive(file): 10599080 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42124 kB
Writeback:             0 kB
AnonPages:         73364 kB
Mapped:            54852 kB
Shmem:             41608 kB
Slab:             185724 kB
SReclaimable:     158440 kB
SUnreclaim:        27284 kB
KernelStack:        3552 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 60672 MiB
End job on node112 at 2017-08-23 01:04:34