Trace number 4285107

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 5.5032401 1.89396

General information on the benchmark

NameCostasArray/CostasArray-m1-s1/
CostasArray-10.xml
MD5SUM0d07bfd3509f6ebe608866e376050751
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.035085
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints51
Number of domains2
Minimum domain size10
Maximum domain size18
Distribution of domain sizes[{"size":10,"count":10},{"size":18,"count":42}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":42},{"degree":9,"count":2},{"degree":10,"count":8}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":43},{"arity":4,"count":2},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints43
Distribution of constraint types[{"type":"intension","count":43},{"type":"allDifferent","count":8}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1998754046
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.83/0.58	c Parsing done, starting search...
5.09/1.84	s SATISFIABLE
5.09/1.84	v <instantiation>
5.09/1.84	v 	<list>
5.09/1.84	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] y[40] y[41]
5.09/1.84	v 	</list>
5.09/1.84	v 	<values>
5.09/1.84	v 		10 9 1 5 7 4 2 8 3 6 1 8 -4 -2 3 2 -6 5 -3 9 4 -6 1 5 -4 -1 2 5 2 -3 3 -1 1 -4 3 5 -1 -3 4 -2 6 7 -7 2 1 8 1 -2 -1 2 6 -5 
5.09/1.84	v 	</values>
5.09/1.84	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 (9527 MiB free)
  memory of node 1: 16384 MiB (9318 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285107-1503415258/watcher-4285107-1503415258 -o /tmp/evaluation-result-4285107-1503415258/solver-4285107-1503415258 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503414386-29241 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1998754046 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285107-1503415258.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=29472, runsolver pid=29469

[startup+0.100138 s]*
/proc/loadavg: 7.50 7.78 7.96 2/198 29492
/proc/meminfo: memFree=19279816/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26000852 memory=33244 CPUtime=0.13 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 8209 0 0 0 11 2 0 0 20 0 20 0 174613373 26624872448 8311 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6500213 8311 3412 1 0 6487932 0
[pid=29472/tid=29474] ppid=29469 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) R 29469 29472 29214 0 -1 4202560 6158 0 0 0 8 1 0 0 20 0 20 0 174613373 26624872448 8311 33554432000 4194304 4196468 140732011541072 139631364921680 139631360746653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26000852 memory=140661254989440 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 174613375 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29484] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29484/stat : 29484 (java) S 29469 29472 29214 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 174613376 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630487836192 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29485] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29485/stat : 29485 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174613376 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630486783344 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29486] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29486/stat : 29486 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630485731664 139631360743323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29487] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29487/stat : 29487 (java) S 29469 29472 29214 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630484679024 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29488] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29488/stat : 29488 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630483626224 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29489] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29489/stat : 29489 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630482573424 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29490] ppid=29469 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/29472/task/29490/stat : 29490 (java) S 29469 29472 29214 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 174613378 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630481520624 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29491] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613379 26624872448 8311 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 33244 KiB

[startup+0.209743 s]*
/proc/loadavg: 7.50 7.78 7.96 3/198 29492
/proc/meminfo: memFree=19271564/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26000852 memory=42392 CPUtime=0.3 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 9194 0 0 0 28 2 0 0 20 0 20 0 174613373 26624872448 10598 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6500213 10598 3635 1 0 6487932 0
[pid=29472/tid=29474] ppid=29469 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) R 29469 29472 29214 0 -1 4202560 6787 0 0 0 18 1 0 0 20 0 20 0 174613373 26624872448 10598 33554432000 4194304 4196468 140732011541072 139631364925168 139631344805214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26000852 memory=3210 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26000852 memory=4049493793641539232 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 174613375 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29484] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29484/stat : 29484 (java) S 29469 29472 29214 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 174613376 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630487836192 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29485] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29485/stat : 29485 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174613376 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630486783344 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29486] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29486/stat : 29486 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630485731664 139631360743323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29487] ppid=29469 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/29472/task/29487/stat : 29487 (java) S 29469 29472 29214 0 -1 1077944384 495 0 0 0 1 0 0 0 20 0 20 0 174613378 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630484679024 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29488] ppid=29469 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/29472/task/29488/stat : 29488 (java) S 29469 29472 29214 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 20 0 174613378 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630483626224 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29489] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29489/stat : 29489 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630482573424 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29490] ppid=29469 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/29472/task/29490/stat : 29490 (java) R 29469 29472 29214 0 -1 4202560 370 0 0 0 5 0 0 0 20 0 20 0 174613378 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630481520624 139631339643280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29491] ppid=29469 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174613378 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613379 26624872448 10598 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 42392 KiB

[startup+0.309468 s]*
/proc/loadavg: 7.50 7.78 7.96 3/198 29492
/proc/meminfo: memFree=19263856/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26000872 memory=49780 CPUtime=0.48 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 10256 0 0 0 46 2 0 0 20 0 20 0 174613373 26624892928 12445 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6500218 12445 3699 1 0 6487932 0
[pid=29472/tid=29474] ppid=29469 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) R 29469 29472 29214 0 -1 4202560 7343 0 0 0 27 2 0 0 20 0 20 0 174613373 26624892928 12445 33554432000 4194304 4196468 140732011541072 139631364948608 139631360746653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26000872 memory=140661118563247 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26000872 memory=140661118565552 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26000872 memory=140661118567856 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 174613375 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29484] ppid=29469 vsize=26000872 memory=281322237142672 CPUtime=0 cores=0-7
/proc/29472/task/29484/stat : 29484 (java) S 29469 29472 29214 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 174613376 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630487836192 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29485] ppid=29469 vsize=26000872 memory=281322237149584 CPUtime=0 cores=0-7
/proc/29472/task/29485/stat : 29485 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174613376 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630486783344 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29486] ppid=29469 vsize=26000872 memory=281322237090864 CPUtime=0 cores=0-7
/proc/29472/task/29486/stat : 29486 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613378 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630485731664 139631360743323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29487] ppid=29469 vsize=26000872 memory=281322237163408 CPUtime=0.03 cores=0-7
/proc/29472/task/29487/stat : 29487 (java) S 29469 29472 29214 0 -1 1077944384 655 0 0 0 3 0 0 0 20 0 20 0 174613378 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630484679024 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29488] ppid=29469 vsize=26000872 memory=281322237170320 CPUtime=0.04 cores=0-7
/proc/29472/task/29488/stat : 29488 (java) S 29469 29472 29214 0 -1 1077944384 328 0 0 0 4 0 0 0 20 0 20 0 174613378 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630483626224 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29489] ppid=29469 vsize=26000872 memory=281322237168016 CPUtime=0.01 cores=0-7
/proc/29472/task/29489/stat : 29489 (java) S 29469 29472 29214 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 174613378 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630482573424 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29490] ppid=29469 vsize=26000872 memory=281322237184624 CPUtime=0.08 cores=0-7
/proc/29472/task/29490/stat : 29490 (java) R 29469 29472 29214 0 -1 4202560 499 0 0 0 8 0 0 0 20 0 20 0 174613378 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630481520624 139631360736662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29491] ppid=29469 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174613378 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613379 26624892928 12445 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49780 KiB

[startup+0.700856 s]
/proc/loadavg: 6.90 7.65 7.92 2/198 29492
/proc/meminfo: memFree=19251664/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26004968 memory=77632 CPUtime=1.14 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 12488 0 0 0 109 5 0 0 20 0 20 0 174613373 26629087232 19408 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6501242 19408 3765 1 0 6488956 0
[pid=29472/tid=29474] ppid=29469 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) R 29469 29472 29214 0 -1 4202560 8927 0 0 0 64 3 0 0 20 0 20 0 174613373 26629087232 19408 33554432000 4194304 4196468 140732011541072 139631364960592 139631344805214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26004968 memory=1720 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26004968 memory=1004 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26004968 memory=1436 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26004968 memory=1200 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174613374 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26004968 memory=4040 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 174613375 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0

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

[pid=29472/tid=29491] ppid=29469 vsize=26004968 memory=10088 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174613378 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26004968 memory=1948 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174613379 26629087232 19408 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 77632 KiB

[startup+1.5009 s]
/proc/loadavg: 6.90 7.65 7.92 5/198 29492
/proc/meminfo: memFree=19185484/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26073580 memory=196848 CPUtime=4 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 29407 0 0 0 389 11 0 0 20 0 21 0 174613373 26699345920 49212 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6518395 49212 3799 1 0 6506109 0
[pid=29472/tid=29474] ppid=29469 vsize=26073580 memory=0 CPUtime=1.47 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) R 29469 29472 29214 0 -1 4202560 11431 0 0 0 142 5 0 0 20 0 21 0 174613373 26699345920 49212 33554432000 4194304 4196468 140732011541072 139631364952096 139631360746653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26073580 memory=5 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26073580 memory=2 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26073580 memory=12 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26073580 memory=140661118929202 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 174613374 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 174613375 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29484] ppid=29469 vsize=26073580 memory=1720 CPUtime=0 cores=0-7
/proc/29472/task/29484/stat : 29484 (java) S 29469 29472 29214 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 174613376 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630487836192 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29485] ppid=29469 vsize=26073580 memory=1004 CPUtime=0 cores=0-7
/proc/29472/task/29485/stat : 29485 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 174613376 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630486783344 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29486] ppid=29469 vsize=26073580 memory=1436 CPUtime=0 cores=0-7
/proc/29472/task/29486/stat : 29486 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 174613378 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630485731664 139631360743323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29487] ppid=29469 vsize=26073580 memory=1200 CPUtime=0.65 cores=0-7
/proc/29472/task/29487/stat : 29487 (java) S 29469 29472 29214 0 -1 1077944384 4467 0 0 0 64 1 0 0 20 0 21 0 174613378 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630484679024 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29488] ppid=29469 vsize=26073580 memory=15876 CPUtime=0.68 cores=0-7
/proc/29472/task/29488/stat : 29488 (java) S 29469 29472 29214 0 -1 1077944384 4036 0 0 0 67 1 0 0 20 0 21 0 174613378 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630483626224 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29489] ppid=29469 vsize=26073580 memory=4040 CPUtime=0.63 cores=0-7
/proc/29472/task/29489/stat : 29489 (java) S 29469 29472 29214 0 -1 1077944384 3794 0 0 0 62 1 0 0 20 0 21 0 174613378 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630482573424 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29490] ppid=29469 vsize=26073580 memory=27456 CPUtime=0.53 cores=0-7
/proc/29472/task/29490/stat : 29490 (java) R 29469 29472 29214 0 -1 4202560 4229 0 0 0 52 1 0 0 20 0 21 0 174613378 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630481520624 139631344805214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29491] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 174613378 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 174613379 26699345920 49212 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 26073580 KiB
Current children cumulated memory: 196848 KiB

[startup+1.8939 s]
# the end of solver process 29472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.32201 s, system=0.181235 s

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

[startup+1.60108 s]
/proc/loadavg: 6.90 7.65 7.92 5/198 29492
/proc/meminfo: memFree=19185484/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26142192 memory=205388 CPUtime=4.12 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 30204 0 0 0 401 11 0 0 20 0 22 0 174613373 26769604608 51347 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6535548 51347 3803 1 0 6523262 0
[pid=29472/tid=29474] ppid=29469 vsize=26142192 memory=0 CPUtime=1.57 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) R 29469 29472 29214 0 -1 4202560 12153 0 0 0 152 5 0 0 20 0 22 0 174613373 26769604608 51347 33554432000 4194304 4196468 140732011541072 139631364959984 139631360746653 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26142192 memory=4132 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26142192 memory=140661118776768 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 174613374 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 174613375 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29484] ppid=29469 vsize=26142192 memory=14190571949013 CPUtime=0 cores=0-7
/proc/29472/task/29484/stat : 29484 (java) S 29469 29472 29214 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 174613376 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630487836192 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29485] ppid=29469 vsize=26142192 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/29472/task/29485/stat : 29485 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 174613376 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630486783344 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29486] ppid=29469 vsize=26142192 memory=797947 CPUtime=0 cores=0-7
/proc/29472/task/29486/stat : 29486 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 174613378 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630485731664 139631360743323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29487] ppid=29469 vsize=26142192 memory=0 CPUtime=0.65 cores=0-7
/proc/29472/task/29487/stat : 29487 (java) S 29469 29472 29214 0 -1 1077944384 4469 0 0 0 64 1 0 0 20 0 22 0 174613378 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630484679024 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29488] ppid=29469 vsize=26142192 memory=0 CPUtime=0.68 cores=0-7
/proc/29472/task/29488/stat : 29488 (java) S 29469 29472 29214 0 -1 1077944384 4037 0 0 0 67 1 0 0 20 0 22 0 174613378 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630483626224 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29489] ppid=29469 vsize=26142192 memory=0 CPUtime=0.63 cores=0-7
/proc/29472/task/29489/stat : 29489 (java) S 29469 29472 29214 0 -1 1077944384 3796 0 0 0 62 1 0 0 20 0 22 0 174613378 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630482573424 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29490] ppid=29469 vsize=26142192 memory=0 CPUtime=0.55 cores=0-7
/proc/29472/task/29490/stat : 29490 (java) S 29469 29472 29214 0 -1 1077944384 4276 0 0 0 54 1 0 0 20 0 22 0 174613378 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630481520624 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29491] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 174613378 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 174613379 26769604608 51347 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 26142192 KiB
Current children cumulated memory: 205388 KiB

[startup+1.80082 s]
/proc/loadavg: 6.90 7.65 7.92 5/198 29492
/proc/meminfo: memFree=19185484/32770624 swapFree=67108860/67108860
[pid=29472] ppid=29469 vsize=26945092 memory=235680 CPUtime=5.09 cores=0-7
/proc/29472/stat : 29472 (java) S 29469 29472 29214 0 -1 1077944320 35744 0 0 0 494 15 0 0 20 0 34 0 174613373 27591774208 58919 33554432000 4194304 4196468 140732011541072 140732011523616 139631360724727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
/proc/29472/statm: 6736273 58920 3820 1 0 6723466 0
[pid=29472/tid=29474] ppid=29469 vsize=26945092 memory=780 CPUtime=1.64 cores=0-7
/proc/29472/task/29474/stat : 29474 (java) S 29469 29472 29214 0 -1 1077944384 12578 0 0 0 159 5 0 0 20 0 34 0 174613373 27591774208 58920 33554432000 4194304 4196468 140732011541072 139631364962432 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29475] ppid=29469 vsize=26945092 memory=281322237279920 CPUtime=0 cores=0-7
/proc/29472/task/29475/stat : 29475 (java) S 29469 29472 29214 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139631268285584 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29476] ppid=29469 vsize=26945092 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/29472/task/29476/stat : 29476 (java) S 29469 29472 29214 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139631267232784 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29477] ppid=29469 vsize=26945092 memory=14132242834276011 CPUtime=0 cores=0-7
/proc/29472/task/29477/stat : 29477 (java) S 29469 29472 29214 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630917028752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29478] ppid=29469 vsize=26945092 memory=526 CPUtime=0 cores=0-7
/proc/29472/task/29478/stat : 29478 (java) S 29469 29472 29214 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630915975952 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29479] ppid=29469 vsize=26945092 memory=1770 CPUtime=0 cores=0-7
/proc/29472/task/29479/stat : 29479 (java) S 29469 29472 29214 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630914923152 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29480] ppid=29469 vsize=26945092 memory=403 CPUtime=0 cores=0-7
/proc/29472/task/29480/stat : 29480 (java) S 29469 29472 29214 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630913870352 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29481] ppid=29469 vsize=26945092 memory=57 CPUtime=0 cores=0-7
/proc/29472/task/29481/stat : 29481 (java) S 29469 29472 29214 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630912817552 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29482] ppid=29469 vsize=26945092 memory=281322237125184 CPUtime=0 cores=0-7
/proc/29472/task/29482/stat : 29482 (java) S 29469 29472 29214 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 174613374 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630911764752 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29483] ppid=29469 vsize=26945092 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/29472/task/29483/stat : 29483 (java) S 29469 29472 29214 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 34 0 174613375 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630488890224 139631360735874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29484] ppid=29469 vsize=26945092 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/29472/task/29484/stat : 29484 (java) S 29469 29472 29214 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 34 0 174613376 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630487836256 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29485] ppid=29469 vsize=26945092 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/29472/task/29485/stat : 29485 (java) S 29469 29472 29214 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 34 0 174613376 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630486783360 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29486] ppid=29469 vsize=26945092 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/29472/task/29486/stat : 29486 (java) S 29469 29472 29214 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 174613378 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630485731664 139631360743323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29487] ppid=29469 vsize=26945092 memory=6944656592387989600 CPUtime=0.76 cores=0-7
/proc/29472/task/29487/stat : 29487 (java) R 29469 29472 29214 0 -1 4202560 4986 0 0 0 74 2 0 0 20 0 34 0 174613378 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630484660384 139631345832539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29488] ppid=29469 vsize=26945092 memory=6655300316396806240 CPUtime=0.78 cores=0-7
/proc/29472/task/29488/stat : 29488 (java) S 29469 29472 29214 0 -1 1077944384 4611 0 0 0 77 1 0 0 20 0 34 0 174613378 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630483614896 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29489] ppid=29469 vsize=26945092 memory=2332 CPUtime=0.73 cores=0-7
/proc/29472/task/29489/stat : 29489 (java) R 29469 29472 29214 0 -1 4202560 4261 0 0 0 72 1 0 0 20 0 34 0 174613378 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630482559200 139631342269688 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29490] ppid=29469 vsize=26945092 memory=0 CPUtime=0.63 cores=0-7
/proc/29472/task/29490/stat : 29490 (java) R 29469 29472 29214 0 -1 4202560 6827 0 0 0 62 1 0 0 20 0 34 0 174613378 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630481517880 139631353821619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29491] ppid=29469 vsize=26945092 memory=281322237048752 CPUtime=0 cores=0-7
/proc/29472/task/29491/stat : 29491 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 174613378 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630480469088 139631360734933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
[pid=29472/tid=29492] ppid=29469 vsize=26945092 memory=267229509811092 CPUtime=0 cores=0-7
/proc/29472/task/29492/stat : 29492 (java) S 29469 29472 29214 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 174613379 27591774208 58985 33554432000 4194304 4196468 140732011541072 139630479416368 139631360735874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32145408 140732011545697 140732011545883 140732011545883 140732011548623 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 26945092 KiB
Current children cumulated memory: 235680 KiB

Child status: 0
Real time (s): 1.89396
CPU time (s): 5.50324
CPU user time (s): 5.32201
CPU system time (s): 0.181235
CPU usage (%): 290.569
Max. virtual memory (cumulated for all children) (KiB): 26945092
Max. memory (cumulated for all children) (KiB): 235680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.32201
system time used= 0.181235
maximum resident set size= 259108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5091
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 29472
#   total CPU time (s): 5.50324
#   total CPU user time (s): 5.32201
#   total CPU system time (s): 0.181235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040957 second user time and 0.046414 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-22 17:06:37
IDJOB=4285107
IDBENCH=120418
IDSOLVER=2681
FILE ID=node112/4285107-1503415258
RUNJOBID= node112-1503414386-29241
PBS_JOBID= 20632123
Free space on /tmp= 60712 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/CostasArray/CostasArray-m1-s1/CostasArray-10.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-4285107-1503415258/watcher-4285107-1503415258 -o /tmp/evaluation-result-4285107-1503415258/solver-4285107-1503415258 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503414386-29241 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1998754046 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285107-1503415258.xml

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

MD5SUM BENCH= 0d07bfd3509f6ebe608866e376050751
RANDOM SEED=1998754046

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:        19298148 kB
MemAvailable:   31943516 kB
Buffers:          266436 kB
Cached:         12660180 kB
SwapCached:            0 kB
Active:          2286420 kB
Inactive:       10692600 kB
Active(anon):       4136 kB
Inactive(anon):    92572 kB
Active(file):    2282284 kB
Inactive(file): 10600028 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42588 kB
Writeback:             0 kB
AnonPages:         59588 kB
Mapped:            54444 kB
Shmem:             41608 kB
Slab:             185208 kB
SReclaimable:     157784 kB
SUnreclaim:        27424 kB
KernelStack:        3392 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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-22 17:06:39