Trace number 4271558

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)SAT (TO)626 796.17401 252.131

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark554
Best CPU time to get the best result obtained on this benchmark249.02
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"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-4271558-1502643138.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271558-1502643138.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
56.39/12.22	c solve instance...
389.96/110.86	o 661 
431.82/130.85	o 656 
649.62/179.80	o 627 
735.13/244.42	o 626 
795.44/252.07	s SATISFIABLE
795.44/252.07	v <instantiation>
795.44/252.07	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] </list>
795.44/252.07	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 289 360 400 526 554 587 626 </values>
795.44/252.07	v </instantiation>
795.44/252.07	c Unexpected resolution interruption!

Verifier Data

OK	626

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271558-1502643138/watcher-4271558-1502643138 -o /tmp/evaluation-result-4271558-1502643138/solver-4271558-1502643138 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502640088-19295 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1791873919 HOME/instance-4271558-1502643138.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
solver pid=22183, runsolver pid=22180
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 7.70 5.69 6.22 2/199 22204
/proc/meminfo: memFree=28814672/32770624 swapFree=67108860/67108860
[pid=22183] ppid=22180 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22183/stat : 22183 (xcsp3-exec) S 22180 22183 19268 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97394871 9740288 346 33554432000 4194304 5098028 140730417862400 140730417860504 139933592212092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10248192 140730417865834 140730417866044 140730417866044 140730417868779 0
/proc/22183/statm: 2378 346 289 221 0 87 0
[pid=22185] ppid=22183 vsize=25999808 memory=27280 CPUtime=0.11 cores=0-7
/proc/22185/stat : 22185 (java) S 22183 22183 19268 0 -1 1077944320 5234 0 0 0 10 1 0 0 20 0 20 0 97394872 26623803392 6820 33554432000 4194304 4196468 140728221738896 140728221721440 139671963057911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
/proc/22185/statm: 6499952 6820 2857 1 0 6488269 0
[pid=22185/tid=22186] ppid=22183 vsize=25999808 memory=7752554716192480927 CPUtime=0.09 cores=0-7
/proc/22185/task/22186/stat : 22186 (java) R 22183 22183 19268 0 -1 4202560 3192 0 0 0 8 1 0 0 20 0 20 0 97394872 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671967291184 139671963069846 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22187] ppid=22183 vsize=25999808 memory=732369950773005285 CPUtime=0 cores=0-7
/proc/22185/task/22187/stat : 22187 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671934901264 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22188] ppid=22183 vsize=25999808 memory=139812435551872 CPUtime=0 cores=0-7
/proc/22185/task/22188/stat : 22188 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671520717968 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22189] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22189/stat : 22189 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671519664912 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22190] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22190/stat : 22190 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671518612368 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22191] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22191/stat : 22191 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671517559312 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22192] ppid=22183 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22185/task/22192/stat : 22192 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671516506768 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22193] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22193/stat : 22193 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671515453712 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22194] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22194/stat : 22194 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671514401168 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22195] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22195/stat : 22195 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394874 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671358909168 139671963069058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22196] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22196/stat : 22196 (java) S 22183 22183 19268 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97394875 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671357855392 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22197] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22197/stat : 22197 (java) S 22183 22183 19268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97394875 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671356802288 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22198] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22198/stat : 22198 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394877 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671355750864 139671963076507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22199] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22199/stat : 22199 (java) S 22183 22183 19268 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 97394877 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671354697968 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22200] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22200/stat : 22200 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394877 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671353645424 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22201] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22201/stat : 22201 (java) S 22183 22183 19268 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 20 0 97394877 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671352592368 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22202] ppid=22183 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/22185/task/22202/stat : 22202 (java) R 22183 22183 19268 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 20 0 97394877 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671351539824 139671941758112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22203] ppid=22183 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22203/stat : 22203 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394878 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671350488032 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22204] ppid=22183 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22185/task/22204/stat : 22204 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394878 26623803392 6820 33554432000 4194304 4196468 140728221738896 139671349435568 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28664 KiB

[startup+0.210374 s]*
/proc/loadavg: 7.70 5.69 6.22 4/199 22204
/proc/meminfo: memFree=28803864/32770624 swapFree=67108860/67108860
[pid=22183] ppid=22180 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22183/stat : 22183 (xcsp3-exec) S 22180 22183 19268 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97394871 9740288 346 33554432000 4194304 5098028 140730417862400 140730417860504 139933592212092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10248192 140730417865834 140730417866044 140730417866044 140730417868779 0
/proc/22183/statm: 2378 346 289 221 0 87 0
[pid=22185] ppid=22183 vsize=26004064 memory=39228 CPUtime=0.33 cores=0-7
/proc/22185/stat : 22185 (java) S 22183 22183 19268 0 -1 1077944320 7960 0 0 0 31 2 0 0 20 0 20 0 97394872 26628161536 9807 33554432000 4194304 4196468 140728221738896 140728221721440 139671963057911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
/proc/22185/statm: 6501016 9807 3053 1 0 6488269 0
[pid=22185/tid=22186] ppid=22183 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/22185/task/22186/stat : 22186 (java) R 22183 22183 19268 0 -1 4202560 4914 0 0 0 18 1 0 0 20 0 20 0 97394872 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671967280800 139671963079837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22187] ppid=22183 vsize=26004064 memory=732369950773005285 CPUtime=0 cores=0-7
/proc/22185/task/22187/stat : 22187 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671934901264 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22188] ppid=22183 vsize=26004064 memory=139812435551872 CPUtime=0 cores=0-7
/proc/22185/task/22188/stat : 22188 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671520717968 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22189] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22189/stat : 22189 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671519664912 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22190] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22190/stat : 22190 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671518612368 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22191] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22191/stat : 22191 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671517559312 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22192] ppid=22183 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22185/task/22192/stat : 22192 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671516506768 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22193] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22193/stat : 22193 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671515453712 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22194] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22194/stat : 22194 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671514401168 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22195] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22195/stat : 22195 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394874 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671358909168 139671963069058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22196] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22196/stat : 22196 (java) S 22183 22183 19268 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97394875 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671357855392 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22197] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22197/stat : 22197 (java) S 22183 22183 19268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97394875 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671356802288 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22198] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22198/stat : 22198 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394877 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671355750864 139671963076507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22199] ppid=22183 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/22185/task/22199/stat : 22199 (java) S 22183 22183 19268 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 20 0 97394877 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671354697968 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22200] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22200/stat : 22200 (java) S 22183 22183 19268 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 20 0 97394877 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671353645424 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22201] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22201/stat : 22201 (java) S 22183 22183 19268 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 20 0 97394877 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671352592368 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22202] ppid=22183 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/22185/task/22202/stat : 22202 (java) R 22183 22183 19268 0 -1 4202560 855 0 0 0 7 0 0 0 20 0 20 0 97394877 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671351539824 139671963069846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22203] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22203/stat : 22203 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394878 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671350488032 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22204] ppid=22183 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22185/task/22204/stat : 22204 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394878 26628161536 9807 33554432000 4194304 4196468 140728221738896 139671349435568 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40612 KiB

[startup+0.310215 s]*
/proc/loadavg: 7.70 5.69 6.22 3/199 22204
/proc/meminfo: memFree=28799088/32770624 swapFree=67108860/67108860
[pid=22183] ppid=22180 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22183/stat : 22183 (xcsp3-exec) S 22180 22183 19268 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97394871 9740288 346 33554432000 4194304 5098028 140730417862400 140730417860504 139933592212092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10248192 140730417865834 140730417866044 140730417866044 140730417868779 0
/proc/22183/statm: 2378 346 289 221 0 87 0
[pid=22185] ppid=22183 vsize=26004064 memory=44380 CPUtime=0.5 cores=0-7
/proc/22185/stat : 22185 (java) S 22183 22183 19268 0 -1 1077944320 8873 0 0 0 47 3 0 0 20 0 20 0 97394872 26628161536 11095 33554432000 4194304 4196468 140728221738896 140728221721440 139671963057911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
/proc/22185/statm: 6501016 11095 3073 1 0 6488269 0
[pid=22185/tid=22186] ppid=22183 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22185/task/22186/stat : 22186 (java) R 22183 22183 19268 0 -1 4202560 5583 0 0 0 27 2 0 0 20 0 20 0 97394872 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671967294000 139671599786676 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22187] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22187/stat : 22187 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671934901264 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22188] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22188/stat : 22188 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671520717968 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22189] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22189/stat : 22189 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671519664912 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22190] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22190/stat : 22190 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671518612368 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22191] ppid=22183 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/22185/task/22191/stat : 22191 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671517559312 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22192] ppid=22183 vsize=26004064 memory=139812325651375 CPUtime=0 cores=0-7
/proc/22185/task/22192/stat : 22192 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671516506768 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22193] ppid=22183 vsize=26004064 memory=139812325653680 CPUtime=0 cores=0-7
/proc/22185/task/22193/stat : 22193 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671515453712 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22194] ppid=22183 vsize=26004064 memory=139812325655984 CPUtime=0 cores=0-7
/proc/22185/task/22194/stat : 22194 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394873 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671514401168 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22195] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22195/stat : 22195 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394874 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671358909168 139671963069058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22196] ppid=22183 vsize=26004064 memory=279624651318928 CPUtime=0 cores=0-7
/proc/22185/task/22196/stat : 22196 (java) S 22183 22183 19268 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97394875 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671357855392 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22197] ppid=22183 vsize=26004064 memory=279624651325840 CPUtime=0 cores=0-7
/proc/22185/task/22197/stat : 22197 (java) S 22183 22183 19268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97394875 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671356802288 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22198] ppid=22183 vsize=26004064 memory=279624651267120 CPUtime=0 cores=0-7
/proc/22185/task/22198/stat : 22198 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394877 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671355750864 139671963076507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22199] ppid=22183 vsize=26004064 memory=279624651339664 CPUtime=0.03 cores=0-7
/proc/22185/task/22199/stat : 22199 (java) S 22183 22183 19268 0 -1 1077944384 527 0 0 0 3 0 0 0 20 0 20 0 97394877 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671354697968 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22200] ppid=22183 vsize=26004064 memory=279624651346576 CPUtime=0.01 cores=0-7
/proc/22185/task/22200/stat : 22200 (java) S 22183 22183 19268 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 20 0 97394877 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671353645424 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22201] ppid=22183 vsize=26004064 memory=279624651344272 CPUtime=0.02 cores=0-7
/proc/22185/task/22201/stat : 22201 (java) S 22183 22183 19268 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 20 0 97394877 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671352592368 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22202] ppid=22183 vsize=26004064 memory=279624651360432 CPUtime=0.12 cores=0-7
/proc/22185/task/22202/stat : 22202 (java) R 22183 22183 19268 0 -1 4202560 1004 0 0 0 12 0 0 0 20 0 20 0 97394877 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671351536192 139671963069846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22203] ppid=22183 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22185/task/22203/stat : 22203 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97394878 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671350488032 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22204] ppid=22183 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22185/task/22204/stat : 22204 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97394878 26628161536 11095 33554432000 4194304 4196468 140728221738896 139671349435568 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45764 KiB

[startup+0.700976 s]
/proc/loadavg: 7.70 5.69 6.22 4/199 22204
/proc/meminfo: memFree=28768876/32770624 swapFree=67108860/67108860
[pid=22183] ppid=22180 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22183/stat : 22183 (xcsp3-exec) S 22180 22183 19268 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97394871 9740288 346 33554432000 4194304 5098028 140730417862400 140730417860504 139933592212092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10248192 140730417865834 140730417866044 140730417866044 140730417868779 0
/proc/22183/statm: 2378 346 289 221 0 87 0
[pid=22185] ppid=22183 vsize=26004140 memory=138848 CPUtime=1.9 cores=0-7
/proc/22185/stat : 22185 (java) S 22183 22183 19268 0 -1 1077944320 12987 0 0 0 185 5 0 0 20 0 20 0 97394872 26628239360 34712 33554432000 4194304 4196468 140728221738896 140728221721440 139671963057911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
/proc/22185/statm: 6501035 34712 3196 1 0 6488269 0
[pid=22185/tid=22186] ppid=22183 vsize=26004140 memory=279624651655360 CPUtime=0.67 cores=0-7
/proc/22185/task/22186/stat : 22186 (java) R 22183 22183 19268 0 -1 4202560 5905 0 0 0 64 3 0 0 20 0 20 0 97394872 26628239360 34712 33554432000 4194304 4196468 140728221738896 139671967293856 139671603520173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22187] ppid=22183 vsize=26004140 memory=12064 CPUtime=0 cores=0-7
/proc/22185/task/22187/stat : 22187 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628239360 34712 33554432000 4194304 4196468 140728221738896 139671934901264 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22188] ppid=22183 vsize=26004140 memory=1004 CPUtime=0 cores=0-7
/proc/22185/task/22188/stat : 22188 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628239360 34712 33554432000 4194304 4196468 140728221738896 139671520717968 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22189] ppid=22183 vsize=26004140 memory=1228 CPUtime=0 cores=0-7
/proc/22185/task/22189/stat : 22189 (java) S 22183 22183 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97394873 26628239360 34712 33554432000 4194304 4196468 140728221738896 139671519664912 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0

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

[pid=22185/tid=22236] ppid=22183 vsize=26538700 memory=792 CPUtime=19.25 cores=0-7
/proc/22185/task/22236/stat : 22236 (java) S 22183 22183 19268 0 -1 1077944384 1317 0 0 0 1920 5 0 0 20 0 28 0 97407957 27175628800 1725216 33554432000 4194304 4196468 140728221738896 139671335114320 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
Current children cumulated CPU time: 632.11 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6902248 KiB

[startup+222.301 s]
/proc/loadavg: 2.74 4.54 5.67 2/208 22244
/proc/meminfo: memFree=21928556/32770624 swapFree=67108860/67108860
[pid=22183] ppid=22180 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22183/stat : 22183 (xcsp3-exec) S 22180 22183 19268 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97394871 9740288 346 33554432000 4194304 5098028 140730417862400 140730417860504 139933592212092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10248192 140730417865834 140730417866044 140730417866044 140730417868779 0
/proc/22183/statm: 2378 346 289 221 0 87 0
[pid=22185] ppid=22183 vsize=26538700 memory=6900872 CPUtime=713.02 cores=0-7
/proc/22185/stat : 22185 (java) S 22183 22183 19268 0 -1 1077944320 164291 0 0 0 69841 1461 0 0 20 0 28 0 97394872 27175628800 1725218 33554432000 4194304 4196468 140728221738896 140728221721440 139671963057911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
/proc/22185/statm: 6634675 1725218 3299 1 0 6621909 0
[pid=22185/tid=22186] ppid=22183 vsize=26538700 memory=6900872 CPUtime=6.06 cores=0-7
/proc/22185/task/22186/stat : 22186 (java) S 22183 22183 19268 0 -1 1077944384 8526 0 0 0 590 16 0 0 20 0 28 0 97394872 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671967298688 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22187] ppid=22183 vsize=26538700 memory=6900872 CPUtime=16.62 cores=0-7
/proc/22185/task/22187/stat : 22187 (java) S 22183 22183 19268 0 -1 1077944384 5387 0 0 0 1511 151 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671934901264 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22188] ppid=22183 vsize=26538700 memory=1384 CPUtime=16.55 cores=0-7
/proc/22185/task/22188/stat : 22188 (java) S 22183 22183 19268 0 -1 1077944384 4327 0 0 0 1523 132 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671520717968 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22189] ppid=22183 vsize=26538700 memory=13252 CPUtime=16.67 cores=0-7
/proc/22185/task/22189/stat : 22189 (java) S 22183 22183 19268 0 -1 1077944384 5069 0 0 0 1527 140 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671519664912 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22190] ppid=22183 vsize=26538700 memory=1384 CPUtime=16.71 cores=0-7
/proc/22185/task/22190/stat : 22190 (java) S 22183 22183 19268 0 -1 1077944384 4432 0 0 0 1526 145 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671518612368 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22191] ppid=22183 vsize=26538700 memory=792 CPUtime=16.68 cores=0-7
/proc/22185/task/22191/stat : 22191 (java) S 22183 22183 19268 0 -1 1077944384 4426 0 0 0 1523 145 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671517559312 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22192] ppid=22183 vsize=26538700 memory=2196 CPUtime=16.74 cores=0-7
/proc/22185/task/22192/stat : 22192 (java) S 22183 22183 19268 0 -1 1077944384 4978 0 0 0 1536 138 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671516506768 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22193] ppid=22183 vsize=26538700 memory=6508 CPUtime=16.73 cores=0-7
/proc/22185/task/22193/stat : 22193 (java) S 22183 22183 19268 0 -1 1077944384 4351 0 0 0 1525 148 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671515453712 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22194] ppid=22183 vsize=26538700 memory=1384 CPUtime=16.64 cores=0-7
/proc/22185/task/22194/stat : 22194 (java) S 22183 22183 19268 0 -1 1077944384 5452 0 0 0 1524 140 0 0 20 0 28 0 97394873 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671514401168 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22195] ppid=22183 vsize=26538700 memory=6900872 CPUtime=4.86 cores=0-7
/proc/22185/task/22195/stat : 22195 (java) S 22183 22183 19268 0 -1 1077944384 14848 0 0 0 470 16 0 0 20 0 28 0 97394874 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671358909168 139671963069058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22196] ppid=22183 vsize=26538700 memory=4096 CPUtime=0 cores=0-7
/proc/22185/task/22196/stat : 22196 (java) S 22183 22183 19268 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 28 0 97394875 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671357855456 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22197] ppid=22183 vsize=26538700 memory=28624 CPUtime=0 cores=0-7
/proc/22185/task/22197/stat : 22197 (java) S 22183 22183 19268 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 97394875 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671356802304 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22198] ppid=22183 vsize=26538700 memory=4096 CPUtime=0 cores=0-7
/proc/22185/task/22198/stat : 22198 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97394877 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671355750864 139671963076507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22199] ppid=22183 vsize=26538700 memory=28624 CPUtime=3.03 cores=0-7
/proc/22185/task/22199/stat : 22199 (java) S 22183 22183 19268 0 -1 1077944384 10890 0 0 0 302 1 0 0 20 0 28 0 97394877 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671354697968 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22200] ppid=22183 vsize=26538700 memory=6900872 CPUtime=3.39 cores=0-7
/proc/22185/task/22200/stat : 22200 (java) S 22183 22183 19268 0 -1 1077944384 15811 0 0 0 335 4 0 0 20 0 28 0 97394877 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671353645424 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22201] ppid=22183 vsize=26538700 memory=1384 CPUtime=2.6 cores=0-7
/proc/22185/task/22201/stat : 22201 (java) S 22183 22183 19268 0 -1 1077944384 9974 0 0 0 258 2 0 0 20 0 28 0 97394877 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671352592368 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22202] ppid=22183 vsize=26538700 memory=6900872 CPUtime=0.92 cores=0-7
/proc/22185/task/22202/stat : 22202 (java) S 22183 22183 19268 0 -1 1077944384 14244 0 0 0 89 3 0 0 20 0 28 0 97394877 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671351539824 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22203] ppid=22183 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/22185/task/22203/stat : 22203 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97394878 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671350488032 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22204] ppid=22183 vsize=26538700 memory=4096 CPUtime=0.1 cores=0-7
/proc/22185/task/22204/stat : 22204 (java) S 22183 22183 19268 0 -1 1077944384 2362 0 0 0 4 6 0 0 20 0 28 0 97394878 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671349435568 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22237] ppid=22183 vsize=26538700 memory=1384 CPUtime=3.06 cores=0-7
/proc/22185/task/22237/stat : 22237 (java) S 22183 22183 19268 0 -1 1077944384 870 0 0 0 300 6 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671338270640 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22238] ppid=22183 vsize=26538700 memory=4096 CPUtime=2.98 cores=0-7
/proc/22185/task/22238/stat : 22238 (java) S 22183 22183 19268 0 -1 1077944384 362 0 0 0 290 8 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671340377424 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22239] ppid=22183 vsize=26538700 memory=28624 CPUtime=2.98 cores=0-7
/proc/22185/task/22239/stat : 22239 (java) S 22183 22183 19268 0 -1 1077944384 428 0 0 0 285 13 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671334061008 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22240] ppid=22183 vsize=26538700 memory=2428 CPUtime=2.95 cores=0-7
/proc/22185/task/22240/stat : 22240 (java) S 22183 22183 19268 0 -1 1077944384 1304 0 0 0 295 0 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671339324496 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22241] ppid=22183 vsize=26538700 memory=339 CPUtime=2.96 cores=0-7
/proc/22185/task/22241/stat : 22241 (java) S 22183 22183 19268 0 -1 1077944384 387 0 0 0 296 0 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671341429456 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22242] ppid=22183 vsize=26538700 memory=260 CPUtime=42.41 cores=0-7
/proc/22185/task/22242/stat : 22242 (java) R 22183 22183 19268 0 -1 4202560 1831 0 0 0 4235 6 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671335107544 139671604713863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22243] ppid=22183 vsize=26538700 memory=4096 CPUtime=3.01 cores=0-7
/proc/22185/task/22243/stat : 22243 (java) S 22183 22183 19268 0 -1 1077944384 687 0 0 0 301 0 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671337219536 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22244] ppid=22183 vsize=26538700 memory=28624 CPUtime=2.94 cores=0-7
/proc/22185/task/22244/stat : 22244 (java) S 22183 22183 19268 0 -1 1077944384 419 0 0 0 294 0 0 0 20 0 28 0 97412852 27175628800 1725218 33554432000 4194304 4196468 140728221738896 139671336166992 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
Current children cumulated CPU time: 713.02 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6902256 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 3.20 4.44 5.61 9/208 22252
/proc/meminfo: memFree=21926708/32770624 swapFree=67108860/67108860
[pid=22183] ppid=22180 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22183/stat : 22183 (xcsp3-exec) S 22180 22183 19268 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97394871 9740288 346 33554432000 4194304 5098028 140730417862400 140730417860504 139933592212092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10248192 140730417865834 140730417866044 140730417866044 140730417868779 0
/proc/22183/statm: 2378 346 289 221 0 87 0
[pid=22185] ppid=22183 vsize=26538700 memory=6901752 CPUtime=795.44 cores=0-7
/proc/22185/stat : 22185 (java) S 22183 22183 19268 0 -1 1077944320 188576 0 0 0 78026 1518 0 0 20 0 28 0 97394872 27175628800 1725438 33554432000 4194304 4196468 140728221738896 140728221721440 139671963057911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
/proc/22185/statm: 6634675 1725438 3300 1 0 6621909 0
[pid=22185/tid=22186] ppid=22183 vsize=26538700 memory=6791534058613427641 CPUtime=6.07 cores=0-7
/proc/22185/task/22186/stat : 22186 (java) S 22183 22183 19268 0 -1 1077944384 8843 0 0 0 590 17 0 0 20 0 28 0 97394872 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671967298688 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22187] ppid=22183 vsize=26538700 memory=-5921431000321636112 CPUtime=16.99 cores=0-7
/proc/22185/task/22187/stat : 22187 (java) S 22183 22183 19268 0 -1 1077944384 7036 0 0 0 1547 152 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671934901264 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22188] ppid=22183 vsize=26538700 memory=6791534058613427641 CPUtime=16.92 cores=0-7
/proc/22185/task/22188/stat : 22188 (java) S 22183 22183 19268 0 -1 1077944384 4844 0 0 0 1559 133 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671520717968 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22189] ppid=22183 vsize=26538700 memory=6791534058613427641 CPUtime=17.05 cores=0-7
/proc/22185/task/22189/stat : 22189 (java) S 22183 22183 19268 0 -1 1077944384 6000 0 0 0 1565 140 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671519664912 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22190] ppid=22183 vsize=26538700 memory=-7003737579269690708 CPUtime=17.09 cores=0-7
/proc/22185/task/22190/stat : 22190 (java) S 22183 22183 19268 0 -1 1077944384 5293 0 0 0 1562 147 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671518612368 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22191] ppid=22183 vsize=26538700 memory=15876 CPUtime=17.05 cores=0-7
/proc/22185/task/22191/stat : 22191 (java) S 22183 22183 19268 0 -1 1077944384 5349 0 0 0 1560 145 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671517559312 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22192] ppid=22183 vsize=26538700 memory=16432 CPUtime=17.11 cores=0-7
/proc/22185/task/22192/stat : 22192 (java) S 22183 22183 19268 0 -1 1077944384 5482 0 0 0 1570 141 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671516506768 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22193] ppid=22183 vsize=26538700 memory=16880 CPUtime=17.11 cores=0-7
/proc/22185/task/22193/stat : 22193 (java) S 22183 22183 19268 0 -1 1077944384 4565 0 0 0 1562 149 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671515453712 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22194] ppid=22183 vsize=26538700 memory=4044 CPUtime=17.02 cores=0-7
/proc/22185/task/22194/stat : 22194 (java) S 22183 22183 19268 0 -1 1077944384 6278 0 0 0 1561 141 0 0 20 0 28 0 97394873 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671514401168 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22195] ppid=22183 vsize=26538700 memory=1792 CPUtime=4.89 cores=0-7
/proc/22185/task/22195/stat : 22195 (java) S 22183 22183 19268 0 -1 1077944384 15353 0 0 0 471 18 0 0 20 0 28 0 97394874 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671358909168 139671963069058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22196] ppid=22183 vsize=26538700 memory=636 CPUtime=0 cores=0-7
/proc/22185/task/22196/stat : 22196 (java) S 22183 22183 19268 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 97394875 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671357855456 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22197] ppid=22183 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/22185/task/22197/stat : 22197 (java) S 22183 22183 19268 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 97394875 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671356802304 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22198] ppid=22183 vsize=26538700 memory=960 CPUtime=0 cores=0-7
/proc/22185/task/22198/stat : 22198 (java) S 22183 22183 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97394877 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671355750864 139671963076507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22199] ppid=22183 vsize=26538700 memory=2240 CPUtime=3.11 cores=0-7
/proc/22185/task/22199/stat : 22199 (java) S 22183 22183 19268 0 -1 1077944384 12824 0 0 0 309 2 0 0 20 0 28 0 97394877 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671354697968 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22200] ppid=22183 vsize=26538700 memory=2340 CPUtime=3.51 cores=0-7
/proc/22185/task/22200/stat : 22200 (java) S 22183 22183 19268 0 -1 1077944384 17020 0 0 0 346 5 0 0 20 0 28 0 97394877 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671353645424 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22201] ppid=22183 vsize=26538700 memory=4080 CPUtime=2.76 cores=0-7
/proc/22185/task/22201/stat : 22201 (java) S 22183 22183 19268 0 -1 1077944384 11764 0 0 0 273 3 0 0 20 0 28 0 97394877 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671352592368 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22202] ppid=22183 vsize=26538700 memory=932 CPUtime=0.96 cores=0-7
/proc/22185/task/22202/stat : 22202 (java) S 22183 22183 19268 0 -1 1077944384 17023 0 0 0 92 4 0 0 20 0 28 0 97394877 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671351539824 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22203] ppid=22183 vsize=26538700 memory=1584 CPUtime=0 cores=0-7
/proc/22185/task/22203/stat : 22203 (java) S 22183 22183 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97394878 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671350488032 139671963068117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22204] ppid=22183 vsize=26538700 memory=6370993010451178088 CPUtime=0.12 cores=0-7
/proc/22185/task/22204/stat : 22204 (java) S 22183 22183 19268 0 -1 1077944384 2876 0 0 0 5 7 0 0 20 0 28 0 97394878 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671349435568 139671963069058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22245] ppid=22183 vsize=26538700 memory=2196 CPUtime=7.19 cores=0-7
/proc/22185/task/22245/stat : 22245 (java) R 22183 22183 19268 0 -1 4202560 737 0 0 0 718 1 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671341423656 139671603218723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22246] ppid=22183 vsize=26538700 memory=6508 CPUtime=7.16 cores=0-7
/proc/22185/task/22246/stat : 22246 (java) R 22183 22183 19268 0 -1 4202560 769 0 0 0 709 7 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671335108400 139671608750231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22247] ppid=22183 vsize=26538700 memory=840 CPUtime=6.92 cores=0-7
/proc/22185/task/22247/stat : 22247 (java) R 22183 22183 19268 0 -1 4202560 858 0 0 0 682 10 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671340371624 139671607205233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22248] ppid=22183 vsize=26538700 memory=1696 CPUtime=7.16 cores=0-7
/proc/22185/task/22248/stat : 22248 (java) R 22183 22183 19268 0 -1 4202560 987 0 0 0 716 0 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671336161176 139671605425983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22249] ppid=22183 vsize=26538700 memory=920 CPUtime=7.19 cores=0-7
/proc/22185/task/22249/stat : 22249 (java) R 22183 22183 19268 0 -1 4202560 676 0 0 0 709 10 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671337213352 139671605425484 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22250] ppid=22183 vsize=26538700 memory=4112 CPUtime=6.99 cores=0-7
/proc/22185/task/22250/stat : 22250 (java) R 22183 22183 19268 0 -1 4202560 1787 0 0 0 698 1 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671339318968 139671608750185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22251] ppid=22183 vsize=26538700 memory=4100 CPUtime=7.02 cores=0-7
/proc/22185/task/22251/stat : 22251 (java) R 22183 22183 19268 0 -1 4202560 1927 0 0 0 690 12 0 0 20 0 28 0 97419314 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671338268232 139671608093607 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
[pid=22185/tid=22252] ppid=22183 vsize=26538700 memory=1160 CPUtime=7.15 cores=0-7
/proc/22185/task/22252/stat : 22252 (java) R 22183 22183 19268 0 -1 4202560 354 0 0 0 715 0 0 0 20 0 28 0 97419315 27175628800 1725438 33554432000 4194304 4196468 140728221738896 139671334055704 139671605425779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38187008 140728221742232 140728221742408 140728221742408 140728221745103 0
Current children cumulated CPU time: 795.44 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6903136 KiB

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

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

[startup+252.131 s]
# the end of solver process 22185 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=780.949 s, system=15.2246 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.131
CPU time (s): 796.174
CPU user time (s): 780.949
CPU system time (s): 15.2246
CPU usage (%): 315.778
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 6903136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 780.949
system time used= 15.2246
maximum resident set size= 6902184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14863
involuntary context switches= 7829


# summary of solver processes directly reported to runsolver:
#   pid: 22183,22185
#   total CPU time (s): 796.174
#   total CPU user time (s): 780.949
#   total CPU system time (s): 15.2246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.0227 second user time and 3.0551 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 18:38:00
IDJOB=4271558
IDBENCH=126248
IDSOLVER=2663
FILE ID=node148/4271558-1502643138
RUNJOBID= node148-1502640088-19295
PBS_JOBID= 20628333
Free space on /tmp= 61616 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-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-4271558-1502643138/watcher-4271558-1502643138 -o /tmp/evaluation-result-4271558-1502643138/solver-4271558-1502643138 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502640088-19295 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1791873919 HOME/instance-4271558-1502643138.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=1791873919

node148.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.19
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.19
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.19
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.19
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:        28830460 kB
MemAvailable:   31989696 kB
Buffers:          207924 kB
Cached:          3240180 kB
SwapCached:            0 kB
Active:           755400 kB
Inactive:        2745156 kB
Active(anon):       3688 kB
Inactive(anon):    76688 kB
Active(file):     751712 kB
Inactive(file):  2668468 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9108 kB
Writeback:            32 kB
AnonPages:         52048 kB
Mapped:            43876 kB
Shmem:             25224 kB
Slab:             135952 kB
SReclaimable:     109784 kB
SUnreclaim:        26168 kB
KernelStack:        3392 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61608 MiB
End job on node148 at 2017-08-13 18:42:12