Trace number 4272796

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 28.780701 20.991199

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-ewddr2-3.xml
MD5SUM5ef074aeb11af1fe72f101ddf8b307c4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.55292302
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size107
Maximum domain size151
Distribution of domain sizes[{"size":107,"count":10},{"size":117,"count":10},{"size":118,"count":10},{"size":121,"count":10},{"size":129,"count":10},{"size":134,"count":10},{"size":142,"count":20},{"size":145,"count":10},{"size":151,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272796-1502847528.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272796-1502847528.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
21.16/16.85	c solve instance...
28.65/20.97	s SATISFIABLE
28.65/20.97	v <instantiation>
28.65/20.97	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
28.65/20.97	v 	<values>0 1 75 74 103 104 112 111 124 125 38 37 62 63 112 111 120 121 168 138 23 22 32 31 45 46 59 58 69 138 43 42 83 84 120 121 130 129 154 139 31 32 53 41 59 58 75 74 85 138 56 55 64 65 130 129 143 142 178 179 5 4 45 44 74 75 87 86 96 97 0 1 5 4 13 14 30 29 41 138 16 17 64 65 87 86 103 104 115 114 13 14 23 22 32 31 46 45 56 138 </values>
28.65/20.97	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12175 MiB free)
  memory of node 1: 16384 MiB (5153 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272796-1502847528/watcher-4272796-1502847528 -o /tmp/evaluation-result-4272796-1502847528/solver-4272796-1502847528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502839397-26775 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2020712818 HOME/instance-4272796-1502847528.xml 

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

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=27504, runsolver pid=27501


[startup+0.10023 s]*
/proc/loadavg: 2.18 2.11 2.01 4/218 27520
/proc/meminfo: memFree=17726776/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13978596 memory=28536 CPUtime=0.12 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 5061 0 0 0 11 1 0 0 20 0 15 0 117824361 14314082304 7134 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3494649 7134 2838 1 0 3482966 0
[pid=27506/tid=27507] ppid=27504 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 3062 0 0 0 8 0 0 0 20 0 15 0 117824361 14314082304 7134 33554432000 4194304 4196468 140721974779264 139827251917280 139827247697302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14314082304 7134 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13978596 memory=140672366925440 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14314082304 7134 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14314082304 7134 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824362 14314082304 7134 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13978596 memory=140672366925440 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824363 14314082304 7134 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117824364 14314082304 7134 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117824364 14314082304 7134 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14314082304 7134 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 117824366 14314082304 7199 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 117824366 14314082304 7199 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13978596 memory=140672366925440 CPUtime=0.01 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) R 27504 27504 26744 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 117824366 14314082304 7199 33554432000 4194304 4196468 140721974779264 139826153864048 139827226486950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14314082304 7199 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13978596 memory=140672366925440 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824367 14314082304 7199 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29920 KiB

[startup+0.210946 s]*
/proc/loadavg: 2.18 2.11 2.01 3/218 27520
/proc/meminfo: memFree=17716420/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13982852 memory=40552 CPUtime=0.33 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 7683 0 0 0 31 2 0 0 20 0 15 0 117824361 14318440448 10138 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3495721 10138 3060 1 0 3482974 0
[pid=27506/tid=27507] ppid=27504 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) D 27504 27504 26744 0 -1 1077944384 4833 0 0 0 18 1 0 0 20 0 15 0 117824361 14318440448 10138 33554432000 4194304 4196468 140721974779264 139827251887056 139827240364589 0 4 0 16800975 18446744072101613092 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13982852 memory=12543 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 10138 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13982852 memory=140672367455739 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 10138 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14318473216 10138 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 10138 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13982852 memory=140672366925440 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824363 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117824364 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117824364 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 487 0 0 0 2 0 0 0 20 0 15 0 117824366 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 327 0 0 0 2 0 0 0 20 0 15 0 117824366 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13982884 memory=140672366925440 CPUtime=0.08 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) S 27504 27504 26744 0 -1 1077944384 740 0 0 0 8 0 0 0 20 0 15 0 117824366 14318473216 10138 33554432000 4194304 4196468 140721974779264 139826153864048 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14318473216 10138 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824367 14318440448 10138 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41936 KiB

[startup+0.31065 s]*
/proc/loadavg: 2.18 2.11 2.01 4/218 27520
/proc/meminfo: memFree=17709844/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13982852 memory=47400 CPUtime=0.51 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 8501 0 0 0 48 3 0 0 20 0 15 0 117824361 14318440448 11850 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3495713 11850 3114 1 0 3482966 0
[pid=27506/tid=27507] ppid=27504 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 5448 0 0 0 27 2 0 0 20 0 15 0 117824361 14318440448 11850 33554432000 4194304 4196468 140721974779264 139827251923520 139826838138336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 11850 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 11850 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 11850 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824362 14318440448 11850 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824363 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117824364 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13982852 memory=7683298805979255643 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117824364 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13982852 memory=8508281356422055839 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 562 0 0 0 4 0 0 0 20 0 15 0 117824366 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 335 0 0 0 3 0 0 0 20 0 15 0 117824366 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) R 27504 27504 26744 0 -1 4202560 852 0 0 0 13 0 0 0 20 0 15 0 117824366 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826153859776 139827226609246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13982852 memory=3689071724943450161 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824367 14318440448 11850 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48784 KiB

[startup+0.700806 s]
/proc/loadavg: 2.18 2.11 2.01 5/218 27520
/proc/meminfo: memFree=17694460/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13984976 memory=88944 CPUtime=1.51 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 10774 0 0 0 146 5 0 0 20 0 15 0 117824361 14320615424 22236 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3496244 22236 3205 1 0 3483478 0
[pid=27506/tid=27507] ppid=27504 vsize=13984976 memory=32908 CPUtime=0.67 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 6097 0 0 0 64 3 0 0 20 0 15 0 117824361 14320615424 22236 33554432000 4194304 4196468 140721974779264 139827251922864 139826841696371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14320615424 22236 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13984976 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14320615424 22236 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824362 14320615424 22236 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13984976 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117824362 14320615424 22236 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13984976 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117824363 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13984976 memory=5300 CPUtime=0.27 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 1162 0 0 0 27 0 0 0 20 0 15 0 117824366 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13984976 memory=4616 CPUtime=0.24 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 866 0 0 0 24 0 0 0 20 0 15 0 117824366 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13984976 memory=1928 CPUtime=0.3 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) S 27504 27504 26744 0 -1 1077944384 1342 0 0 0 30 0 0 0 20 0 15 0 117824366 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826153864048 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117824367 14320615424 22236 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 90328 KiB

[startup+1.50174 s]
/proc/loadavg: 2.18 2.11 2.01 3/218 27520
/proc/meminfo: memFree=17565128/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0

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

/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13984976 memory=2884072 CPUtime=27.68 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 37099 0 0 0 2604 164 0 0 20 0 15 0 117824361 14320615424 721018 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3496244 721018 3273 1 0 3483478 0
[pid=27506/tid=27507] ppid=27504 vsize=13984976 memory=6791534058613427641 CPUtime=18.8 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 10763 0 0 0 1852 28 0 0 20 0 15 0 117824361 14320615424 721018 33554432000 4194304 4196468 140721974779264 139827251922256 139826842590503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13984976 memory=4872558044660077418 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 743 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 721018 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13984976 memory=2548 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1747 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 721018 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13984976 memory=2544 CPUtime=1.05 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1412 0 0 0 73 32 0 0 20 0 15 0 117824362 14320615424 721018 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13984976 memory=1160 CPUtime=1.04 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 1428 0 0 0 72 32 0 0 20 0 15 0 117824362 14320615424 721018 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13984976 memory=3120 CPUtime=0.1 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 3188 0 0 0 10 0 0 0 20 0 15 0 117824363 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13984976 memory=8483084 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13984976 memory=728 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13984976 memory=4104 CPUtime=1.9 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 6938 0 0 0 188 2 0 0 20 0 15 0 117824366 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13984976 memory=1160 CPUtime=1.9 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 5540 0 0 0 189 1 0 0 20 0 15 0 117824366 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13984976 memory=2668 CPUtime=0.73 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) S 27504 27504 26744 0 -1 1077944384 4015 0 0 0 72 1 0 0 20 0 15 0 117824366 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826153864048 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13984976 memory=2880820 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 117824367 14320615424 721018 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 27.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2885456 KiB

[startup+20.4009 s]
/proc/loadavg: 2.21 2.12 2.01 3/218 27520
/proc/meminfo: memFree=14975548/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13984976 memory=2875660 CPUtime=28.08 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 37104 0 0 0 2644 164 0 0 20 0 15 0 117824361 14320615424 718915 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3496244 718915 3273 1 0 3483478 0
[pid=27506/tid=27507] ppid=27504 vsize=13984976 memory=6791534058613427641 CPUtime=19.19 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 10764 0 0 0 1891 28 0 0 20 0 15 0 117824361 14320615424 718915 33554432000 4194304 4196468 140721974779264 139827251921984 139826844245264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13984976 memory=1708 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 743 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 718915 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13984976 memory=1012 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1747 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 718915 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13984976 memory=796 CPUtime=1.05 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1412 0 0 0 73 32 0 0 20 0 15 0 117824362 14320615424 718915 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13984976 memory=1228 CPUtime=1.04 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 1428 0 0 0 72 32 0 0 20 0 15 0 117824362 14320615424 718915 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13984976 memory=5300 CPUtime=0.1 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 3188 0 0 0 10 0 0 0 20 0 15 0 117824363 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13984976 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13984976 memory=1196 CPUtime=1.91 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 6938 0 0 0 189 2 0 0 20 0 15 0 117824366 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13984976 memory=10660 CPUtime=1.9 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 5540 0 0 0 189 1 0 0 20 0 15 0 117824366 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13984976 memory=15876 CPUtime=0.73 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) S 27504 27504 26744 0 -1 1077944384 4018 0 0 0 72 1 0 0 20 0 15 0 117824366 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826153864048 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13984976 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117824367 14320615424 718915 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 28.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2877044 KiB

[startup+20.8009 s]
/proc/loadavg: 2.21 2.12 2.01 3/218 27520
/proc/meminfo: memFree=14975548/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13984976 memory=2875780 CPUtime=28.52 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 37118 0 0 0 2688 164 0 0 20 0 15 0 117824361 14320615424 718945 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3496244 718945 3273 1 0 3483478 0
[pid=27506/tid=27507] ppid=27504 vsize=13984976 memory=-6520471753822164382 CPUtime=19.59 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 10765 0 0 0 1931 28 0 0 20 0 15 0 117824361 14320615424 718945 33554432000 4194304 4196468 140721974779264 139827251922344 139826844300666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13984976 memory=1384 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 743 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 718945 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13984976 memory=2850220 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1747 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 718945 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13984976 memory=303430223234596890 CPUtime=1.05 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1412 0 0 0 73 32 0 0 20 0 15 0 117824362 14320615424 718945 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13984976 memory=288230621803970871 CPUtime=1.04 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 1428 0 0 0 72 32 0 0 20 0 15 0 117824362 14320615424 718945 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13984976 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 3188 0 0 0 10 0 0 0 20 0 15 0 117824363 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13984976 memory=186 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13984976 memory=179 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13984976 memory=72 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13984976 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 6945 0 0 0 191 2 0 0 20 0 15 0 117824366 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13984976 memory=0 CPUtime=1.91 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 5542 0 0 0 190 1 0 0 20 0 15 0 117824366 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13984976 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) S 27504 27504 26744 0 -1 1077944384 4022 0 0 0 72 1 0 0 20 0 15 0 117824366 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826153864048 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13984976 memory=2884028 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13984976 memory=2245084 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117824367 14320615424 718945 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 28.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2877164 KiB

[startup+20.9008 s]
/proc/loadavg: 2.21 2.12 2.01 3/218 27520
/proc/meminfo: memFree=14975548/32770624 swapFree=67108860/67108860
[pid=27504] ppid=27501 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27504/stat : 27504 (xcsp3-exec) S 27501 27504 26744 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117824361 9740288 346 33554432000 4194304 5098028 140727947813184 140727947811288 139840334668412 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26443776 140727947818094 140727947818299 140727947818299 140727947821035 0
/proc/27504/statm: 2378 346 289 221 0 87 0
[pid=27506] ppid=27504 vsize=13984976 memory=2875820 CPUtime=28.65 cores=0,2,4,6
/proc/27506/stat : 27506 (java) S 27504 27504 26744 0 -1 1077944320 37140 0 0 0 2701 164 0 0 20 0 15 0 117824361 14320615424 718955 33554432000 4194304 4196468 140721974779264 140721974761808 139827247685367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
/proc/27506/statm: 3496244 718955 3273 1 0 3483478 0
[pid=27506/tid=27507] ppid=27504 vsize=13984976 memory=1384 CPUtime=19.69 cores=0,2,4,6
/proc/27506/task/27507/stat : 27507 (java) R 27504 27504 26744 0 -1 4202560 10765 0 0 0 1941 28 0 0 20 0 15 0 117824361 14320615424 718955 33554432000 4194304 4196468 140721974779264 139827251923952 139826844299925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27508] ppid=27504 vsize=13984976 memory=1384 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27508/stat : 27508 (java) S 27504 27504 26744 0 -1 1077944384 743 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 718955 33554432000 4194304 4196468 140721974779264 139827162753936 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27509] ppid=27504 vsize=13984976 memory=1228 CPUtime=1.03 cores=0,2,4,6
/proc/27506/task/27509/stat : 27509 (java) S 27504 27504 26744 0 -1 1077944384 1747 0 0 0 72 31 0 0 20 0 15 0 117824362 14320615424 718955 33554432000 4194304 4196468 140721974779264 139827161701136 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27510] ppid=27504 vsize=13984976 memory=5300 CPUtime=1.05 cores=0,2,4,6
/proc/27506/task/27510/stat : 27510 (java) S 27504 27504 26744 0 -1 1077944384 1412 0 0 0 73 32 0 0 20 0 15 0 117824362 14320615424 718955 33554432000 4194304 4196468 140721974779264 139827160648848 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27511] ppid=27504 vsize=13984976 memory=56 CPUtime=1.04 cores=0,2,4,6
/proc/27506/task/27511/stat : 27511 (java) S 27504 27504 26744 0 -1 1077944384 1428 0 0 0 72 32 0 0 20 0 15 0 117824362 14320615424 718955 33554432000 4194304 4196468 140721974779264 139827159596048 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27512] ppid=27504 vsize=13984976 memory=288230621803970871 CPUtime=0.1 cores=0,2,4,6
/proc/27506/task/27512/stat : 27512 (java) S 27504 27504 26744 0 -1 1077944384 3188 0 0 0 10 0 0 0 20 0 15 0 117824363 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826160179312 139827247696514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27513] ppid=27504 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27513/stat : 27513 (java) S 27504 27504 26744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826159125280 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27514] ppid=27504 vsize=13984976 memory=2883492 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27514/stat : 27514 (java) S 27504 27504 26744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117824364 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826158072944 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27515] ppid=27504 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27515/stat : 27515 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826157021264 139827247703963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27516] ppid=27504 vsize=13984976 memory=2865544 CPUtime=1.94 cores=0,2,4,6
/proc/27506/task/27516/stat : 27516 (java) S 27504 27504 26744 0 -1 1077944384 6953 0 0 0 192 2 0 0 20 0 15 0 117824366 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826155969136 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27517] ppid=27504 vsize=13984976 memory=1384 CPUtime=1.92 cores=0,2,4,6
/proc/27506/task/27517/stat : 27517 (java) S 27504 27504 26744 0 -1 1077944384 5550 0 0 0 191 1 0 0 20 0 15 0 117824366 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826154916336 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27518] ppid=27504 vsize=13984976 memory=32908 CPUtime=0.74 cores=0,2,4,6
/proc/27506/task/27518/stat : 27518 (java) S 27504 27504 26744 0 -1 1077944384 4028 0 0 0 73 1 0 0 20 0 15 0 117824366 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826153864048 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27519] ppid=27504 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27519/stat : 27519 (java) S 27504 27504 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117824366 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826152811488 139827247695573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
[pid=27506/tid=27520] ppid=27504 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27506/task/27520/stat : 27520 (java) S 27504 27504 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117824367 14320615424 718955 33554432000 4194304 4196468 140721974779264 139826151758256 139827247696514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33288192 140721974785175 140721974785351 140721974785351 140721974788047 0
Current children cumulated CPU time: 28.65 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2877204 KiB

Child status: 0
Real time (s): 20.9912
CPU time (s): 28.7807
CPU user time (s): 27.1218
CPU system time (s): 1.65886
CPU usage (%): 137.108
Max. virtual memory (cumulated for all children) (KiB): 13996180
Max. memory (cumulated for all children) (KiB): 2885456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1218
system time used= 1.65886
maximum resident set size= 2884072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3620
involuntary context switches= 86


# summary of solver processes directly reported to runsolver:
#   pid: 27504
#   total CPU time (s): 28.7807
#   total CPU user time (s): 27.1218
#   total CPU system time (s): 1.65886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.165899 second user time and 0.242993 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 03:24:29
IDJOB=4272796
IDBENCH=138504
IDSOLVER=2664
FILE ID=node105/4272796-1502847528
RUNJOBID= node105-1502839397-26775
PBS_JOBID= 20629853
Free space on /tmp= 60624 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-ewddr2-3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272796-1502847528/watcher-4272796-1502847528 -o /tmp/evaluation-result-4272796-1502847528/solver-4272796-1502847528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502839397-26775 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2020712818 HOME/instance-4272796-1502847528.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=2020712818

node105.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.17
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.17
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.17
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.17
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:        17744376 kB
MemAvailable:   23377324 kB
Buffers:          248364 kB
Cached:          5656416 kB
SwapCached:            0 kB
Active:          9406020 kB
Inactive:        5131616 kB
Active(anon):    8635976 kB
Inactive(anon):    25072 kB
Active(file):     770044 kB
Inactive(file):  5106544 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8052 kB
Writeback:             0 kB
AnonPages:       8566796 kB
Mapped:            58948 kB
Shmem:             25260 kB
Slab:             170804 kB
SReclaimable:     144392 kB
SUnreclaim:        26412 kB
KernelStack:        3872 kB
PageTables:        22116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10067748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7913472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60616 MiB
End job on node105 at 2017-08-16 03:24:50