Trace number 4280382

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-18)SAT (TO)946 19715.4 2520.2

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-28-a4.xml
MD5SUM67703e3ced133509b42bcbc9f355bd8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark920
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints67979
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":28}]
Minimum variable degree9478
Maximum variable degree9479
Distribution of variable degrees[{"degree":9478,"count":26},{"degree":9479,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":6552},{"arity":4,"count":61425},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints67978
Distribution of constraint types[{"type":"intension","count":67978},{"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-4280382-1503137192.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280382-1503137192.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
152.84/29.67	c solve instance...
9730.46/1246.29	o 984 
14737.78/1896.11	o 946 
19714.53/2520.08	s SATISFIABLE
19714.53/2520.08	v <instantiation>
19714.53/2520.08	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] </list>
19714.53/2520.08	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 335 421 459 506 560 629 747 786 856 912 946 </values>
19714.53/2520.08	v </instantiation>
19714.53/2520.08	c Unexpected resolution interruption!

Verifier Data

OK	946

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280382-1503137192/watcher-4280382-1503137192 -o /tmp/evaluation-result-4280382-1503137192/solver-4280382-1503137192 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503128761-21213 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1542854464 HOME/instance-4280382-1503137192.xml 

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

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

Starting watchdog thread
solver pid=23198, runsolver pid=23195

[startup+0.100104 s]*
/proc/loadavg: 7.73 8.23 8.26 3/201 23219
/proc/meminfo: memFree=22733196/32770624 swapFree=67108860/67108860
[pid=23198] ppid=23195 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23198/stat : 23198 (xcsp3-exec) S 23195 23198 21186 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146800205 9740288 345 33554432000 4194304 5098028 140730753478736 140730753476840 140116404912764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14499840 140730753479780 140730753479991 140730753479991 140730753482731 0
/proc/23198/statm: 2378 345 289 221 0 87 0
[pid=23200] ppid=23198 vsize=25999808 memory=26108 CPUtime=0.11 cores=0-7
/proc/23200/stat : 23200 (java) S 23198 23198 21186 0 -1 1077944320 5493 0 0 0 10 1 0 0 20 0 20 0 146800205 26623803392 6527 33554432000 4194304 4196468 140731272386928 140731272369472 139641422188279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
/proc/23200/statm: 6499952 6527 2846 1 0 6488269 0
[pid=23200/tid=23201] ppid=23198 vsize=25999808 memory=7824893785207118231 CPUtime=0.08 cores=0-7
/proc/23200/task/23201/stat : 23201 (java) R 23198 23198 21186 0 -1 4202560 3486 0 0 0 8 0 0 0 20 0 20 0 146800205 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641426419968 139641013536407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23202] ppid=23198 vsize=25999808 memory=732370437959056357 CPUtime=0 cores=0-7
/proc/23200/task/23202/stat : 23202 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641344769168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23203] ppid=23198 vsize=25999808 memory=140299621602944 CPUtime=0 cores=0-7
/proc/23200/task/23203/stat : 23203 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641343716368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23204] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23204/stat : 23204 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641342663568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23205] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23205/stat : 23205 (java) S 23198 23198 21186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641341610768 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23206] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23206/stat : 23206 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641340557968 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23207] ppid=23198 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23200/task/23207/stat : 23207 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641339505168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23208] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23208/stat : 23208 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641338452368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23209] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23209/stat : 23209 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800206 26623803392 6527 33554432000 4194304 4196468 140731272386928 139641337399568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23210] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23210/stat : 23210 (java) S 23198 23198 21186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146800208 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640548911984 139641422199426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23211] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23211/stat : 23211 (java) S 23198 23198 21186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146800208 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640547857952 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23212] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23212/stat : 23212 (java) S 23198 23198 21186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146800208 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640546805104 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23213] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23213/stat : 23213 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640545753424 139641422206875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23214] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23214/stat : 23214 (java) S 23198 23198 21186 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640544700784 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23215] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23215/stat : 23215 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640543647984 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23216] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23216/stat : 23216 (java) S 23198 23198 21186 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640542595184 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23217] ppid=23198 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/23200/task/23217/stat : 23217 (java) R 23198 23198 21186 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640541542384 139641406268766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23218] ppid=23198 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23218/stat : 23218 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640540490848 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23219] ppid=23198 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23200/task/23219/stat : 23219 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800211 26623803392 6527 33554432000 4194304 4196468 140731272386928 139640539438128 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27488 KiB

[startup+0.210589 s]*
/proc/loadavg: 7.73 8.23 8.26 2/201 23219
/proc/meminfo: memFree=22721844/32770624 swapFree=67108860/67108860
[pid=23198] ppid=23195 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23198/stat : 23198 (xcsp3-exec) S 23195 23198 21186 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146800205 9740288 345 33554432000 4194304 5098028 140730753478736 140730753476840 140116404912764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14499840 140730753479780 140730753479991 140730753479991 140730753482731 0
/proc/23198/statm: 2378 345 289 221 0 87 0
[pid=23200] ppid=23198 vsize=26004064 memory=38904 CPUtime=0.33 cores=0-7
/proc/23200/stat : 23200 (java) S 23198 23198 21186 0 -1 1077944320 8375 0 0 0 30 3 0 0 20 0 20 0 146800205 26628161536 9726 33554432000 4194304 4196468 140731272386928 140731272369472 139641422188279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
/proc/23200/statm: 6501016 9726 3054 1 0 6488269 0
[pid=23200/tid=23201] ppid=23198 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/23200/task/23201/stat : 23201 (java) D 23198 23198 21186 0 -1 1077944384 5499 0 0 0 18 1 0 0 20 0 20 0 146800205 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641426399200 139641414867501 0 4 0 16800975 18446744072101654052 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23202] ppid=23198 vsize=26004064 memory=280599090403064 CPUtime=0 cores=0-7
/proc/23200/task/23202/stat : 23202 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641344769168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23203] ppid=23198 vsize=26004096 memory=140299621602944 CPUtime=0 cores=0-7
/proc/23200/task/23203/stat : 23203 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628194304 9726 33554432000 4194304 4196468 140731272386928 139641343716368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23204] ppid=23198 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23204/stat : 23204 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628194304 9726 33554432000 4194304 4196468 140731272386928 139641342663568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23205] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23205/stat : 23205 (java) S 23198 23198 21186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641341610768 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23206] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23206/stat : 23206 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641340557968 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23207] ppid=23198 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23200/task/23207/stat : 23207 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641339505168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23208] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23208/stat : 23208 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641338452368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23209] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23209/stat : 23209 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 9726 33554432000 4194304 4196468 140731272386928 139641337399568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23210] ppid=23198 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23210/stat : 23210 (java) S 23198 23198 21186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146800208 26628194304 9726 33554432000 4194304 4196468 140731272386928 139640548911984 139641422199426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23211] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23211/stat : 23211 (java) S 23198 23198 21186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146800208 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640547857952 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23212] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23212/stat : 23212 (java) S 23198 23198 21186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146800208 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640546805104 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23213] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23213/stat : 23213 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640545753424 139641422206875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23214] ppid=23198 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/23200/task/23214/stat : 23214 (java) S 23198 23198 21186 0 -1 1077944384 635 0 0 0 3 0 0 0 20 0 20 0 146800211 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640544700784 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23215] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23215/stat : 23215 (java) S 23198 23198 21186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640543647984 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23216] ppid=23198 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23216/stat : 23216 (java) S 23198 23198 21186 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 20 0 146800211 26628194304 9726 33554432000 4194304 4196468 140731272386928 139640542595184 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23217] ppid=23198 vsize=26004096 memory=0 CPUtime=0.07 cores=0-7
/proc/23200/task/23217/stat : 23217 (java) S 23198 23198 21186 0 -1 1077944384 739 0 0 0 7 0 0 0 20 0 20 0 146800211 26628194304 9726 33554432000 4194304 4196468 140731272386928 139640541542384 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23218] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23218/stat : 23218 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640540490848 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23219] ppid=23198 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23200/task/23219/stat : 23219 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 9726 33554432000 4194304 4196468 140731272386928 139640539438128 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40284 KiB

[startup+0.310592 s]*
/proc/loadavg: 7.73 8.23 8.26 3/201 23219
/proc/meminfo: memFree=22717068/32770624 swapFree=67108860/67108860
[pid=23198] ppid=23195 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23198/stat : 23198 (xcsp3-exec) S 23195 23198 21186 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146800205 9740288 345 33554432000 4194304 5098028 140730753478736 140730753476840 140116404912764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14499840 140730753479780 140730753479991 140730753479991 140730753482731 0
/proc/23198/statm: 2378 345 289 221 0 87 0
[pid=23200] ppid=23198 vsize=26004064 memory=46060 CPUtime=0.5 cores=0-7
/proc/23200/stat : 23200 (java) S 23198 23198 21186 0 -1 1077944320 9243 0 0 0 47 3 0 0 20 0 20 0 146800205 26628161536 11515 33554432000 4194304 4196468 140731272386928 140731272369472 139641422188279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
/proc/23200/statm: 6501016 11515 3076 1 0 6488269 0
[pid=23200/tid=23201] ppid=23198 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23200/task/23201/stat : 23201 (java) R 23198 23198 21186 0 -1 4202560 6069 0 0 0 27 2 0 0 20 0 20 0 146800205 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641426425744 139641422200214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23202] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23202/stat : 23202 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641344769168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23203] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23203/stat : 23203 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641343716368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23204] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23204/stat : 23204 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641342663568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23205] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23205/stat : 23205 (java) S 23198 23198 21186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641341610768 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23206] ppid=23198 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/23200/task/23206/stat : 23206 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641340557968 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23207] ppid=23198 vsize=26004064 memory=140299468895151 CPUtime=0 cores=0-7
/proc/23200/task/23207/stat : 23207 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641339505168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23208] ppid=23198 vsize=26004064 memory=140299468897456 CPUtime=0 cores=0-7
/proc/23200/task/23208/stat : 23208 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641338452368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23209] ppid=23198 vsize=26004064 memory=140299468899760 CPUtime=0 cores=0-7
/proc/23200/task/23209/stat : 23209 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800206 26628161536 11515 33554432000 4194304 4196468 140731272386928 139641337399568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23210] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23210/stat : 23210 (java) S 23198 23198 21186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146800208 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640548911984 139641422199426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23211] ppid=23198 vsize=26004064 memory=280598937806480 CPUtime=0 cores=0-7
/proc/23200/task/23211/stat : 23211 (java) S 23198 23198 21186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146800208 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640547857952 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23212] ppid=23198 vsize=26004064 memory=280598937813392 CPUtime=0 cores=0-7
/proc/23200/task/23212/stat : 23212 (java) S 23198 23198 21186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146800208 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640546805104 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23213] ppid=23198 vsize=26004064 memory=280598937754672 CPUtime=0 cores=0-7
/proc/23200/task/23213/stat : 23213 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640545753424 139641422206875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23214] ppid=23198 vsize=26004064 memory=280598937827216 CPUtime=0.03 cores=0-7
/proc/23200/task/23214/stat : 23214 (java) S 23198 23198 21186 0 -1 1077944384 651 0 0 0 3 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640544700784 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23215] ppid=23198 vsize=26004064 memory=280598937834128 CPUtime=0.01 cores=0-7
/proc/23200/task/23215/stat : 23215 (java) R 23198 23198 21186 0 -1 4202560 127 0 0 0 1 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640543647984 139641414425406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23216] ppid=23198 vsize=26004064 memory=280598937831824 CPUtime=0.01 cores=0-7
/proc/23200/task/23216/stat : 23216 (java) S 23198 23198 21186 0 -1 1077944384 223 0 0 0 1 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640542595184 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23217] ppid=23198 vsize=26004064 memory=280598937847984 CPUtime=0.12 cores=0-7
/proc/23200/task/23217/stat : 23217 (java) R 23198 23198 21186 0 -1 4202560 870 0 0 0 12 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640541538112 139641415288126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23218] ppid=23198 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23200/task/23218/stat : 23218 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640540490848 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23219] ppid=23198 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23200/task/23219/stat : 23219 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800211 26628161536 11515 33554432000 4194304 4196468 140731272386928 139640539438128 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47440 KiB

[startup+0.700961 s]
/proc/loadavg: 7.73 8.23 8.26 5/201 23219
/proc/meminfo: memFree=22670132/32770624 swapFree=67108860/67108860
[pid=23198] ppid=23195 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23198/stat : 23198 (xcsp3-exec) S 23195 23198 21186 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146800205 9740288 345 33554432000 4194304 5098028 140730753478736 140730753476840 140116404912764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14499840 140730753479780 140730753479991 140730753479991 140730753482731 0
/proc/23198/statm: 2378 345 289 221 0 87 0
[pid=23200] ppid=23198 vsize=26004140 memory=141852 CPUtime=1.9 cores=0-7
/proc/23200/stat : 23200 (java) S 23198 23198 21186 0 -1 1077944320 13171 0 0 0 184 6 0 0 20 0 20 0 146800205 26628239360 35463 33554432000 4194304 4196468 140731272386928 140731272369472 139641422188279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
/proc/23200/statm: 6501035 35463 3198 1 0 6488269 0
[pid=23200/tid=23201] ppid=23198 vsize=26004140 memory=280598938142848 CPUtime=0.67 cores=0-7
/proc/23200/task/23201/stat : 23201 (java) R 23198 23198 21186 0 -1 4202560 6389 0 0 0 64 3 0 0 20 0 20 0 146800205 26628239360 35463 33554432000 4194304 4196468 140731272386928 139641426423048 139641422200214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23202] ppid=23198 vsize=26004140 memory=1004 CPUtime=0 cores=0-7
/proc/23200/task/23202/stat : 23202 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628239360 35463 33554432000 4194304 4196468 140731272386928 139641344769168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23203] ppid=23198 vsize=26004140 memory=11112 CPUtime=0 cores=0-7
/proc/23200/task/23203/stat : 23203 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628239360 35463 33554432000 4194304 4196468 140731272386928 139641343716368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23204] ppid=23198 vsize=26004140 memory=5776 CPUtime=0 cores=0-7
/proc/23200/task/23204/stat : 23204 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146800206 26628239360 35463 33554432000 4194304 4196468 140731272386928 139641342663568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0

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

/proc/meminfo: memFree=3445248/32770624 swapFree=67108860/67108860
[pid=23198] ppid=23195 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23198/stat : 23198 (xcsp3-exec) S 23195 23198 21186 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146800205 9740288 345 33554432000 4194304 5098028 140730753478736 140730753476840 140116404912764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14499840 140730753479780 140730753479991 140730753479991 140730753482731 0
/proc/23198/statm: 2378 345 289 221 0 87 0
[pid=23200] ppid=23198 vsize=26538700 memory=19286348 CPUtime=19573.2 cores=0-7
/proc/23200/stat : 23200 (java) S 23198 23198 21186 0 -1 1077944320 2987697 0 0 0 1953599 3726 0 0 20 0 28 0 146800205 27175628800 4821587 33554432000 4194304 4196468 140731272386928 140731272369472 139641422188279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
/proc/23200/statm: 6634675 4821587 3303 1 0 6621909 0
[pid=23200/tid=23201] ppid=23198 vsize=26538700 memory=19286348 CPUtime=11.58 cores=0-7
/proc/23200/task/23201/stat : 23201 (java) S 23198 23198 21186 0 -1 1077944384 26721 0 0 0 1140 18 0 0 20 0 28 0 146800205 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641426429056 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23202] ppid=23198 vsize=26538700 memory=19286348 CPUtime=82.9 cores=0-7
/proc/23200/task/23202/stat : 23202 (java) S 23198 23198 21186 0 -1 1077944384 49530 0 0 0 7959 331 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641344769168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23203] ppid=23198 vsize=26538700 memory=280598940700992 CPUtime=83.08 cores=0-7
/proc/23200/task/23203/stat : 23203 (java) S 23198 23198 21186 0 -1 1077944384 102754 0 0 0 7955 353 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641343716368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23204] ppid=23198 vsize=26538700 memory=1380 CPUtime=82.79 cores=0-7
/proc/23200/task/23204/stat : 23204 (java) S 23198 23198 21186 0 -1 1077944384 76604 0 0 0 7948 331 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641342663568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23205] ppid=23198 vsize=26538700 memory=19286348 CPUtime=82.84 cores=0-7
/proc/23200/task/23205/stat : 23205 (java) S 23198 23198 21186 0 -1 1077944384 82519 0 0 0 7923 361 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641341610768 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23206] ppid=23198 vsize=26538700 memory=1380 CPUtime=83.88 cores=0-7
/proc/23200/task/23206/stat : 23206 (java) S 23198 23198 21186 0 -1 1077944384 123914 0 0 0 8076 312 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641340557968 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23207] ppid=23198 vsize=26538700 memory=0 CPUtime=82.95 cores=0-7
/proc/23200/task/23207/stat : 23207 (java) S 23198 23198 21186 0 -1 1077944384 87298 0 0 0 7943 352 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641339505168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23208] ppid=23198 vsize=26538700 memory=323 CPUtime=82.87 cores=0-7
/proc/23200/task/23208/stat : 23208 (java) S 23198 23198 21186 0 -1 1077944384 77122 0 0 0 7974 313 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641338452368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23209] ppid=23198 vsize=26538700 memory=19286348 CPUtime=82.6 cores=0-7
/proc/23200/task/23209/stat : 23209 (java) S 23198 23198 21186 0 -1 1077944384 75086 0 0 0 7907 353 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641337399568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23210] ppid=23198 vsize=26538700 memory=1380 CPUtime=19.12 cores=0-7
/proc/23200/task/23210/stat : 23210 (java) S 23198 23198 21186 0 -1 1077944384 82764 0 0 0 1822 90 0 0 20 0 28 0 146800208 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640548911984 139641422199426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23211] ppid=23198 vsize=26538700 memory=23756 CPUtime=0 cores=0-7
/proc/23200/task/23211/stat : 23211 (java) S 23198 23198 21186 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 28 0 146800208 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640547858016 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23212] ppid=23198 vsize=26538700 memory=1796 CPUtime=0 cores=0-7
/proc/23200/task/23212/stat : 23212 (java) S 23198 23198 21186 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 28 0 146800208 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640546805120 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23213] ppid=23198 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/23200/task/23213/stat : 23213 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640545753424 139641422206875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23214] ppid=23198 vsize=26538700 memory=1380 CPUtime=3.25 cores=0-7
/proc/23200/task/23214/stat : 23214 (java) S 23198 23198 21186 0 -1 1077944384 27025 0 0 0 321 4 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640544700784 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23215] ppid=23198 vsize=26538700 memory=0 CPUtime=4.11 cores=0-7
/proc/23200/task/23215/stat : 23215 (java) S 23198 23198 21186 0 -1 1077944384 31088 0 0 0 407 4 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640543647984 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23216] ppid=23198 vsize=26538700 memory=0 CPUtime=4.09 cores=0-7
/proc/23200/task/23216/stat : 23216 (java) S 23198 23198 21186 0 -1 1077944384 35015 0 0 0 404 5 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640542595184 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23217] ppid=23198 vsize=26538700 memory=11112 CPUtime=1.16 cores=0-7
/proc/23200/task/23217/stat : 23217 (java) S 23198 23198 21186 0 -1 1077944384 32271 0 0 0 111 5 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640541542384 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23218] ppid=23198 vsize=26538700 memory=5776 CPUtime=0 cores=0-7
/proc/23200/task/23218/stat : 23218 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640540490848 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23219] ppid=23198 vsize=26538700 memory=4140 CPUtime=1.16 cores=0-7
/proc/23200/task/23219/stat : 23219 (java) S 23198 23198 21186 0 -1 1077944384 5178 0 0 0 52 64 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640539438128 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23285] ppid=23198 vsize=26538700 memory=7540 CPUtime=606.1 cores=0-7
/proc/23200/task/23285/stat : 23285 (java) R 23198 23198 21186 0 -1 4202560 10369 0 0 0 60598 12 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640529816504 139641017216954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23286] ppid=23198 vsize=26538700 memory=840 CPUtime=606.01 cores=0-7
/proc/23200/task/23286/stat : 23286 (java) R 23198 23198 21186 0 -1 4202560 9326 0 0 0 60591 10 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640459743032 139641017424059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23287] ppid=23198 vsize=26538700 memory=1696 CPUtime=598.86 cores=0-7
/proc/23200/task/23287/stat : 23287 (java) R 23198 23198 21186 0 -1 4202560 27692 0 0 0 59870 16 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640456585496 139641020973321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23288] ppid=23198 vsize=26538700 memory=15876 CPUtime=605.73 cores=0-7
/proc/23200/task/23288/stat : 23288 (java) R 23198 23198 21186 0 -1 4202560 10857 0 0 0 60565 8 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640528764440 139641019582523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23289] ppid=23198 vsize=26538700 memory=4044 CPUtime=605.95 cores=0-7
/proc/23200/task/23289/stat : 23289 (java) R 23198 23198 21186 0 -1 4202560 14512 0 0 0 60557 38 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640457638056 139641021014128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23290] ppid=23198 vsize=26538700 memory=16444 CPUtime=600.13 cores=0-7
/proc/23200/task/23290/stat : 23290 (java) R 23198 23198 21186 0 -1 4202560 10704 0 0 0 59994 19 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640530869560 139641017217149 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23291] ppid=23198 vsize=26538700 memory=1380 CPUtime=606.03 cores=0-7
/proc/23200/task/23291/stat : 23291 (java) R 23198 23198 21186 0 -1 4202560 20848 0 0 0 60593 10 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640531923464 139641020974237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23292] ppid=23198 vsize=26538700 memory=19286348 CPUtime=605.97 cores=0-7
/proc/23200/task/23292/stat : 23292 (java) R 23198 23198 21186 0 -1 4202560 24281 0 0 0 60586 11 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640458690232 139641017217111 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
Current children cumulated CPU time: 19573.2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 19287728 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.04 8.10 8.16 9/208 23303
/proc/meminfo: memFree=3444836/32770624 swapFree=67108860/67108860
[pid=23198] ppid=23195 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/23198/stat : 23198 (xcsp3-exec) S 23195 23198 21186 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 146800205 9740288 345 33554432000 4194304 5098028 140730753478736 140730753476840 140116404912764 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14499840 140730753479780 140730753479991 140730753479991 140730753482731 0
/proc/23198/statm: 2378 345 289 221 0 87 0
[pid=23200] ppid=23198 vsize=26538700 memory=19286348 CPUtime=19714.5 cores=0-7
/proc/23200/stat : 23200 (java) S 23198 23198 21186 0 -1 1077944320 2991188 0 0 0 1967724 3729 0 0 20 0 28 0 146800205 27175628800 4821587 33554432000 4194304 4196468 140731272386928 140731272369472 139641422188279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
/proc/23200/statm: 6634675 4821587 3303 1 0 6621909 0
[pid=23200/tid=23201] ppid=23198 vsize=26538700 memory=1580 CPUtime=11.58 cores=0-7
/proc/23200/task/23201/stat : 23201 (java) S 23198 23198 21186 0 -1 1077944384 26721 0 0 0 1140 18 0 0 20 0 28 0 146800205 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641426429056 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23202] ppid=23198 vsize=26538700 memory=928 CPUtime=82.9 cores=0-7
/proc/23200/task/23202/stat : 23202 (java) S 23198 23198 21186 0 -1 1077944384 49530 0 0 0 7959 331 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641344769168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23203] ppid=23198 vsize=26538700 memory=2244 CPUtime=83.08 cores=0-7
/proc/23200/task/23203/stat : 23203 (java) S 23198 23198 21186 0 -1 1077944384 102754 0 0 0 7955 353 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641343716368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23204] ppid=23198 vsize=26538700 memory=-7003737579269690708 CPUtime=82.79 cores=0-7
/proc/23200/task/23204/stat : 23204 (java) S 23198 23198 21186 0 -1 1077944384 76604 0 0 0 7948 331 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641342663568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23205] ppid=23198 vsize=26538700 memory=19286348 CPUtime=82.84 cores=0-7
/proc/23200/task/23205/stat : 23205 (java) S 23198 23198 21186 0 -1 1077944384 82519 0 0 0 7923 361 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641341610768 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23206] ppid=23198 vsize=26538700 memory=7540 CPUtime=83.88 cores=0-7
/proc/23200/task/23206/stat : 23206 (java) S 23198 23198 21186 0 -1 1077944384 123914 0 0 0 8076 312 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641340557968 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23207] ppid=23198 vsize=26538700 memory=840 CPUtime=82.95 cores=0-7
/proc/23200/task/23207/stat : 23207 (java) S 23198 23198 21186 0 -1 1077944384 87298 0 0 0 7943 352 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641339505168 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23208] ppid=23198 vsize=26538700 memory=1696 CPUtime=82.87 cores=0-7
/proc/23200/task/23208/stat : 23208 (java) S 23198 23198 21186 0 -1 1077944384 77122 0 0 0 7974 313 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641338452368 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23209] ppid=23198 vsize=26538700 memory=920 CPUtime=82.6 cores=0-7
/proc/23200/task/23209/stat : 23209 (java) S 23198 23198 21186 0 -1 1077944384 75086 0 0 0 7907 353 0 0 20 0 28 0 146800206 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139641337399568 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23210] ppid=23198 vsize=26538700 memory=4304 CPUtime=19.12 cores=0-7
/proc/23200/task/23210/stat : 23210 (java) S 23198 23198 21186 0 -1 1077944384 82764 0 0 0 1822 90 0 0 20 0 28 0 146800208 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640548911984 139641422199426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23211] ppid=23198 vsize=26538700 memory=4100 CPUtime=0 cores=0-7
/proc/23200/task/23211/stat : 23211 (java) S 23198 23198 21186 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 28 0 146800208 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640547858016 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23212] ppid=23198 vsize=26538700 memory=280598940868160 CPUtime=0 cores=0-7
/proc/23200/task/23212/stat : 23212 (java) S 23198 23198 21186 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 28 0 146800208 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640546805120 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23213] ppid=23198 vsize=26538700 memory=11112 CPUtime=0 cores=0-7
/proc/23200/task/23213/stat : 23213 (java) S 23198 23198 21186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640545753424 139641422206875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23214] ppid=23198 vsize=26538700 memory=5776 CPUtime=3.25 cores=0-7
/proc/23200/task/23214/stat : 23214 (java) S 23198 23198 21186 0 -1 1077944384 27028 0 0 0 321 4 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640544700784 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23215] ppid=23198 vsize=26538700 memory=3471202396320837713 CPUtime=4.11 cores=0-7
/proc/23200/task/23215/stat : 23215 (java) S 23198 23198 21186 0 -1 1077944384 31092 0 0 0 407 4 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640543647984 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23216] ppid=23198 vsize=26538700 memory=4140 CPUtime=4.09 cores=0-7
/proc/23200/task/23216/stat : 23216 (java) S 23198 23198 21186 0 -1 1077944384 35018 0 0 0 404 5 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640542595184 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23217] ppid=23198 vsize=26538700 memory=2372 CPUtime=1.16 cores=0-7
/proc/23200/task/23217/stat : 23217 (java) S 23198 23198 21186 0 -1 1077944384 32280 0 0 0 111 5 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640541542384 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23218] ppid=23198 vsize=26538700 memory=4140 CPUtime=0 cores=0-7
/proc/23200/task/23218/stat : 23218 (java) S 23198 23198 21186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640540490848 139641422198485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23219] ppid=23198 vsize=26538700 memory=41156 CPUtime=1.16 cores=0-7
/proc/23200/task/23219/stat : 23219 (java) S 23198 23198 21186 0 -1 1077944384 5184 0 0 0 52 64 0 0 20 0 28 0 146800211 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640539438128 139641422199426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23285] ppid=23198 vsize=26538700 memory=6791534058613427641 CPUtime=623.81 cores=0-7
/proc/23200/task/23285/stat : 23285 (java) R 23198 23198 21186 0 -1 4202560 10686 0 0 0 62369 12 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640529816504 139641019582097 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23286] ppid=23198 vsize=26538700 memory=1580 CPUtime=623.72 cores=0-7
/proc/23200/task/23286/stat : 23286 (java) R 23198 23198 21186 0 -1 4202560 9605 0 0 0 62362 10 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640459743032 139641021014128 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23287] ppid=23198 vsize=26538700 memory=928 CPUtime=616.56 cores=0-7
/proc/23200/task/23287/stat : 23287 (java) R 23198 23198 21186 0 -1 4202560 28602 0 0 0 61639 17 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640456585496 139641020972121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23288] ppid=23198 vsize=26538700 memory=2244 CPUtime=623.43 cores=0-7
/proc/23200/task/23288/stat : 23288 (java) R 23198 23198 21186 0 -1 4202560 11176 0 0 0 62335 8 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640528764440 139641017059133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23289] ppid=23198 vsize=26538700 memory=4124 CPUtime=623.66 cores=0-7
/proc/23200/task/23289/stat : 23289 (java) R 23198 23198 21186 0 -1 4202560 14822 0 0 0 62327 39 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640457638056 139641021014280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23290] ppid=23198 vsize=26538700 memory=2196 CPUtime=617.7 cores=0-7
/proc/23200/task/23290/stat : 23290 (java) R 23198 23198 21186 0 -1 4202560 11125 0 0 0 61750 20 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640530869560 139641019605939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23291] ppid=23198 vsize=26538700 memory=7540 CPUtime=623.75 cores=0-7
/proc/23200/task/23291/stat : 23291 (java) R 23198 23198 21186 0 -1 4202560 21540 0 0 0 62364 11 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640531923464 139641019582585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
[pid=23200/tid=23292] ppid=23198 vsize=26538700 memory=840 CPUtime=623.43 cores=0-7
/proc/23200/task/23292/stat : 23292 (java) R 23198 23198 21186 0 -1 4202560 24499 0 0 0 62332 11 0 0 20 0 28 0 146989817 27175628800 4821587 33554432000 4194304 4196468 140731272386928 139640458690232 139641020972779 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6995968 140731272389778 140731272389955 140731272389955 140731272392655 0
Current children cumulated CPU time: 19714.5 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 19287728 KiB

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

[startup+2520.04 s]
# the end of solver process 23198 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000872 s, system=0.001744 s

[startup+2520.2 s]
# the end of solver process 23200 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19678 s, system=37.3953 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

[startup+2520.13 s]*
/proc/loadavg: 8.04 8.10 8.16 2/181 23305
/proc/meminfo: memFree=10002012/32770624 swapFree=67108860/67108860
Current cumulated CPU time of completed processes: 0.002616 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.2
CPU time (s): 19715.4
CPU user time (s): 19678
CPU system time (s): 37.3953
CPU usage (%): 782.294
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 19287728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19678
system time used= 37.3953
maximum resident set size= 19286696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2992482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80452
involuntary context switches= 220533


# summary of solver processes directly reported to runsolver:
#   pid: 23198,23200
#   total CPU time (s): 19715.4
#   total CPU user time (s): 19678
#   total CPU system time (s): 37.3953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.8349 second user time and 31.3521 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 11:52:12
IDJOB=4280382
IDBENCH=126237
IDSOLVER=2675
FILE ID=node150/4280382-1503137192
RUNJOBID= node150-1503128761-21213
PBS_JOBID= 20630779
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-28-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-4280382-1503137192/watcher-4280382-1503137192 -o /tmp/evaluation-result-4280382-1503137192/solver-4280382-1503137192 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503128761-21213 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1542854464 HOME/instance-4280382-1503137192.xml

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

MD5SUM BENCH= 67703e3ced133509b42bcbc9f355bd8f
RANDOM SEED=1542854464

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22751348 kB
MemAvailable:   31958356 kB
Buffers:          332072 kB
Cached:          9154280 kB
SwapCached:            0 kB
Active:          2743504 kB
Inactive:        6796964 kB
Active(anon):      57168 kB
Inactive(anon):    33232 kB
Active(file):    2686336 kB
Inactive(file):  6763732 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10868 kB
Writeback:             8 kB
AnonPages:         61084 kB
Mapped:            51000 kB
Shmem:             33416 kB
Slab:             171368 kB
SReclaimable:     145548 kB
SUnreclaim:        25820 kB
KernelStack:        3248 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 61892 MiB
End job on node150 at 2017-08-19 12:34:12