Trace number 4269909

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 4.0.5 seq (2017-08-09)OPT2 31.3388 21.867201

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-11.xml
MD5SUM21068963a9b1e3aa386cc6eac6ce07b0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.19624799
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints165
Number of domains1
Minimum domain size55
Maximum domain size55
Distribution of domain sizes[{"size":55,"count":55}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":66},{"degree":10,"count":55}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":165}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165}]
Optimization problemYES
Type of objectivemin MAXIMUM

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269909-1502869345.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4269909-1502869345.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
28.82/20.09	c solve instance...
30.66/21.47	o 3 
30.66/21.48	o 2 
31.25/21.84	s OPTIMUM FOUND
31.25/21.84	v <instantiation>
31.25/21.84	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][7] x[6][8] x[6][9] x[6][10] x[7][8] x[7][9] x[7][10] x[8][9] x[8][10] x[9][10] </list>
31.25/21.84	v 	<values>0 1 2 0 1 0 1 0 2 1 0 0 2 0 1 1 1 0 1 1 0 2 1 0 1 2 0 0 2 0 1 0 1 1 0 1 1 1 0 1 2 0 1 1 0 0 2 1 0 0 0 2 2 0 0 </values>
31.25/21.84	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269909-1502869345/watcher-4269909-1502869345 -o /tmp/evaluation-result-4269909-1502869345/solver-4269909-1502869345 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1396006655 HOME/instance-4269909-1502869345.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=19704, runsolver pid=19701

[startup+0.100193 s]*
/proc/loadavg: 2.16 2.02 1.97 3/197 19706
/proc/meminfo: memFree=31303032/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=11659680 memory=9816 CPUtime=0 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 2190 0 0 0 0 0 0 0 20 0 4 0 75275174 11939512320 2454 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 2915177 2454 1162 1 0 2905147 0
[pid=19706/tid=19707] ppid=19704 vsize=13356504 memory=4206989191851631162 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 1060 0 0 0 0 0 0 0 20 0 6 0 75275175 13677060096 2533 18446744073709551615 4194304 4196468 140721866286928 139732747367736 139732729208063 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13356504 memory=3461490750165026441 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75275175 13677060096 2533 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13356504 memory=140145535342208 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75275175 13677060096 2533 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75275175 13677060096 2599 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75275175 13677060096 2599 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11669192 KiB
Current children cumulated memory: 11196 KiB

[startup+0.210076 s]*
/proc/loadavg: 2.16 2.02 1.97 3/211 19720
/proc/meminfo: memFree=31291712/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13974352 memory=27396 CPUtime=0.08 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 5259 0 0 0 7 1 0 0 20 0 15 0 75275174 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3493588 6849 2720 1 0 3482964 0
[pid=19706/tid=19707] ppid=19704 vsize=13974352 memory=-6729331590246273379 CPUtime=0.06 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 3411 0 0 0 6 0 0 0 20 0 15 0 75275175 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732747352464 139732743148701 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13974352 memory=3461490750165026441 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13974352 memory=140145535342208 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13974352 memory=140145535342208 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275177 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75275177 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 75275177 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) S 19704 19704 11586 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732216916592 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13974352 memory=140145535342208 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) S 19704 19704 11586 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13974352 memory=140145535342208 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275184 14309736448 6849 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28776 KiB

[startup+0.310483 s]*
/proc/loadavg: 2.16 2.02 1.97 3/211 19720
/proc/meminfo: memFree=31276036/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13974352 memory=36728 CPUtime=0.26 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 8780 0 0 0 24 2 0 0 20 0 15 0 75275174 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3493588 9182 2985 1 0 3482964 0
[pid=19706/tid=19707] ppid=19704 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 6084 0 0 0 15 1 0 0 20 0 15 0 75275175 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732747360080 139732724690350 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13974352 memory=140145535352801 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13974352 memory=7228935379886696812 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275177 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75275177 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 75275177 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) R 19704 19704 11586 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 75275180 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732216916592 139732720454784 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) R 19704 19704 11586 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 75275180 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732743137922 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) R 19704 19704 11586 0 -1 4202560 700 0 0 0 5 0 0 0 20 0 15 0 75275180 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743138710 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275184 14309736448 9182 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38108 KiB

[startup+0.700889 s]
/proc/loadavg: 2.16 2.02 1.97 5/211 19720
/proc/meminfo: memFree=31266236/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13980732 memory=67952 CPUtime=1.05 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 11696 0 0 0 101 4 0 0 20 0 15 0 75275174 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3495183 16988 3156 1 0 3483476 0
[pid=19706/tid=19707] ppid=19704 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 7986 0 0 0 52 3 0 0 20 0 15 0 75275175 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732747362240 139732351604033 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13980732 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13980732 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) S 19704 19704 11586 0 -1 1077944384 661 0 0 0 13 0 0 0 20 0 15 0 75275180 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732216916592 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13980732 memory=-9174445032661854264 CPUtime=0.13 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) S 19704 19704 11586 0 -1 1077944384 615 0 0 0 13 0 0 0 20 0 15 0 75275180 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13980732 memory=6656426216303648864 CPUtime=0.22 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) S 19704 19704 11586 0 -1 1077944384 1124 0 0 0 22 0 0 0 20 0 15 0 75275180 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275184 14316269568 16988 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69332 KiB

[startup+1.5008 s]
/proc/loadavg: 2.16 2.02 1.97 4/211 19720
/proc/meminfo: memFree=31225376/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13980732 memory=160452 CPUtime=1.92 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 13123 0 0 0 186 6 0 0 20 0 15 0 75275174 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3495183 40113 3157 1 0 3483476 0
[pid=19706/tid=19707] ppid=19704 vsize=13980732 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 9065 0 0 0 130 4 0 0 20 0 15 0 75275175 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732747363768 139732351687936 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13980732 memory=41452 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75275175 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13980732 memory=129732 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 40113 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6

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

/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13980732 memory=2502680 CPUtime=27.99 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 57456 0 0 0 2550 249 0 0 20 0 15 0 75275174 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3495183 625670 3214 1 0 3483476 0
[pid=19706/tid=19707] ppid=19704 vsize=13980732 memory=16240 CPUtime=13.75 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) S 19704 19704 11586 0 -1 1077944384 9782 0 0 0 1367 8 0 0 20 0 15 0 75275175 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732747365232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13980732 memory=23592 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 8086 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13980732 memory=11089 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 13397 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13980732 memory=4420 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 6077 0 0 0 218 56 0 0 20 0 15 0 75275175 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13980732 memory=6628 CPUtime=2.73 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 10678 0 0 0 209 64 0 0 20 0 15 0 75275175 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13980732 memory=8836 CPUtime=2.51 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) R 19704 19704 11586 0 -1 4202560 2931 0 0 0 251 0 0 0 20 0 15 0 75275177 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732221125200 139732727827168 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13980732 memory=1407200 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13980732 memory=644 CPUtime=0.18 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) S 19704 19704 11586 0 -1 1077944384 774 0 0 0 18 0 0 0 20 0 15 0 75275180 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732216916592 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13980732 memory=1788 CPUtime=0.18 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) S 19704 19704 11586 0 -1 1077944384 909 0 0 0 18 0 0 0 20 0 15 0 75275180 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13980732 memory=956 CPUtime=0.32 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) S 19704 19704 11586 0 -1 1077944384 3362 0 0 0 32 0 0 0 20 0 15 0 75275180 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13980732 memory=41452 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 75275184 14316269568 625670 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 27.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2504060 KiB

[startup+20.8007 s]
/proc/loadavg: 2.05 2.00 1.97 3/211 19720
/proc/meminfo: memFree=28805676/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13980732 memory=2509708 CPUtime=29.98 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 71428 0 0 0 2747 251 0 0 20 0 15 0 75275174 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3495183 627427 3228 1 0 3483476 0
[pid=19706/tid=19707] ppid=19704 vsize=13980732 memory=4284 CPUtime=14.88 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 18450 0 0 0 1480 8 0 0 20 0 15 0 75275175 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732747364488 139732352759823 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13980732 memory=928 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 8089 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13980732 memory=-8774313645642428999 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 13399 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13980732 memory=1380 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 6080 0 0 0 218 56 0 0 20 0 15 0 75275175 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13980732 memory=2502792 CPUtime=2.73 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 10681 0 0 0 209 64 0 0 20 0 15 0 75275175 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13980732 memory=0 CPUtime=2.98 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 5776 0 0 0 297 1 0 0 20 0 15 0 75275177 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13980732 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13980732 memory=1585 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13980732 memory=27325 CPUtime=0.29 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) S 19704 19704 11586 0 -1 1077944384 1810 0 0 0 29 0 0 0 20 0 15 0 75275180 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732216916592 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13980732 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) S 19704 19704 11586 0 -1 1077944384 1630 0 0 0 38 0 0 0 20 0 15 0 75275180 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13980732 memory=-1088251628401078322 CPUtime=0.39 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) S 19704 19704 11586 0 -1 1077944384 4018 0 0 0 38 1 0 0 20 0 15 0 75275180 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13980732 memory=41452 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 75275184 14316269568 627427 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 29.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2511088 KiB

[startup+21.6008 s]
/proc/loadavg: 2.05 2.00 1.97 3/211 19720
/proc/meminfo: memFree=28802080/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13980732 memory=2512048 CPUtime=30.98 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 72241 0 0 0 2846 252 0 0 20 0 15 0 75275174 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3495183 628012 3233 1 0 3483476 0
[pid=19706/tid=19707] ppid=19704 vsize=13980732 memory=274 CPUtime=15.68 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 18684 0 0 0 1560 8 0 0 20 0 15 0 75275175 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732747362496 139732352616355 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13980732 memory=274 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 8089 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13980732 memory=4120 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 13399 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13980732 memory=41452 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 6080 0 0 0 218 56 0 0 20 0 15 0 75275175 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13980732 memory=2384 CPUtime=2.73 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 10681 0 0 0 209 64 0 0 20 0 15 0 75275175 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13980732 memory=1296 CPUtime=2.98 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 5776 0 0 0 297 1 0 0 20 0 15 0 75275177 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13980732 memory=2840 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13980732 memory=3152 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13980732 memory=1380 CPUtime=0.37 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) S 19704 19704 11586 0 -1 1077944384 2138 0 0 0 37 0 0 0 20 0 15 0 75275180 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732216916592 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13980732 memory=225896 CPUtime=0.47 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) R 19704 19704 11586 0 -1 4202560 1851 0 0 0 47 0 0 0 20 0 15 0 75275180 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732728236541 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13980732 memory=4068 CPUtime=0.41 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) S 19704 19704 11586 0 -1 1077944384 4048 0 0 0 40 1 0 0 20 0 15 0 75275180 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13980732 memory=2652 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 75275184 14316269568 628012 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 30.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2513428 KiB

[startup+21.8015 s]
/proc/loadavg: 2.05 2.00 1.97 3/211 19720
/proc/meminfo: memFree=28802080/32770624 swapFree=67108860/67108860
[pid=19704] ppid=19701 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (xcsp3-exec) S 19701 19704 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75275164 9740288 345 18446744073709551615 4194304 5098028 140720548635856 140720548633960 140064050328188 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 19435520 140720548643192 140720548643397 140720548643397 140720548646891 0
/proc/19704/statm: 2378 345 289 221 0 87 0
[pid=19706] ppid=19704 vsize=13980732 memory=2512132 CPUtime=31.25 cores=0,2,4,6
/proc/19706/stat : 19706 (java) S 19704 19704 11586 0 -1 1077944320 72262 0 0 0 2873 252 0 0 20 0 15 0 75275174 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 140721866269472 139732743126775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
/proc/19706/statm: 3495183 628033 3234 1 0 3483476 0
[pid=19706/tid=19707] ppid=19704 vsize=13980732 memory=-8774313645642428999 CPUtime=15.88 cores=0,2,4,6
/proc/19706/task/19707/stat : 19707 (java) R 19704 19704 11586 0 -1 4202560 18684 0 0 0 1580 8 0 0 20 0 15 0 75275175 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732747362496 139732352616355 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19708] ppid=19704 vsize=13980732 memory=2506268 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19708/stat : 19708 (java) S 19704 19704 11586 0 -1 1077944384 8089 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732677561232 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19709] ppid=19704 vsize=13980732 memory=836 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19709/stat : 19709 (java) S 19704 19704 11586 0 -1 1077944384 13399 0 0 0 216 58 0 0 20 0 15 0 75275175 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732676508432 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19710] ppid=19704 vsize=13980732 memory=3908 CPUtime=2.74 cores=0,2,4,6
/proc/19706/task/19710/stat : 19710 (java) S 19704 19704 11586 0 -1 1077944384 6080 0 0 0 218 56 0 0 20 0 15 0 75275175 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732675456144 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19711] ppid=19704 vsize=13980732 memory=2780 CPUtime=2.73 cores=0,2,4,6
/proc/19706/task/19711/stat : 19711 (java) S 19704 19704 11586 0 -1 1077944384 10681 0 0 0 209 64 0 0 20 0 15 0 75275175 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732674403344 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19712] ppid=19704 vsize=13980732 memory=2840 CPUtime=2.98 cores=0,2,4,6
/proc/19706/task/19712/stat : 19712 (java) S 19704 19704 11586 0 -1 1077944384 5776 0 0 0 297 1 0 0 20 0 15 0 75275177 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732221126768 139732743137922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19713] ppid=19704 vsize=13980732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19713/stat : 19713 (java) S 19704 19704 11586 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732220072736 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19714] ppid=19704 vsize=13980732 memory=3152 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19714/stat : 19714 (java) S 19704 19704 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 75275177 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732219020400 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19715] ppid=19704 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19715/stat : 19715 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732217968720 139732743145371 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19716] ppid=19704 vsize=13980732 memory=225892 CPUtime=0.41 cores=0,2,4,6
/proc/19706/task/19716/stat : 19716 (java) R 19704 19704 11586 0 -1 4202560 2140 0 0 0 41 0 0 0 20 0 15 0 75275180 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732216903056 139732722387984 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19717] ppid=19704 vsize=13980732 memory=4068 CPUtime=0.5 cores=0,2,4,6
/proc/19706/task/19717/stat : 19717 (java) S 19704 19704 11586 0 -1 1077944384 1864 0 0 0 50 0 0 0 20 0 15 0 75275180 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732215863792 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19718] ppid=19704 vsize=13980732 memory=1156 CPUtime=0.41 cores=0,2,4,6
/proc/19706/task/19718/stat : 19718 (java) S 19704 19704 11586 0 -1 1077944384 4054 0 0 0 40 1 0 0 20 0 15 0 75275180 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732214811504 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19719] ppid=19704 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19719/stat : 19719 (java) S 19704 19704 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75275180 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732213758944 139732743136981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
[pid=19706/tid=19720] ppid=19704 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/19706/task/19720/stat : 19720 (java) S 19704 19704 11586 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 75275184 14316269568 628033 18446744073709551615 4194304 4196468 140721866286928 139732212705712 139732743137922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140721866293681 140721866293857 140721866293857 140721866297295 0
Current children cumulated CPU time: 31.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2513512 KiB

Child status: 0
Real time (s): 21.8672
CPU time (s): 31.3388
CPU user time (s): 28.8005
CPU system time (s): 2.53828
CPU usage (%): 143.314
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2513512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8005
system time used= 2.53828
maximum resident set size= 2512864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72862
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= 3092
involuntary context switches= 143


# summary of solver processes directly reported to runsolver:
#   pid: 19704
#   total CPU time (s): 31.3388
#   total CPU user time (s): 28.8005
#   total CPU system time (s): 2.53828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.167622 second user time and 0.24862 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 09:28:09
IDJOB=4269909
IDBENCH=140556
IDSOLVER=2660
FILE ID=node124/4269909-1502869345
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-11.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-4269909-1502869345/watcher-4269909-1502869345 -o /tmp/evaluation-result-4269909-1502869345/solver-4269909-1502869345 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1396006655 HOME/instance-4269909-1502869345.xml

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

MD5SUM BENCH= 21068963a9b1e3aa386cc6eac6ce07b0
RANDOM SEED=1396006655

node124.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.51
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.51
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.51
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.51
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:        31303192 kB
MemAvailable:   31767724 kB
Buffers:          256696 kB
Cached:           494344 kB
SwapCached:            0 kB
Active:           705076 kB
Inactive:         311924 kB
Active(anon):     217532 kB
Inactive(anon):    81944 kB
Active(file):     487544 kB
Inactive(file):   229980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7612 kB
Writeback:             0 kB
AnonPages:        286368 kB
Mapped:            61656 kB
Shmem:             33512 kB
Slab:             152060 kB
SReclaimable:     125688 kB
SUnreclaim:        26372 kB
KernelStack:        3712 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1251948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-16 09:28:31