Trace number 4400475

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
choco-solver 2019-09-16OPT91 1803.44 454.253

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9952
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400475-1568694867.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400475-1568694867.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.03/0.52	c solve instance...
1.03/0.60	o 145 
1.36/0.62	o 141 
1.36/0.62	o 139 
1.36/0.63	o 138 
1.36/0.64	o 134 
1.36/0.64	o 130 
1.36/0.68	o 129 
1.69/0.73	o 105 
1.69/0.73	o 104 
1.69/0.76	o 100 
2.45/0.92	o 99 
6.43/1.93	o 91 
1803.24/454.24	s OPTIMUM FOUND
1803.24/454.24	v <instantiation>
1803.24/454.24	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1803.24/454.24	v 	<values>1 2 5 0 6 11 10 12 13 14 9 8 7 4 3 5 6 15 8 15 7 4 6 1 7 2 2 9 2 2 </values>
1803.24/454.24	v </instantiation>

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400475-1568694867/watcher-4400475-1568694867 -o /tmp/evaluation-result-4400475-1568694867/solver-4400475-1568694867 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 979992391 HOME/instance-4400475-1568694867.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2603, runsolver pid=2600

[startup+0.100378 s]*
/proc/loadavg: 8.82 7.50 4.69 7/233 2619
/proc/meminfo: memFree=30465220/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15144776 memory=27496 CPUtime=0.12 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 5772 0 0 0 11 1 0 0 20 0 15 0 445755580 15508250624 6874 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3786194 6874 3150 1 0 3748377 0
[pid=2605/tid=2606] ppid=2603 vsize=15144776 memory=576460756329985062 CPUtime=0.08 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) R 2603 2603 30406 0 -1 4202560 3641 0 0 0 8 0 0 0 20 0 15 0 445755580 15508250624 6874 33554432000 4194304 4196468 140735977152448 140425401944928 140425397734806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15144776 memory=288230376155018786 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445755582 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445755582 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445755583 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) S 2603 2603 30406 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424266668272 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) S 2603 2603 30406 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424265615728 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15144776 memory=140542896969344 CPUtime=0.02 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) R 2603 2603 30406 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 445755585 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424264562672 140425397734806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 6874 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28944 KiB

[startup+0.210766 s]*
/proc/loadavg: 8.82 7.50 4.69 8/233 2619
/proc/meminfo: memFree=30451596/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15144776 memory=39648 CPUtime=0.34 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 9685 0 0 0 31 3 0 0 20 0 15 0 445755580 15508250624 9912 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3786194 9912 3279 1 0 3748377 0
[pid=2605/tid=2606] ppid=2603 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) R 2603 2603 30406 0 -1 4202560 6671 0 0 0 18 2 0 0 20 0 15 0 445755580 15508250624 9977 33554432000 4194304 4196468 140735977152448 140425401959920 140425397744797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15144776 memory=4296914231 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15144776 memory=140542896995096 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445755581 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15144776 memory=140542896969344 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445755582 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445755582 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445755583 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) S 2603 2603 30406 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 445755585 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424266668272 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) S 2603 2603 30406 0 -1 1077944384 316 0 0 0 3 0 0 0 20 0 15 0 445755585 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424265615728 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15144776 memory=140542896969344 CPUtime=0.08 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) R 2603 2603 30406 0 -1 4202560 928 0 0 0 8 0 0 0 20 0 15 0 445755585 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424264562672 140425381803358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755585 15508250624 9977 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41096 KiB

[startup+0.310554 s]*
/proc/loadavg: 8.82 7.50 4.69 8/233 2619
/proc/meminfo: memFree=30444336/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15149032 memory=49412 CPUtime=0.52 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 11207 0 0 0 49 3 0 0 20 0 15 0 445755580 15512608768 12353 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3787258 12353 3367 1 0 3748377 0
[pid=2605/tid=2606] ppid=2603 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) R 2603 2603 30406 0 -1 4202560 7847 0 0 0 28 2 0 0 20 0 15 0 445755580 15512608768 12418 33554432000 4194304 4196468 140735977152448 140425401953984 140425381803358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755581 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445755581 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445755582 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445755582 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445755583 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445755585 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15149032 memory=6656426216303648864 CPUtime=0.04 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) R 2603 2603 30406 0 -1 4202560 633 0 0 0 4 0 0 0 20 0 15 0 445755585 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424266649288 140425375318273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15149032 memory=-6803092254075368380 CPUtime=0.05 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) S 2603 2603 30406 0 -1 1077944384 350 0 0 0 5 0 0 0 20 0 15 0 445755585 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424265615728 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15149032 memory=7438357367570802579 CPUtime=0.12 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) S 2603 2603 30406 0 -1 1077944384 1113 0 0 0 12 0 0 0 20 0 15 0 445755585 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424264562672 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445755585 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15149032 memory=-8675733323038954102 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445755585 15512608768 12418 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50860 KiB

[startup+0.705166 s]
/proc/loadavg: 8.82 7.50 4.69 9/233 2619
/proc/meminfo: memFree=30428748/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15683668 memory=131564 CPUtime=1.69 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 14782 0 0 0 163 6 0 0 20 0 19 0 445755580 16060076032 32891 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3920917 32891 3461 1 0 3882017 0
[pid=2605/tid=2606] ppid=2603 vsize=15683668 memory=4137303382726774134 CPUtime=0.52 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) S 2603 2603 30406 0 -1 1077944384 8754 0 0 0 49 3 0 0 20 0 19 0 445755580 16060076032 32891 33554432000 4194304 4196468 140735977152448 140425401963648 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15683668 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445755581 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15683668 memory=6940443203498692944 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445755581 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15683668 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445755581 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15683668 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445755581 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15683668 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445755582 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15683668 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445755582 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15683668 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445755583 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15683668 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15683668 memory=26024 CPUtime=0.26 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) R 2603 2603 30406 0 -1 4202560 1059 0 0 0 26 0 0 0 20 0 19 0 445755585 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424266660760 140425397744218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15683668 memory=14068 CPUtime=0.25 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) R 2603 2603 30406 0 -1 4202560 1035 0 0 0 25 0 0 0 20 0 19 0 445755585 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424265597120 140425381133686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15683668 memory=524 CPUtime=0.33 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) R 2603 2603 30406 0 -1 4202560 1879 0 0 0 33 0 0 0 20 0 19 0 445755585 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424264562672 140425376842520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15683668 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15683668 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 32891 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15796796 KiB
Current children cumulated memory: 133012 KiB

[startup+1.50716 s]
/proc/loadavg: 8.60 7.47 4.70 12/237 2667
/proc/meminfo: memFree=30309796/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0

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

/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 867 0 0 0 8 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2668] ppid=2603 vsize=15683668 memory=224796 CPUtime=445.93 cores=1,3,5,7
/proc/2605/task/2668/stat : 2668 (java) R 2603 2603 30406 0 -1 4202560 1128 0 0 0 44592 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424250318112 140425039250863 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2669] ppid=2603 vsize=15683668 memory=4112 CPUtime=446.22 cores=1,3,5,7
/proc/2605/task/2669/stat : 2669 (java) R 2603 2603 30406 0 -1 4202560 2445 0 0 0 44622 0 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424249269056 140425040429374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2670] ppid=2603 vsize=15683668 memory=1804 CPUtime=445.74 cores=1,3,5,7
/proc/2605/task/2670/stat : 2670 (java) R 2603 2603 30406 0 -1 4202560 3269 0 0 0 44573 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424253477240 140425039251339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2671] ppid=2603 vsize=15683668 memory=416920 CPUtime=445.42 cores=1,3,5,7
/proc/2605/task/2671/stat : 2671 (java) R 2603 2603 30406 0 -1 4202560 1900 0 0 0 44541 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424246107880 140425039251342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 1797.68 s
Current children cumulated vsize: 15796796 KiB
Current children cumulated memory: 417856 KiB

[startup+453.601 s]
/proc/loadavg: 8.70 8.29 6.16 9/238 2925
/proc/meminfo: memFree=30057136/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15683668 memory=416408 CPUtime=1800.86 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 71662 0 0 0 180029 57 0 0 20 0 19 0 445755580 16060076032 104102 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3920917 104102 3532 1 0 3882017 0
[pid=2605/tid=2606] ppid=2603 vsize=15683668 memory=416408 CPUtime=0.52 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) S 2603 2603 30406 0 -1 1077944384 8755 0 0 0 49 3 0 0 20 0 19 0 445755580 16060076032 104102 33554432000 4194304 4196468 140735977152448 140425401963648 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15683668 memory=1496 CPUtime=0.92 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1539 0 0 0 82 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15683668 memory=1412 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 2332 0 0 0 80 11 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15683668 memory=3372 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 3010 0 0 0 81 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15683668 memory=1448 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2606 0 0 0 81 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15683668 memory=3624 CPUtime=0.47 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 5128 0 0 0 41 6 0 0 20 0 19 0 445755582 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15683668 memory=47984 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445755582 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15683668 memory=988 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 445755583 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15683668 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15683668 memory=1384 CPUtime=2.59 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) S 2603 2603 30406 0 -1 1077944384 15937 0 0 0 258 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424266668272 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15683668 memory=4156 CPUtime=2.7 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) S 2603 2603 30406 0 -1 1077944384 12721 0 0 0 269 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424265615728 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15683668 memory=1056 CPUtime=0.59 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) S 2603 2603 30406 0 -1 1077944384 7537 0 0 0 58 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424264562672 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15683668 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15683668 memory=1536 CPUtime=0.08 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 867 0 0 0 8 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2668] ppid=2603 vsize=15683668 memory=9592 CPUtime=446.71 cores=1,3,5,7
/proc/2605/task/2668/stat : 2668 (java) R 2603 2603 30406 0 -1 4202560 1128 0 0 0 44670 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424250318064 140425039251211 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2669] ppid=2603 vsize=15683668 memory=2828 CPUtime=447.02 cores=1,3,5,7
/proc/2605/task/2669/stat : 2669 (java) R 2603 2603 30406 0 -1 4202560 2446 0 0 0 44702 0 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424249266440 140425040212400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2670] ppid=2603 vsize=15683668 memory=780 CPUtime=446.54 cores=1,3,5,7
/proc/2605/task/2670/stat : 2670 (java) R 2603 2603 30406 0 -1 4202560 3270 0 0 0 44653 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424253477048 140425040210784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2671] ppid=2603 vsize=15683668 memory=620 CPUtime=446.22 cores=1,3,5,7
/proc/2605/task/2671/stat : 2671 (java) R 2603 2603 30406 0 -1 4202560 1901 0 0 0 44621 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424246110512 140425039252157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 1800.86 s
Current children cumulated vsize: 15796796 KiB
Current children cumulated memory: 417856 KiB

[startup+454.001 s]*
/proc/loadavg: 8.70 8.29 6.16 9/238 2925
/proc/meminfo: memFree=30055088/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15683668 memory=416408 CPUtime=1802.48 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 71662 0 0 0 180191 57 0 0 20 0 19 0 445755580 16060076032 104102 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3920917 104102 3532 1 0 3882017 0
[pid=2605/tid=2606] ppid=2603 vsize=15683668 memory=8317482817917895235 CPUtime=0.52 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) S 2603 2603 30406 0 -1 1077944384 8755 0 0 0 49 3 0 0 20 0 19 0 445755580 16060076032 104102 33554432000 4194304 4196468 140735977152448 140425401963648 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15683668 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1539 0 0 0 82 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15683668 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 2332 0 0 0 80 11 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15683668 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 3010 0 0 0 81 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15683668 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2606 0 0 0 81 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15683668 memory=3833179225026736428 CPUtime=0.47 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 5128 0 0 0 41 6 0 0 20 0 19 0 445755582 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15683668 memory=3618982269537034289 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445755582 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15683668 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 445755583 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15683668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15683668 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) S 2603 2603 30406 0 -1 1077944384 15937 0 0 0 258 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424266668272 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15683668 memory=-1 CPUtime=2.7 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) S 2603 2603 30406 0 -1 1077944384 12721 0 0 0 269 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424265615728 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15683668 memory=140542896969344 CPUtime=0.59 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) S 2603 2603 30406 0 -1 1077944384 7537 0 0 0 58 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424264562672 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15683668 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15683668 memory=140542896969344 CPUtime=0.08 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 867 0 0 0 8 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2668] ppid=2603 vsize=15683668 memory=-1 CPUtime=447.11 cores=1,3,5,7
/proc/2605/task/2668/stat : 2668 (java) R 2603 2603 30406 0 -1 4202560 1128 0 0 0 44710 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424250318064 140425039252139 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2669] ppid=2603 vsize=15683668 memory=140542896969344 CPUtime=447.43 cores=1,3,5,7
/proc/2605/task/2669/stat : 2669 (java) R 2603 2603 30406 0 -1 4202560 2446 0 0 0 44743 0 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424249266440 140425039250994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2670] ppid=2603 vsize=15683668 memory=-1 CPUtime=446.95 cores=1,3,5,7
/proc/2605/task/2670/stat : 2670 (java) R 2603 2603 30406 0 -1 4202560 3270 0 0 0 44694 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424253477048 140425039251867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2671] ppid=2603 vsize=15683668 memory=0 CPUtime=446.63 cores=1,3,5,7
/proc/2605/task/2671/stat : 2671 (java) R 2603 2603 30406 0 -1 4202560 1901 0 0 0 44662 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424246110512 140425039250977 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 1802.48 s
Current children cumulated vsize: 15796796 KiB
Current children cumulated memory: 417856 KiB

[startup+454.201 s]
/proc/loadavg: 8.70 8.29 6.16 9/238 2925
/proc/meminfo: memFree=30055088/32770624 swapFree=66953076/67108860
[pid=2603] ppid=2600 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2603/stat : 2603 (xcsp3-exec) S 2600 2603 30406 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445755579 115843072 362 33554432000 4194304 5098028 140734626048880 140734626046984 140195653825148 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16150528 140734626055035 140734626055277 140734626055277 140734626058186 0
/proc/2603/statm: 28282 362 304 221 0 87 0
[pid=2605] ppid=2603 vsize=15683668 memory=416408 CPUtime=1803.24 cores=1,3,5,7
/proc/2605/stat : 2605 (java) S 2603 2603 30406 0 -1 1077944320 71662 0 0 0 180267 57 0 0 20 0 19 0 445755580 16060076032 104102 33554432000 4194304 4196468 140735977152448 140735977134992 140425397722871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
/proc/2605/statm: 3920917 104102 3532 1 0 3882017 0
[pid=2605/tid=2606] ppid=2603 vsize=15683668 memory=3776092771064229920 CPUtime=0.52 cores=1,3,5,7
/proc/2605/task/2606/stat : 2606 (java) S 2603 2603 30406 0 -1 1077944384 8755 0 0 0 49 3 0 0 20 0 19 0 445755580 16060076032 104102 33554432000 4194304 4196468 140735977152448 140425401963648 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2607] ppid=2603 vsize=15683668 memory=6944652177228980320 CPUtime=0.92 cores=1,3,5,7
/proc/2605/task/2607/stat : 2607 (java) S 2603 2603 30406 0 -1 1077944384 1539 0 0 0 82 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424990353936 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2608] ppid=2603 vsize=15683668 memory=6944656592455360604 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2608/stat : 2608 (java) S 2603 2603 30406 0 -1 1077944384 2332 0 0 0 80 11 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424989301392 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2609] ppid=2603 vsize=15683668 memory=6944652177228980320 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2609/stat : 2609 (java) S 2603 2603 30406 0 -1 1077944384 3010 0 0 0 81 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424988248336 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2610] ppid=2603 vsize=15683668 memory=6944652177228980320 CPUtime=0.91 cores=1,3,5,7
/proc/2605/task/2610/stat : 2610 (java) S 2603 2603 30406 0 -1 1077944384 2606 0 0 0 81 10 0 0 20 0 19 0 445755581 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424987195792 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2611] ppid=2603 vsize=15683668 memory=6944656575208382560 CPUtime=0.47 cores=1,3,5,7
/proc/2605/task/2611/stat : 2611 (java) S 2603 2603 30406 0 -1 1077944384 5128 0 0 0 41 6 0 0 20 0 19 0 445755582 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424270879472 140425397734018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2612] ppid=2603 vsize=15683668 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2612/stat : 2612 (java) S 2603 2603 30406 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445755582 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424269825696 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2613] ppid=2603 vsize=15683668 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2613/stat : 2613 (java) S 2603 2603 30406 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 445755583 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424268772592 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2614] ppid=2603 vsize=15683668 memory=-3535470213243961690 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2614/stat : 2614 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424267721168 140425397741467 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2615] ppid=2603 vsize=15683668 memory=-6512020697014309356 CPUtime=2.59 cores=1,3,5,7
/proc/2605/task/2615/stat : 2615 (java) S 2603 2603 30406 0 -1 1077944384 15937 0 0 0 258 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424266668272 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2616] ppid=2603 vsize=15683668 memory=1400237504561912195 CPUtime=2.7 cores=1,3,5,7
/proc/2605/task/2616/stat : 2616 (java) S 2603 2603 30406 0 -1 1077944384 12721 0 0 0 269 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424265615728 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2617] ppid=2603 vsize=15683668 memory=281085476864240 CPUtime=0.59 cores=1,3,5,7
/proc/2605/task/2617/stat : 2617 (java) S 2603 2603 30406 0 -1 1077944384 7537 0 0 0 58 1 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424264562672 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2618] ppid=2603 vsize=15683668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2605/task/2618/stat : 2618 (java) S 2603 2603 30406 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424263510368 140425397733077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2619] ppid=2603 vsize=15683668 memory=6944656592455360608 CPUtime=0.08 cores=1,3,5,7
/proc/2605/task/2619/stat : 2619 (java) S 2603 2603 30406 0 -1 1077944384 867 0 0 0 8 0 0 0 20 0 19 0 445755585 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424262458416 140425397734018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2668] ppid=2603 vsize=15683668 memory=6944652177228980320 CPUtime=447.3 cores=1,3,5,7
/proc/2605/task/2668/stat : 2668 (java) R 2603 2603 30406 0 -1 4202560 1128 0 0 0 44729 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424250318064 140425039251867 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2669] ppid=2603 vsize=15683668 memory=6944656575208382560 CPUtime=447.62 cores=1,3,5,7
/proc/2605/task/2669/stat : 2669 (java) R 2603 2603 30406 0 -1 4202560 2446 0 0 0 44762 0 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424249266440 140425039251640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2670] ppid=2603 vsize=15683668 memory=281085478436592 CPUtime=447.14 cores=1,3,5,7
/proc/2605/task/2670/stat : 2670 (java) R 2603 2603 30406 0 -1 4202560 3270 0 0 0 44713 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424253477048 140425039251737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
[pid=2605/tid=2671] ppid=2603 vsize=15683668 memory=6645459911560372124 CPUtime=446.82 cores=1,3,5,7
/proc/2605/task/2671/stat : 2671 (java) R 2603 2603 30406 0 -1 4202560 1901 0 0 0 44681 1 0 0 20 0 19 0 445755773 16060076032 104102 33554432000 4194304 4196468 140735977152448 140424246110512 140425040100713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34713600 140735977157615 140735977157786 140735977157786 140735977160655 0
Current children cumulated CPU time: 1803.24 s
Current children cumulated vsize: 15796796 KiB
Current children cumulated memory: 417856 KiB

Child status: 0
Real time (s): 454.253
CPU time (s): 1803.44
CPU user time (s): 1802.86
CPU system time (s): 0.583388
CPU usage (%): 397.013
Max. virtual memory (cumulated for all children) (KiB): 15798520
Max. memory (cumulated for all children) (KiB): 616884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.86
system time used= 0.583388
maximum resident set size= 615436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30226
involuntary context switches= 36964


# summary of solver processes directly reported to runsolver:
#   pid: 2603
#   total CPU time (s): 1803.44
#   total CPU user time (s): 1802.86
#   total CPU system time (s): 0.583388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.84899 second user time and 5.09145 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 06:33:47
IDJOB=4400475
IDBENCH=135747
IDSOLVER=2856
FILE ID=node127/4400475-1568694867
RUNJOBID= node127-1568694277-30438
PBS_JOBID= 21703804
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400475-1568694867/watcher-4400475-1568694867 -o /tmp/evaluation-result-4400475-1568694867/solver-4400475-1568694867 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568694277-30438 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 979992391 HOME/instance-4400475-1568694867.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=979992391

node127.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.55
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.55
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.55
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.55
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:        30480224 kB
MemAvailable:   31636544 kB
Buffers:           87892 kB
Cached:          1353136 kB
SwapCached:        51464 kB
Active:           721104 kB
Inactive:         970836 kB
Active(anon):     210388 kB
Inactive(anon):    89816 kB
Active(file):     510716 kB
Inactive(file):   881020 kB
Unevictable:      110656 kB
Mlocked:          110656 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26168 kB
Writeback:             0 kB
AnonPages:        307564 kB
Mapped:            61524 kB
Shmem:             40672 kB
Slab:             190940 kB
SReclaimable:     160840 kB
SUnreclaim:        30100 kB
KernelStack:        3776 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1432636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 06:41:21