Trace number 4310083

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT6 251.685 247.365

General information on the benchmark

NameTal/
Tal-01_c18.xml
MD5SUMbe8acda3d02cf8f075ea348930aabd56
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.030631
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints64
Number of domains6
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":9},{"size":2,"count":4},{"size":3,"count":5},{"size":6,"count":9},{"size":10,"count":6},{"size":42,"count":14}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":29},{"degree":1,"count":9},{"degree":2,"count":13},{"degree":3,"count":4},{"degree":4,"count":5},{"degree":5,"count":7},{"degree":6,"count":5},{"degree":7,"count":2},{"degree":8,"count":1},{"degree":9,"count":1}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":24},{"arity":2,"count":20},{"arity":3,"count":8},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":6,"count":2}]
Number of extensional constraints9
Number of intensional constraints51
Distribution of constraint types[{"type":"extension","count":9},{"type":"intension","count":51},{"type":"count","count":4}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1737779112
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.03/1.21	c Parsing done, starting search...
2.03/1.23	o 6
251.60/247.35	s SATISFIABLE
251.60/247.35	v <instantiation>
251.60/247.35	v 	<list>
251.60/247.35	v 		c[0][0] c[0][1] c[0][2] c[1][0] c[1][1] c[1][2] c[2][0] c[2][1] c[2][2] c[3][0] c[3][1] c[3][2] c[4][0] c[4][1] c[4][2] c[5][0] c[5][1] c[5][2] l[0][0] l[0][1] l[0][2] l[1][0] l[1][1] l[1][2] l[2][0] l[2][1] l[2][2] l[3][0] l[3][1] l[4][0] l[4][1] l[5][0] a[1][0] a[1][1] a[1][2] a[3][0] a[3][1] a[5][0] i[2][0] i[2][1] i[2][2] i[4][0] i[4][1] cnt[0] cnt[1] cnt[2] cnt[3]
251.60/247.35	v 	</list>
251.60/247.35	v 	<values>
251.60/247.35	v 		0 0 0 2 0 0 0 0 0 4 0 0 0 0 0 0 0 0 14 13 2 4 4 3 4 4 3 6 0 6 0 6 1 1 1 3 0 1 0 1 2 0 1 0 0 1 1 
251.60/247.35	v 	</values>
251.60/247.35	v </instantiation>

Verifier Data

OK	6

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 (13967 MiB free)
  memory of node 1: 16384 MiB (9757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310083-1534327219/watcher-4310083-1534327219 -o /tmp/evaluation-result-4310083-1534327219/solver-4310083-1534327219 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534325999-6916 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1737779112 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310083-1534327219.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=7709, runsolver pid=7706


[startup+0.103186 s]*
/proc/loadavg: 1.40 1.73 1.70 4/220 7724
/proc/meminfo: memFree=24275568/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14082736 memory=31204 CPUtime=0.12 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 6675 0 0 0 11 1 0 0 20 0 15 0 250285117 14420721664 7801 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3520684 7801 3161 1 0 3482761 0
[pid=7709/tid=7711] ppid=7706 vsize=14082736 memory=-8682201728417625280 CPUtime=0.09 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 4723 0 0 0 8 1 0 0 20 0 15 0 250285117 14420721664 7801 33554432000 4194304 4196468 140732042002896 139910308661472 139910288516446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 7801 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 7801 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 7801 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 7801 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250285119 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250285120 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909845579424 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250285120 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909844526320 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0.01 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 250285122 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285123 14420721664 7801 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31204 KiB

[startup+0.211171 s]*
/proc/loadavg: 1.40 1.73 1.70 6/220 7724
/proc/meminfo: memFree=24260560/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14082736 memory=47004 CPUtime=0.3 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 10379 0 0 0 28 2 0 0 20 0 15 0 250285117 14420721664 11751 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3520684 11751 3366 1 0 3482761 0
[pid=7709/tid=7711] ppid=7706 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 8075 0 0 0 18 2 0 0 20 0 15 0 250285117 14420721664 11751 33554432000 4194304 4196468 140732042002896 139910308665600 139910289804111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 11751 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14082736 memory=140442367923611 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 11751 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 11751 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 11751 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250285119 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250285120 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909845579424 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250285120 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909844526320 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 250285122 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 250285122 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0.05 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) R 7706 7709 2816 0 -1 4202560 317 0 0 0 5 0 0 0 20 0 15 0 250285122 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909840310032 139910304457306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285123 14420721664 11751 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47004 KiB

[startup+0.310718 s]*
/proc/loadavg: 1.40 1.73 1.70 4/220 7724
/proc/meminfo: memFree=24257148/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14082736 memory=50680 CPUtime=0.44 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 10775 0 0 0 41 3 0 0 20 0 15 0 250285117 14420721664 12670 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3520684 12670 3380 1 0 3482761 0
[pid=7709/tid=7711] ppid=7706 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 8437 0 0 0 28 2 0 0 20 0 15 0 250285117 14420721664 12670 33554432000 4194304 4196468 140732042002896 139910308625232 139910285999488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14082736 memory=4294980954 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 12670 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14082736 memory=140442369317768 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 12670 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 12670 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250285118 14420721664 12670 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250285119 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250285120 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909845579424 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250285120 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909844526320 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 250285122 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 250285122 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0.07 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 336 0 0 0 7 0 0 0 20 0 15 0 250285122 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14082736 memory=140442367915648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285123 14420721664 12670 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50680 KiB

[startup+0.700698 s]
/proc/loadavg: 1.40 1.73 1.70 3/220 7724
/proc/meminfo: memFree=24232392/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14084804 memory=89060 CPUtime=0.99 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 17638 0 0 0 94 5 0 0 20 0 15 0 250285117 14422839296 22265 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3521201 22265 3504 1 0 3483273 0
[pid=7709/tid=7711] ppid=7706 vsize=14084804 memory=1172 CPUtime=0.67 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 14880 0 0 0 63 4 0 0 20 0 15 0 250285117 14422839296 22265 33554432000 4194304 4196468 140732042002896 139910308642288 139910304457885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14084804 memory=37648 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14422839296 22265 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14084804 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14422839296 22265 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14422839296 22265 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250285118 14422839296 22265 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250285119 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14084804 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250285120 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909845579424 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14084804 memory=924 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250285120 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909844526320 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14084804 memory=7237400421024098393 CPUtime=0.07 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 664 0 0 0 7 0 0 0 20 0 15 0 250285122 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14084804 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 271 0 0 0 7 0 0 0 20 0 15 0 250285122 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 442 0 0 0 15 0 0 0 20 0 15 0 250285122 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14084804 memory=8700 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285123 14422839296 22265 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89060 KiB

[startup+1.50076 s]
/proc/loadavg: 1.40 1.73 1.70 3/219 7755
/proc/meminfo: memFree=24374808/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14090948 memory=202588 CPUtime=2.94 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 26590 0 0 0 285 9 0 0 20 0 15 0 250285117 14429130752 50647 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3522737 50647 3548 1 0 3484809 0
[pid=7709/tid=7711] ppid=7706 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 20774 0 0 0 140 7 0 0 20 0 15 0 250285117 14429130752 50647 33554432000 4194304 4196468 140732042002896 139910308673136 139909924089799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14429130752 50647 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14429130752 50647 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250285118 14429130752 50647 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250285118 14429130752 50647 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250285119 14429130752 50647 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0

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

[pid=7709/tid=7723] ppid=7706 vsize=14090948 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14090948 memory=22784 CPUtime=0.14 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 973 0 0 0 6 8 0 0 20 0 15 0 250285123 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 249.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1053180 KiB

[startup+246.401 s]
/proc/loadavg: 1.23 1.63 1.69 3/220 7831
/proc/meminfo: memFree=23267640/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14090948 memory=1053180 CPUtime=250.7 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 43666 0 0 0 25000 70 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3522737 263295 3583 1 0 3484809 0
[pid=7709/tid=7711] ppid=7706 vsize=14090948 memory=1053180 CPUtime=243.73 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 27375 0 0 0 24348 25 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910308674560 139909924129671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14090948 memory=1220 CPUtime=0.98 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 2432 0 0 0 86 12 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14090948 memory=1053180 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 945 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14090948 memory=68084 CPUtime=0.98 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 2344 0 0 0 87 11 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14090948 memory=1053180 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 851 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14090948 memory=8112282956445269571 CPUtime=1.31 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 2353 0 0 0 122 9 0 0 20 0 15 0 250285119 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14090948 memory=1276 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909845579488 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14090948 memory=9604 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909844526336 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14090948 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14090948 memory=37652 CPUtime=0.46 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 1493 0 0 0 46 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14090948 memory=3360 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 1168 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14090948 memory=496 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 2315 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14090948 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14090948 memory=928 CPUtime=0.14 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 973 0 0 0 6 8 0 0 20 0 15 0 250285123 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 250.7 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1053180 KiB

[startup+246.801 s]
/proc/loadavg: 1.23 1.63 1.69 3/220 7831
/proc/meminfo: memFree=23267640/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14090948 memory=1053180 CPUtime=251.1 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 43670 0 0 0 25040 70 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3522737 263295 3583 1 0 3484809 0
[pid=7709/tid=7711] ppid=7706 vsize=14090948 memory=804 CPUtime=244.13 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 27379 0 0 0 24388 25 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910308674592 139909922443254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14090948 memory=1796 CPUtime=0.99 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 2432 0 0 0 87 12 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14090948 memory=916 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 945 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14090948 memory=48641 CPUtime=0.98 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 2344 0 0 0 87 11 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14090948 memory=4420 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 851 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14090948 memory=6628 CPUtime=1.31 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 2353 0 0 0 122 9 0 0 20 0 15 0 250285119 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14090948 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909845579488 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14090948 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909844526336 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14090948 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14090948 memory=15460 CPUtime=0.46 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 1493 0 0 0 46 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14090948 memory=17668 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 1168 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14090948 memory=19876 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 2315 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14090948 memory=22084 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14090948 memory=3852 CPUtime=0.14 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 973 0 0 0 6 8 0 0 20 0 15 0 250285123 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 251.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1053180 KiB

[startup+247.201 s]
/proc/loadavg: 1.23 1.63 1.69 3/220 7831
/proc/meminfo: memFree=23267764/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14090948 memory=1053180 CPUtime=251.5 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 43674 0 0 0 25080 70 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3522737 263295 3583 1 0 3484809 0
[pid=7709/tid=7711] ppid=7706 vsize=14090948 memory=1564 CPUtime=244.52 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 27383 0 0 0 24427 25 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910308674656 139909924173579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14090948 memory=2192 CPUtime=0.99 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 2432 0 0 0 87 12 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14090948 memory=3980 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 945 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14090948 memory=1924 CPUtime=0.99 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 2344 0 0 0 87 12 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14090948 memory=1053180 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 851 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14090948 memory=924 CPUtime=1.31 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 2353 0 0 0 122 9 0 0 20 0 15 0 250285119 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14090948 memory=3824 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909845579488 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14090948 memory=68084 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909844526336 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14090948 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14090948 memory=1220 CPUtime=0.46 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 1493 0 0 0 46 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14090948 memory=8112282956445269571 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 1168 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14090948 memory=1172 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 2315 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14090948 memory=37652 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14090948 memory=3360 CPUtime=0.14 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 973 0 0 0 6 8 0 0 20 0 15 0 250285123 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 251.5 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1053180 KiB

[startup+247.301 s]
/proc/loadavg: 1.23 1.63 1.69 3/220 7831
/proc/meminfo: memFree=23267764/32770624 swapFree=67108688/67108860
[pid=7709] ppid=7706 vsize=14090948 memory=1053180 CPUtime=251.6 cores=1,3,5,7
/proc/7709/stat : 7709 (java) S 7706 7709 2816 0 -1 1077944320 43675 0 0 0 25090 70 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 140732041985440 139910304435959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
/proc/7709/statm: 3522737 263295 3583 1 0 3484809 0
[pid=7709/tid=7711] ppid=7706 vsize=14090948 memory=1053180 CPUtime=244.62 cores=1,3,5,7
/proc/7709/task/7711/stat : 7711 (java) R 7706 7709 2816 0 -1 4202560 27384 0 0 0 24437 25 0 0 20 0 15 0 250285117 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910308674576 139909924089948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7712] ppid=7706 vsize=14090948 memory=1053180 CPUtime=0.99 cores=1,3,5,7
/proc/7709/task/7712/stat : 7712 (java) S 7706 7709 2816 0 -1 1077944384 2432 0 0 0 87 12 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910242036240 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7713] ppid=7706 vsize=14090948 memory=1053180 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7713/stat : 7713 (java) S 7706 7709 2816 0 -1 1077944384 945 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910240983696 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7714] ppid=7706 vsize=14090948 memory=1053180 CPUtime=0.99 cores=1,3,5,7
/proc/7709/task/7714/stat : 7714 (java) S 7706 7709 2816 0 -1 1077944384 2344 0 0 0 87 12 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910239930640 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7715] ppid=7706 vsize=14090948 memory=1053180 CPUtime=1 cores=1,3,5,7
/proc/7709/task/7715/stat : 7715 (java) S 7706 7709 2816 0 -1 1077944384 851 0 0 0 90 10 0 0 20 0 15 0 250285118 14429130752 263295 33554432000 4194304 4196468 140732042002896 139910238878096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7716] ppid=7706 vsize=14090948 memory=1053180 CPUtime=1.31 cores=1,3,5,7
/proc/7709/task/7716/stat : 7716 (java) S 7706 7709 2816 0 -1 1077944384 2353 0 0 0 122 9 0 0 20 0 15 0 250285119 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909846633200 139910304447106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7717] ppid=7706 vsize=14090948 memory=1053180 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7717/stat : 7717 (java) S 7706 7709 2816 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909845579488 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7718] ppid=7706 vsize=14090948 memory=3824 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7718/stat : 7718 (java) S 7706 7709 2816 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250285120 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909844526336 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7719] ppid=7706 vsize=14090948 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7719/stat : 7719 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909843474896 139910304454555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7720] ppid=7706 vsize=14090948 memory=1220 CPUtime=0.46 cores=1,3,5,7
/proc/7709/task/7720/stat : 7720 (java) S 7706 7709 2816 0 -1 1077944384 1493 0 0 0 46 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909842422000 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7721] ppid=7706 vsize=14090948 memory=1053180 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7721/stat : 7721 (java) S 7706 7709 2816 0 -1 1077944384 1168 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909841369456 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7722] ppid=7706 vsize=14090948 memory=1053180 CPUtime=0.5 cores=1,3,5,7
/proc/7709/task/7722/stat : 7722 (java) S 7706 7709 2816 0 -1 1077944384 2315 0 0 0 50 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909840316400 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7723] ppid=7706 vsize=14090948 memory=1053180 CPUtime=0 cores=1,3,5,7
/proc/7709/task/7723/stat : 7723 (java) S 7706 7709 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250285122 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909839264096 139910304446165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
[pid=7709/tid=7724] ppid=7706 vsize=14090948 memory=3824 CPUtime=0.14 cores=1,3,5,7
/proc/7709/task/7724/stat : 7724 (java) S 7706 7709 2816 0 -1 1077944384 973 0 0 0 6 8 0 0 20 0 15 0 250285123 14429130752 263295 33554432000 4194304 4196468 140732042002896 139909838212144 139910304447106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9515008 140732042011726 140732042011918 140732042011918 140732042014671 0
Current children cumulated CPU time: 251.6 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1053180 KiB

Child status: 0
Real time (s): 247.365
CPU time (s): 251.685
CPU user time (s): 250.966
CPU system time (s): 0.719149
CPU usage (%): 101.746
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1123856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.966
system time used= 0.719149
maximum resident set size= 1125904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44830
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43477
involuntary context switches= 649


# summary of solver processes directly reported to runsolver:
#   pid: 7709
#   total CPU time (s): 251.685
#   total CPU user time (s): 250.966
#   total CPU system time (s): 0.719149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57128 second user time and 2.35921 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 12:00:19
IDJOB=4310083
IDBENCH=141104
IDSOLVER=2795
FILE ID=node134/4310083-1534327219
RUNJOBID= node134-1534325999-6916
PBS_JOBID= 21038145
Free space on /tmp= 43368 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Tal/Tal-01_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310083-1534327219/watcher-4310083-1534327219 -o /tmp/evaluation-result-4310083-1534327219/solver-4310083-1534327219 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534325999-6916 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1737779112 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310083-1534327219.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= be8acda3d02cf8f075ea348930aabd56
RANDOM SEED=1737779112

node134.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.68
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.68
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.68
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.68
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:        24294692 kB
MemAvailable:   31708336 kB
Buffers:          201224 kB
Cached:          7426676 kB
SwapCached:           32 kB
Active:          4185316 kB
Inactive:        3685060 kB
Active(anon):     191672 kB
Inactive(anon):   111440 kB
Active(file):    3993644 kB
Inactive(file):  3573620 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35848 kB
Writeback:             0 kB
AnonPages:        305548 kB
Mapped:            69016 kB
Shmem:             57844 kB
Slab:             304048 kB
SReclaimable:     274840 kB
SUnreclaim:        29208 kB
KernelStack:        3872 kB
PageTables:         6252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1218596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43332 MiB
End job on node134 at 2018-08-15 12:04:27