Trace number 4404098

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-20OPT90 318.842 80.4669

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark226.554
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4404098-1568991441.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404098-1568991441.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.28/0.63	c solve instance...
1.59/0.75	o 109 
1.98/0.81	o 107 
1.98/0.85	o 103 
5.10/1.63	o 102 
5.48/1.71	o 100 
7.08/2.13	o 99 
8.62/2.54	o 98 
19.32/5.21	o 97 
23.28/6.24	o 96 
24.46/6.58	o 95 
27.64/7.33	o 94 
38.39/10.06	o 93 
38.80/10.17	o 92 
50.72/13.17	o 91 
65.80/16.97	o 90 
318.64/80.44	s OPTIMUM FOUND
318.64/80.44	v <instantiation>
318.64/80.44	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
318.64/80.44	v 	<values>0 0 25 0 6 10 10 34 17 16 51 32 25 44 60 23 33 17 40 61 37 70 75 58 61 35 50 79 41 85 71 90 </values>
318.64/80.44	v </instantiation>

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404098-1568991441/watcher-4404098-1568991441 -o /var/tmp/evaluation-result-4404098-1568991441/solver-4404098-1568991441 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568988114-19951 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 129159018 HOME/instance-4404098-1568991441.xml 

running on 4 cores: 0,2,4,6

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
solver pid=25967, runsolver pid=25964
Current StackSize limit: 8192 KiB


[startup+0.100377 s]*
/proc/loadavg: 8.80 8.73 8.41 7/233 25983
/proc/meminfo: memFree=6291208/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15144776 memory=28928 CPUtime=0.13 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 5647 0 0 0 12 1 0 0 20 0 15 0 475058945 15508250624 7232 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3786194 7232 3150 1 0 3748377 0
[pid=25969/tid=25970] ppid=25967 vsize=15144776 memory=7100839878644302962 CPUtime=0.09 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) R 25967 25967 19920 0 -1 4202560 3543 0 0 0 9 0 0 0 20 0 15 0 475058945 15508250624 7232 33554432000 4194304 4196468 140728718802800 140405360233952 140405348248382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 7232 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15144776 memory=139734717171328 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 7232 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 7232 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 7232 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15144776 memory=139734717171328 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058948 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058948 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404823393440 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058948 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404822340336 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) S 25967 25967 19920 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404820237040 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) S 25967 25967 19920 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404819184496 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15144776 memory=139734717171328 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) R 25967 25967 19920 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 475058951 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404818126512 140405334620792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15144776 memory=139734717171328 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 7232 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30384 KiB

[startup+0.210768 s]*
/proc/loadavg: 8.80 8.73 8.41 7/233 25983
/proc/meminfo: memFree=6278216/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15144776 memory=41004 CPUtime=0.34 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 9473 0 0 0 32 2 0 0 20 0 15 0 475058945 15508250624 10251 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3786194 10251 3319 1 0 3748377 0
[pid=25969/tid=25970] ppid=25967 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) R 25967 25967 19920 0 -1 4202560 6572 0 0 0 18 2 0 0 20 0 15 0 475058945 15508250624 10251 33554432000 4194304 4196468 140728718802800 140405360243984 140405340462000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15144776 memory=11079 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 10251 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15144776 memory=3977020630376906784 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 10251 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 10251 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058946 15508250624 10251 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475058948 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058948 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404823393440 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15144776 memory=139734717171328 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058948 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404822340336 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) S 25967 25967 19920 0 -1 1077944384 671 0 0 0 2 0 0 0 20 0 15 0 475058951 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404820237040 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) S 25967 25967 19920 0 -1 1077944384 135 0 0 0 2 0 0 0 20 0 15 0 475058951 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404819184496 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) S 25967 25967 19920 0 -1 1077944384 790 0 0 0 8 0 0 0 20 0 15 0 475058951 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404818131440 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058951 15508250624 10251 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42460 KiB

[startup+0.311332 s]*
/proc/loadavg: 8.80 8.73 8.41 7/233 25983
/proc/meminfo: memFree=6271020/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15149032 memory=50108 CPUtime=0.54 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 10853 0 0 0 50 4 0 0 20 0 15 0 475058945 15512608768 12527 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3787258 12527 3361 1 0 3748377 0
[pid=25969/tid=25970] ppid=25967 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) R 25967 25967 19920 0 -1 4202560 7772 0 0 0 27 3 0 0 20 0 15 0 475058945 15512608768 12527 33554432000 4194304 4196468 140728718802800 140405360244720 140405340091742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15512608768 12527 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15149032 memory=4266097664824967200 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15512608768 12527 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058946 15512608768 12527 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475058946 15512608768 12527 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15149032 memory=139734717171328 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475058948 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475058948 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404823393440 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475058948 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404822340336 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058951 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) S 25967 25967 19920 0 -1 1077944384 686 0 0 0 4 0 0 0 20 0 15 0 475058951 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404820237040 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15149032 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) S 25967 25967 19920 0 -1 1077944384 232 0 0 0 5 0 0 0 20 0 15 0 475058951 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404819184496 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15149032 memory=139734717171328 CPUtime=0.12 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) S 25967 25967 19920 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 15 0 475058951 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404818131440 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475058951 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15149032 memory=139734717171328 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475058951 15512608768 12527 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51564 KiB

[startup+0.702484 s]
/proc/loadavg: 8.65 8.70 8.40 8/233 25983
/proc/meminfo: memFree=6254460/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15417412 memory=91428 CPUtime=1.59 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 15505 0 0 0 153 6 0 0 20 0 19 0 475058945 15787429888 22857 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3854353 22857 3454 1 0 3815453 0
[pid=25969/tid=25970] ppid=25967 vsize=15417412 memory=2116 CPUtime=0.62 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) S 25967 25967 19920 0 -1 1077944384 9291 0 0 0 58 4 0 0 20 0 19 0 475058945 15787429888 22857 33554432000 4194304 4196468 140728718802800 140405360252032 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15417412 memory=520 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475058946 15787429888 22857 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15417412 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475058946 15787429888 22857 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15417412 memory=924 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475058946 15787429888 22857 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15417412 memory=3688 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475058946 15787429888 22857 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15417412 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475058948 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15417412 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475058948 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404823393440 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15417412 memory=800 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475058948 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404822340336 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15417412 memory=7086240636179272035 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15417412 memory=7453282923444726100 CPUtime=0.21 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) R 25967 25967 19920 0 -1 4202560 1290 0 0 0 21 0 0 0 20 0 19 0 475058951 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404820223232 140405335673649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15417412 memory=4639059877604708710 CPUtime=0.22 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) R 25967 25967 19920 0 -1 4202560 889 0 0 0 22 0 0 0 20 0 19 0 475058951 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404819177600 140405340407996 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15417412 memory=8514726395715219869 CPUtime=0.38 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) S 25967 25967 19920 0 -1 1077944384 2044 0 0 0 38 0 0 0 20 0 19 0 475058951 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404818129232 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15417412 memory=7523373546746438508 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475058951 15787429888 22857 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 92884 KiB

[startup+1.50148 s]
/proc/loadavg: 8.65 8.70 8.40 10/237 25999
/proc/meminfo: memFree=6175888/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0

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

/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 545 0 0 0 0 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26046] ppid=25967 vsize=15619152 memory=1 CPUtime=60.67 cores=0,2,4,6
/proc/25969/task/26046/stat : 26046 (java) R 25967 25967 19920 0 -1 4202560 521 0 0 0 6067 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404803648448 140404988513739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26047] ppid=25967 vsize=15619152 memory=2 CPUtime=61.06 cores=0,2,4,6
/proc/25969/task/26047/stat : 26047 (java) R 25967 25967 19920 0 -1 4202560 1760 0 0 0 6106 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404806811120 140404987830116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26048] ppid=25967 vsize=15619152 memory=2 CPUtime=61.25 cores=0,2,4,6
/proc/25969/task/26048/stat : 26048 (java) R 25967 25967 19920 0 -1 4202560 1409 0 0 0 6125 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404797336168 140404987044583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26049] ppid=25967 vsize=15619152 memory=0 CPUtime=61.13 cores=0,2,4,6
/proc/25969/task/26049/stat : 26049 (java) R 25967 25967 19920 0 -1 4202560 747 0 0 0 6113 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404800498680 140404987101731 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 310.67 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 239156 KiB

[startup+79.2015 s]
/proc/loadavg: 8.52 8.67 8.41 9/237 26053
/proc/meminfo: memFree=6065956/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15619152 memory=237700 CPUtime=313.86 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 91175 0 0 0 31369 17 0 0 20 0 19 0 475058945 15994011648 59425 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3904788 59425 3521 1 0 3865888 0
[pid=25969/tid=25970] ppid=25967 vsize=15619152 memory=632 CPUtime=0.63 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) S 25967 25967 19920 0 -1 1077944384 9769 0 0 0 59 4 0 0 20 0 19 0 475058945 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405360252032 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15619152 memory=9 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1545 0 0 0 1 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15619152 memory=2213 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 2388 0 0 0 2 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15619152 memory=4744 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15619152 memory=1 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 1725 0 0 0 2 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15619152 memory=1456 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 1762 0 0 0 2 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15619152 memory=237700 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404823393504 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15619152 memory=288287770689143615 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404822340352 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15619152 memory=3991994003870724128 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15619152 memory=-7449383003082255508 CPUtime=4.83 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) S 25967 25967 19920 0 -1 1077944384 26041 0 0 0 481 2 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404820237040 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15619152 memory=8764164798296135838 CPUtime=4.47 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) S 25967 25967 19920 0 -1 1077944384 26676 0 0 0 445 2 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404819184496 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15619152 memory=988 CPUtime=0.77 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) S 25967 25967 19920 0 -1 1077944384 9352 0 0 0 76 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404818131440 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15619152 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15619152 memory=1424 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 545 0 0 0 0 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26046] ppid=25967 vsize=15619152 memory=3640 CPUtime=61.47 cores=0,2,4,6
/proc/25969/task/26046/stat : 26046 (java) R 25967 25967 19920 0 -1 4202560 521 0 0 0 6147 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404803648448 140404987308589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26047] ppid=25967 vsize=15619152 memory=1548 CPUtime=61.86 cores=0,2,4,6
/proc/25969/task/26047/stat : 26047 (java) R 25967 25967 19920 0 -1 4202560 1760 0 0 0 6186 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404806811120 140404987829997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26048] ppid=25967 vsize=15619152 memory=1728 CPUtime=62.05 cores=0,2,4,6
/proc/25969/task/26048/stat : 26048 (java) R 25967 25967 19920 0 -1 4202560 1409 0 0 0 6205 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404797336168 140404987830337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26049] ppid=25967 vsize=15619152 memory=1620 CPUtime=61.91 cores=0,2,4,6
/proc/25969/task/26049/stat : 26049 (java) R 25967 25967 19920 0 -1 4202560 747 0 0 0 6191 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404800498680 140404987308514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 313.86 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 239156 KiB

[startup+80.0015 s]*
/proc/loadavg: 8.52 8.67 8.41 9/237 26053
/proc/meminfo: memFree=6066160/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15619152 memory=237700 CPUtime=317.08 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 91197 0 0 0 31691 17 0 0 20 0 19 0 475058945 15994011648 59425 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3904788 59425 3521 1 0 3865888 0
[pid=25969/tid=25970] ppid=25967 vsize=15619152 memory=1076 CPUtime=0.63 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) S 25967 25967 19920 0 -1 1077944384 9769 0 0 0 59 4 0 0 20 0 19 0 475058945 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405360252032 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15619152 memory=4872558044660077418 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1545 0 0 0 1 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15619152 memory=2116 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 2388 0 0 0 2 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15619152 memory=520 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15619152 memory=1560 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 1725 0 0 0 2 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15619152 memory=924 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 1765 0 0 0 2 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15619152 memory=3688 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404823393504 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15619152 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404822340352 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15619152 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15619152 memory=800 CPUtime=4.83 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) S 25967 25967 19920 0 -1 1077944384 26057 0 0 0 481 2 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404820237040 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15619152 memory=988 CPUtime=4.47 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) S 25967 25967 19920 0 -1 1077944384 26676 0 0 0 445 2 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404819184496 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15619152 memory=2008 CPUtime=0.77 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) S 25967 25967 19920 0 -1 1077944384 9352 0 0 0 76 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404818131440 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15619152 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15619152 memory=3640 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 545 0 0 0 0 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26046] ppid=25967 vsize=15619152 memory=1548 CPUtime=62.28 cores=0,2,4,6
/proc/25969/task/26046/stat : 26046 (java) R 25967 25967 19920 0 -1 4202560 523 0 0 0 6228 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404803648544 140404988467381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26047] ppid=25967 vsize=15619152 memory=1728 CPUtime=62.67 cores=0,2,4,6
/proc/25969/task/26047/stat : 26047 (java) R 25967 25967 19920 0 -1 4202560 1760 0 0 0 6267 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404806807200 140404987830375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26048] ppid=25967 vsize=15619152 memory=8080 CPUtime=62.86 cores=0,2,4,6
/proc/25969/task/26048/stat : 26048 (java) R 25967 25967 19920 0 -1 4202560 1410 0 0 0 6286 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404797333720 140404987308820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26049] ppid=25967 vsize=15619152 memory=1456 CPUtime=62.71 cores=0,2,4,6
/proc/25969/task/26049/stat : 26049 (java) R 25967 25967 19920 0 -1 4202560 747 0 0 0 6271 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404800498984 140404987101597 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 317.08 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 239156 KiB

[startup+80.4015 s]
/proc/loadavg: 8.52 8.67 8.41 9/237 26053
/proc/meminfo: memFree=6066160/32770624 swapFree=66953200/67108860
[pid=25967] ppid=25964 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/25967/stat : 25967 (xcsp3-exec) S 25964 25967 19920 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475058945 115843072 364 33554432000 4194304 5098028 140737008678352 140737008676456 139696437113468 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36302848 140737008685911 140737008686169 140737008686169 140737008689094 0
/proc/25967/statm: 28282 364 305 221 0 87 0
[pid=25969] ppid=25967 vsize=15619152 memory=237700 CPUtime=318.64 cores=0,2,4,6
/proc/25969/stat : 25969 (java) S 25967 25967 19920 0 -1 1077944320 91197 0 0 0 31847 17 0 0 20 0 19 0 475058945 15994011648 59425 33554432000 4194304 4196468 140728718802800 140728718785344 140405356011255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
/proc/25969/statm: 3904788 59425 3521 1 0 3865888 0
[pid=25969/tid=25970] ppid=25967 vsize=15619152 memory=1052 CPUtime=0.63 cores=0,2,4,6
/proc/25969/task/25970/stat : 25970 (java) S 25967 25967 19920 0 -1 1077944384 9769 0 0 0 59 4 0 0 20 0 19 0 475058945 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405360252032 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25971] ppid=25967 vsize=15619152 memory=776 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25971/stat : 25971 (java) S 25967 25967 19920 0 -1 1077944384 1545 0 0 0 1 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405308632080 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25972] ppid=25967 vsize=15619152 memory=2832 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25972/stat : 25972 (java) S 25967 25967 19920 0 -1 1077944384 2388 0 0 0 2 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405307579536 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25973] ppid=25967 vsize=15619152 memory=668 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25973/stat : 25973 (java) S 25967 25967 19920 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405306526480 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25974] ppid=25967 vsize=15619152 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25974/stat : 25974 (java) S 25967 25967 19920 0 -1 1077944384 1725 0 0 0 2 0 0 0 20 0 19 0 475058946 15994011648 59425 33554432000 4194304 4196468 140728718802800 140405305473936 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25975] ppid=25967 vsize=15619152 memory=111636 CPUtime=0.02 cores=0,2,4,6
/proc/25969/task/25975/stat : 25975 (java) S 25967 25967 19920 0 -1 1077944384 1765 0 0 0 2 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404824447216 140405356022402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25976] ppid=25967 vsize=15619152 memory=808 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25976/stat : 25976 (java) S 25967 25967 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404823393504 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25977] ppid=25967 vsize=15619152 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25977/stat : 25977 (java) S 25967 25967 19920 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 475058948 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404822340352 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25978] ppid=25967 vsize=15619152 memory=924 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25978/stat : 25978 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404821288912 140405356029851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25979] ppid=25967 vsize=15619152 memory=3852 CPUtime=4.83 cores=0,2,4,6
/proc/25969/task/25979/stat : 25979 (java) S 25967 25967 19920 0 -1 1077944384 26057 0 0 0 481 2 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404820237040 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25980] ppid=25967 vsize=15619152 memory=2596 CPUtime=4.47 cores=0,2,4,6
/proc/25969/task/25980/stat : 25980 (java) S 25967 25967 19920 0 -1 1077944384 26676 0 0 0 445 2 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404819184496 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25981] ppid=25967 vsize=15619152 memory=2620 CPUtime=0.77 cores=0,2,4,6
/proc/25969/task/25981/stat : 25981 (java) S 25967 25967 19920 0 -1 1077944384 9352 0 0 0 76 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404818131440 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25982] ppid=25967 vsize=15619152 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/25969/task/25982/stat : 25982 (java) S 25967 25967 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404817079136 140405356021461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=25983] ppid=25967 vsize=15619152 memory=1412 CPUtime=0.01 cores=0,2,4,6
/proc/25969/task/25983/stat : 25983 (java) S 25967 25967 19920 0 -1 1077944384 545 0 0 0 0 1 0 0 20 0 19 0 475058951 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404816026160 140405356022402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26046] ppid=25967 vsize=15619152 memory=3488 CPUtime=62.67 cores=0,2,4,6
/proc/25969/task/26046/stat : 26046 (java) R 25967 25967 19920 0 -1 4202560 523 0 0 0 6267 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404803648680 140404988720083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26047] ppid=25967 vsize=15619152 memory=1456 CPUtime=63.06 cores=0,2,4,6
/proc/25969/task/26047/stat : 26047 (java) R 25967 25967 19920 0 -1 4202560 1760 0 0 0 6306 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404806807088 140404988904599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26048] ppid=25967 vsize=15619152 memory=677480 CPUtime=63.24 cores=0,2,4,6
/proc/25969/task/26048/stat : 26048 (java) R 25967 25967 19920 0 -1 4202560 1410 0 0 0 6324 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404797333720 140404988467456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
[pid=25969/tid=26049] ppid=25967 vsize=15619152 memory=1256 CPUtime=63.09 cores=0,2,4,6
/proc/25969/task/26049/stat : 26049 (java) R 25967 25967 19920 0 -1 4202560 747 0 0 0 6309 0 0 0 20 0 19 0 475060643 15994011648 59425 33554432000 4194304 4196468 140728718802800 140404800498984 140404987831251 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18104320 140728718808027 140728718808202 140728718808202 140728718811087 0
Current children cumulated CPU time: 318.64 s
Current children cumulated vsize: 15732280 KiB
Current children cumulated memory: 239156 KiB

Child status: 0
Real time (s): 80.4669
CPU time (s): 318.842
CPU user time (s): 318.657
CPU system time (s): 0.184544
CPU usage (%): 396.24
Max. virtual memory (cumulated for all children) (KiB): 15732280
Max. memory (cumulated for all children) (KiB): 239592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.657
system time used= 0.184544
maximum resident set size= 241304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6584
involuntary context switches= 6768


# summary of solver processes directly reported to runsolver:
#   pid: 25967
#   total CPU time (s): 318.842
#   total CPU user time (s): 318.657
#   total CPU system time (s): 0.184544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.530139 second user time and 0.833514 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 16:56:41
IDJOB=4404098
IDBENCH=129796
IDSOLVER=2864
FILE ID=node119/4404098-1568991441
RUNJOBID= node119-1568988114-19951
PBS_JOBID= 21704642
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.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 /var/tmp/evaluation-result-4404098-1568991441/watcher-4404098-1568991441 -o /var/tmp/evaluation-result-4404098-1568991441/solver-4404098-1568991441 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568988114-19951 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 129159018 HOME/instance-4404098-1568991441.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=129159018

node119.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.47
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.47
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.47
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.47
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:         6308280 kB
MemAvailable:   31157672 kB
Buffers:          158604 kB
Cached:         24610480 kB
SwapCached:        46588 kB
Active:         12969740 kB
Inactive:       12501444 kB
Active(anon):     656696 kB
Inactive(anon):    94020 kB
Active(file):   12313044 kB
Inactive(file): 12407424 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953200 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:        773620 kB
Mapped:            65684 kB
Shmem:             40124 kB
Slab:             586448 kB
SReclaimable:     557384 kB
SUnreclaim:        29064 kB
KernelStack:        4064 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2125868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node119 at 2019-09-20 16:58:01