Trace number 4393373

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-06-14OPT3 226.618 57.6309

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.94
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393373-1568314166.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393373-1568314166.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.27/0.68	c solve instance...
1.53/0.71	o 3 
226.51/57.62	s OPTIMUM FOUND
226.51/57.62	v <instantiation>
226.51/57.62	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
226.51/57.62	v 	<values>0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 3 </values>
226.51/57.62	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393373-1568314166/watcher-4393373-1568314166 -o /tmp/evaluation-result-4393373-1568314166/solver-4393373-1568314166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1725446496 HOME/instance-4393373-1568314166.xml 

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

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

solver pid=13074, runsolver pid=13071

[startup+0.100058 s]*
/proc/loadavg: 8.46 8.26 6.22 7/233 13090
/proc/meminfo: memFree=20496496/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15144768 memory=29628 CPUtime=0.13 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 5834 0 0 0 12 1 0 0 20 0 15 0 407358515 15508242432 7407 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3786192 7407 3180 1 0 3748377 0
[pid=13076/tid=13077] ppid=13074 vsize=15144768 memory=7100839861498119282 CPUtime=0.09 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) R 13074 13074 11591 0 -1 4202560 3731 0 0 0 8 1 0 0 20 0 15 0 407358515 15508242432 7407 33554432000 4194304 4196468 140724238822048 140556513873376 140556489837839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 7407 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15144768 memory=140612888082048 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 7407 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 7407 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 7407 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15144768 memory=140612888082048 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407358518 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407358518 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555977225760 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407358518 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555976172912 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) R 13074 13074 11591 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555974068688 140556509660885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) R 13074 13074 11591 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555973014976 140556486895424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15144768 memory=140612888082048 CPUtime=0.02 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) R 13074 13074 11591 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 407358521 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555971962992 140556488282273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15144768 memory=140612888082048 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 7407 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31080 KiB

[startup+0.2108 s]*
/proc/loadavg: 8.46 8.26 6.22 7/233 13090
/proc/meminfo: memFree=20483256/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15144768 memory=41056 CPUtime=0.34 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 9449 0 0 0 31 3 0 0 20 0 15 0 407358515 15508242432 10264 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3786192 10264 3311 1 0 3748377 0
[pid=13076/tid=13077] ppid=13074 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) R 13074 13074 11591 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 15 0 407358515 15508242432 10264 33554432000 4194304 4196468 140724238822048 140556513884608 140556509672605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15144768 memory=13655 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 10264 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15144768 memory=288370989039793792 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 10264 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 10264 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407358516 15508242432 10264 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15144768 memory=140612888082048 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407358518 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407358518 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555977225760 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407358518 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555976172912 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) S 13074 13074 11591 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 407358521 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555974068592 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) S 13074 13074 11591 0 -1 1077944384 427 0 0 0 3 0 0 0 20 0 15 0 407358521 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555973015792 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15144768 memory=140612888082048 CPUtime=0.08 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) S 13074 13074 11591 0 -1 1077944384 746 0 0 0 8 0 0 0 20 0 15 0 407358521 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555971962992 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358521 15508242432 10264 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42508 KiB

[startup+0.317032 s]*
/proc/loadavg: 8.46 8.26 6.22 7/233 13090
/proc/meminfo: memFree=20476460/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15149024 memory=50400 CPUtime=0.54 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 10941 0 0 0 50 4 0 0 20 0 15 0 407358515 15512600576 12592 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3787256 12600 3353 1 0 3748377 0
[pid=13076/tid=13077] ppid=13074 vsize=15149024 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) R 13074 13074 11591 0 -1 4202560 7901 0 0 0 28 3 0 0 20 0 15 0 407358515 15512600576 12600 33554432000 4194304 4196468 140724238822048 140556513885520 140556493731166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15512600576 12600 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15512600576 12600 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358516 15512600576 12600 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407358516 15512600576 12600 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407358518 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407358518 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555977225760 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407358518 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555976172912 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407358521 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15149024 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) S 13074 13074 11591 0 -1 1077944384 376 0 0 0 3 0 0 0 20 0 15 0 407358521 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555974068592 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) S 13074 13074 11591 0 -1 1077944384 537 0 0 0 5 0 0 0 20 0 15 0 407358521 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555973015792 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) S 13074 13074 11591 0 -1 1077944384 831 0 0 0 12 0 0 0 20 0 15 0 407358521 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555971962992 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407358521 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407358521 15512600576 12600 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51852 KiB

[startup+0.701645 s]
/proc/loadavg: 8.46 8.26 6.22 9/233 13090
/proc/meminfo: memFree=20458908/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15417404 memory=93516 CPUtime=1.53 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 15112 0 0 0 147 6 0 0 20 0 19 0 407358515 15787421696 23379 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3854351 23379 3450 1 0 3815453 0
[pid=13076/tid=13077] ppid=13074 vsize=15417404 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) S 13074 13074 11591 0 -1 1077944384 9308 0 0 0 63 4 0 0 20 0 19 0 407358515 15787421696 23379 33554432000 4194304 4196468 140724238822048 140556513891456 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15417404 memory=37888 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407358516 15787421696 23379 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15417404 memory=992 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407358516 15787421696 23379 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15417404 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407358516 15787421696 23379 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15417404 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407358516 15787421696 23379 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15417404 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 407358518 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15417404 memory=752 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407358518 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555977225760 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15417404 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407358518 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555976172912 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15417404 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15417404 memory=944 CPUtime=0.18 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) R 13074 13074 11591 0 -1 4202560 1126 0 0 0 18 0 0 0 20 0 19 0 407358521 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555974068688 140556495667331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15417404 memory=4004 CPUtime=0.22 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) R 13074 13074 11591 0 -1 1077944384 1172 0 0 0 22 0 0 0 20 0 19 0 407358521 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555973015792 140556509661826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15417404 memory=780 CPUtime=0.4 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) R 13074 13074 11591 0 -1 1077944384 2058 0 0 0 40 0 0 0 20 0 19 0 407358521 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555971958720 140556509660885 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15417404 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15417404 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407358521 15787421696 23379 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 94968 KiB

[startup+1.50103 s]
/proc/loadavg: 8.46 8.26 6.22 10/237 13098
/proc/meminfo: memFree=20413520/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0

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

/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 19 0 407358521 15789518848 117662 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13095] ppid=13074 vsize=15419452 memory=3452 CPUtime=53.83 cores=1,3,5,7
/proc/13076/task/13095/stat : 13095 (java) R 13074 13074 11591 0 -1 4202560 671 0 0 0 5383 0 0 0 20 0 19 0 407358586 15789518848 117662 33554432000 4194304 4196468 140724238822048 140555498540648 140556116270936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13096] ppid=13074 vsize=15419452 memory=1448 CPUtime=53.22 cores=1,3,5,7
/proc/13076/task/13096/stat : 13096 (java) R 13074 13074 11591 0 -1 4202560 4054 0 0 0 5320 2 0 0 20 0 19 0 407358586 15789518848 117662 33554432000 4194304 4196468 140724238822048 140555496438288 140556115398297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13097] ppid=13074 vsize=15419452 memory=4151752 CPUtime=53.78 cores=1,3,5,7
/proc/13076/task/13097/stat : 13097 (java) R 13074 13074 11591 0 -1 4202560 1574 0 0 0 5377 1 0 0 20 0 19 0 407358586 15789518848 117662 33554432000 4194304 4196468 140724238822048 140555497488856 140556116913783 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13098] ppid=13074 vsize=15419452 memory=1412 CPUtime=53.51 cores=1,3,5,7
/proc/13076/task/13098/stat : 13098 (java) R 13074 13074 11591 0 -1 4202560 6401 0 0 0 5349 2 0 0 20 0 19 0 407358586 15789518848 117662 33554432000 4194304 4196468 140724238822048 140555960648560 140556115451953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 220.2 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 472100 KiB

[startup+56.801 s]
/proc/loadavg: 8.78 8.38 6.38 10/237 13100
/proc/meminfo: memFree=19414084/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15419452 memory=487000 CPUtime=223.34 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 54726 0 0 0 22308 26 0 0 20 0 19 0 407358515 15789518848 121750 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3854863 121750 3514 1 0 3815965 0
[pid=13076/tid=13077] ppid=13074 vsize=15419452 memory=12024 CPUtime=0.67 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) S 13074 13074 11591 0 -1 1077944384 9309 0 0 0 63 4 0 0 20 0 19 0 407358515 15789518848 121750 33554432000 4194304 4196468 140724238822048 140556513891456 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15419452 memory=2120 CPUtime=0.2 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1970 0 0 0 17 3 0 0 20 0 19 0 407358516 15789518848 121750 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15419452 memory=1324 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1346 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 121750 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15419452 memory=11624 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 674 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 121750 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15419452 memory=752 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 886 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 121750 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15419452 memory=1056 CPUtime=0.14 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 1297 0 0 0 12 2 0 0 20 0 19 0 407358518 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15419452 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 407358518 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555977225824 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15419452 memory=944 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 407358518 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555976172928 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15419452 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15419452 memory=780 CPUtime=1.87 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) S 13074 13074 11591 0 -1 1077944384 9570 0 0 0 186 1 0 0 20 0 19 0 407358521 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555974068592 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15419452 memory=2832 CPUtime=1.55 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) S 13074 13074 11591 0 -1 1077944384 9752 0 0 0 155 0 0 0 20 0 19 0 407358521 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555973015792 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15419452 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) S 13074 13074 11591 0 -1 1077944384 5239 0 0 0 66 0 0 0 20 0 19 0 407358521 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555971962992 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15419452 memory=470712 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15419452 memory=457696 CPUtime=0.01 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 19 0 407358521 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13095] ppid=13074 vsize=15419452 memory=1744 CPUtime=54.61 cores=1,3,5,7
/proc/13076/task/13095/stat : 13095 (java) R 13074 13074 11591 0 -1 4202560 672 0 0 0 5461 0 0 0 20 0 19 0 407358586 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555498540648 140556115607847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13096] ppid=13074 vsize=15419452 memory=8317482817917895235 CPUtime=53.99 cores=1,3,5,7
/proc/13076/task/13096/stat : 13096 (java) R 13074 13074 11591 0 -1 4202560 4063 0 0 0 5397 2 0 0 20 0 19 0 407358586 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555496434816 140556495718804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13097] ppid=13074 vsize=15419452 memory=4126316290023845779 CPUtime=54.55 cores=1,3,5,7
/proc/13076/task/13097/stat : 13097 (java) R 13074 13074 11591 0 -1 4202560 1575 0 0 0 5454 1 0 0 20 0 19 0 407358586 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555497488856 140556115608047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13098] ppid=13074 vsize=15419452 memory=1452 CPUtime=54.29 cores=1,3,5,7
/proc/13076/task/13098/stat : 13098 (java) R 13074 13074 11591 0 -1 4202560 6403 0 0 0 5427 2 0 0 20 0 19 0 407358586 15789518848 121750 33554432000 4194304 4196468 140724238822048 140555960650992 140556116416701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 223.34 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 488452 KiB

[startup+57.201 s]
/proc/loadavg: 8.78 8.38 6.38 9/237 13100
/proc/meminfo: memFree=19388888/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15419452 memory=496188 CPUtime=224.93 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 55001 0 0 0 22466 27 0 0 20 0 19 0 407358515 15789518848 124047 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3854863 124047 3514 1 0 3815965 0
[pid=13076/tid=13077] ppid=13074 vsize=15419452 memory=5868 CPUtime=0.67 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) S 13074 13074 11591 0 -1 1077944384 9309 0 0 0 63 4 0 0 20 0 19 0 407358515 15789518848 124047 33554432000 4194304 4196468 140724238822048 140556513891456 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15419452 memory=6791534058613427641 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1971 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 124047 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15419452 memory=288230617509003574 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1347 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 124047 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15419452 memory=14135532779211192 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 675 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 124047 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15419452 memory=2044 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 887 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 124047 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15419452 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 1305 0 0 0 13 2 0 0 20 0 19 0 407358518 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15419452 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 407358518 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555977225824 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15419452 memory=752 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 407358518 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555976172928 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15419452 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15419452 memory=1552 CPUtime=1.87 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) S 13074 13074 11591 0 -1 1077944384 9570 0 0 0 186 1 0 0 20 0 19 0 407358521 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555974068592 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15419452 memory=944 CPUtime=1.55 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) S 13074 13074 11591 0 -1 1077944384 9752 0 0 0 155 0 0 0 20 0 19 0 407358521 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555973015792 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15419452 memory=4004 CPUtime=0.66 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) S 13074 13074 11591 0 -1 1077944384 5239 0 0 0 66 0 0 0 20 0 19 0 407358521 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555971962992 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15419452 memory=780 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15419452 memory=2832 CPUtime=0.01 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 19 0 407358521 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13095] ppid=13074 vsize=15419452 memory=1412 CPUtime=54.99 cores=1,3,5,7
/proc/13076/task/13095/stat : 13095 (java) R 13074 13074 11591 0 -1 4202560 674 0 0 0 5499 0 0 0 20 0 19 0 407358586 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555498543992 140556494027696 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13096] ppid=13074 vsize=15419452 memory=6791534058613427641 CPUtime=54.39 cores=1,3,5,7
/proc/13076/task/13096/stat : 13096 (java) R 13074 13074 11591 0 -1 4202560 4321 0 0 0 5437 2 0 0 20 0 19 0 407358586 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555496438288 140556116018834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13097] ppid=13074 vsize=15419452 memory=290763892299399478 CPUtime=54.95 cores=1,3,5,7
/proc/13076/task/13097/stat : 13097 (java) R 13074 13074 11591 0 -1 4202560 1577 0 0 0 5494 1 0 0 20 0 19 0 407358586 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555497491792 140556115608732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13098] ppid=13074 vsize=15419452 memory=14135532779211192 CPUtime=54.68 cores=1,3,5,7
/proc/13076/task/13098/stat : 13098 (java) R 13074 13074 11591 0 -1 4202560 6404 0 0 0 5466 2 0 0 20 0 19 0 407358586 15789518848 124047 33554432000 4194304 4196468 140724238822048 140555960649048 140556495718784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 224.93 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 497640 KiB

[startup+57.601 s]
/proc/loadavg: 8.78 8.38 6.38 9/237 13100
/proc/meminfo: memFree=19388888/32770624 swapFree=66952812/67108860
[pid=13074] ppid=13071 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13074/stat : 13074 (xcsp3-exec) S 13071 13074 11591 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407358515 115843072 363 33554432000 4194304 5098028 140721568655040 140721568653144 140344453526140 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32641024 140721568658298 140721568658541 140721568658541 140721568661450 0
/proc/13074/statm: 28282 363 304 221 0 87 0
[pid=13076] ppid=13074 vsize=15419452 memory=501852 CPUtime=226.51 cores=1,3,5,7
/proc/13076/stat : 13076 (java) S 13074 13074 11591 0 -1 1077944320 55011 0 0 0 22624 27 0 0 20 0 19 0 407358515 15789518848 125463 33554432000 4194304 4196468 140724238822048 140724238804592 140556509650679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
/proc/13076/statm: 3854863 125463 3514 1 0 3815965 0
[pid=13076/tid=13077] ppid=13074 vsize=15419452 memory=2044 CPUtime=0.67 cores=1,3,5,7
/proc/13076/task/13077/stat : 13077 (java) S 13074 13074 11591 0 -1 1077944384 9309 0 0 0 63 4 0 0 20 0 19 0 407358515 15789518848 125463 33554432000 4194304 4196468 140724238822048 140556513891456 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13078] ppid=13074 vsize=15419452 memory=1324 CPUtime=0.22 cores=1,3,5,7
/proc/13076/task/13078/stat : 13078 (java) S 13074 13074 11591 0 -1 1077944384 1973 0 0 0 18 4 0 0 20 0 19 0 407358516 15789518848 125463 33554432000 4194304 4196468 140724238822048 140556437691024 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13079] ppid=13074 vsize=15419452 memory=1452 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13079/stat : 13079 (java) S 13074 13074 11591 0 -1 1077944384 1349 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 125463 33554432000 4194304 4196468 140724238822048 140556436638224 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13080] ppid=13074 vsize=15419452 memory=470568 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13080/stat : 13080 (java) S 13074 13074 11591 0 -1 1077944384 676 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 125463 33554432000 4194304 4196468 140724238822048 140556435585424 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13081] ppid=13074 vsize=15419452 memory=924 CPUtime=0.21 cores=1,3,5,7
/proc/13076/task/13081/stat : 13081 (java) S 13074 13074 11591 0 -1 1077944384 888 0 0 0 18 3 0 0 20 0 19 0 407358516 15789518848 125463 33554432000 4194304 4196468 140724238822048 140556434532624 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13082] ppid=13074 vsize=15419452 memory=1712 CPUtime=0.15 cores=1,3,5,7
/proc/13076/task/13082/stat : 13082 (java) S 13074 13074 11591 0 -1 1077944384 1305 0 0 0 13 2 0 0 20 0 19 0 407358518 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555978279792 140556509661826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13083] ppid=13074 vsize=15419452 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13083/stat : 13083 (java) S 13074 13074 11591 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 407358518 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555977225824 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13084] ppid=13074 vsize=15419452 memory=752 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13084/stat : 13084 (java) S 13074 13074 11591 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 407358518 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555976172928 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13085] ppid=13074 vsize=15419452 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13085/stat : 13085 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555975121232 140556509669275 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13086] ppid=13074 vsize=15419452 memory=1552 CPUtime=1.87 cores=1,3,5,7
/proc/13076/task/13086/stat : 13086 (java) S 13074 13074 11591 0 -1 1077944384 9570 0 0 0 186 1 0 0 20 0 19 0 407358521 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555974068592 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13087] ppid=13074 vsize=15419452 memory=1452 CPUtime=1.55 cores=1,3,5,7
/proc/13076/task/13087/stat : 13087 (java) S 13074 13074 11591 0 -1 1077944384 9752 0 0 0 155 0 0 0 20 0 19 0 407358521 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555973015792 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13088] ppid=13074 vsize=15419452 memory=460068 CPUtime=0.66 cores=1,3,5,7
/proc/13076/task/13088/stat : 13088 (java) S 13074 13074 11591 0 -1 1077944384 5239 0 0 0 66 0 0 0 20 0 19 0 407358521 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555971962992 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13089] ppid=13074 vsize=15419452 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/13076/task/13089/stat : 13089 (java) S 13074 13074 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407358521 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555970910432 140556509660885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13090] ppid=13074 vsize=15419452 memory=804 CPUtime=0.01 cores=1,3,5,7
/proc/13076/task/13090/stat : 13090 (java) S 13074 13074 11591 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 19 0 407358521 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555969858736 140556509661826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13095] ppid=13074 vsize=15419452 memory=4104 CPUtime=55.39 cores=1,3,5,7
/proc/13076/task/13095/stat : 13095 (java) R 13074 13074 11591 0 -1 4202560 674 0 0 0 5539 0 0 0 20 0 19 0 407358586 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555498540648 140556491056900 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13096] ppid=13074 vsize=15419452 memory=281225466331264 CPUtime=54.79 cores=1,3,5,7
/proc/13076/task/13096/stat : 13096 (java) R 13074 13074 11591 0 -1 4202560 4321 0 0 0 5477 2 0 0 20 0 19 0 407358586 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555496435344 140556116015744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13097] ppid=13074 vsize=15419452 memory=13877 CPUtime=55.35 cores=1,3,5,7
/proc/13076/task/13097/stat : 13097 (java) R 13074 13074 11591 0 -1 4202560 1578 0 0 0 5534 1 0 0 20 0 19 0 407358586 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555497488856 140556116015908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
[pid=13076/tid=13098] ppid=13074 vsize=15419452 memory=26818 CPUtime=55.08 cores=1,3,5,7
/proc/13076/task/13098/stat : 13098 (java) R 13074 13074 11591 0 -1 4202560 6407 0 0 0 5506 2 0 0 20 0 19 0 407358586 15789518848 125463 33554432000 4194304 4196468 140724238822048 140555960650992 140556116913514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724238824431 140724238824602 140724238824602 140724238827471 0
Current children cumulated CPU time: 226.51 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 503304 KiB

Child status: 0
Real time (s): 57.6309
CPU time (s): 226.618
CPU user time (s): 226.331
CPU system time (s): 0.286886
CPU usage (%): 393.223
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 503304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.331
system time used= 0.286886
maximum resident set size= 502484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56267
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9530
involuntary context switches= 6011


# summary of solver processes directly reported to runsolver:
#   pid: 13074
#   total CPU time (s): 226.618
#   total CPU user time (s): 226.331
#   total CPU system time (s): 0.286886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.413649 second user time and 0.705919 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 20:48:43
IDJOB=4393373
IDBENCH=120617
IDSOLVER=2840
FILE ID=node117/4393373-1568314166
RUNJOBID= node117-1568312851-11623
PBS_JOBID= 21701132
Free space on /tmp= 58892 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.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-4393373-1568314166/watcher-4393373-1568314166 -o /tmp/evaluation-result-4393373-1568314166/solver-4393373-1568314166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1725446496 HOME/instance-4393373-1568314166.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=1725446496

node117.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.75
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.75
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.75
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.75
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:        20513800 kB
MemAvailable:   28302696 kB
Buffers:          190696 kB
Cached:          7824264 kB
SwapCached:        52484 kB
Active:          4880384 kB
Inactive:        6694520 kB
Active(anon):    3516364 kB
Inactive(anon):    84624 kB
Active(file):    1364020 kB
Inactive(file):  6609896 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             26080 kB
Writeback:             0 kB
AnonPages:       3624492 kB
Mapped:            56516 kB
Shmem:             32816 kB
Slab:             271664 kB
SReclaimable:     243440 kB
SUnreclaim:        28224 kB
KernelStack:        4064 kB
PageTables:        12728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5447700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3502080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58864 MiB
End job on node117 at 2019-09-12 20:49:41