Trace number 4271560

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)821 742.297 252.064

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark713
Best CPU time to get the best result obtained on this benchmark248.217
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271560-1502642814.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271560-1502642814.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.34/0.27	c parse instance...
80.11/16.78	c solve instance...
602.15/170.23	o 821 
742.23/252.01	s SATISFIABLE
742.23/252.01	v <instantiation>
742.23/252.01	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] </list>
742.23/252.01	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 821 </values>
742.23/252.01	v </instantiation>
742.23/252.01	c Unexpected resolution interruption!

Verifier Data

OK	821

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271560-1502642814/watcher-4271560-1502642814 -o /tmp/evaluation-result-4271560-1502642814/solver-4271560-1502642814 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1767071158 HOME/instance-4271560-1502642814.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=22458, runsolver pid=22455

[startup+0.100158 s]*
/proc/loadavg: 1.80 5.14 6.24 2/200 22479
/proc/meminfo: memFree=26490996/32770624 swapFree=67108860/67108860
[pid=22458] ppid=22455 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22458/stat : 22458 (xcsp3-exec) S 22455 22458 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97353057 9740288 346 33554432000 4194304 5098028 140724229285808 140724229283912 139853390119548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12902400 140724229289066 140724229289276 140724229289276 140724229292011 0
/proc/22458/statm: 2378 346 289 221 0 87 0
[pid=22460] ppid=22458 vsize=25999808 memory=27068 CPUtime=0.12 cores=0-7
/proc/22460/stat : 22460 (java) S 22458 22458 6764 0 -1 1077944320 5631 0 0 0 11 1 0 0 20 0 20 0 97353057 26623803392 6767 33554432000 4194304 4196468 140722302558112 140722302540656 139939626475255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
/proc/22460/statm: 6499952 6767 2881 1 0 6488269 0
[pid=22460/tid=22461] ppid=22458 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22460/task/22461/stat : 22461 (java) R 22458 22458 6764 0 -1 4202560 3646 0 0 0 9 0 0 0 20 0 20 0 97353058 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939630708528 139939626487190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22462] ppid=22458 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22460/task/22462/stat : 22462 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939579095696 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22463] ppid=22458 vsize=25999808 memory=140541574530688 CPUtime=0 cores=0-7
/proc/22460/task/22463/stat : 22463 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939578042896 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22464] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22464/stat : 22464 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939576990096 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22465] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22465/stat : 22465 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939575937296 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22466] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22466/stat : 22466 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939574885520 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22467] ppid=22458 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22467/stat : 22467 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939573832720 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22468] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22468/stat : 22468 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939572779920 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22469] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22469/stat : 22469 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26623803392 6767 33554432000 4194304 4196468 140722302558112 139939571727120 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22470] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22470/stat : 22470 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353060 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937831623024 139939626486402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22471] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22471/stat : 22471 (java) S 22458 22458 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97353060 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937830568992 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22472] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22472/stat : 22472 (java) S 22458 22458 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97353061 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937829516144 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22473] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22473/stat : 22473 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353063 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937828464464 139939626493851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22474] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22474/stat : 22474 (java) R 22458 22458 6764 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 97353063 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937827412848 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22475] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22475/stat : 22475 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353063 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937826360048 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22476] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22476/stat : 22476 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353063 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937825307248 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22477] ppid=22458 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/22460/task/22477/stat : 22477 (java) R 22458 22458 6764 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 20 0 97353063 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937824254448 139939626487190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22478] ppid=22458 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22478/stat : 22478 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353063 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937823201888 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22479] ppid=22458 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22479/stat : 22479 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353064 26623803392 6767 33554432000 4194304 4196468 140722302558112 139937822149168 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28452 KiB

[startup+0.215757 s]*
/proc/loadavg: 1.80 5.14 6.24 2/200 22479
/proc/meminfo: memFree=26480680/32770624 swapFree=67108860/67108860
[pid=22458] ppid=22455 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22458/stat : 22458 (xcsp3-exec) S 22455 22458 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97353057 9740288 346 33554432000 4194304 5098028 140724229285808 140724229283912 139853390119548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12902400 140724229289066 140724229289276 140724229289276 140724229292011 0
/proc/22458/statm: 2378 346 289 221 0 87 0
[pid=22460] ppid=22458 vsize=26004096 memory=39052 CPUtime=0.34 cores=0-7
/proc/22460/stat : 22460 (java) S 22458 22458 6764 0 -1 1077944320 8394 0 0 0 32 2 0 0 20 0 20 0 97353057 26628194304 9763 33554432000 4194304 4196468 140722302558112 140722302540656 139939626475255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
/proc/22460/statm: 6501024 9763 3064 1 0 6488277 0
[pid=22460/tid=22461] ppid=22458 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/22460/task/22461/stat : 22461 (java) D 22458 22458 6764 0 -1 1077944384 5537 0 0 0 19 1 0 0 20 0 20 0 97353058 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939630677408 139939619154477 0 4 0 16800975 18446744072101613092 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22462] ppid=22458 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/22460/task/22462/stat : 22462 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939579095696 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22463] ppid=22458 vsize=26004064 memory=140541574931396 CPUtime=0 cores=0-7
/proc/22460/task/22463/stat : 22463 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939578042896 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22464] ppid=22458 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22464/stat : 22464 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628194304 9763 33554432000 4194304 4196468 140722302558112 139939576990096 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22465] ppid=22458 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22465/stat : 22465 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628194304 9763 33554432000 4194304 4196468 140722302558112 139939575937296 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22466] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22466/stat : 22466 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939574885520 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22467] ppid=22458 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22467/stat : 22467 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939573832720 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22468] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22468/stat : 22468 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939572779920 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22469] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22469/stat : 22469 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 9763 33554432000 4194304 4196468 140722302558112 139939571727120 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22470] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22470/stat : 22470 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353060 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937831623024 139939626486402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22471] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22471/stat : 22471 (java) S 22458 22458 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97353060 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937830568992 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22472] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22472/stat : 22472 (java) S 22458 22458 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97353061 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937829516144 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22473] ppid=22458 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22473/stat : 22473 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353063 26628194304 9763 33554432000 4194304 4196468 140722302558112 139937828464464 139939626493851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22474] ppid=22458 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/22460/task/22474/stat : 22474 (java) S 22458 22458 6764 0 -1 1077944384 555 0 0 0 1 0 0 0 20 0 20 0 97353063 26628194304 9763 33554432000 4194304 4196468 140722302558112 139937827412848 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22475] ppid=22458 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/22460/task/22475/stat : 22475 (java) S 22458 22458 6764 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 20 0 97353063 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937826360048 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22476] ppid=22458 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22476/stat : 22476 (java) S 22458 22458 6764 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 97353063 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937825307248 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22477] ppid=22458 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/22460/task/22477/stat : 22477 (java) S 22458 22458 6764 0 -1 1077944384 720 0 0 0 7 0 0 0 20 0 20 0 97353063 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937824254448 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22478] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22478/stat : 22478 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353063 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937823201888 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22479] ppid=22458 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22479/stat : 22479 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353064 26628161536 9763 33554432000 4194304 4196468 140722302558112 139937822149168 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013608 KiB
Current children cumulated memory: 40436 KiB

[startup+0.310479 s]*
/proc/loadavg: 1.80 5.14 6.24 4/200 22479
/proc/meminfo: memFree=26476028/32770624 swapFree=67108860/67108860
[pid=22458] ppid=22455 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22458/stat : 22458 (xcsp3-exec) S 22455 22458 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97353057 9740288 346 33554432000 4194304 5098028 140724229285808 140724229283912 139853390119548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12902400 140724229289066 140724229289276 140724229289276 140724229292011 0
/proc/22458/statm: 2378 346 289 221 0 87 0
[pid=22460] ppid=22458 vsize=26004064 memory=43632 CPUtime=0.51 cores=0-7
/proc/22460/stat : 22460 (java) S 22458 22458 6764 0 -1 1077944320 9146 0 0 0 48 3 0 0 20 0 20 0 97353057 26628161536 10908 33554432000 4194304 4196468 140722302558112 140722302540656 139939626475255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
/proc/22460/statm: 6501016 10908 3083 1 0 6488269 0
[pid=22460/tid=22461] ppid=22458 vsize=26004064 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/22460/task/22461/stat : 22461 (java) R 22458 22458 6764 0 -1 4202560 6105 0 0 0 28 2 0 0 20 0 20 0 97353058 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939630712912 139939245303306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22462] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22462/stat : 22462 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939579095696 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22463] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22463/stat : 22463 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939578042896 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22464] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22464/stat : 22464 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939576990096 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22465] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22465/stat : 22465 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939575937296 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22466] ppid=22458 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/22460/task/22466/stat : 22466 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939574885520 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22467] ppid=22458 vsize=26004064 memory=140541463458735 CPUtime=0 cores=0-7
/proc/22460/task/22467/stat : 22467 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939573832720 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22468] ppid=22458 vsize=26004064 memory=140541463461040 CPUtime=0 cores=0-7
/proc/22460/task/22468/stat : 22468 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939572779920 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22469] ppid=22458 vsize=26004064 memory=140541463463344 CPUtime=0 cores=0-7
/proc/22460/task/22469/stat : 22469 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628161536 10908 33554432000 4194304 4196468 140722302558112 139939571727120 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22470] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22470/stat : 22470 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353060 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937831623024 139939626486402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22471] ppid=22458 vsize=26004064 memory=281082926933648 CPUtime=0 cores=0-7
/proc/22460/task/22471/stat : 22471 (java) S 22458 22458 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97353060 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937830568992 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22472] ppid=22458 vsize=26004064 memory=281082926940560 CPUtime=0 cores=0-7
/proc/22460/task/22472/stat : 22472 (java) S 22458 22458 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97353061 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937829516144 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22473] ppid=22458 vsize=26004064 memory=281082926881840 CPUtime=0 cores=0-7
/proc/22460/task/22473/stat : 22473 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353063 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937828464464 139939626493851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22474] ppid=22458 vsize=26004064 memory=281082926954384 CPUtime=0.02 cores=0-7
/proc/22460/task/22474/stat : 22474 (java) S 22458 22458 6764 0 -1 1077944384 590 0 0 0 2 0 0 0 20 0 20 0 97353063 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937827412848 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22475] ppid=22458 vsize=26004064 memory=281082926961296 CPUtime=0.02 cores=0-7
/proc/22460/task/22475/stat : 22475 (java) S 22458 22458 6764 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 20 0 97353063 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937826360048 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22476] ppid=22458 vsize=26004064 memory=281082926958992 CPUtime=0.02 cores=0-7
/proc/22460/task/22476/stat : 22476 (java) S 22458 22458 6764 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 20 0 97353063 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937825307248 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22477] ppid=22458 vsize=26004064 memory=281082926975152 CPUtime=0.12 cores=0-7
/proc/22460/task/22477/stat : 22477 (java) R 22458 22458 6764 0 -1 4202560 822 0 0 0 12 0 0 0 20 0 20 0 97353063 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937824252112 139939610555742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22478] ppid=22458 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22478/stat : 22478 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353063 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937823201888 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22479] ppid=22458 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22460/task/22479/stat : 22479 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353064 26628161536 10908 33554432000 4194304 4196468 140722302558112 139937822149168 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45016 KiB

[startup+0.701009 s]
/proc/loadavg: 1.80 5.14 6.24 4/200 22479
/proc/meminfo: memFree=26440540/32770624 swapFree=67108860/67108860
[pid=22458] ppid=22455 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22458/stat : 22458 (xcsp3-exec) S 22455 22458 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97353057 9740288 346 33554432000 4194304 5098028 140724229285808 140724229283912 139853390119548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12902400 140724229289066 140724229289276 140724229289276 140724229292011 0
/proc/22458/statm: 2378 346 289 221 0 87 0
[pid=22460] ppid=22458 vsize=26004140 memory=144212 CPUtime=1.88 cores=0-7
/proc/22460/stat : 22460 (java) S 22458 22458 6764 0 -1 1077944320 13226 0 0 0 182 6 0 0 20 0 20 0 97353057 26628239360 36053 33554432000 4194304 4196468 140722302558112 140722302540656 139939626475255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
/proc/22460/statm: 6501035 36053 3201 1 0 6488269 0
[pid=22460/tid=22461] ppid=22458 vsize=26004140 memory=281082927333040 CPUtime=0.67 cores=0-7
/proc/22460/task/22461/stat : 22461 (java) R 22458 22458 6764 0 -1 4202560 6433 0 0 0 64 3 0 0 20 0 20 0 97353058 26628239360 36053 33554432000 4194304 4196468 140722302558112 139939630709760 139939248920713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22462] ppid=22458 vsize=26004140 memory=140541463667568 CPUtime=0 cores=0-7
/proc/22460/task/22462/stat : 22462 (java) S 22458 22458 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97353059 26628239360 36053 33554432000 4194304 4196468 140722302558112 139939579095696 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22463] ppid=22458 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22463/stat : 22463 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97353059 26628239360 36053 33554432000 4194304 4196468 140722302558112 139939578042896 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22464] ppid=22458 vsize=26004140 memory=1428 CPUtime=0 cores=0-7
/proc/22460/task/22464/stat : 22464 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97353059 26628239360 36053 33554432000 4194304 4196468 140722302558112 139939576990096 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0

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

[pid=22460/tid=22487] ppid=22458 vsize=26538700 memory=7493236 CPUtime=32.06 cores=0-7
/proc/22460/task/22487/stat : 22487 (java) S 22458 22458 6764 0 -1 1077944384 5203 0 0 0 3190 16 0 0 20 0 28 0 97354758 27175628800 1873309 33554432000 4194304 4196468 140722302558112 139937202373584 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
Current children cumulated CPU time: 594.24 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 7494620 KiB

[startup+222.301 s]
/proc/loadavg: 1.65 3.74 5.48 2/207 22495
/proc/meminfo: memFree=18017400/32770624 swapFree=67108860/67108860
[pid=22458] ppid=22455 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22458/stat : 22458 (xcsp3-exec) S 22455 22458 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97353057 9740288 346 33554432000 4194304 5098028 140724229285808 140724229283912 139853390119548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12902400 140724229289066 140724229289276 140724229289276 140724229292011 0
/proc/22458/statm: 2378 346 289 221 0 87 0
[pid=22460] ppid=22458 vsize=26538700 memory=8485180 CPUtime=707.54 cores=0-7
/proc/22460/stat : 22460 (java) S 22458 22458 6764 0 -1 1077944320 521538 0 0 0 68887 1867 0 0 20 0 28 0 97353057 27175628800 2121295 33554432000 4194304 4196468 140722302558112 140722302540656 139939626475255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
/proc/22460/statm: 6634675 2121295 3298 1 0 6621909 0
[pid=22460/tid=22461] ppid=22458 vsize=26538700 memory=8485180 CPUtime=7.87 cores=0-7
/proc/22460/task/22461/stat : 22461 (java) S 22458 22458 6764 0 -1 1077944384 11207 0 0 0 771 16 0 0 20 0 28 0 97353058 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939630716032 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22462] ppid=22458 vsize=26538700 memory=8485180 CPUtime=22.55 cores=0-7
/proc/22460/task/22462/stat : 22462 (java) S 22458 22458 6764 0 -1 1077944384 26457 0 0 0 2076 179 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939579095696 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22463] ppid=22458 vsize=26538700 memory=8485180 CPUtime=22.33 cores=0-7
/proc/22460/task/22463/stat : 22463 (java) S 22458 22458 6764 0 -1 1077944384 17975 0 0 0 2058 175 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939578042896 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22464] ppid=22458 vsize=26538700 memory=8485180 CPUtime=22.4 cores=0-7
/proc/22460/task/22464/stat : 22464 (java) S 22458 22458 6764 0 -1 1077944384 23263 0 0 0 2041 199 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939576990096 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22465] ppid=22458 vsize=26538700 memory=1384 CPUtime=22.35 cores=0-7
/proc/22460/task/22465/stat : 22465 (java) S 22458 22458 6764 0 -1 1077944384 16935 0 0 0 2053 182 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939575937296 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22466] ppid=22458 vsize=26538700 memory=1384 CPUtime=22.36 cores=0-7
/proc/22460/task/22466/stat : 22466 (java) S 22458 22458 6764 0 -1 1077944384 19749 0 0 0 2061 175 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939574885520 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22467] ppid=22458 vsize=26538700 memory=6791534058613427641 CPUtime=22.28 cores=0-7
/proc/22460/task/22467/stat : 22467 (java) S 22458 22458 6764 0 -1 1077944384 15343 0 0 0 2051 177 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939573832720 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22468] ppid=22458 vsize=26538700 memory=1576 CPUtime=22.37 cores=0-7
/proc/22460/task/22468/stat : 22468 (java) S 22458 22458 6764 0 -1 1077944384 19210 0 0 0 2036 201 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939572779920 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22469] ppid=22458 vsize=26538700 memory=2185 CPUtime=22.3 cores=0-7
/proc/22460/task/22469/stat : 22469 (java) S 22458 22458 6764 0 -1 1077944384 27460 0 0 0 2053 177 0 0 20 0 28 0 97353059 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139939571727120 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22470] ppid=22458 vsize=26538700 memory=2177 CPUtime=4.52 cores=0-7
/proc/22460/task/22470/stat : 22470 (java) S 22458 22458 6764 0 -1 1077944384 24712 0 0 0 425 27 0 0 20 0 28 0 97353060 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937831623024 139939626486402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22471] ppid=22458 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22460/task/22471/stat : 22471 (java) S 22458 22458 6764 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 28 0 97353060 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937830569056 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22472] ppid=22458 vsize=26538700 memory=4100 CPUtime=0 cores=0-7
/proc/22460/task/22472/stat : 22472 (java) S 22458 22458 6764 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 97353061 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937829516160 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22473] ppid=22458 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/22460/task/22473/stat : 22473 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97353063 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937828464464 139939626493851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22474] ppid=22458 vsize=26538700 memory=796 CPUtime=3.35 cores=0-7
/proc/22460/task/22474/stat : 22474 (java) S 22458 22458 6764 0 -1 1077944384 13972 0 0 0 333 2 0 0 20 0 28 0 97353063 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937827412848 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22475] ppid=22458 vsize=26538700 memory=1384 CPUtime=2.89 cores=0-7
/proc/22460/task/22475/stat : 22475 (java) S 22458 22458 6764 0 -1 1077944384 17360 0 0 0 285 4 0 0 20 0 28 0 97353063 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937826360048 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22476] ppid=22458 vsize=26538700 memory=8292412 CPUtime=3.3 cores=0-7
/proc/22460/task/22476/stat : 22476 (java) S 22458 22458 6764 0 -1 1077944384 13683 0 0 0 327 3 0 0 20 0 28 0 97353063 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937825307248 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22477] ppid=22458 vsize=26538700 memory=8292412 CPUtime=1.04 cores=0-7
/proc/22460/task/22477/stat : 22477 (java) S 22458 22458 6764 0 -1 1077944384 18804 0 0 0 100 4 0 0 20 0 28 0 97353063 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937824254448 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22478] ppid=22458 vsize=26538700 memory=27908 CPUtime=0 cores=0-7
/proc/22460/task/22478/stat : 22478 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97353063 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937823201888 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22479] ppid=22458 vsize=26538700 memory=12032 CPUtime=0.1 cores=0-7
/proc/22460/task/22479/stat : 22479 (java) S 22458 22458 6764 0 -1 1077944384 2153 0 0 0 5 5 0 0 20 0 28 0 97353064 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937822149168 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22488] ppid=22458 vsize=26538700 memory=1708 CPUtime=2.38 cores=0-7
/proc/22460/task/22488/stat : 22488 (java) S 22458 22458 6764 0 -1 1077944384 23947 0 0 0 235 3 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937206582832 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22489] ppid=22458 vsize=26538700 memory=1012 CPUtime=2.03 cores=0-7
/proc/22460/task/22489/stat : 22489 (java) S 22458 22458 6764 0 -1 1077944384 550 0 0 0 196 7 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937203426000 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22490] ppid=22458 vsize=26538700 memory=8485180 CPUtime=2.27 cores=0-7
/proc/22460/task/22490/stat : 22490 (java) S 22458 22458 6764 0 -1 1077944384 1115 0 0 0 226 1 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937208690256 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22491] ppid=22458 vsize=26538700 memory=288230574492221466 CPUtime=2.29 cores=0-7
/proc/22460/task/22491/stat : 22491 (java) S 22458 22458 6764 0 -1 1077944384 10483 0 0 0 229 0 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937820599760 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22492] ppid=22458 vsize=26538700 memory=288230621803970871 CPUtime=50.65 cores=0-7
/proc/22460/task/22492/stat : 22492 (java) R 22458 22458 6764 0 -1 4202560 18289 0 0 0 5030 35 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937205528000 139939248418015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22493] ppid=22458 vsize=26538700 memory=14691881367898539 CPUtime=2.28 cores=0-7
/proc/22460/task/22493/stat : 22493 (java) S 22458 22458 6764 0 -1 1077944384 575 0 0 0 227 1 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937207637200 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22494] ppid=22458 vsize=26538700 memory=1792 CPUtime=2.17 cores=0-7
/proc/22460/task/22494/stat : 22494 (java) S 22458 22458 6764 0 -1 1077944384 747 0 0 0 216 1 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937202373712 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22495] ppid=22458 vsize=26538700 memory=640 CPUtime=30.12 cores=0-7
/proc/22460/task/22495/stat : 22495 (java) S 22458 22458 6764 0 -1 1077944384 1906 0 0 0 3002 10 0 0 20 0 28 0 97370081 27175628800 2121295 33554432000 4194304 4196468 140722302558112 139937204478928 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
Current children cumulated CPU time: 707.54 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8486564 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 1.40 3.48 5.34 2/207 22495
/proc/meminfo: memFree=17922680/32770624 swapFree=67108860/67108860
[pid=22458] ppid=22455 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22458/stat : 22458 (xcsp3-exec) S 22455 22458 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97353057 9740288 346 33554432000 4194304 5098028 140724229285808 140724229283912 139853390119548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12902400 140724229289066 140724229289276 140724229289276 140724229292011 0
/proc/22458/statm: 2378 346 289 221 0 87 0
[pid=22460] ppid=22458 vsize=26538700 memory=8580128 CPUtime=742.23 cores=0-7
/proc/22460/stat : 22460 (java) S 22458 22458 6764 0 -1 1077944320 539657 0 0 0 72324 1899 0 0 20 0 28 0 97353057 27175628800 2145032 33554432000 4194304 4196468 140722302558112 140722302540656 139939626475255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
/proc/22460/statm: 6634675 2145032 3298 1 0 6621909 0
[pid=22460/tid=22461] ppid=22458 vsize=26538700 memory=6791534058613427641 CPUtime=7.87 cores=0-7
/proc/22460/task/22461/stat : 22461 (java) S 22458 22458 6764 0 -1 1077944384 11207 0 0 0 771 16 0 0 20 0 28 0 97353058 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939630716032 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22462] ppid=22458 vsize=26538700 memory=4872558044660077418 CPUtime=23.26 cores=0-7
/proc/22460/task/22462/stat : 22462 (java) S 22458 22458 6764 0 -1 1077944384 28496 0 0 0 2144 182 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939579095696 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22463] ppid=22458 vsize=26538700 memory=15876 CPUtime=23.03 cores=0-7
/proc/22460/task/22463/stat : 22463 (java) S 22458 22458 6764 0 -1 1077944384 21201 0 0 0 2124 179 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939578042896 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22464] ppid=22458 vsize=26538700 memory=15780 CPUtime=23.1 cores=0-7
/proc/22460/task/22464/stat : 22464 (java) S 22458 22458 6764 0 -1 1077944384 25163 0 0 0 2107 203 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939576990096 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22465] ppid=22458 vsize=26538700 memory=281082928371776 CPUtime=23.06 cores=0-7
/proc/22460/task/22465/stat : 22465 (java) S 22458 22458 6764 0 -1 1077944384 18439 0 0 0 2123 183 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939575937296 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22466] ppid=22458 vsize=26538700 memory=4040 CPUtime=23.05 cores=0-7
/proc/22460/task/22466/stat : 22466 (java) S 22458 22458 6764 0 -1 1077944384 20582 0 0 0 2127 178 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939574885520 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22467] ppid=22458 vsize=26538700 memory=6791534058613427641 CPUtime=23 cores=0-7
/proc/22460/task/22467/stat : 22467 (java) S 22458 22458 6764 0 -1 1077944384 17032 0 0 0 2119 181 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939573832720 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22468] ppid=22458 vsize=26538700 memory=1384 CPUtime=23.1 cores=0-7
/proc/22460/task/22468/stat : 22468 (java) S 22458 22458 6764 0 -1 1077944384 21227 0 0 0 2102 208 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939572779920 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22469] ppid=22458 vsize=26538700 memory=8580128 CPUtime=23.02 cores=0-7
/proc/22460/task/22469/stat : 22469 (java) S 22458 22458 6764 0 -1 1077944384 28836 0 0 0 2123 179 0 0 20 0 28 0 97353059 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139939571727120 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22470] ppid=22458 vsize=26538700 memory=928 CPUtime=4.52 cores=0-7
/proc/22460/task/22470/stat : 22470 (java) S 22458 22458 6764 0 -1 1077944384 25094 0 0 0 425 27 0 0 20 0 28 0 97353060 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937831623024 139939626486402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22471] ppid=22458 vsize=26538700 memory=2240 CPUtime=0 cores=0-7
/proc/22460/task/22471/stat : 22471 (java) S 22458 22458 6764 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 28 0 97353060 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937830569056 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22472] ppid=22458 vsize=26538700 memory=4128 CPUtime=0 cores=0-7
/proc/22460/task/22472/stat : 22472 (java) S 22458 22458 6764 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 28 0 97353061 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937829516160 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22473] ppid=22458 vsize=26538700 memory=2200 CPUtime=0 cores=0-7
/proc/22460/task/22473/stat : 22473 (java) S 22458 22458 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97353063 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937828464464 139939626493851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22474] ppid=22458 vsize=26538700 memory=6508 CPUtime=3.35 cores=0-7
/proc/22460/task/22474/stat : 22474 (java) S 22458 22458 6764 0 -1 1077944384 13975 0 0 0 333 2 0 0 20 0 28 0 97353063 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937827412848 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22475] ppid=22458 vsize=26538700 memory=840 CPUtime=2.89 cores=0-7
/proc/22460/task/22475/stat : 22475 (java) S 22458 22458 6764 0 -1 1077944384 17364 0 0 0 285 4 0 0 20 0 28 0 97353063 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937826360048 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22476] ppid=22458 vsize=26538700 memory=1692 CPUtime=3.3 cores=0-7
/proc/22460/task/22476/stat : 22476 (java) S 22458 22458 6764 0 -1 1077944384 13686 0 0 0 327 3 0 0 20 0 28 0 97353063 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937825307248 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22477] ppid=22458 vsize=26538700 memory=0 CPUtime=1.04 cores=0-7
/proc/22460/task/22477/stat : 22477 (java) S 22458 22458 6764 0 -1 1077944384 18812 0 0 0 100 4 0 0 20 0 28 0 97353063 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937824254448 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22478] ppid=22458 vsize=26538700 memory=9047017150487036571 CPUtime=0 cores=0-7
/proc/22460/task/22478/stat : 22478 (java) S 22458 22458 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97353063 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937823201888 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22479] ppid=22458 vsize=26538700 memory=6791534058613427641 CPUtime=0.12 cores=0-7
/proc/22460/task/22479/stat : 22479 (java) S 22458 22458 6764 0 -1 1077944384 2191 0 0 0 5 7 0 0 20 0 28 0 97353064 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937822149168 139939626486402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22488] ppid=22458 vsize=26538700 memory=2240 CPUtime=2.38 cores=0-7
/proc/22460/task/22488/stat : 22488 (java) S 22458 22458 6764 0 -1 1077944384 23947 0 0 0 235 3 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937206582832 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22489] ppid=22458 vsize=26538700 memory=4128 CPUtime=2.03 cores=0-7
/proc/22460/task/22489/stat : 22489 (java) S 22458 22458 6764 0 -1 1077944384 550 0 0 0 196 7 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937203426000 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22490] ppid=22458 vsize=26538700 memory=2200 CPUtime=2.27 cores=0-7
/proc/22460/task/22490/stat : 22490 (java) S 22458 22458 6764 0 -1 1077944384 1115 0 0 0 226 1 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937208690256 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22491] ppid=22458 vsize=26538700 memory=6508 CPUtime=2.29 cores=0-7
/proc/22460/task/22491/stat : 22491 (java) S 22458 22458 6764 0 -1 1077944384 10483 0 0 0 229 0 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937820599760 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22492] ppid=22458 vsize=26538700 memory=840 CPUtime=79.62 cores=0-7
/proc/22460/task/22492/stat : 22492 (java) R 22458 22458 6764 0 -1 4202560 21386 0 0 0 7926 36 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937205528768 139939254020426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22493] ppid=22458 vsize=26538700 memory=1692 CPUtime=2.28 cores=0-7
/proc/22460/task/22493/stat : 22493 (java) S 22458 22458 6764 0 -1 1077944384 575 0 0 0 227 1 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937207637200 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22494] ppid=22458 vsize=26538700 memory=916 CPUtime=2.17 cores=0-7
/proc/22460/task/22494/stat : 22494 (java) S 22458 22458 6764 0 -1 1077944384 747 0 0 0 216 1 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937202373712 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
[pid=22460/tid=22495] ppid=22458 vsize=26538700 memory=6944 CPUtime=30.12 cores=0-7
/proc/22460/task/22495/stat : 22495 (java) S 22458 22458 6764 0 -1 1077944384 1906 0 0 0 3002 10 0 0 20 0 28 0 97370081 27175628800 2145032 33554432000 4194304 4196468 140722302558112 139937204478928 139939626485461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31039488 140722302559384 140722302559560 140722302559560 140722302562255 0
Current children cumulated CPU time: 742.23 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8581512 KiB

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

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

[startup+252.064 s]
# the end of solver process 22460 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=723.258 s, system=19.0394 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): 252.064
CPU time (s): 742.297
CPU user time (s): 723.258
CPU system time (s): 19.0394
CPU usage (%): 294.488
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 8581512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 723.258
system time used= 19.0394
maximum resident set size= 8580512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20184
involuntary context switches= 8377


# summary of solver processes directly reported to runsolver:
#   pid: 22458,22460
#   total CPU time (s): 742.297
#   total CPU user time (s): 723.258
#   total CPU system time (s): 19.0394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.0469 second user time and 2.90097 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 18:32:36
IDJOB=4271560
IDBENCH=126239
IDSOLVER=2663
FILE ID=node105/4271560-1502642814
RUNJOBID= node105-1502638143-6791
PBS_JOBID= 20628331
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-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-4271560-1502642814/watcher-4271560-1502642814 -o /tmp/evaluation-result-4271560-1502642814/solver-4271560-1502642814 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1767071158 HOME/instance-4271560-1502642814.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=1767071158

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26506824 kB
MemAvailable:   31973404 kB
Buffers:          176372 kB
Cached:          5565432 kB
SwapCached:            0 kB
Active:           722480 kB
Inactive:        5076172 kB
Active(anon):      59736 kB
Inactive(anon):    25060 kB
Active(file):     662744 kB
Inactive(file):  5051112 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9372 kB
Writeback:             0 kB
AnonPages:        193292 kB
Mapped:            43724 kB
Shmem:             25228 kB
Slab:             162936 kB
SReclaimable:     137120 kB
SUnreclaim:        25816 kB
KernelStack:        3536 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-13 18:36:48