Trace number 4254533

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-07-26)SAT (TO)323 365.328 252.03799

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark296
Best CPU time to get the best result obtained on this benchmark250.634
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"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-4254533-1502642672.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4254533-1502642672.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.34/0.27	c parse instance...
18.78/4.38	c solve instance...
87.69/23.34	o 360 
114.04/40.72	o 323 
365.28/252.01	s SATISFIABLE
365.28/252.01	v <instantiation>
365.28/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] </list>
365.28/252.01	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 290 323 </values>
365.28/252.01	v </instantiation>
365.28/252.01	c Unexpected resolution interruption!

Verifier Data

OK	323

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254533-1502642672/watcher-4254533-1502642672 -o /tmp/evaluation-result-4254533-1502642672/solver-4254533-1502642672 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502636397-3850 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 209898154 HOME/instance-4254533-1502642672.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=15106, runsolver pid=15103

[startup+0.100139 s]*
/proc/loadavg: 8.03 8.08 7.52 2/200 15127
/proc/meminfo: memFree=29135060/32770624 swapFree=67108860/67108860
[pid=15106] ppid=15103 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15106/stat : 15106 (xcsp3-exec) S 15103 15106 3823 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97355327 9740288 346 33554432000 4194304 5098028 140725099467120 140725099465224 140484465156732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29167616 140725099471979 140725099472188 140725099472188 140725099474923 0
/proc/15106/statm: 2378 346 289 221 0 87 0
[pid=15108] ppid=15106 vsize=25999808 memory=26316 CPUtime=0.11 cores=0-7
/proc/15108/stat : 15108 (java) S 15106 15106 3823 0 -1 1077944320 5500 0 0 0 10 1 0 0 20 0 20 0 97355327 26623803392 6579 33554432000 4194304 4196468 140736394023744 140736394006288 140342525529847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
/proc/15108/statm: 6499952 6579 2845 1 0 6488269 0
[pid=15108/tid=15109] ppid=15106 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15108/task/15109/stat : 15109 (java) R 15106 15106 3823 0 -1 4202560 3500 0 0 0 8 1 0 0 20 0 20 0 97355327 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342529756384 140342162484352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15110] ppid=15106 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15108/task/15110/stat : 15110 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342083369616 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15111] ppid=15106 vsize=25999808 memory=140093944448640 CPUtime=0 cores=0-7
/proc/15108/task/15111/stat : 15111 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342082316816 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15112] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15112/stat : 15112 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342081264016 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15113] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15113/stat : 15113 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342080211216 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15114] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15114/stat : 15114 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342079159440 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15115] ppid=15106 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15108/task/15115/stat : 15115 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342078106640 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15116] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15116/stat : 15116 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342077053840 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15117] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15117/stat : 15117 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26623803392 6579 33554432000 4194304 4196468 140736394023744 140342076001040 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15118] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15118/stat : 15118 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355330 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341652900208 140342525540994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15119] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15119/stat : 15119 (java) S 15106 15106 3823 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97355330 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341651846176 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15120] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15120/stat : 15120 (java) S 15106 15106 3823 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97355330 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341650793328 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15121] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15121/stat : 15121 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341649741648 140342525548443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15122] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15122/stat : 15122 (java) S 15106 15106 3823 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341648690032 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15123] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15123/stat : 15123 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341647637232 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15124] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15124/stat : 15124 (java) S 15106 15106 3823 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341646584432 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15125] ppid=15106 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15108/task/15125/stat : 15125 (java) R 15106 15106 3823 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341645531632 140342509610334 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15126] ppid=15106 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15126/stat : 15126 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341644479072 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15127] ppid=15106 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15108/task/15127/stat : 15127 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355333 26623803392 6579 33554432000 4194304 4196468 140736394023744 140341643426352 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27700 KiB

[startup+0.209757 s]*
/proc/loadavg: 8.03 8.08 7.52 2/200 15127
/proc/meminfo: memFree=29125208/32770624 swapFree=67108860/67108860
[pid=15106] ppid=15103 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15106/stat : 15106 (xcsp3-exec) S 15103 15106 3823 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97355327 9740288 346 33554432000 4194304 5098028 140725099467120 140725099465224 140484465156732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29167616 140725099471979 140725099472188 140725099472188 140725099474923 0
/proc/15106/statm: 2378 346 289 221 0 87 0
[pid=15108] ppid=15106 vsize=26004064 memory=39172 CPUtime=0.34 cores=0-7
/proc/15108/stat : 15108 (java) S 15106 15106 3823 0 -1 1077944320 8366 0 0 0 31 3 0 0 20 0 20 0 97355327 26628161536 9793 33554432000 4194304 4196468 140736394023744 140736394006288 140342525529847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
/proc/15108/statm: 6501016 9793 3040 1 0 6488269 0
[pid=15108/tid=15109] ppid=15106 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15108/task/15109/stat : 15109 (java) R 15106 15106 3823 0 -1 4202560 5406 0 0 0 18 1 0 0 20 0 20 0 97355327 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342529743824 140342509610334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15110] ppid=15106 vsize=26004064 memory=327 CPUtime=0 cores=0-7
/proc/15108/task/15110/stat : 15110 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342083369616 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15111] ppid=15106 vsize=26004064 memory=3691175555191752352 CPUtime=0 cores=0-7
/proc/15108/task/15111/stat : 15111 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342082316816 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15112] ppid=15106 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15108/task/15112/stat : 15112 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342081264016 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15113] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15113/stat : 15113 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342080211216 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15114] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15114/stat : 15114 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342079159440 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15115] ppid=15106 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15108/task/15115/stat : 15115 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342078106640 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15116] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15116/stat : 15116 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342077053840 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15117] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15117/stat : 15117 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 9793 33554432000 4194304 4196468 140736394023744 140342076001040 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15118] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15118/stat : 15118 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355330 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341652900208 140342525540994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15119] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15119/stat : 15119 (java) S 15106 15106 3823 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97355330 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341651846176 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15120] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15120/stat : 15120 (java) S 15106 15106 3823 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97355330 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341650793328 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15121] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15121/stat : 15121 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341649741648 140342525548443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15122] ppid=15106 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/15108/task/15122/stat : 15122 (java) S 15106 15106 3823 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341648690032 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15123] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15123/stat : 15123 (java) S 15106 15106 3823 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341647637232 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15124] ppid=15106 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/15108/task/15124/stat : 15124 (java) S 15106 15106 3823 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341646584432 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15125] ppid=15106 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/15108/task/15125/stat : 15125 (java) S 15106 15106 3823 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341645531632 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15126] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15126/stat : 15126 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341644479072 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15127] ppid=15106 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15108/task/15127/stat : 15127 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 9793 33554432000 4194304 4196468 140736394023744 140341643426352 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40556 KiB

[startup+0.309555 s]*
/proc/loadavg: 8.03 8.08 7.52 3/200 15127
/proc/meminfo: memFree=29118204/32770624 swapFree=67108860/67108860
[pid=15106] ppid=15103 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15106/stat : 15106 (xcsp3-exec) S 15103 15106 3823 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97355327 9740288 346 33554432000 4194304 5098028 140725099467120 140725099465224 140484465156732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29167616 140725099471979 140725099472188 140725099472188 140725099474923 0
/proc/15106/statm: 2378 346 289 221 0 87 0
[pid=15108] ppid=15106 vsize=26004064 memory=44348 CPUtime=0.49 cores=0-7
/proc/15108/stat : 15108 (java) S 15106 15106 3823 0 -1 1077944320 9198 0 0 0 46 3 0 0 20 0 20 0 97355327 26628161536 11087 33554432000 4194304 4196468 140736394023744 140736394006288 140342525529847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
/proc/15108/statm: 6501016 11087 3111 1 0 6488269 0
[pid=15108/tid=15109] ppid=15106 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15108/task/15109/stat : 15109 (java) R 15106 15106 3823 0 -1 4202560 6084 0 0 0 27 2 0 0 20 0 20 0 97355327 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342529768304 140342162504144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15110] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15110/stat : 15110 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342083369616 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15111] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15111/stat : 15111 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342082316816 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15112] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15112/stat : 15112 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342081264016 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15113] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15113/stat : 15113 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342080211216 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15114] ppid=15106 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15108/task/15114/stat : 15114 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342079159440 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15115] ppid=15106 vsize=26004064 memory=140093847335855 CPUtime=0 cores=0-7
/proc/15108/task/15115/stat : 15115 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342078106640 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15116] ppid=15106 vsize=26004064 memory=140093847338160 CPUtime=0 cores=0-7
/proc/15108/task/15116/stat : 15116 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342077053840 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15117] ppid=15106 vsize=26004064 memory=140093847340464 CPUtime=0 cores=0-7
/proc/15108/task/15117/stat : 15117 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628161536 11087 33554432000 4194304 4196468 140736394023744 140342076001040 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15118] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15118/stat : 15118 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355330 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341652900208 140342525540994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15119] ppid=15106 vsize=26004064 memory=280187694687888 CPUtime=0 cores=0-7
/proc/15108/task/15119/stat : 15119 (java) S 15106 15106 3823 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97355330 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341651846176 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15120] ppid=15106 vsize=26004064 memory=280187694694800 CPUtime=0 cores=0-7
/proc/15108/task/15120/stat : 15120 (java) S 15106 15106 3823 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97355330 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341650793328 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15121] ppid=15106 vsize=26004064 memory=280187694636080 CPUtime=0 cores=0-7
/proc/15108/task/15121/stat : 15121 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341649741648 140342525548443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15122] ppid=15106 vsize=26004064 memory=280187694708624 CPUtime=0.02 cores=0-7
/proc/15108/task/15122/stat : 15122 (java) S 15106 15106 3823 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341648690032 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15123] ppid=15106 vsize=26004064 memory=280187694715536 CPUtime=0.02 cores=0-7
/proc/15108/task/15123/stat : 15123 (java) S 15106 15106 3823 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341647637232 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15124] ppid=15106 vsize=26004064 memory=280187694713232 CPUtime=0.02 cores=0-7
/proc/15108/task/15124/stat : 15124 (java) S 15106 15106 3823 0 -1 1077944384 142 0 0 0 2 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341646584432 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15125] ppid=15106 vsize=26004064 memory=280187694729392 CPUtime=0.12 cores=0-7
/proc/15108/task/15125/stat : 15125 (java) R 15106 15106 3823 0 -1 4202560 863 0 0 0 12 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341645531632 140342525551194 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15126] ppid=15106 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15126/stat : 15126 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341644479072 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15127] ppid=15106 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15108/task/15127/stat : 15127 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355333 26628161536 11087 33554432000 4194304 4196468 140736394023744 140341643426352 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45732 KiB

[startup+0.700947 s]
/proc/loadavg: 8.03 8.08 7.52 4/200 15127
/proc/meminfo: memFree=29092528/32770624 swapFree=67108860/67108860
[pid=15106] ppid=15103 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15106/stat : 15106 (xcsp3-exec) S 15103 15106 3823 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97355327 9740288 346 33554432000 4194304 5098028 140725099467120 140725099465224 140484465156732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29167616 140725099471979 140725099472188 140725099472188 140725099474923 0
/proc/15106/statm: 2378 346 289 221 0 87 0
[pid=15108] ppid=15106 vsize=26004140 memory=139448 CPUtime=2.02 cores=0-7
/proc/15108/stat : 15108 (java) S 15106 15106 3823 0 -1 1077944320 13604 0 0 0 196 6 0 0 20 0 20 0 97355327 26628239360 34862 33554432000 4194304 4196468 140736394023744 140736394006288 140342525529847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
/proc/15108/statm: 6501035 34862 3200 1 0 6488269 0
[pid=15108/tid=15109] ppid=15106 vsize=26004140 memory=280187695087280 CPUtime=0.67 cores=0-7
/proc/15108/task/15109/stat : 15109 (java) R 15106 15106 3823 0 -1 4202560 6489 0 0 0 63 4 0 0 20 0 20 0 97355327 26628239360 34862 33554432000 4194304 4196468 140736394023744 140342529766840 140342162859799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15110] ppid=15106 vsize=26004140 memory=140093847544688 CPUtime=0 cores=0-7
/proc/15108/task/15110/stat : 15110 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97355328 26628239360 34862 33554432000 4194304 4196468 140736394023744 140342083369616 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15111] ppid=15106 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15108/task/15111/stat : 15111 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628239360 34862 33554432000 4194304 4196468 140736394023744 140342082316816 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15112] ppid=15106 vsize=26004140 memory=5296 CPUtime=0 cores=0-7
/proc/15108/task/15112/stat : 15112 (java) S 15106 15106 3823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97355328 26628239360 34862 33554432000 4194304 4196468 140736394023744 140342081264016 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0

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

[pid=15108/tid=15151] ppid=15106 vsize=26605264 memory=4140 CPUtime=4.79 cores=0-7
/proc/15108/task/15151/stat : 15151 (java) S 15106 15106 3823 0 -1 1077944384 437 0 0 0 475 4 0 0 20 0 28 0 97359400 27243790336 830738 33554432000 4194304 4196468 140736394023744 140341633315792 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
Current children cumulated CPU time: 274.19 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 3324336 KiB

[startup+222.301 s]
/proc/loadavg: 1.22 4.48 6.20 2/208 15151
/proc/meminfo: memFree=25773096/32770624 swapFree=67108860/67108860
[pid=15106] ppid=15103 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15106/stat : 15106 (xcsp3-exec) S 15103 15106 3823 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97355327 9740288 346 33554432000 4194304 5098028 140725099467120 140725099465224 140484465156732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29167616 140725099471979 140725099472188 140725099472188 140725099474923 0
/proc/15106/statm: 2378 346 289 221 0 87 0
[pid=15108] ppid=15106 vsize=26605264 memory=3386644 CPUtime=334.89 cores=0-7
/proc/15108/stat : 15108 (java) S 15106 15106 3823 0 -1 1077944320 144957 0 0 0 32977 512 0 0 20 0 28 0 97355327 27243790336 846661 33554432000 4194304 4196468 140736394023744 140736394006288 140342525529847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
/proc/15108/statm: 6651316 846661 3311 1 0 6638550 0
[pid=15108/tid=15109] ppid=15106 vsize=26605264 memory=3386644 CPUtime=2.98 cores=0-7
/proc/15108/task/15109/stat : 15109 (java) S 15106 15106 3823 0 -1 1077944384 8480 0 0 0 287 11 0 0 20 0 28 0 97355327 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342529770624 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15110] ppid=15106 vsize=26605264 memory=3386644 CPUtime=3.73 cores=0-7
/proc/15108/task/15110/stat : 15110 (java) S 15106 15106 3823 0 -1 1077944384 3068 0 0 0 321 52 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342083369616 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15111] ppid=15106 vsize=26605264 memory=3386644 CPUtime=3.7 cores=0-7
/proc/15108/task/15111/stat : 15111 (java) S 15106 15106 3823 0 -1 1077944384 3721 0 0 0 324 46 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342082316816 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15112] ppid=15106 vsize=26605264 memory=1384 CPUtime=3.75 cores=0-7
/proc/15108/task/15112/stat : 15112 (java) S 15106 15106 3823 0 -1 1077944384 4012 0 0 0 328 47 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342081264016 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15113] ppid=15106 vsize=26605264 memory=4140 CPUtime=3.7 cores=0-7
/proc/15108/task/15113/stat : 15113 (java) S 15106 15106 3823 0 -1 1077944384 3794 0 0 0 325 45 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342080211216 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15114] ppid=15106 vsize=26605264 memory=280187697003680 CPUtime=3.69 cores=0-7
/proc/15108/task/15114/stat : 15114 (java) S 15106 15106 3823 0 -1 1077944384 4604 0 0 0 322 47 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342079159440 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15115] ppid=15106 vsize=26605264 memory=33 CPUtime=3.75 cores=0-7
/proc/15108/task/15115/stat : 15115 (java) S 15106 15106 3823 0 -1 1077944384 5041 0 0 0 317 58 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342078106640 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15116] ppid=15106 vsize=26605264 memory=1384 CPUtime=3.72 cores=0-7
/proc/15108/task/15116/stat : 15116 (java) S 15106 15106 3823 0 -1 1077944384 5298 0 0 0 323 49 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342077053840 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15117] ppid=15106 vsize=26605264 memory=3386644 CPUtime=3.7 cores=0-7
/proc/15108/task/15117/stat : 15117 (java) S 15106 15106 3823 0 -1 1077944384 4158 0 0 0 325 45 0 0 20 0 28 0 97355328 27243790336 846661 33554432000 4194304 4196468 140736394023744 140342076001040 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15118] ppid=15106 vsize=26605264 memory=1384 CPUtime=0.49 cores=0-7
/proc/15108/task/15118/stat : 15118 (java) S 15106 15106 3823 0 -1 1077944384 6501 0 0 0 44 5 0 0 20 0 28 0 97355330 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341652900208 140342525540994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15119] ppid=15106 vsize=26605264 memory=3386644 CPUtime=0 cores=0-7
/proc/15108/task/15119/stat : 15119 (java) S 15106 15106 3823 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 97355330 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341651846240 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15120] ppid=15106 vsize=26605264 memory=4465 CPUtime=0 cores=0-7
/proc/15108/task/15120/stat : 15120 (java) S 15106 15106 3823 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 97355330 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341650793344 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15121] ppid=15106 vsize=26605264 memory=4420 CPUtime=0 cores=0-7
/proc/15108/task/15121/stat : 15121 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341649741648 140342525548443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15122] ppid=15106 vsize=26605264 memory=0 CPUtime=3.22 cores=0-7
/proc/15108/task/15122/stat : 15122 (java) S 15106 15106 3823 0 -1 1077944384 14362 0 0 0 318 4 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341648690032 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15123] ppid=15106 vsize=26605264 memory=0 CPUtime=3.02 cores=0-7
/proc/15108/task/15123/stat : 15123 (java) S 15106 15106 3823 0 -1 1077944384 12544 0 0 0 299 3 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341647637232 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15124] ppid=15106 vsize=26605264 memory=1384 CPUtime=3.08 cores=0-7
/proc/15108/task/15124/stat : 15124 (java) S 15106 15106 3823 0 -1 1077944384 12051 0 0 0 305 3 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341646584432 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15125] ppid=15106 vsize=26605264 memory=1384 CPUtime=0.98 cores=0-7
/proc/15108/task/15125/stat : 15125 (java) S 15106 15106 3823 0 -1 1077944384 17127 0 0 0 94 4 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341645531632 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15126] ppid=15106 vsize=26605264 memory=1384 CPUtime=0 cores=0-7
/proc/15108/task/15126/stat : 15126 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341644479072 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15127] ppid=15106 vsize=26605264 memory=1712 CPUtime=0.08 cores=0-7
/proc/15108/task/15127/stat : 15127 (java) S 15106 15106 3823 0 -1 1077944384 2272 0 0 0 3 5 0 0 20 0 28 0 97355333 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341643426352 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15144] ppid=15106 vsize=26605264 memory=1952 CPUtime=4.7 cores=0-7
/proc/15108/task/15144/stat : 15144 (java) S 15106 15106 3823 0 -1 1077944384 676 0 0 0 467 3 0 0 20 0 28 0 97359399 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341630156320 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15145] ppid=15106 vsize=26605264 memory=4140 CPUtime=4.7 cores=0-7
/proc/15108/task/15145/stat : 15145 (java) S 15106 15106 3823 0 -1 1077944384 769 0 0 0 470 0 0 0 20 0 28 0 97359399 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341626999504 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15146] ppid=15106 vsize=26605264 memory=1384 CPUtime=4.79 cores=0-7
/proc/15108/task/15146/stat : 15146 (java) S 15106 15106 3823 0 -1 1077944384 842 0 0 0 477 2 0 0 20 0 28 0 97359399 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341635421776 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15147] ppid=15106 vsize=26605264 memory=3386644 CPUtime=4.76 cores=0-7
/proc/15108/task/15147/stat : 15147 (java) S 15106 15106 3823 0 -1 1077944384 3370 0 0 0 474 2 0 0 20 0 28 0 97359400 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341632263632 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15148] ppid=15106 vsize=26605264 memory=840 CPUtime=4.76 cores=0-7
/proc/15108/task/15148/stat : 15148 (java) S 15106 15106 3823 0 -1 1077944384 1357 0 0 0 474 2 0 0 20 0 28 0 97359400 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341631210832 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15149] ppid=15106 vsize=26605264 memory=27844 CPUtime=4.84 cores=0-7
/proc/15108/task/15149/stat : 15149 (java) S 15106 15106 3823 0 -1 1077944384 666 0 0 0 481 3 0 0 20 0 28 0 97359400 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341634368720 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15150] ppid=15106 vsize=26605264 memory=1292 CPUtime=180.79 cores=0-7
/proc/15108/task/15150/stat : 15150 (java) R 15106 15106 3823 0 -1 4202560 13476 0 0 0 18055 24 0 0 20 0 28 0 97359400 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341629102048 140342166436002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15151] ppid=15106 vsize=26605264 memory=2428 CPUtime=4.79 cores=0-7
/proc/15108/task/15151/stat : 15151 (java) S 15106 15106 3823 0 -1 1077944384 437 0 0 0 475 4 0 0 20 0 28 0 97359400 27243790336 846661 33554432000 4194304 4196468 140736394023744 140341633315792 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
Current children cumulated CPU time: 334.89 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 3388028 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 1.13 4.15 6.03 2/208 15151
/proc/meminfo: memFree=25772844/32770624 swapFree=67108860/67108860
[pid=15106] ppid=15103 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15106/stat : 15106 (xcsp3-exec) S 15103 15106 3823 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97355327 9740288 346 33554432000 4194304 5098028 140725099467120 140725099465224 140484465156732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29167616 140725099471979 140725099472188 140725099472188 140725099474923 0
/proc/15106/statm: 2378 346 289 221 0 87 0
[pid=15108] ppid=15106 vsize=26605264 memory=3386736 CPUtime=365.28 cores=0-7
/proc/15108/stat : 15108 (java) S 15106 15106 3823 0 -1 1077944320 148701 0 0 0 36013 515 0 0 20 0 28 0 97355327 27243790336 846684 33554432000 4194304 4196468 140736394023744 140736394006288 140342525529847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
/proc/15108/statm: 6651316 846684 3311 1 0 6638550 0
[pid=15108/tid=15109] ppid=15106 vsize=26605264 memory=6791534058613427641 CPUtime=2.98 cores=0-7
/proc/15108/task/15109/stat : 15109 (java) S 15106 15106 3823 0 -1 1077944384 8480 0 0 0 287 11 0 0 20 0 28 0 97355327 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342529770624 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15110] ppid=15106 vsize=26605264 memory=4126316290023845779 CPUtime=3.84 cores=0-7
/proc/15108/task/15110/stat : 15110 (java) S 15106 15106 3823 0 -1 1077944384 3251 0 0 0 331 53 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342083369616 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15111] ppid=15106 vsize=26605264 memory=2428 CPUtime=3.8 cores=0-7
/proc/15108/task/15111/stat : 15111 (java) S 15106 15106 3823 0 -1 1077944384 4069 0 0 0 333 47 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342082316816 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15112] ppid=15106 vsize=26605264 memory=1728 CPUtime=3.85 cores=0-7
/proc/15108/task/15112/stat : 15112 (java) S 15106 15106 3823 0 -1 1077944384 4117 0 0 0 337 48 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342081264016 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15113] ppid=15106 vsize=26605264 memory=1420 CPUtime=3.81 cores=0-7
/proc/15108/task/15113/stat : 15113 (java) S 15106 15106 3823 0 -1 1077944384 4573 0 0 0 335 46 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342080211216 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15114] ppid=15106 vsize=26605264 memory=11032 CPUtime=3.79 cores=0-7
/proc/15108/task/15114/stat : 15114 (java) S 15106 15106 3823 0 -1 1077944384 4717 0 0 0 331 48 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342079159440 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15115] ppid=15106 vsize=26605264 memory=1712 CPUtime=3.84 cores=0-7
/proc/15108/task/15115/stat : 15115 (java) S 15106 15106 3823 0 -1 1077944384 5338 0 0 0 326 58 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342078106640 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15116] ppid=15106 vsize=26605264 memory=1952 CPUtime=3.81 cores=0-7
/proc/15108/task/15116/stat : 15116 (java) S 15106 15106 3823 0 -1 1077944384 5393 0 0 0 332 49 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342077053840 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15117] ppid=15106 vsize=26605264 memory=8552 CPUtime=3.81 cores=0-7
/proc/15108/task/15117/stat : 15117 (java) S 15106 15106 3823 0 -1 1077944384 4736 0 0 0 335 46 0 0 20 0 28 0 97355328 27243790336 846684 33554432000 4194304 4196468 140736394023744 140342076001040 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15118] ppid=15106 vsize=26605264 memory=1224 CPUtime=0.5 cores=0-7
/proc/15108/task/15118/stat : 15118 (java) S 15106 15106 3823 0 -1 1077944384 6805 0 0 0 44 6 0 0 20 0 28 0 97355330 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341652900208 140342525540994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15119] ppid=15106 vsize=26605264 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/15108/task/15119/stat : 15119 (java) S 15106 15106 3823 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 97355330 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341651846240 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15120] ppid=15106 vsize=26605264 memory=1196 CPUtime=0 cores=0-7
/proc/15108/task/15120/stat : 15120 (java) S 15106 15106 3823 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 97355330 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341650793344 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15121] ppid=15106 vsize=26605264 memory=4612 CPUtime=0 cores=0-7
/proc/15108/task/15121/stat : 15121 (java) S 15106 15106 3823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341649741648 140342525548443 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15122] ppid=15106 vsize=26605264 memory=15872 CPUtime=3.22 cores=0-7
/proc/15108/task/15122/stat : 15122 (java) S 15106 15106 3823 0 -1 1077944384 14362 0 0 0 318 4 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341648690032 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15123] ppid=15106 vsize=26605264 memory=18448 CPUtime=3.02 cores=0-7
/proc/15108/task/15123/stat : 15123 (java) S 15106 15106 3823 0 -1 1077944384 12544 0 0 0 299 3 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341647637232 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15124] ppid=15106 vsize=26605264 memory=15804 CPUtime=3.08 cores=0-7
/proc/15108/task/15124/stat : 15124 (java) S 15106 15106 3823 0 -1 1077944384 12051 0 0 0 305 3 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341646584432 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15125] ppid=15106 vsize=26605264 memory=4044 CPUtime=0.98 cores=0-7
/proc/15108/task/15125/stat : 15125 (java) S 15106 15106 3823 0 -1 1077944384 17127 0 0 0 94 4 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341645531632 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15126] ppid=15106 vsize=26605264 memory=3724 CPUtime=0 cores=0-7
/proc/15108/task/15126/stat : 15126 (java) S 15106 15106 3823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341644479072 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15127] ppid=15106 vsize=26605264 memory=1384 CPUtime=0.09 cores=0-7
/proc/15108/task/15127/stat : 15127 (java) S 15106 15106 3823 0 -1 1077944384 2274 0 0 0 3 6 0 0 20 0 28 0 97355333 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341643426352 140342525540994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15144] ppid=15106 vsize=26605264 memory=3386736 CPUtime=4.7 cores=0-7
/proc/15108/task/15144/stat : 15144 (java) S 15106 15106 3823 0 -1 1077944384 676 0 0 0 467 3 0 0 20 0 28 0 97359399 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341630156320 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15145] ppid=15106 vsize=26605264 memory=6791534058613427641 CPUtime=4.7 cores=0-7
/proc/15108/task/15145/stat : 15145 (java) S 15106 15106 3823 0 -1 1077944384 769 0 0 0 470 0 0 0 20 0 28 0 97359399 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341626999504 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15146] ppid=15106 vsize=26605264 memory=4612 CPUtime=4.79 cores=0-7
/proc/15108/task/15146/stat : 15146 (java) S 15106 15106 3823 0 -1 1077944384 842 0 0 0 477 2 0 0 20 0 28 0 97359399 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341635421776 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15147] ppid=15106 vsize=26605264 memory=15872 CPUtime=4.76 cores=0-7
/proc/15108/task/15147/stat : 15147 (java) S 15106 15106 3823 0 -1 1077944384 3370 0 0 0 474 2 0 0 20 0 28 0 97359400 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341632263632 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15148] ppid=15106 vsize=26605264 memory=18448 CPUtime=4.76 cores=0-7
/proc/15108/task/15148/stat : 15148 (java) S 15106 15106 3823 0 -1 1077944384 1357 0 0 0 474 2 0 0 20 0 28 0 97359400 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341631210832 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15149] ppid=15106 vsize=26605264 memory=3386736 CPUtime=4.84 cores=0-7
/proc/15108/task/15149/stat : 15149 (java) S 15106 15106 3823 0 -1 1077944384 666 0 0 0 481 3 0 0 20 0 28 0 97359400 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341634368720 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15150] ppid=15106 vsize=26605264 memory=1292 CPUtime=210.4 cores=0-7
/proc/15108/task/15150/stat : 15150 (java) R 15106 15106 3823 0 -1 4202560 14416 0 0 0 21016 24 0 0 20 0 28 0 97359400 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341629102048 140342172035017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
[pid=15108/tid=15151] ppid=15106 vsize=26605264 memory=2428 CPUtime=4.79 cores=0-7
/proc/15108/task/15151/stat : 15151 (java) S 15106 15106 3823 0 -1 1077944384 437 0 0 0 475 4 0 0 20 0 28 0 97359400 27243790336 846684 33554432000 4194304 4196468 140736394023744 140341633315792 140342525540053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35348480 140736394032280 140736394032456 140736394032456 140736394035151 0
Current children cumulated CPU time: 365.28 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 3388120 KiB

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

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

[startup+252.038 s]
# the end of solver process 15108 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=360.146 s, system=5.18136 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.038
CPU time (s): 365.328
CPU user time (s): 360.146
CPU system time (s): 5.18136
CPU usage (%): 144.949
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 3388120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.146
system time used= 5.18136
maximum resident set size= 3387048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11943
involuntary context switches= 3151


# summary of solver processes directly reported to runsolver:
#   pid: 15106,15108
#   total CPU time (s): 365.328
#   total CPU user time (s): 360.146
#   total CPU system time (s): 5.18136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.01952 second user time and 2.57755 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 18:30:14
IDJOB=4254533
IDBENCH=126233
IDSOLVER=2636
FILE ID=node107/4254533-1502642672
RUNJOBID= node107-1502636397-3850
PBS_JOBID= 20628325
Free space on /tmp= 61660 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-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-4254533-1502642672/watcher-4254533-1502642672 -o /tmp/evaluation-result-4254533-1502642672/solver-4254533-1502642672 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502636397-3850 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 209898154 HOME/instance-4254533-1502642672.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=209898154

node107.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.84
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.84
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.84
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.84
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:        29151224 kB
MemAvailable:   31990964 kB
Buffers:          168204 kB
Cached:          2960152 kB
SwapCached:            0 kB
Active:           532892 kB
Inactive:        2647408 kB
Active(anon):      54860 kB
Inactive(anon):    24972 kB
Active(file):     478032 kB
Inactive(file):  2622436 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8304 kB
Writeback:             0 kB
AnonPages:         76296 kB
Mapped:            44040 kB
Shmem:             25228 kB
Slab:             135872 kB
SReclaimable:     110212 kB
SUnreclaim:        25660 kB
KernelStack:        3536 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61652 MiB
End job on node107 at 2017-08-13 18:34:26