Trace number 4311955

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 - Conflict Ordering with restarts 2018-08-17SAT 1753.09 1748.79

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
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 benchmark40.0171
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1618675707
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
4.53/2.57	c Parsing done, starting search...
1752.99/1748.77	s SATISFIABLE
1752.99/1748.77	v <instantiation>
1752.99/1748.77	v 	<list>
1752.99/1748.77	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7]
1752.99/1748.77	v 	</list>
1752.99/1748.77	v 	<values>
1752.99/1748.77	v 		6 11 0 19 8 18 18 4 17 4 2 4 13 2 4 18 0 2 2 20 18 14 13 18 15 17 14 5 4 17 0 8 15 4 18 4 17 0 8 18 4 18 19 20 0 8 17 4 18 19 0 17 8 18 4 18 
1752.99/1748.77	v 	</values>
1752.99/1748.77	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 (9878 MiB free)
  memory of node 1: 16384 MiB (12534 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311955-1534556768/watcher-4311955-1534556768 -o /tmp/evaluation-result-4311955-1534556768/solver-4311955-1534556768 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1618675707 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311955-1534556768.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=27631, runsolver pid=27628
Current StackSize limit: 8192 KiB


[startup+0.1073 s]*
/proc/loadavg: 1.65 1.57 1.49 3/215 27646
/proc/meminfo: memFree=22932748/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14082736 memory=32624 CPUtime=0.13 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 7079 0 0 0 11 2 0 0 20 0 15 0 273240034 14420721664 8156 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3520684 8156 3159 1 0 3482761 0
[pid=27631/tid=27633] ppid=27628 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 5202 0 0 0 8 1 0 0 20 0 15 0 273240035 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443535971152 140443523996478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14082736 memory=5793854891746380217 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443005179296 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443004126704 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 8288 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0.01 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 273240040 14420721664 8288 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 8288 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 8288 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32624 KiB

[startup+0.210273 s]*
/proc/loadavg: 1.65 1.57 1.49 5/215 27646
/proc/meminfo: memFree=22917120/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14082736 memory=46900 CPUtime=0.29 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 10339 0 0 0 26 3 0 0 20 0 15 0 273240034 14420721664 11725 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3520684 11725 3367 1 0 3482761 0
[pid=27631/tid=27633] ppid=27628 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 8061 0 0 0 18 2 0 0 20 0 15 0 273240035 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443535986320 140443515839838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14082736 memory=4211973366941277578 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443005179296 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443004126704 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) R 27628 27631 25230 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 273240040 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) R 27628 27631 25230 0 -1 4202560 106 0 0 0 1 0 0 0 20 0 15 0 273240040 14420721664 11725 33554432000 4194304 4196468 140729360999488 140443000959440 140443524048800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0.05 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) R 27628 27631 25230 0 -1 4202560 322 0 0 0 5 0 0 0 20 0 15 0 273240040 14420721664 11725 33554432000 4194304 4196468 140729360999488 140442999916784 140443531771286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 11725 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 11725 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46900 KiB

[startup+0.310437 s]*
/proc/loadavg: 1.65 1.57 1.49 3/215 27646
/proc/meminfo: memFree=22913364/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14082736 memory=50468 CPUtime=0.43 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 10785 0 0 0 40 3 0 0 20 0 15 0 273240034 14420721664 12617 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3520684 12617 3382 1 0 3482761 0
[pid=27631/tid=27633] ppid=27628 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 8430 0 0 0 27 2 0 0 20 0 15 0 273240035 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443535967184 140443515839838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14082736 memory=4211973366941277578 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14082736 memory=139640736489391 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14082736 memory=139640594107550 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14082736 memory=139640594091471 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273240035 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14082736 memory=139640736512297 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14082736 memory=139640594100687 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443005179296 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14082736 memory=279281188192144 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273240037 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443004126704 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14082736 memory=279281188189808 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 273240040 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14082736 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 117 0 0 0 2 0 0 0 20 0 15 0 273240040 14420721664 12617 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0.08 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 346 0 0 0 8 0 0 0 20 0 15 0 273240040 14420721664 12617 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 12617 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14082736 memory=139640736487040 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240040 14420721664 12617 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50468 KiB

[startup+0.700771 s]
/proc/loadavg: 1.65 1.57 1.49 3/215 27646
/proc/meminfo: memFree=22889304/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14084804 memory=88804 CPUtime=0.98 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 17624 0 0 0 92 6 0 0 20 0 15 0 273240034 14422839296 22201 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3521201 22201 3498 1 0 3483273 0
[pid=27631/tid=27633] ppid=27628 vsize=14084804 memory=752 CPUtime=0.67 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 14881 0 0 0 63 4 0 0 20 0 15 0 273240035 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443535972704 140443531781277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240035 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273240035 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273240037 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273240037 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443005179296 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273240037 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443004126704 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14084804 memory=233 CPUtime=0.08 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 680 0 0 0 8 0 0 0 20 0 15 0 273240040 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14084804 memory=7 CPUtime=0.05 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 248 0 0 0 5 0 0 0 20 0 15 0 273240040 14422839296 22201 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14084804 memory=715 CPUtime=0.15 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 434 0 0 0 15 0 0 0 20 0 15 0 273240040 14422839296 22201 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14084804 memory=279281188376048 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14422839296 22201 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273240040 14422839296 22201 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88804 KiB

[startup+1.50118 s]
/proc/loadavg: 1.65 1.57 1.49 5/215 27646
/proc/meminfo: memFree=22785612/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14088900 memory=256472 CPUtime=2.97 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 26312 0 0 0 285 12 0 0 20 0 15 0 273240034 14427033600 64118 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3522225 64118 3572 1 0 3484297 0
[pid=27631/tid=27633] ppid=27628 vsize=14088900 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 18520 0 0 0 138 7 0 0 20 0 15 0 273240035 14427033600 64118 33554432000 4194304 4196468 140729360999488 140443535990864 140443531771286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14088900 memory=-3535359994705172579 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 273240035 14427033600 64118 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14088900 memory=-2746958450906831424 CPUtime=0.01 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 444 0 0 0 1 0 0 0 20 0 15 0 273240035 14427033600 64118 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14088900 memory=-6222389776517130086 CPUtime=0.01 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 15 0 273240035 14427033600 64118 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14088900 memory=-6441413357968170793 CPUtime=0.01 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 273240035 14427033600 64118 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14088900 memory=9049878532223828141 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 64118 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0

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

[pid=27631/tid=27645] ppid=27628 vsize=14088900 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14088900 memory=3760 CPUtime=0.93 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1674 0 0 0 42 51 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 1751.49 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3188852 KiB

[startup+1748 s]*
/proc/loadavg: 1.97 1.99 1.93 3/215 27722
/proc/meminfo: memFree=17316748/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1752.3 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 130230 0 0 0 175087 143 0 0 20 0 15 0 273240034 14427033600 797213 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3522225 797213 3584 1 0 3484297 0
[pid=27631/tid=27633] ppid=27628 vsize=14088900 memory=6791534058613427641 CPUtime=1747.64 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 90216 0 0 0 174698 66 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443535997584 140443171399596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14088900 memory=-7003737579269690708 CPUtime=0.21 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 4778 0 0 0 15 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14088900 memory=3816920 CPUtime=0.22 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 4627 0 0 0 15 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14088900 memory=4108 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 6049 0 0 0 16 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14088900 memory=1408 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 3740 0 0 0 17 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14088900 memory=3204 CPUtime=0.07 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 6234 0 0 0 4 3 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443005179360 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443004126720 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14088900 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14088900 memory=4140 CPUtime=1.11 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 4469 0 0 0 110 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14088900 memory=6364 CPUtime=1.04 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 2974 0 0 0 103 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14088900 memory=1628 CPUtime=0.53 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 4025 0 0 0 51 2 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14088900 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14088900 memory=15188 CPUtime=0.93 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1674 0 0 0 42 51 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 1752.3 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3188852 KiB

[startup+1748.4 s]
/proc/loadavg: 1.97 1.99 1.93 3/215 27722
/proc/meminfo: memFree=17316748/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1752.69 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 130242 0 0 0 175126 143 0 0 20 0 15 0 273240034 14427033600 797213 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3522225 797213 3584 1 0 3484297 0
[pid=27631/tid=27633] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1748.03 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 90228 0 0 0 174737 66 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443535997584 140443171169523 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14088900 memory=6791534058613427641 CPUtime=0.21 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 4778 0 0 0 15 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14088900 memory=1824 CPUtime=0.22 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 4627 0 0 0 15 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14088900 memory=1356 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 6049 0 0 0 16 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14088900 memory=4140 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 3740 0 0 0 17 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14088900 memory=6364 CPUtime=0.07 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 6234 0 0 0 4 3 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14088900 memory=7234303152781525078 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443005179360 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443004126720 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14088900 memory=6704 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14088900 memory=1224 CPUtime=1.11 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 4469 0 0 0 110 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14088900 memory=2180 CPUtime=1.04 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 2974 0 0 0 103 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.53 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 4025 0 0 0 51 2 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.93 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1674 0 0 0 42 51 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 1752.69 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3188852 KiB

[startup+1748.6 s]
/proc/loadavg: 1.97 1.99 1.93 3/215 27722
/proc/meminfo: memFree=17316748/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1752.89 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 130248 0 0 0 175146 143 0 0 20 0 15 0 273240034 14427033600 797213 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3522225 797213 3584 1 0 3484297 0
[pid=27631/tid=27633] ppid=27628 vsize=14088900 memory=6791534058613427641 CPUtime=1748.23 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 90234 0 0 0 174757 66 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443535997584 140443166786279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14088900 memory=1356 CPUtime=0.21 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 4778 0 0 0 15 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14088900 memory=4140 CPUtime=0.22 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 4627 0 0 0 15 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14088900 memory=6364 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 6049 0 0 0 16 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14088900 memory=1628 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 3740 0 0 0 17 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14088900 memory=1100 CPUtime=0.07 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 6234 0 0 0 4 3 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14088900 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443005179360 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14088900 memory=4392 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443004126720 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14088900 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14088900 memory=15916 CPUtime=1.11 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 4469 0 0 0 110 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14088900 memory=504 CPUtime=1.04 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 2974 0 0 0 103 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14088900 memory=1704 CPUtime=0.53 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 4025 0 0 0 51 2 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14088900 memory=1176 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14088900 memory=932 CPUtime=0.93 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1674 0 0 0 42 51 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 1752.89 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3188852 KiB

[startup+1748.7 s]
/proc/loadavg: 1.97 1.99 1.93 3/215 27722
/proc/meminfo: memFree=17316748/32770624 swapFree=67108196/67108860
[pid=27631] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1752.99 cores=1,3,5,7
/proc/27631/stat : 27631 (java) S 27628 27631 25230 0 -1 1077944320 130252 0 0 0 175156 143 0 0 20 0 15 0 273240034 14427033600 797213 33554432000 4194304 4196468 140729360999488 140729360982032 140443531759351 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
/proc/27631/statm: 3522225 797213 3584 1 0 3484297 0
[pid=27631/tid=27633] ppid=27628 vsize=14088900 memory=279281189117040 CPUtime=1748.33 cores=1,3,5,7
/proc/27631/task/27633/stat : 27633 (java) R 27628 27631 25230 0 -1 4202560 90238 0 0 0 174767 66 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443535997584 140443171400589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27634] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.21 cores=1,3,5,7
/proc/27631/task/27634/stat : 27634 (java) S 27628 27631 25230 0 -1 1077944384 4778 0 0 0 15 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443488311568 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27635] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.22 cores=1,3,5,7
/proc/27631/task/27635/stat : 27635 (java) S 27628 27631 25230 0 -1 1077944384 4627 0 0 0 15 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443487259024 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27636] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27636/stat : 27636 (java) S 27628 27631 25230 0 -1 1077944384 6049 0 0 0 16 7 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443486206480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27637] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.23 cores=1,3,5,7
/proc/27631/task/27637/stat : 27637 (java) S 27628 27631 25230 0 -1 1077944384 3740 0 0 0 17 6 0 0 20 0 15 0 273240035 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443124165264 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27638] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0.07 cores=1,3,5,7
/proc/27631/task/27638/stat : 27638 (java) S 27628 27631 25230 0 -1 1077944384 6234 0 0 0 4 3 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443006233072 140443531770498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27639] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27639/stat : 27639 (java) S 27628 27631 25230 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443005179360 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27640] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27640/stat : 27640 (java) S 27628 27631 25230 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 273240037 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443004126720 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27641] ppid=27628 vsize=14088900 memory=56 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27641/stat : 27641 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443003075280 140443531777947 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27642] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1.11 cores=1,3,5,7
/proc/27631/task/27642/stat : 27642 (java) S 27628 27631 25230 0 -1 1077944384 4469 0 0 0 110 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443002021872 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27643] ppid=27628 vsize=14088900 memory=3188852 CPUtime=1.04 cores=1,3,5,7
/proc/27631/task/27643/stat : 27643 (java) S 27628 27631 25230 0 -1 1077944384 2974 0 0 0 103 1 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140443000969328 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27644] ppid=27628 vsize=14088900 memory=279281190084544 CPUtime=0.53 cores=1,3,5,7
/proc/27631/task/27644/stat : 27644 (java) S 27628 27631 25230 0 -1 1077944384 4025 0 0 0 51 2 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442999916784 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27645] ppid=27628 vsize=14088900 memory=3188852 CPUtime=0 cores=1,3,5,7
/proc/27631/task/27645/stat : 27645 (java) S 27628 27631 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442998864480 140443531769557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
[pid=27631/tid=27646] ppid=27628 vsize=14088900 memory=3230916 CPUtime=0.93 cores=1,3,5,7
/proc/27631/task/27646/stat : 27646 (java) S 27628 27631 25230 0 -1 1077944384 1674 0 0 0 42 51 0 0 20 0 15 0 273240040 14427033600 797213 33554432000 4194304 4196468 140729360999488 140442997812016 140443531770498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 12754944 140729361003592 140729361003785 140729361003785 140729361006543 0
Current children cumulated CPU time: 1752.99 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 3188852 KiB

Child status: 0
Real time (s): 1748.79
CPU time (s): 1753.09
CPU user time (s): 1751.64
CPU system time (s): 1.45917
CPU usage (%): 100.246
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 3511656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.64
system time used= 1.45917
maximum resident set size= 3514852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41173
involuntary context switches= 582


# summary of solver processes directly reported to runsolver:
#   pid: 27631
#   total CPU time (s): 1753.09
#   total CPU user time (s): 1751.64
#   total CPU system time (s): 1.45917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6345 second user time and 15.4384 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 03:46:08
IDJOB=4311955
IDBENCH=141444
IDSOLVER=2799
FILE ID=node151/4311955-1534556768
RUNJOBID= node151-1534541038-25262
PBS_JOBID= 21038628
Free space on /tmp= 51364 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311955-1534556768/watcher-4311955-1534556768 -o /tmp/evaluation-result-4311955-1534556768/solver-4311955-1534556768 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534541038-25262 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1618675707 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311955-1534556768.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=1618675707

node151.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.87
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.87
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.87
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.87
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:        22950516 kB
MemAvailable:   30528552 kB
Buffers:          216168 kB
Cached:          7635252 kB
SwapCached:           12 kB
Active:          5487472 kB
Inactive:        3779316 kB
Active(anon):    1385292 kB
Inactive(anon):    98628 kB
Active(file):    4102180 kB
Inactive(file):  3680688 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             38472 kB
Writeback:             0 kB
AnonPages:       1423144 kB
Mapped:            33908 kB
Shmem:             65908 kB
Slab:             250500 kB
SReclaimable:     222004 kB
SUnreclaim:        28496 kB
KernelStack:        3536 kB
PageTables:         7928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3419484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1292288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51328 MiB
End job on node151 at 2018-08-18 04:15:17