Trace number 4406528

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-24OPT1121 1624.05 1605.55

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-14.xml
MD5SUM0fb8e68e5b6c8402080e230a0c605796
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1121
Best CPU time to get the best result obtained on this benchmark74.0319
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406528-1569400220.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406528-1569400220.xml, -tl, 2400s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
0.73/0.43	c solve instance...
0.73/0.45	o 796 
0.73/0.45	o 825 
0.73/0.45	o 854 
0.73/0.45	o 856 
0.73/0.45	o 896 
0.73/0.45	o 925 
0.73/0.46	o 939 
0.73/0.46	o 943 
0.73/0.46	o 957 
0.73/0.46	o 970 
0.73/0.48	o 980 
0.73/0.49	o 987 
0.73/0.49	o 1001 
0.73/0.50	o 1038 
1.06/0.53	o 1040 
1.06/0.54	o 1066 
1.06/0.54	o 1082 
1.06/0.54	o 1108 
1.06/0.54	o 1109 
1.06/0.55	o 1112 
1.06/0.60	o 1115 
1.34/0.62	o 1121 
1623.99/1605.54	s OPTIMUM FOUND
1623.99/1605.54	v <instantiation>
1623.99/1605.54	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] </list>
1623.99/1605.54	v 	<values>1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 0 0 </values>
1623.99/1605.54	v </instantiation>

Verifier Data

OK	1121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406528-1569400220/watcher-4406528-1569400220 -o /tmp/evaluation-result-4406528-1569400220/solver-4406528-1569400220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569396627-14933 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4406528-1569400220.xml 

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

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

solver pid=15788, runsolver pid=15785

[startup+0.100109 s]*
/proc/loadavg: 1.85 1.94 1.86 4/229 15804
/proc/meminfo: memFree=25903652/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15144776 memory=28992 CPUtime=0.13 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 5700 0 0 0 12 1 0 0 20 0 15 0 516288729 15508250624 7248 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3786194 7248 3182 1 0 3748377 0
[pid=15790/tid=15791] ppid=15788 vsize=15144776 memory=8324486588775410251 CPUtime=0.08 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 3585 0 0 0 8 0 0 0 20 0 15 0 516288729 15508250624 7248 33554432000 4194304 4196468 140730548646464 140074342733792 140074330741566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 7248 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15144776 memory=140652548769408 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 7248 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 7248 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 7248 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15144776 memory=140652548769408 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516288731 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516288731 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073211409696 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516288732 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073210357360 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) R 15788 15788 14901 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 516288734 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 516288734 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15144776 memory=140652548769408 CPUtime=0.02 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) R 15788 15788 14901 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 516288734 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073206147440 140074330741566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15144776 memory=140652548769408 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288735 15508250624 7248 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30444 KiB

[startup+0.210761 s]*
/proc/loadavg: 1.85 1.94 1.86 4/229 15804
/proc/meminfo: memFree=25890116/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15144776 memory=41084 CPUtime=0.35 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 9456 0 0 0 32 3 0 0 20 0 15 0 516288729 15508250624 10271 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3786194 10271 3301 1 0 3748377 0
[pid=15790/tid=15791] ppid=15788 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 6614 0 0 0 18 2 0 0 20 0 15 0 516288729 15508250624 10271 33554432000 4194304 4196468 140730548646464 140074342737168 140074322584926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 10271 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15144776 memory=3977156902042257056 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 10271 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 10271 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516288730 15508250624 10271 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15144776 memory=140652548769408 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516288731 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516288731 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073211409696 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516288732 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073210357360 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) S 15788 15788 14901 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 516288734 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 516288734 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15144776 memory=140652548769408 CPUtime=0.08 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 796 0 0 0 8 0 0 0 20 0 15 0 516288734 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288735 15508250624 10271 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42536 KiB

[startup+0.320345 s]*
/proc/loadavg: 1.85 1.94 1.86 4/229 15804
/proc/meminfo: memFree=25882332/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15149032 memory=50388 CPUtime=0.55 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 11019 0 0 0 51 4 0 0 20 0 15 0 516288729 15512608768 12597 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3787258 12597 3349 1 0 3748377 0
[pid=15790/tid=15791] ppid=15788 vsize=15149032 memory=1398722017469774279 CPUtime=0.31 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 7927 0 0 0 28 3 0 0 20 0 15 0 516288729 15512608768 12597 33554432000 4194304 4196468 140730548646464 140074342734208 140074322584926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15512608768 12597 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15512608768 12597 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15512608768 12597 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516288730 15512608768 12597 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516288731 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516288731 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073211409696 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516288732 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073210357360 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) S 15788 15788 14901 0 -1 1077944384 503 0 0 0 5 0 0 0 20 0 15 0 516288734 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 382 0 0 0 4 0 0 0 20 0 15 0 516288734 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 904 0 0 0 12 0 0 0 20 0 15 0 516288734 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288735 15512608768 12597 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51840 KiB

[startup+0.70084 s]
/proc/loadavg: 1.85 1.94 1.86 6/229 15804
/proc/meminfo: memFree=25871452/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15151156 memory=77340 CPUtime=1.62 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 16620 0 0 0 157 5 0 0 20 0 15 0 516288729 15514783744 19335 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3787789 19335 3457 1 0 3748889 0
[pid=15790/tid=15791] ppid=15788 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 8980 0 0 0 64 3 0 0 20 0 15 0 516288729 15514783744 19335 33554432000 4194304 4196468 140730548646464 140074342741808 140073935223072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15151156 memory=65292 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15514783744 19335 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15514783744 19335 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288730 15514783744 19335 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516288730 15514783744 19335 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516288731 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15151156 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516288731 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073211409696 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516288732 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073210357360 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15151156 memory=6160 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15151156 memory=10604 CPUtime=0.32 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) R 15788 15788 14901 0 -1 4202560 2717 0 0 0 32 0 0 0 20 0 15 0 516288734 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073208239144 140074316895880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15151156 memory=716 CPUtime=0.34 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) R 15788 15788 14901 0 -1 4202560 2199 0 0 0 34 0 0 0 20 0 15 0 516288734 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073207184296 140074323614095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15151156 memory=780 CPUtime=0.25 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 1419 0 0 0 25 0 0 0 20 0 15 0 516288734 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516288735 15514783744 19335 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 78792 KiB

[startup+1.50083 s]
/proc/loadavg: 1.85 1.94 1.86 6/230 15805
/proc/meminfo: memFree=25835280/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0

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

/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15151156 memory=564280 CPUtime=1623.28 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 99843 0 0 0 162165 163 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3787789 141070 3510 1 0 3748889 0
[pid=15790/tid=15791] ppid=15788 vsize=15151156 memory=565816 CPUtime=1595.89 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 40324 0 0 0 159549 40 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074342744304 140073935871789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15151156 memory=1452 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 7298 0 0 0 533 19 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15151156 memory=565816 CPUtime=5.51 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 6372 0 0 0 534 17 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15151156 memory=2572 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 7364 0 0 0 532 20 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15151156 memory=1452 CPUtime=5.53 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 7481 0 0 0 532 21 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15151156 memory=564792 CPUtime=2.27 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 4833 0 0 0 203 24 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15151156 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073211409760 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516288732 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073210357376 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15151156 memory=564792 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15151156 memory=3268 CPUtime=0.99 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) S 15788 15788 14901 0 -1 1077944384 10467 0 0 0 98 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15151156 memory=1448 CPUtime=0.96 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 9514 0 0 0 95 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15151156 memory=6791534058613427641 CPUtime=0.32 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 3826 0 0 0 32 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15151156 memory=565816 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15151156 memory=576592 CPUtime=0.67 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 981 0 0 0 30 37 0 0 20 0 15 0 516288735 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 1623.28 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 565732 KiB

[startup+1605.2 s]
/proc/loadavg: 1.75 1.69 1.73 3/229 15955
/proc/meminfo: memFree=25388036/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15151156 memory=564280 CPUtime=1623.68 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 99843 0 0 0 162205 163 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3787789 141070 3510 1 0 3748889 0
[pid=15790/tid=15791] ppid=15788 vsize=15151156 memory=6791534058613427641 CPUtime=1596.29 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 40324 0 0 0 159589 40 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074342744192 140073936292884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15151156 memory=1724 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 7298 0 0 0 533 19 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15151156 memory=1398722017469774279 CPUtime=5.51 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 6372 0 0 0 534 17 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15151156 memory=4126316290023845779 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 7364 0 0 0 532 20 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15151156 memory=10604 CPUtime=5.53 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 7481 0 0 0 532 21 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15151156 memory=716 CPUtime=2.27 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 4833 0 0 0 203 24 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073211409760 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516288732 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073210357376 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15151156 memory=1192 CPUtime=0.99 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) S 15788 15788 14901 0 -1 1077944384 10467 0 0 0 98 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15151156 memory=940 CPUtime=0.96 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 9514 0 0 0 95 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15151156 memory=14008 CPUtime=0.32 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 3826 0 0 0 32 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15151156 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15151156 memory=34324 CPUtime=0.67 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 981 0 0 0 30 37 0 0 20 0 15 0 516288735 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 1623.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 565732 KiB

[startup+1605.4 s]
/proc/loadavg: 1.75 1.69 1.73 3/229 15955
/proc/meminfo: memFree=25388036/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15151156 memory=564280 CPUtime=1623.89 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 99844 0 0 0 162226 163 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3787789 141070 3510 1 0 3748889 0
[pid=15790/tid=15791] ppid=15788 vsize=15151156 memory=716 CPUtime=1596.49 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 40325 0 0 0 159609 40 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074342743872 140073936151262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15151156 memory=780 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 7298 0 0 0 533 19 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15151156 memory=1552 CPUtime=5.51 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 6372 0 0 0 534 17 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15151156 memory=2832 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 7364 0 0 0 532 20 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15151156 memory=1192 CPUtime=5.53 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 7481 0 0 0 532 21 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15151156 memory=940 CPUtime=2.27 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 4833 0 0 0 203 24 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073211409760 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15151156 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516288732 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073210357376 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15151156 memory=34324 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15151156 memory=2120 CPUtime=0.99 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) S 15788 15788 14901 0 -1 1077944384 10467 0 0 0 98 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15151156 memory=500 CPUtime=0.96 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 9514 0 0 0 95 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15151156 memory=1556 CPUtime=0.32 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 3826 0 0 0 32 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15151156 memory=303430223234596890 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15151156 memory=297237782420783418 CPUtime=0.67 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 981 0 0 0 30 37 0 0 20 0 15 0 516288735 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 1623.89 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 565732 KiB

[startup+1605.5 s]
/proc/loadavg: 1.75 1.69 1.73 3/229 15955
/proc/meminfo: memFree=25388036/32770624 swapFree=66975556/67108860
[pid=15788] ppid=15785 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (xcsp3-exec) S 15785 15788 14901 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516288728 115843072 363 33554432000 4194304 5098028 140723477694368 140723477692472 140291143012988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33001472 140723477701499 140723477701741 140723477701741 140723477704650 0
/proc/15788/statm: 28282 363 304 221 0 87 0
[pid=15790] ppid=15788 vsize=15151156 memory=564280 CPUtime=1623.99 cores=1,3,5,7
/proc/15790/stat : 15790 (java) S 15788 15788 14901 0 -1 1077944320 99844 0 0 0 162236 163 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140730548629008 140074338504439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
/proc/15790/statm: 3787789 141070 3510 1 0 3748889 0
[pid=15790/tid=15791] ppid=15788 vsize=15151156 memory=564792 CPUtime=1596.59 cores=1,3,5,7
/proc/15790/task/15791/stat : 15791 (java) R 15788 15788 14901 0 -1 4202560 40325 0 0 0 159619 40 0 0 20 0 15 0 516288729 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074342743872 140073936149328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15792] ppid=15788 vsize=15151156 memory=564792 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15792/stat : 15792 (java) S 15788 15788 14901 0 -1 1077944384 7298 0 0 0 533 19 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074266544528 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15793] ppid=15788 vsize=15151156 memory=565304 CPUtime=5.51 cores=1,3,5,7
/proc/15790/task/15793/stat : 15793 (java) S 15788 15788 14901 0 -1 1077944384 6372 0 0 0 534 17 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074265491728 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15794] ppid=15788 vsize=15151156 memory=564792 CPUtime=5.52 cores=1,3,5,7
/proc/15790/task/15794/stat : 15794 (java) S 15788 15788 14901 0 -1 1077944384 7364 0 0 0 532 20 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074264439440 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15795] ppid=15788 vsize=15151156 memory=564792 CPUtime=5.53 cores=1,3,5,7
/proc/15790/task/15795/stat : 15795 (java) S 15788 15788 14901 0 -1 1077944384 7481 0 0 0 532 21 0 0 20 0 15 0 516288730 15514783744 141070 33554432000 4194304 4196468 140730548646464 140074263386640 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15796] ppid=15788 vsize=15151156 memory=564792 CPUtime=2.27 cores=1,3,5,7
/proc/15790/task/15796/stat : 15796 (java) S 15788 15788 14901 0 -1 1077944384 4833 0 0 0 203 24 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073212463728 140074338515586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15797] ppid=15788 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15797/stat : 15797 (java) S 15788 15788 14901 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 516288731 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073211409760 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15798] ppid=15788 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15798/stat : 15798 (java) S 15788 15788 14901 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 516288732 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073210357376 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15799] ppid=15788 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15799/stat : 15799 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073209305680 140074338523035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15800] ppid=15788 vsize=15151156 memory=3620 CPUtime=0.99 cores=1,3,5,7
/proc/15790/task/15800/stat : 15800 (java) S 15788 15788 14901 0 -1 1077944384 10467 0 0 0 98 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073208252528 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15801] ppid=15788 vsize=15151156 memory=65336 CPUtime=0.96 cores=1,3,5,7
/proc/15790/task/15801/stat : 15801 (java) S 15788 15788 14901 0 -1 1077944384 9514 0 0 0 95 1 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073207199728 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15802] ppid=15788 vsize=15151156 memory=1452 CPUtime=0.32 cores=1,3,5,7
/proc/15790/task/15802/stat : 15802 (java) S 15788 15788 14901 0 -1 1077944384 3826 0 0 0 32 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073206147440 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15803] ppid=15788 vsize=15151156 memory=565304 CPUtime=0 cores=1,3,5,7
/proc/15790/task/15803/stat : 15803 (java) S 15788 15788 14901 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516288734 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073205094880 140074338514645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
[pid=15790/tid=15804] ppid=15788 vsize=15151156 memory=564280 CPUtime=0.67 cores=1,3,5,7
/proc/15790/task/15804/stat : 15804 (java) S 15788 15788 14901 0 -1 1077944384 981 0 0 0 30 37 0 0 20 0 15 0 516288735 15514783744 141070 33554432000 4194304 4196468 140730548646464 140073204042672 140074338515586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140730548650991 140730548651162 140730548651162 140730548654031 0
Current children cumulated CPU time: 1623.99 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 565732 KiB

Child status: 0
Real time (s): 1605.55
CPU time (s): 1624.05
CPU user time (s): 1622.4
CPU system time (s): 1.64152
CPU usage (%): 101.152
Max. virtual memory (cumulated for all children) (KiB): 15266508
Max. memory (cumulated for all children) (KiB): 1853052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1622.4
system time used= 1.64152
maximum resident set size= 1899592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100639
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88339
involuntary context switches= 3109


# summary of solver processes directly reported to runsolver:
#   pid: 15788
#   total CPU time (s): 1624.05
#   total CPU user time (s): 1622.4
#   total CPU system time (s): 1.64152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3489 second user time and 15.0891 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-25 10:29:37
IDJOB=4406528
IDBENCH=133442
IDSOLVER=2870
FILE ID=node125/4406528-1569400220
RUNJOBID= node125-1569396627-14933
PBS_JOBID= 21705688
Free space on /tmp= 4228 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406528-1569400220/watcher-4406528-1569400220 -o /tmp/evaluation-result-4406528-1569400220/solver-4406528-1569400220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569396627-14933 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4406528-1569400220.xml

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

MD5SUM BENCH= 0fb8e68e5b6c8402080e230a0c605796
RANDOM SEED=674984274

node125.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.29
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.29
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.29
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.29
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:        25920648 kB
MemAvailable:   31592880 kB
Buffers:          114560 kB
Cached:          5635180 kB
SwapCached:        29888 kB
Active:          2942604 kB
Inactive:        3065472 kB
Active(anon):     228824 kB
Inactive(anon):    85384 kB
Active(file):    2713780 kB
Inactive(file):  2980088 kB
Unevictable:      108176 kB
Mlocked:          108176 kB
SwapTotal:      67108860 kB
SwapFree:       66975556 kB
Dirty:             26140 kB
Writeback:             0 kB
AnonPages:        348380 kB
Mapped:            71156 kB
Shmem:             47372 kB
Slab:             436340 kB
SReclaimable:     406824 kB
SUnreclaim:        29516 kB
KernelStack:        4000 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1493400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4204 MiB
End job on node125 at 2019-09-25 10:56:22