Trace number 4270571

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 par (2017-08-09)SAT (TO)937 3660.3501 2520.0701

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-27-a4.xml
MD5SUM4a6b886165f8d6d7f8f178d50db8a3de
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark818
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints58502
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":27}]
Minimum variable degree8451
Maximum variable degree8452
Distribution of variable degrees[{"degree":8451,"count":25},{"degree":8452,"count":2}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":5850},{"arity":4,"count":52650},{"arity":27,"count":1}]
Number of extensional constraints0
Number of intensional constraints58501
Distribution of constraint types[{"type":"intension","count":58501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270571-1502725858.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270571-1502725858.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
115.94/23.80	c solve instance...
956.12/257.69	o 969 
1704.33/804.62	o 937 
3660.28/2520.02	s SATISFIABLE
3660.28/2520.02	v <instantiation>
3660.28/2520.02	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] </list>
3660.28/2520.02	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 289 360 400 474 564 592 661 774 849 898 937 </values>
3660.28/2520.02	v </instantiation>
3660.28/2520.02	c Unexpected resolution interruption!

Verifier Data

OK	937

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270571-1502725858/watcher-4270571-1502725858 -o /tmp/evaluation-result-4270571-1502725858/solver-4270571-1502725858 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502714756-15227 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 97165261 HOME/instance-4270571-1502725858.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16844, runsolver pid=16841
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 0.61 0.71 1.33 2/199 16865
/proc/meminfo: memFree=31530808/32770624 swapFree=67108860/67108860
[pid=16844] ppid=16841 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16844/stat : 16844 (xcsp3-exec) S 16841 16844 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105673491 9740288 345 33554432000 4194304 5098028 140733101497632 140733101495736 140011735171708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33292288 140733101499494 140733101499703 140733101499703 140733101502443 0
/proc/16844/statm: 2378 345 289 221 0 87 0
[pid=16846] ppid=16844 vsize=25999808 memory=26304 CPUtime=0.12 cores=0-7
/proc/16846/stat : 16846 (java) S 16844 16844 15200 0 -1 1077944320 5481 0 0 0 11 1 0 0 20 0 20 0 105673491 26623803392 6576 33554432000 4194304 4196468 140724504045040 140724504027584 140268482121463 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
/proc/16846/statm: 6499952 6576 2845 1 0 6488269 0
[pid=16846/tid=16847] ppid=16844 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/16846/task/16847/stat : 16847 (java) R 16844 16844 15200 0 -1 4202560 3475 0 0 0 8 0 0 0 20 0 20 0 105673492 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268486354736 140268466165093 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16848] ppid=16844 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16846/task/16848/stat : 16848 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268404701584 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16849] ppid=16844 vsize=25999808 memory=139833677723264 CPUtime=0 cores=0-7
/proc/16846/task/16849/stat : 16849 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268403648784 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16850] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16850/stat : 16850 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268402596496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16851] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16851/stat : 16851 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268401543696 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16852] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16852/stat : 16852 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268400491408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16853] ppid=16844 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16846/task/16853/stat : 16853 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268399438608 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16854] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16854/stat : 16854 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268033563792 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16855] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16855/stat : 16855 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673493 26623803392 6576 33554432000 4194304 4196468 140724504045040 140268032510992 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16856] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16856/stat : 16856 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673494 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267877308528 140268482132610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16857] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16857/stat : 16857 (java) S 16844 16844 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105673494 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267876254496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16858] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16858/stat : 16858 (java) S 16844 16844 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105673495 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267875202160 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16859] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16859/stat : 16859 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267874150480 140268482140059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16860] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16860/stat : 16860 (java) S 16844 16844 15200 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267873098352 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16861] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16861/stat : 16861 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267872045552 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16862] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16862/stat : 16862 (java) S 16844 16844 15200 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267870993264 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16863] ppid=16844 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16846/task/16863/stat : 16863 (java) S 16844 16844 15200 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267869940464 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16864] ppid=16844 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16864/stat : 16864 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267868887392 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16865] ppid=16844 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16846/task/16865/stat : 16865 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673497 26623803392 6576 33554432000 4194304 4196468 140724504045040 140267867834672 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27684 KiB

[startup+0.209676 s]*
/proc/loadavg: 0.61 0.71 1.33 3/199 16865
/proc/meminfo: memFree=31520124/32770624 swapFree=67108860/67108860
[pid=16844] ppid=16841 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16844/stat : 16844 (xcsp3-exec) S 16841 16844 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105673491 9740288 345 33554432000 4194304 5098028 140733101497632 140733101495736 140011735171708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33292288 140733101499494 140733101499703 140733101499703 140733101502443 0
/proc/16844/statm: 2378 345 289 221 0 87 0
[pid=16846] ppid=16844 vsize=26004064 memory=38804 CPUtime=0.33 cores=0-7
/proc/16846/stat : 16846 (java) S 16844 16844 15200 0 -1 1077944320 8296 0 0 0 31 2 0 0 20 0 20 0 105673491 26628161536 9701 33554432000 4194304 4196468 140724504045040 140724504027584 140268482121463 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
/proc/16846/statm: 6501016 9701 3011 1 0 6488269 0
[pid=16846/tid=16847] ppid=16844 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16846/task/16847/stat : 16847 (java) R 16844 16844 15200 0 -1 4202560 5382 0 0 0 18 1 0 0 20 0 20 0 105673492 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268486335696 140268482143389 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16848] ppid=16844 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/16846/task/16848/stat : 16848 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268404701584 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16849] ppid=16844 vsize=26004064 memory=288370209829435008 CPUtime=0 cores=0-7
/proc/16846/task/16849/stat : 16849 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268403648784 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16850] ppid=16844 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16846/task/16850/stat : 16850 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268402596496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16851] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16851/stat : 16851 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268401543696 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16852] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16852/stat : 16852 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268400491408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16853] ppid=16844 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16846/task/16853/stat : 16853 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268399438608 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16854] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16854/stat : 16854 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268033563792 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16855] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16855/stat : 16855 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 9701 33554432000 4194304 4196468 140724504045040 140268032510992 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16856] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16856/stat : 16856 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673494 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267877308528 140268482132610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16857] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16857/stat : 16857 (java) S 16844 16844 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105673494 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267876254496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16858] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16858/stat : 16858 (java) S 16844 16844 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105673495 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267875202160 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16859] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16859/stat : 16859 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267874150480 140268482140059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16860] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16860/stat : 16860 (java) S 16844 16844 15200 0 -1 1077944384 369 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267873098352 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16861] ppid=16844 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16846/task/16861/stat : 16861 (java) S 16844 16844 15200 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267872045552 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16862] ppid=16844 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/16846/task/16862/stat : 16862 (java) S 16844 16844 15200 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267870993264 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16863] ppid=16844 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/16846/task/16863/stat : 16863 (java) R 16844 16844 15200 0 -1 1077944384 776 0 0 0 7 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267869940464 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16864] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16864/stat : 16864 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267868887392 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16865] ppid=16844 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16846/task/16865/stat : 16865 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 9701 33554432000 4194304 4196468 140724504045040 140267867834672 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40184 KiB

[startup+0.309341 s]*
/proc/loadavg: 0.61 0.71 1.33 3/199 16865
/proc/meminfo: memFree=31515100/32770624 swapFree=67108860/67108860
[pid=16844] ppid=16841 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16844/stat : 16844 (xcsp3-exec) S 16841 16844 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105673491 9740288 345 33554432000 4194304 5098028 140733101497632 140733101495736 140011735171708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33292288 140733101499494 140733101499703 140733101499703 140733101502443 0
/proc/16844/statm: 2378 345 289 221 0 87 0
[pid=16846] ppid=16844 vsize=26004064 memory=43712 CPUtime=0.5 cores=0-7
/proc/16846/stat : 16846 (java) S 16844 16844 15200 0 -1 1077944320 9156 0 0 0 47 3 0 0 20 0 20 0 105673491 26628161536 10928 33554432000 4194304 4196468 140724504045040 140724504027584 140268482121463 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
/proc/16846/statm: 6501016 10928 3062 1 0 6488269 0
[pid=16846/tid=16847] ppid=16844 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16846/task/16847/stat : 16847 (java) R 16844 16844 15200 0 -1 4202560 6061 0 0 0 27 2 0 0 20 0 20 0 105673492 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268486357648 140268482133398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16848] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16848/stat : 16848 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268404701584 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16849] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16849/stat : 16849 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268403648784 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16850] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16850/stat : 16850 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268402596496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16851] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16851/stat : 16851 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268401543696 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16852] ppid=16844 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16846/task/16852/stat : 16852 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268400491408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16853] ppid=16844 vsize=26004064 memory=139833532052399 CPUtime=0 cores=0-7
/proc/16846/task/16853/stat : 16853 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268399438608 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16854] ppid=16844 vsize=26004064 memory=139833532054704 CPUtime=0 cores=0-7
/proc/16846/task/16854/stat : 16854 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268033563792 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16855] ppid=16844 vsize=26004064 memory=139833532057008 CPUtime=0 cores=0-7
/proc/16846/task/16855/stat : 16855 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673493 26628161536 10928 33554432000 4194304 4196468 140724504045040 140268032510992 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16856] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16856/stat : 16856 (java) S 16844 16844 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105673494 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267877308528 140268482132610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16857] ppid=16844 vsize=26004064 memory=279667064120976 CPUtime=0 cores=0-7
/proc/16846/task/16857/stat : 16857 (java) S 16844 16844 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105673494 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267876254496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16858] ppid=16844 vsize=26004064 memory=279667064127888 CPUtime=0 cores=0-7
/proc/16846/task/16858/stat : 16858 (java) S 16844 16844 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105673495 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267875202160 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16859] ppid=16844 vsize=26004064 memory=279667064069040 CPUtime=0 cores=0-7
/proc/16846/task/16859/stat : 16859 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267874150480 140268482140059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16860] ppid=16844 vsize=26004064 memory=279667064141712 CPUtime=0.01 cores=0-7
/proc/16846/task/16860/stat : 16860 (java) S 16844 16844 15200 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267873098352 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16861] ppid=16844 vsize=26004064 memory=279667064148624 CPUtime=0.02 cores=0-7
/proc/16846/task/16861/stat : 16861 (java) S 16844 16844 15200 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267872045552 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16862] ppid=16844 vsize=26004064 memory=279667064146320 CPUtime=0.03 cores=0-7
/proc/16846/task/16862/stat : 16862 (java) S 16844 16844 15200 0 -1 1077944384 310 0 0 0 3 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267870993264 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16863] ppid=16844 vsize=26004064 memory=279667064162480 CPUtime=0.12 cores=0-7
/proc/16846/task/16863/stat : 16863 (java) R 16844 16844 15200 0 -1 4202560 887 0 0 0 12 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267869936144 140268482133398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16864] ppid=16844 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16864/stat : 16864 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267868887392 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16865] ppid=16844 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16846/task/16865/stat : 16865 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673497 26628161536 10928 33554432000 4194304 4196468 140724504045040 140267867834672 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45092 KiB

[startup+0.700912 s]
/proc/loadavg: 0.61 0.71 1.33 5/199 16865
/proc/meminfo: memFree=31472352/32770624 swapFree=67108860/67108860
[pid=16844] ppid=16841 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16844/stat : 16844 (xcsp3-exec) S 16841 16844 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105673491 9740288 345 33554432000 4194304 5098028 140733101497632 140733101495736 140011735171708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33292288 140733101499494 140733101499703 140733101499703 140733101502443 0
/proc/16844/statm: 2378 345 289 221 0 87 0
[pid=16846] ppid=16844 vsize=26004140 memory=130776 CPUtime=1.91 cores=0-7
/proc/16846/stat : 16846 (java) S 16844 16844 15200 0 -1 1077944320 12982 0 0 0 187 4 0 0 20 0 20 0 105673491 26628239360 32694 33554432000 4194304 4196468 140724504045040 140724504027584 140268482121463 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
/proc/16846/statm: 6501035 32694 3194 1 0 6488269 0
[pid=16846/tid=16847] ppid=16844 vsize=26004140 memory=279667064520368 CPUtime=0.67 cores=0-7
/proc/16846/task/16847/stat : 16847 (java) R 16844 16844 15200 0 -1 4202560 6382 0 0 0 64 3 0 0 20 0 20 0 105673492 26628239360 32694 33554432000 4194304 4196468 140724504045040 140268486358176 140268082361348 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16848] ppid=16844 vsize=26004140 memory=139833532261232 CPUtime=0 cores=0-7
/proc/16846/task/16848/stat : 16848 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628239360 32694 33554432000 4194304 4196468 140724504045040 140268404701584 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16849] ppid=16844 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/16846/task/16849/stat : 16849 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628239360 32694 33554432000 4194304 4196468 140724504045040 140268403648784 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16850] ppid=16844 vsize=26004140 memory=10928 CPUtime=0 cores=0-7
/proc/16846/task/16850/stat : 16850 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105673493 26628239360 32694 33554432000 4194304 4196468 140724504045040 140268402596496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0

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

[pid=16846/tid=16904] ppid=16844 vsize=26538700 memory=1720 CPUtime=31.06 cores=0-7
/proc/16846/task/16904/stat : 16904 (java) S 16844 16844 15200 0 -1 1077944384 2263 0 0 0 3093 13 0 0 20 0 28 0 105753953 27175628800 3001190 33554432000 4194304 4196468 140724504045040 140267650777808 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
Current children cumulated CPU time: 3581.65 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 12006140 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/207 16943
/proc/meminfo: memFree=19623704/32770624 swapFree=67108860/67108860
[pid=16844] ppid=16841 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16844/stat : 16844 (xcsp3-exec) S 16841 16844 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105673491 9740288 345 33554432000 4194304 5098028 140733101497632 140733101495736 140011735171708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33292288 140733101499494 140733101499703 140733101499703 140733101502443 0
/proc/16844/statm: 2378 345 289 221 0 87 0
[pid=16846] ppid=16844 vsize=26538700 memory=11911412 CPUtime=3642.12 cores=0-7
/proc/16846/stat : 16846 (java) S 16844 16844 15200 0 -1 1077944320 1414074 0 0 0 361122 3090 0 0 20 0 28 0 105673491 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140724504027584 140268482121463 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
/proc/16846/statm: 6634675 2977853 3301 1 0 6621909 0
[pid=16846/tid=16847] ppid=16844 vsize=26538700 memory=11911412 CPUtime=10.6 cores=0-7
/proc/16846/task/16847/stat : 16847 (java) S 16844 16844 15200 0 -1 1077944384 13717 0 0 0 1044 16 0 0 20 0 28 0 105673492 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268486362240 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16848] ppid=16844 vsize=26538700 memory=56 CPUtime=56.47 cores=0-7
/proc/16846/task/16848/stat : 16848 (java) S 16844 16844 15200 0 -1 1077944384 114479 0 0 0 5340 307 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268404701584 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 117 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16849] ppid=16844 vsize=26538700 memory=279667063914736 CPUtime=56.07 cores=0-7
/proc/16846/task/16849/stat : 16849 (java) S 16844 16844 15200 0 -1 1077944384 120798 0 0 0 5317 290 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268403648784 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 106 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16850] ppid=16844 vsize=26538700 memory=11911412 CPUtime=55.91 cores=0-7
/proc/16846/task/16850/stat : 16850 (java) S 16844 16844 15200 0 -1 1077944384 121392 0 0 0 5299 292 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268402596496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 116 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16851] ppid=16844 vsize=26538700 memory=1380 CPUtime=56.08 cores=0-7
/proc/16846/task/16851/stat : 16851 (java) S 16844 16844 15200 0 -1 1077944384 114506 0 0 0 5323 285 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268401543696 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 104 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16852] ppid=16844 vsize=26538700 memory=11911412 CPUtime=56.57 cores=0-7
/proc/16846/task/16852/stat : 16852 (java) S 16844 16844 15200 0 -1 1077944384 113193 0 0 0 5368 289 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268400491408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 109 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16853] ppid=16844 vsize=26538700 memory=6791534058613427641 CPUtime=56.07 cores=0-7
/proc/16846/task/16853/stat : 16853 (java) S 16844 16844 15200 0 -1 1077944384 114187 0 0 0 5301 306 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268399438608 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 107 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16854] ppid=16844 vsize=26538700 memory=1928 CPUtime=56.08 cores=0-7
/proc/16846/task/16854/stat : 16854 (java) S 16844 16844 15200 0 -1 1077944384 120930 0 0 0 5342 266 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268033563792 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 116 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16855] ppid=16844 vsize=26538700 memory=6791534058613427641 CPUtime=56.33 cores=0-7
/proc/16846/task/16855/stat : 16855 (java) S 16844 16844 15200 0 -1 1077944384 124207 0 0 0 5332 301 0 0 20 0 28 0 105673493 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140268032510992 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 111 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16856] ppid=16844 vsize=26538700 memory=3872 CPUtime=11.31 cores=0-7
/proc/16846/task/16856/stat : 16856 (java) S 16844 16844 15200 0 -1 1077944384 59187 0 0 0 1079 52 0 0 20 0 28 0 105673494 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267877308528 140268482132610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16857] ppid=16844 vsize=26538700 memory=11911412 CPUtime=0 cores=0-7
/proc/16846/task/16857/stat : 16857 (java) S 16844 16844 15200 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 28 0 105673494 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267876254560 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16858] ppid=16844 vsize=26538700 memory=4132 CPUtime=0 cores=0-7
/proc/16846/task/16858/stat : 16858 (java) S 16844 16844 15200 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 28 0 105673495 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267875202176 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16859] ppid=16844 vsize=26538700 memory=-8312670058677691234 CPUtime=0 cores=0-7
/proc/16846/task/16859/stat : 16859 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267874150480 140268482140059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16860] ppid=16844 vsize=26538700 memory=1380 CPUtime=4.79 cores=0-7
/proc/16846/task/16860/stat : 16860 (java) S 16844 16844 15200 0 -1 1077944384 33037 0 0 0 473 6 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267873098352 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16861] ppid=16844 vsize=26538700 memory=11911412 CPUtime=3.9 cores=0-7
/proc/16846/task/16861/stat : 16861 (java) S 16844 16844 15200 0 -1 1077944384 21244 0 0 0 386 4 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267872045552 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16862] ppid=16844 vsize=26538700 memory=1380 CPUtime=3.48 cores=0-7
/proc/16846/task/16862/stat : 16862 (java) S 16844 16844 15200 0 -1 1077944384 16252 0 0 0 345 3 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267870993264 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16863] ppid=16844 vsize=26538700 memory=1380 CPUtime=1.08 cores=0-7
/proc/16846/task/16863/stat : 16863 (java) S 16844 16844 15200 0 -1 1077944384 21626 0 0 0 104 4 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267869940464 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16864] ppid=16844 vsize=26538700 memory=11911412 CPUtime=0 cores=0-7
/proc/16846/task/16864/stat : 16864 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267868887392 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16865] ppid=16844 vsize=26538700 memory=1380 CPUtime=1.42 cores=0-7
/proc/16846/task/16865/stat : 16865 (java) S 16844 16844 15200 0 -1 1077944384 4571 0 0 0 66 76 0 0 20 0 28 0 105673497 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267867834672 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16897] ppid=16844 vsize=26538700 memory=11911412 CPUtime=31.07 cores=0-7
/proc/16846/task/16897/stat : 16897 (java) S 16844 16844 15200 0 -1 1077944384 4882 0 0 0 3092 15 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267862421296 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16898] ppid=16844 vsize=26538700 memory=6791534058613427641 CPUtime=30.65 cores=0-7
/proc/16846/task/16898/stat : 16898 (java) S 16844 16844 15200 0 -1 1077944384 1796 0 0 0 3049 16 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267652883408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16899] ppid=16844 vsize=26538700 memory=288230583166042425 CPUtime=30.87 cores=0-7
/proc/16846/task/16899/stat : 16899 (java) S 16844 16844 15200 0 -1 1077944384 4586 0 0 0 3068 19 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267656041808 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16900] ppid=16844 vsize=26538700 memory=10928 CPUtime=30.84 cores=0-7
/proc/16846/task/16900/stat : 16900 (java) S 16844 16844 15200 0 -1 1077944384 3155 0 0 0 3062 22 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267653936336 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16901] ppid=16844 vsize=26538700 memory=796 CPUtime=1693.33 cores=0-7
/proc/16846/task/16901/stat : 16901 (java) R 16844 16844 15200 0 -1 4202560 99557 0 0 0 169294 39 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267654986176 140268082720915 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16902] ppid=16844 vsize=26538700 memory=1424 CPUtime=30.76 cores=0-7
/proc/16846/task/16902/stat : 16902 (java) S 16844 16844 15200 0 -1 1077944384 1797 0 0 0 3059 17 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267651831248 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16903] ppid=16844 vsize=26538700 memory=1380 CPUtime=31 cores=0-7
/proc/16846/task/16903/stat : 16903 (java) S 16844 16844 15200 0 -1 1077944384 2473 0 0 0 3085 15 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267657093968 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16904] ppid=16844 vsize=26538700 memory=4132 CPUtime=31.06 cores=0-7
/proc/16846/task/16904/stat : 16904 (java) S 16844 16844 15200 0 -1 1077944384 2263 0 0 0 3093 13 0 0 20 0 28 0 105753953 27175628800 2977853 33554432000 4194304 4196468 140724504045040 140267650777808 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
Current children cumulated CPU time: 3642.12 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 11912792 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.00 1.01 1.13 2/207 16943
/proc/meminfo: memFree=19717260/32770624 swapFree=67108860/67108860
[pid=16844] ppid=16841 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16844/stat : 16844 (xcsp3-exec) S 16841 16844 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105673491 9740288 345 33554432000 4194304 5098028 140733101497632 140733101495736 140011735171708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33292288 140733101499494 140733101499703 140733101499703 140733101502443 0
/proc/16844/statm: 2378 345 289 221 0 87 0
[pid=16846] ppid=16844 vsize=26538700 memory=11817548 CPUtime=3660.28 cores=0-7
/proc/16846/stat : 16846 (java) S 16844 16844 15200 0 -1 1077944320 1435112 0 0 0 362931 3097 0 0 20 0 28 0 105673491 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140724504027584 140268482121463 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
/proc/16846/statm: 6634675 2954387 3301 1 0 6621909 0
[pid=16846/tid=16847] ppid=16844 vsize=26538700 memory=1788 CPUtime=10.6 cores=0-7
/proc/16846/task/16847/stat : 16847 (java) S 16844 16844 15200 0 -1 1077944384 13717 0 0 0 1044 16 0 0 20 0 28 0 105673492 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268486362240 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16848] ppid=16844 vsize=26538700 memory=4872558044660077418 CPUtime=56.53 cores=0-7
/proc/16846/task/16848/stat : 16848 (java) S 16844 16844 15200 0 -1 1077944384 117285 0 0 0 5345 308 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268404701584 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 121 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16849] ppid=16844 vsize=26538700 memory=11817548 CPUtime=56.13 cores=0-7
/proc/16846/task/16849/stat : 16849 (java) S 16844 16844 15200 0 -1 1077944384 122634 0 0 0 5323 290 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268403648784 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 110 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16850] ppid=16844 vsize=26538700 memory=1296 CPUtime=55.98 cores=0-7
/proc/16846/task/16850/stat : 16850 (java) S 16844 16844 15200 0 -1 1077944384 124779 0 0 0 5305 293 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268402596496 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 119 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16851] ppid=16844 vsize=26538700 memory=2408 CPUtime=56.14 cores=0-7
/proc/16846/task/16851/stat : 16851 (java) S 16844 16844 15200 0 -1 1077944384 116728 0 0 0 5329 285 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268401543696 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 109 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16852] ppid=16844 vsize=26538700 memory=1728 CPUtime=56.64 cores=0-7
/proc/16846/task/16852/stat : 16852 (java) S 16844 16844 15200 0 -1 1077944384 115309 0 0 0 5374 290 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268400491408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 113 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16853] ppid=16844 vsize=26538700 memory=1720 CPUtime=56.14 cores=0-7
/proc/16846/task/16853/stat : 16853 (java) S 16844 16844 15200 0 -1 1077944384 116957 0 0 0 5307 307 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268399438608 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 110 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16854] ppid=16844 vsize=26538700 memory=1008 CPUtime=56.15 cores=0-7
/proc/16846/task/16854/stat : 16854 (java) S 16844 16844 15200 0 -1 1077944384 123492 0 0 0 5348 267 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268033563792 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 119 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16855] ppid=16844 vsize=26538700 memory=1928 CPUtime=56.4 cores=0-7
/proc/16846/task/16855/stat : 16855 (java) S 16844 16844 15200 0 -1 1077944384 126245 0 0 0 5338 302 0 0 20 0 28 0 105673493 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140268032510992 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 115 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16856] ppid=16844 vsize=26538700 memory=1200 CPUtime=11.31 cores=0-7
/proc/16846/task/16856/stat : 16856 (java) S 16844 16844 15200 0 -1 1077944384 59484 0 0 0 1079 52 0 0 20 0 28 0 105673494 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267877308528 140268482132610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16857] ppid=16844 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/16846/task/16857/stat : 16857 (java) S 16844 16844 15200 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 28 0 105673494 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267876254560 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16858] ppid=16844 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/16846/task/16858/stat : 16858 (java) S 16844 16844 15200 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 28 0 105673495 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267875202176 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16859] ppid=16844 vsize=26538700 memory=11817548 CPUtime=0 cores=0-7
/proc/16846/task/16859/stat : 16859 (java) S 16844 16844 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267874150480 140268482140059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16860] ppid=16844 vsize=26538700 memory=1008 CPUtime=4.79 cores=0-7
/proc/16846/task/16860/stat : 16860 (java) S 16844 16844 15200 0 -1 1077944384 33037 0 0 0 473 6 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267873098352 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16861] ppid=16844 vsize=26538700 memory=1928 CPUtime=3.9 cores=0-7
/proc/16846/task/16861/stat : 16861 (java) S 16844 16844 15200 0 -1 1077944384 21244 0 0 0 386 4 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267872045552 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16862] ppid=16844 vsize=26538700 memory=1200 CPUtime=3.48 cores=0-7
/proc/16846/task/16862/stat : 16862 (java) S 16844 16844 15200 0 -1 1077944384 16252 0 0 0 345 3 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267870993264 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16863] ppid=16844 vsize=26538700 memory=8564 CPUtime=1.08 cores=0-7
/proc/16846/task/16863/stat : 16863 (java) S 16844 16844 15200 0 -1 1077944384 21626 0 0 0 104 4 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267869940464 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16864] ppid=16844 vsize=26538700 memory=5664 CPUtime=0 cores=0-7
/proc/16846/task/16864/stat : 16864 (java) S 16844 16844 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267868887392 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16865] ppid=16844 vsize=26538700 memory=4616 CPUtime=1.43 cores=0-7
/proc/16846/task/16865/stat : 16865 (java) S 16844 16844 15200 0 -1 1077944384 4607 0 0 0 66 77 0 0 20 0 28 0 105673497 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267867834672 140268482132610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16897] ppid=16844 vsize=26538700 memory=1228 CPUtime=31.07 cores=0-7
/proc/16846/task/16897/stat : 16897 (java) S 16844 16844 15200 0 -1 1077944384 4882 0 0 0 3092 15 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267862421296 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16898] ppid=16844 vsize=26538700 memory=1296 CPUtime=30.65 cores=0-7
/proc/16846/task/16898/stat : 16898 (java) S 16844 16844 15200 0 -1 1077944384 1796 0 0 0 3049 16 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267652883408 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16899] ppid=16844 vsize=26538700 memory=2408 CPUtime=30.87 cores=0-7
/proc/16846/task/16899/stat : 16899 (java) S 16844 16844 15200 0 -1 1077944384 4586 0 0 0 3068 19 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267656041808 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16900] ppid=16844 vsize=26538700 memory=1728 CPUtime=30.84 cores=0-7
/proc/16846/task/16900/stat : 16900 (java) S 16844 16844 15200 0 -1 1077944384 3155 0 0 0 3062 22 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267653936336 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16901] ppid=16844 vsize=26538700 memory=1720 CPUtime=1710.93 cores=0-7
/proc/16846/task/16901/stat : 16901 (java) R 16844 16844 15200 0 -1 4202560 100525 0 0 0 171054 39 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267654986176 140268085548710 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16902] ppid=16844 vsize=26538700 memory=1008 CPUtime=30.76 cores=0-7
/proc/16846/task/16902/stat : 16902 (java) S 16844 16844 15200 0 -1 1077944384 1797 0 0 0 3059 17 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267651831248 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16903] ppid=16844 vsize=26538700 memory=1928 CPUtime=31 cores=0-7
/proc/16846/task/16903/stat : 16903 (java) S 16844 16844 15200 0 -1 1077944384 2473 0 0 0 3085 15 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267657093968 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
[pid=16846/tid=16904] ppid=16844 vsize=26538700 memory=1380 CPUtime=31.06 cores=0-7
/proc/16846/task/16904/stat : 16904 (java) S 16844 16844 15200 0 -1 1077944384 2263 0 0 0 3093 13 0 0 20 0 28 0 105753953 27175628800 2954387 33554432000 4194304 4196468 140724504045040 140267650777808 140268482131669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13733888 140724504052882 140724504053059 140724504053059 140724504055759 0
Current children cumulated CPU time: 3660.28 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 11818928 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.02 s]
# the end of solver process 16844 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000978 s, system=0.000978 s

[startup+2520.07 s]
# the end of solver process 16846 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3629.32 s, system=31.0297 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.07
CPU time (s): 3660.35
CPU user time (s): 3629.32
CPU system time (s): 31.0297
CPU usage (%): 145.248
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 13520332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3629.32
system time used= 31.0297
maximum resident set size= 13518952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1436412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99790
involuntary context switches= 28858


# summary of solver processes directly reported to runsolver:
#   pid: 16844,16846
#   total CPU time (s): 3660.35
#   total CPU user time (s): 3629.32
#   total CPU system time (s): 31.0297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.286 second user time and 25.4184 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-14 17:36:39
IDJOB=4270571
IDBENCH=126242
IDSOLVER=2662
FILE ID=node115/4270571-1502725858
RUNJOBID= node115-1502714756-15227
PBS_JOBID= 20629030
Free space on /tmp= 61808 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-27-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270571-1502725858/watcher-4270571-1502725858 -o /tmp/evaluation-result-4270571-1502725858/solver-4270571-1502725858 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502714756-15227 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 97165261 HOME/instance-4270571-1502725858.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=97165261

node115.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.69
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.69
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.69
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.69
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:        31546020 kB
MemAvailable:   31981648 kB
Buffers:          162948 kB
Cached:           558552 kB
SwapCached:            0 kB
Active:           539372 kB
Inactive:         237844 kB
Active(anon):       4360 kB
Inactive(anon):    79444 kB
Active(file):     535012 kB
Inactive(file):   158400 kB
Unevictable:        6164 kB
Mlocked:            6164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10200 kB
Writeback:             4 kB
AnonPages:         62252 kB
Mapped:            44792 kB
Shmem:             25224 kB
Slab:             142272 kB
SReclaimable:     116104 kB
SUnreclaim:        26168 kB
KernelStack:        3152 kB
PageTables:         4692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61800 MiB
End job on node115 at 2017-08-14 18:18:39