Trace number 4280288

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)3 20080.9 2520.1001

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax 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-4280288-1503163186.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280288-1503163186.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
3.29/1.33	c solve instance...
13.61/2.87	o 0 
21.40/4.10	o 1 
134.75/18.73	o 3 
20080.15/2520.08	s SATISFIABLE
20080.15/2520.08	v <instantiation>
20080.15/2520.08	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
20080.15/2520.08	v 	<values>3 498 252 250 485 424 0 471 265 262 464 273 261 451 269 259 450 275 275 449 276 274 427 279 278 405 394 0 403 281 252 400 297 276 388 317 292 380 304 300 375 355 253 374 328 276 374 321 284 369 365 250 368 357 250 344 339 310 337 322 322 287 284 0 0 0 0 0 0 0 0 0 0 </values>
20080.15/2520.08	v </instantiation>
20080.15/2520.08	c Unexpected resolution interruption!

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280288-1503163186/watcher-4280288-1503163186 -o /tmp/evaluation-result-4280288-1503163186/solver-4280288-1503163186 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503157283-24749 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2002582959 HOME/instance-4280288-1503163186.xml 

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

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

solver pid=25207, runsolver pid=25204

[startup+0.100139 s]*
/proc/loadavg: 8.01 8.23 8.26 2/199 25228
/proc/meminfo: memFree=27043080/32770624 swapFree=67108860/67108860
[pid=25207] ppid=25204 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25207/stat : 25207 (xcsp3-exec) S 25204 25207 24722 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149406554 9740288 346 33554432000 4194304 5098028 140732371166176 140732371164280 140533222351484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12189696 140732371174500 140732371174711 140732371174711 140732371177451 0
/proc/25207/statm: 2378 346 289 221 0 87 0
[pid=25209] ppid=25207 vsize=25999808 memory=26724 CPUtime=0.12 cores=0-7
/proc/25209/stat : 25209 (java) S 25207 25207 24722 0 -1 1077944320 5483 0 0 0 11 1 0 0 20 0 20 0 149406554 26623803392 6681 33554432000 4194304 4196468 140721731400624 140721731383168 140040435670775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
/proc/25209/statm: 6499952 6681 2888 1 0 6488269 0
[pid=25209/tid=25210] ppid=25207 vsize=25999808 memory=7825456735160541847 CPUtime=0.08 cores=0-7
/proc/25209/task/25210/stat : 25210 (java) R 25207 25207 24722 0 -1 4202560 3479 0 0 0 8 0 0 0 20 0 20 0 149406554 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040439904048 140040419751262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25211] ppid=25207 vsize=25999808 memory=732370275489536997 CPUtime=0 cores=0-7
/proc/25209/task/25211/stat : 25211 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040388291600 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25212] ppid=25207 vsize=25999808 memory=140137152083584 CPUtime=0 cores=0-7
/proc/25209/task/25212/stat : 25212 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040387239056 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25213] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25213/stat : 25213 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040386186000 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25214] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25214/stat : 25214 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040385133456 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25215] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25215/stat : 25215 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040384080400 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25216] ppid=25207 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25209/task/25216/stat : 25216 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040383027856 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25217] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25217/stat : 25217 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040381974800 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25218] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25218/stat : 25218 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26623803392 6681 33554432000 4194304 4196468 140721731400624 140040380922256 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25219] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25219/stat : 25219 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406556 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039177816816 140040435681922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25220] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25220/stat : 25220 (java) S 25207 25207 24722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149406557 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039176763040 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25221] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25221/stat : 25221 (java) S 25207 25207 24722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149406557 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039175709936 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25222] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25222/stat : 25222 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406559 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039174658512 140040435689371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25223] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25223/stat : 25223 (java) S 25207 25207 24722 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 20 0 149406559 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039173605616 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25224] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25224/stat : 25224 (java) R 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406559 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039172553072 140040435681922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25225] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25225/stat : 25225 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406559 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039171500016 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25226] ppid=25207 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/25209/task/25226/stat : 25226 (java) S 25207 25207 24722 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 20 0 149406559 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039170447472 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25227] ppid=25207 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25227/stat : 25227 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406560 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039169395680 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25228] ppid=25207 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25209/task/25228/stat : 25228 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406560 26623803392 6681 33554432000 4194304 4196468 140721731400624 140039168343216 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28108 KiB

[startup+0.210022 s]*
/proc/loadavg: 8.01 8.23 8.26 3/199 25228
/proc/meminfo: memFree=27031580/32770624 swapFree=67108860/67108860
[pid=25207] ppid=25204 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25207/stat : 25207 (xcsp3-exec) S 25204 25207 24722 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149406554 9740288 346 33554432000 4194304 5098028 140732371166176 140732371164280 140533222351484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12189696 140732371174500 140732371174711 140732371174711 140732371177451 0
/proc/25207/statm: 2378 346 289 221 0 87 0
[pid=25209] ppid=25207 vsize=26004064 memory=39068 CPUtime=0.33 cores=0-7
/proc/25209/stat : 25209 (java) S 25207 25207 24722 0 -1 1077944320 8330 0 0 0 31 2 0 0 20 0 20 0 149406554 26628161536 9767 33554432000 4194304 4196468 140721731400624 140721731383168 140040435670775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
/proc/25209/statm: 6501016 9767 3046 1 0 6488269 0
[pid=25209/tid=25210] ppid=25207 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/25209/task/25210/stat : 25210 (java) R 25207 25207 24722 0 -1 4202560 5388 0 0 0 18 1 0 0 20 0 20 0 149406554 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040439875520 140040419751262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25211] ppid=25207 vsize=26004064 memory=732370275489536997 CPUtime=0 cores=0-7
/proc/25209/task/25211/stat : 25211 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040388291600 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25212] ppid=25207 vsize=26004064 memory=140137152083584 CPUtime=0 cores=0-7
/proc/25209/task/25212/stat : 25212 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040387239056 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25213] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25213/stat : 25213 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040386186000 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25214] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25214/stat : 25214 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040385133456 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25215] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25215/stat : 25215 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040384080400 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25216] ppid=25207 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25209/task/25216/stat : 25216 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040383027856 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25217] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25217/stat : 25217 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040381974800 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25218] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25218/stat : 25218 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 9767 33554432000 4194304 4196468 140721731400624 140040380922256 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25219] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25219/stat : 25219 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406556 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039177816816 140040435681922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25220] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25220/stat : 25220 (java) S 25207 25207 24722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149406557 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039176763040 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25221] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25221/stat : 25221 (java) S 25207 25207 24722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149406557 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039175709936 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25222] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25222/stat : 25222 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406559 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039174658512 140040435689371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25223] ppid=25207 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25209/task/25223/stat : 25223 (java) S 25207 25207 24722 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 20 0 149406559 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039173605616 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25224] ppid=25207 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25209/task/25224/stat : 25224 (java) S 25207 25207 24722 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 149406559 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039172553072 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25225] ppid=25207 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25209/task/25225/stat : 25225 (java) S 25207 25207 24722 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 20 0 149406559 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039171500016 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25226] ppid=25207 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/25209/task/25226/stat : 25226 (java) R 25207 25207 24722 0 -1 4202560 760 0 0 0 7 0 0 0 20 0 20 0 149406559 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039170447472 140040419751262 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25227] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25227/stat : 25227 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406560 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039169395680 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25228] ppid=25207 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25209/task/25228/stat : 25228 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406560 26628161536 9767 33554432000 4194304 4196468 140721731400624 140039168343216 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40452 KiB

[startup+0.309441 s]*
/proc/loadavg: 8.01 8.23 8.26 3/199 25228
/proc/meminfo: memFree=27025376/32770624 swapFree=67108860/67108860
[pid=25207] ppid=25204 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25207/stat : 25207 (xcsp3-exec) S 25204 25207 24722 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149406554 9740288 346 33554432000 4194304 5098028 140732371166176 140732371164280 140533222351484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12189696 140732371174500 140732371174711 140732371174711 140732371177451 0
/proc/25207/statm: 2378 346 289 221 0 87 0
[pid=25209] ppid=25207 vsize=26004064 memory=45476 CPUtime=0.49 cores=0-7
/proc/25209/stat : 25209 (java) S 25207 25207 24722 0 -1 1077944320 9069 0 0 0 46 3 0 0 20 0 20 0 149406554 26628161536 11369 33554432000 4194304 4196468 140721731400624 140721731383168 140040435670775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
/proc/25209/statm: 6501016 11369 3062 1 0 6488269 0
[pid=25209/tid=25210] ppid=25207 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25209/task/25210/stat : 25210 (java) R 25207 25207 24722 0 -1 4202560 6065 0 0 0 27 2 0 0 20 0 20 0 149406554 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040439907648 140040435682710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25211] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25211/stat : 25211 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040388291600 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25212] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25212/stat : 25212 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040387239056 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25213] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25213/stat : 25213 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040386186000 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25214] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25214/stat : 25214 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040385133456 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25215] ppid=25207 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/25209/task/25215/stat : 25215 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040384080400 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25216] ppid=25207 vsize=26004064 memory=140136998335407 CPUtime=0 cores=0-7
/proc/25209/task/25216/stat : 25216 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040383027856 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25217] ppid=25207 vsize=26004064 memory=140136998337712 CPUtime=0 cores=0-7
/proc/25209/task/25217/stat : 25217 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040381974800 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25218] ppid=25207 vsize=26004064 memory=140136998340016 CPUtime=0 cores=0-7
/proc/25209/task/25218/stat : 25218 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26628161536 11369 33554432000 4194304 4196468 140721731400624 140040380922256 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25219] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25219/stat : 25219 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406556 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039177816816 140040435681922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25220] ppid=25207 vsize=26004064 memory=280273996686992 CPUtime=0 cores=0-7
/proc/25209/task/25220/stat : 25220 (java) S 25207 25207 24722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149406557 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039176763040 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25221] ppid=25207 vsize=26004064 memory=280273996693904 CPUtime=0 cores=0-7
/proc/25209/task/25221/stat : 25221 (java) S 25207 25207 24722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149406557 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039175709936 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25222] ppid=25207 vsize=26004064 memory=280273996635184 CPUtime=0 cores=0-7
/proc/25209/task/25222/stat : 25222 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406559 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039174658512 140040435689371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25223] ppid=25207 vsize=26004064 memory=280273996707728 CPUtime=0.01 cores=0-7
/proc/25209/task/25223/stat : 25223 (java) S 25207 25207 24722 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 20 0 149406559 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039173605616 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25224] ppid=25207 vsize=26004064 memory=280273996714640 CPUtime=0.02 cores=0-7
/proc/25209/task/25224/stat : 25224 (java) R 25207 25207 24722 0 -1 4202560 221 0 0 0 2 0 0 0 20 0 20 0 149406559 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039172553072 140040418952704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25225] ppid=25207 vsize=26004064 memory=280273996712336 CPUtime=0.02 cores=0-7
/proc/25209/task/25225/stat : 25225 (java) R 25207 25207 24722 0 -1 4202560 172 0 0 0 2 0 0 0 20 0 20 0 149406559 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039171498032 140040427960064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25226] ppid=25207 vsize=26004064 memory=280273996728496 CPUtime=0.11 cores=0-7
/proc/25209/task/25226/stat : 25226 (java) R 25207 25207 24722 0 -1 4202560 804 0 0 0 11 0 0 0 20 0 20 0 149406559 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039170447472 140040435682710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25227] ppid=25207 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25209/task/25227/stat : 25227 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406560 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039169395680 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25228] ppid=25207 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25209/task/25228/stat : 25228 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406560 26628161536 11369 33554432000 4194304 4196468 140721731400624 140039168343216 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46860 KiB

[startup+0.700884 s]
/proc/loadavg: 8.01 8.23 8.26 4/199 25228
/proc/meminfo: memFree=27000092/32770624 swapFree=67108860/67108860
[pid=25207] ppid=25204 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25207/stat : 25207 (xcsp3-exec) S 25204 25207 24722 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149406554 9740288 346 33554432000 4194304 5098028 140732371166176 140732371164280 140533222351484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12189696 140732371174500 140732371174711 140732371174711 140732371177451 0
/proc/25207/statm: 2378 346 289 221 0 87 0
[pid=25209] ppid=25207 vsize=26006188 memory=103912 CPUtime=1.95 cores=0-7
/proc/25209/stat : 25209 (java) S 25207 25207 24722 0 -1 1077944320 12506 0 0 0 190 5 0 0 20 0 20 0 149406554 26630336512 25978 33554432000 4194304 4196468 140721731400624 140721731383168 140040435670775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
/proc/25209/statm: 6501547 25978 3206 1 0 6488781 0
[pid=25209/tid=25210] ppid=25207 vsize=26006188 memory=280273997023424 CPUtime=0.67 cores=0-7
/proc/25209/task/25210/stat : 25210 (java) R 25207 25207 24722 0 -1 4202560 6773 0 0 0 64 3 0 0 20 0 20 0 149406554 26630336512 25978 33554432000 4194304 4196468 140721731400624 140040439909840 140040045663680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25211] ppid=25207 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/25209/task/25211/stat : 25211 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149406555 26630336512 25978 33554432000 4194304 4196468 140721731400624 140040388291600 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25212] ppid=25207 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/25209/task/25212/stat : 25212 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149406555 26630336512 25978 33554432000 4194304 4196468 140721731400624 140040387239056 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25213] ppid=25207 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/25209/task/25213/stat : 25213 (java) S 25207 25207 24722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149406555 26630336512 25978 33554432000 4194304 4196468 140721731400624 140040386186000 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0

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

[pid=25209/tid=25260] ppid=25207 vsize=26538700 memory=263712 CPUtime=2417.26 cores=0-7
/proc/25209/task/25260/stat : 25260 (java) R 25207 25207 24722 0 -1 4202560 3328 0 0 0 241724 2 0 0 20 0 28 0 149408428 27175628800 65928 33554432000 4194304 4196468 140721731400624 140039159279992 140040048449685 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
Current children cumulated CPU time: 19460.6 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 265096 KiB

[startup+2502.3 s]
/proc/loadavg: 8.43 8.24 8.25 9/207 25296
/proc/meminfo: memFree=26808364/32770624 swapFree=67108860/67108860
[pid=25207] ppid=25204 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25207/stat : 25207 (xcsp3-exec) S 25204 25207 24722 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149406554 9740288 346 33554432000 4194304 5098028 140732371166176 140732371164280 140533222351484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12189696 140732371174500 140732371174711 140732371174711 140732371177451 0
/proc/25207/statm: 2378 346 289 221 0 87 0
[pid=25209] ppid=25207 vsize=26538700 memory=263752 CPUtime=19938.9 cores=0-7
/proc/25209/stat : 25209 (java) S 25207 25207 24722 0 -1 1077944320 179543 0 0 0 1993784 110 0 0 20 0 28 0 149406554 27175628800 65938 33554432000 4194304 4196468 140721731400624 140721731383168 140040435670775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
/proc/25209/statm: 6634675 65938 3277 1 0 6621909 0
[pid=25209/tid=25210] ppid=25207 vsize=26538700 memory=1384 CPUtime=1.28 cores=0-7
/proc/25209/task/25210/stat : 25210 (java) S 25207 25207 24722 0 -1 1077944384 7146 0 0 0 124 4 0 0 20 0 28 0 149406554 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040439911552 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25211] ppid=25207 vsize=26538700 memory=3832 CPUtime=1.1 cores=0-7
/proc/25209/task/25211/stat : 25211 (java) S 25207 25207 24722 0 -1 1077944384 4142 0 0 0 105 5 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040388291600 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25212] ppid=25207 vsize=26538700 memory=1384 CPUtime=1.09 cores=0-7
/proc/25209/task/25212/stat : 25212 (java) S 25207 25207 24722 0 -1 1077944384 4144 0 0 0 104 5 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040387239056 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25213] ppid=25207 vsize=26538700 memory=6791534058613427641 CPUtime=1.11 cores=0-7
/proc/25209/task/25213/stat : 25213 (java) S 25207 25207 24722 0 -1 1077944384 4181 0 0 0 105 6 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040386186000 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25214] ppid=25207 vsize=26538700 memory=4044 CPUtime=1.04 cores=0-7
/proc/25209/task/25214/stat : 25214 (java) S 25207 25207 24722 0 -1 1077944384 3584 0 0 0 99 5 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040385133456 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25215] ppid=25207 vsize=26538700 memory=261664 CPUtime=1.09 cores=0-7
/proc/25209/task/25215/stat : 25215 (java) S 25207 25207 24722 0 -1 1077944384 5288 0 0 0 103 6 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040384080400 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25216] ppid=25207 vsize=26538700 memory=1384 CPUtime=1.06 cores=0-7
/proc/25209/task/25216/stat : 25216 (java) S 25207 25207 24722 0 -1 1077944384 5456 0 0 0 100 6 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040383027856 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25217] ppid=25207 vsize=26538700 memory=242074 CPUtime=1.09 cores=0-7
/proc/25209/task/25217/stat : 25217 (java) S 25207 25207 24722 0 -1 1077944384 4757 0 0 0 104 5 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040381974800 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25218] ppid=25207 vsize=26538700 memory=242773 CPUtime=1.08 cores=0-7
/proc/25209/task/25218/stat : 25218 (java) S 25207 25207 24722 0 -1 1077944384 4629 0 0 0 102 6 0 0 20 0 28 0 149406555 27175628800 65938 33554432000 4194304 4196468 140721731400624 140040380922256 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25219] ppid=25207 vsize=26538700 memory=1384 CPUtime=0.96 cores=0-7
/proc/25209/task/25219/stat : 25219 (java) S 25207 25207 24722 0 -1 1077944384 16852 0 0 0 77 19 0 0 20 0 28 0 149406556 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039177816816 140040435681922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25220] ppid=25207 vsize=26538700 memory=263752 CPUtime=0 cores=0-7
/proc/25209/task/25220/stat : 25220 (java) S 25207 25207 24722 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 149406557 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039176763104 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25221] ppid=25207 vsize=26538700 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25209/task/25221/stat : 25221 (java) S 25207 25207 24722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 149406557 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039175709952 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25222] ppid=25207 vsize=26538700 memory=8612 CPUtime=0 cores=0-7
/proc/25209/task/25222/stat : 25222 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149406559 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039174658512 140040435689371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25223] ppid=25207 vsize=26538700 memory=8612 CPUtime=2.03 cores=0-7
/proc/25209/task/25223/stat : 25223 (java) S 25207 25207 24722 0 -1 1077944384 14126 0 0 0 200 3 0 0 20 0 28 0 149406559 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039173605616 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25224] ppid=25207 vsize=26538700 memory=1224 CPUtime=1.72 cores=0-7
/proc/25209/task/25224/stat : 25224 (java) S 25207 25207 24722 0 -1 1077944384 13044 0 0 0 171 1 0 0 20 0 28 0 149406559 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039172553072 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25225] ppid=25207 vsize=26538700 memory=1384 CPUtime=2.28 cores=0-7
/proc/25209/task/25225/stat : 25225 (java) S 25207 25207 24722 0 -1 1077944384 17582 0 0 0 227 1 0 0 20 0 28 0 149406559 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039171500016 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25226] ppid=25207 vsize=26538700 memory=263752 CPUtime=0.71 cores=0-7
/proc/25209/task/25226/stat : 25226 (java) S 25207 25207 24722 0 -1 1077944384 9337 0 0 0 70 1 0 0 20 0 28 0 149406559 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039170447472 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25227] ppid=25207 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/25209/task/25227/stat : 25227 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149406560 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039169395680 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25228] ppid=25207 vsize=26538700 memory=263752 CPUtime=0.35 cores=0-7
/proc/25209/task/25228/stat : 25228 (java) R 25207 25207 24722 0 -1 1077944384 2668 0 0 0 0 35 0 0 20 0 28 0 149406560 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039168343216 140040435681922 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25253] ppid=25207 vsize=26538700 memory=263752 CPUtime=2473.01 cores=0-7
/proc/25209/task/25253/stat : 25253 (java) R 25207 25207 24722 0 -1 4202560 3659 0 0 0 247300 1 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039156120456 140040048409539 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25254] ppid=25207 vsize=26538700 memory=1384 CPUtime=2468.96 cores=0-7
/proc/25209/task/25254/stat : 25254 (java) R 25207 25207 24722 0 -1 4202560 3285 0 0 0 246894 2 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039160332336 140040048450012 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25255] ppid=25207 vsize=26538700 memory=263752 CPUtime=2470.11 cores=0-7
/proc/25209/task/25255/stat : 25255 (java) R 25207 25207 24722 0 -1 4202560 4923 0 0 0 247008 3 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140038951125144 140040048371507 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25256] ppid=25207 vsize=26538700 memory=1384 CPUtime=2478.42 cores=0-7
/proc/25209/task/25256/stat : 25256 (java) R 25207 25207 24722 0 -1 4202560 23366 0 0 0 247832 10 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039157176816 140040048049730 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25257] ppid=25207 vsize=26538700 memory=4140 CPUtime=2478.89 cores=0-7
/proc/25209/task/25257/stat : 25257 (java) R 25207 25207 24722 0 -1 4202560 10356 0 0 0 247884 5 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039155068936 140040048631118 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25258] ppid=25207 vsize=26538700 memory=41548 CPUtime=2476.85 cores=0-7
/proc/25209/task/25258/stat : 25258 (java) R 25207 25207 24722 0 -1 4202560 5138 0 0 0 247683 2 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140038952177224 140040048409125 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25259] ppid=25207 vsize=26538700 memory=6791534058613427641 CPUtime=2470.05 cores=0-7
/proc/25209/task/25259/stat : 25259 (java) R 25207 25207 24722 0 -1 4202560 3317 0 0 0 247003 2 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039158226808 140040049316416 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25260] ppid=25207 vsize=26538700 memory=263752 CPUtime=2477.16 cores=0-7
/proc/25209/task/25260/stat : 25260 (java) R 25207 25207 24722 0 -1 4202560 3398 0 0 0 247714 2 0 0 20 0 28 0 149408428 27175628800 65938 33554432000 4194304 4196468 140721731400624 140039159279744 140040049315921 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
Current children cumulated CPU time: 19938.9 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 265136 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.51 8.27 8.26 9/207 25296
/proc/meminfo: memFree=26806680/32770624 swapFree=67108860/67108860
[pid=25207] ppid=25204 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25207/stat : 25207 (xcsp3-exec) S 25204 25207 24722 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 149406554 9740288 346 33554432000 4194304 5098028 140732371166176 140732371164280 140533222351484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12189696 140732371174500 140732371174711 140732371174711 140732371177451 0
/proc/25207/statm: 2378 346 289 221 0 87 0
[pid=25209] ppid=25207 vsize=26538700 memory=265800 CPUtime=20080.2 cores=0-7
/proc/25209/stat : 25209 (java) S 25207 25207 24722 0 -1 1077944320 179990 0 0 0 2007903 112 0 0 20 0 28 0 149406554 27175628800 66450 33554432000 4194304 4196468 140721731400624 140721731383168 140040435670775 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
/proc/25209/statm: 6634675 66450 3277 1 0 6621909 0
[pid=25209/tid=25210] ppid=25207 vsize=26538700 memory=1398720917958146503 CPUtime=1.28 cores=0-7
/proc/25209/task/25210/stat : 25210 (java) S 25207 25207 24722 0 -1 1077944384 7146 0 0 0 124 4 0 0 20 0 28 0 149406554 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040439911552 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25211] ppid=25207 vsize=26538700 memory=-7003737579269690708 CPUtime=1.11 cores=0-7
/proc/25209/task/25211/stat : 25211 (java) S 25207 25207 24722 0 -1 1077944384 4144 0 0 0 106 5 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040388291600 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25212] ppid=25207 vsize=26538700 memory=7792 CPUtime=1.1 cores=0-7
/proc/25209/task/25212/stat : 25212 (java) S 25207 25207 24722 0 -1 1077944384 4169 0 0 0 104 6 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040387239056 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25213] ppid=25207 vsize=26538700 memory=840 CPUtime=1.11 cores=0-7
/proc/25209/task/25213/stat : 25213 (java) S 25207 25207 24722 0 -1 1077944384 4187 0 0 0 105 6 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040386186000 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25214] ppid=25207 vsize=26538700 memory=1692 CPUtime=1.05 cores=0-7
/proc/25209/task/25214/stat : 25214 (java) S 25207 25207 24722 0 -1 1077944384 3589 0 0 0 100 5 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040385133456 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25215] ppid=25207 vsize=26538700 memory=916 CPUtime=1.1 cores=0-7
/proc/25209/task/25215/stat : 25215 (java) S 25207 25207 24722 0 -1 1077944384 5338 0 0 0 104 6 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040384080400 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25216] ppid=25207 vsize=26538700 memory=4116 CPUtime=1.07 cores=0-7
/proc/25209/task/25216/stat : 25216 (java) S 25207 25207 24722 0 -1 1077944384 5459 0 0 0 101 6 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040383027856 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25217] ppid=25207 vsize=26538700 memory=1152 CPUtime=1.1 cores=0-7
/proc/25209/task/25217/stat : 25217 (java) S 25207 25207 24722 0 -1 1077944384 4766 0 0 0 105 5 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040381974800 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25218] ppid=25207 vsize=26538700 memory=3796 CPUtime=1.09 cores=0-7
/proc/25209/task/25218/stat : 25218 (java) S 25207 25207 24722 0 -1 1077944384 4638 0 0 0 103 6 0 0 20 0 28 0 149406555 27175628800 66450 33554432000 4194304 4196468 140721731400624 140040380922256 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25219] ppid=25207 vsize=26538700 memory=1384 CPUtime=0.96 cores=0-7
/proc/25209/task/25219/stat : 25219 (java) S 25207 25207 24722 0 -1 1077944384 17010 0 0 0 77 19 0 0 20 0 28 0 149406556 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039177816816 140040435681922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25220] ppid=25207 vsize=26538700 memory=265800 CPUtime=0 cores=0-7
/proc/25209/task/25220/stat : 25220 (java) S 25207 25207 24722 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 149406557 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039176763104 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25221] ppid=25207 vsize=26538700 memory=8612 CPUtime=0 cores=0-7
/proc/25209/task/25221/stat : 25221 (java) S 25207 25207 24722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 149406557 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039175709952 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25222] ppid=25207 vsize=26538700 memory=1224 CPUtime=0 cores=0-7
/proc/25209/task/25222/stat : 25222 (java) S 25207 25207 24722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149406559 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039174658512 140040435689371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25223] ppid=25207 vsize=26538700 memory=792 CPUtime=2.03 cores=0-7
/proc/25209/task/25223/stat : 25223 (java) S 25207 25207 24722 0 -1 1077944384 14126 0 0 0 200 3 0 0 20 0 28 0 149406559 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039173605616 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25224] ppid=25207 vsize=26538700 memory=1004 CPUtime=1.72 cores=0-7
/proc/25209/task/25224/stat : 25224 (java) S 25207 25207 24722 0 -1 1077944384 13044 0 0 0 171 1 0 0 20 0 28 0 149406559 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039172553072 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25225] ppid=25207 vsize=26538700 memory=5788 CPUtime=2.28 cores=0-7
/proc/25209/task/25225/stat : 25225 (java) S 25207 25207 24722 0 -1 1077944384 17582 0 0 0 227 1 0 0 20 0 28 0 149406559 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039171500016 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25226] ppid=25207 vsize=26538700 memory=1196 CPUtime=0.71 cores=0-7
/proc/25209/task/25226/stat : 25226 (java) S 25207 25207 24722 0 -1 1077944384 9337 0 0 0 70 1 0 0 20 0 28 0 149406559 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039170447472 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25227] ppid=25207 vsize=26538700 memory=4612 CPUtime=0 cores=0-7
/proc/25209/task/25227/stat : 25227 (java) S 25207 25207 24722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149406560 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039169395680 140040435680981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25228] ppid=25207 vsize=26538700 memory=15876 CPUtime=0.36 cores=0-7
/proc/25209/task/25228/stat : 25228 (java) S 25207 25207 24722 0 -1 1077944384 2679 0 0 0 0 36 0 0 20 0 28 0 149406560 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039168343216 140040435681922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25253] ppid=25207 vsize=26538700 memory=18448 CPUtime=2490.41 cores=0-7
/proc/25209/task/25253/stat : 25253 (java) R 25207 25207 24722 0 -1 4202560 3663 0 0 0 249039 2 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039156120456 140040048409245 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25254] ppid=25207 vsize=26538700 memory=23272 CPUtime=2486.6 cores=0-7
/proc/25209/task/25254/stat : 25254 (java) R 25207 25207 24722 0 -1 4202560 3295 0 0 0 248658 2 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039160332936 140040048408963 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25255] ppid=25207 vsize=26538700 memory=4044 CPUtime=2487.79 cores=0-7
/proc/25209/task/25255/stat : 25255 (java) R 25207 25207 24722 0 -1 4202560 4963 0 0 0 248776 3 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140038951125008 140040048449963 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25256] ppid=25207 vsize=26538700 memory=6791534058613427641 CPUtime=2496.1 cores=0-7
/proc/25209/task/25256/stat : 25256 (java) R 25207 25207 24722 0 -1 4202560 23412 0 0 0 249600 10 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039157176816 140040049318876 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25257] ppid=25207 vsize=26538700 memory=1384 CPUtime=2496.58 cores=0-7
/proc/25209/task/25257/stat : 25257 (java) R 25207 25207 24722 0 -1 4202560 10376 0 0 0 249652 6 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039155068936 140040049489856 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25258] ppid=25207 vsize=26538700 memory=265800 CPUtime=2494.52 cores=0-7
/proc/25209/task/25258/stat : 25258 (java) R 25207 25207 24722 0 -1 4202560 5170 0 0 0 249450 2 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140038952177128 140040048449740 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25259] ppid=25207 vsize=26538700 memory=4104 CPUtime=2487.73 cores=0-7
/proc/25209/task/25259/stat : 25259 (java) R 25207 25207 24722 0 -1 4202560 3326 0 0 0 248771 2 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039158226944 140040049318873 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
[pid=25209/tid=25260] ppid=25207 vsize=26538700 memory=1398720917958146503 CPUtime=2494.84 cores=0-7
/proc/25209/task/25260/stat : 25260 (java) R 25207 25207 24722 0 -1 4202560 3406 0 0 0 249482 2 0 0 20 0 28 0 149408428 27175628800 66450 33554432000 4194304 4196468 140721731400624 140039159279856 140040048409029 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25448448 140721731404946 140721731405123 140721731405123 140721731407823 0
Current children cumulated CPU time: 20080.1 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 267184 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.1
CPU time (s): 20080.9
CPU user time (s): 20079.8
CPU system time (s): 1.12549
CPU usage (%): 796.828
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 436392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20079.8
system time used= 1.12549
maximum resident set size= 439720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126017
involuntary context switches= 204939


# summary of solver processes directly reported to runsolver:
#   pid: 25207,25209
#   total CPU time (s): 20080.9
#   total CPU user time (s): 20079.8
#   total CPU system time (s): 1.12549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5829 second user time and 27.9998 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-19 19:05:26
IDJOB=4280288
IDBENCH=136037
IDSOLVER=2675
FILE ID=node107/4280288-1503163186
RUNJOBID= node107-1503157283-24749
PBS_JOBID= 20630820
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.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-4280288-1503163186/watcher-4280288-1503163186 -o /tmp/evaluation-result-4280288-1503163186/solver-4280288-1503163186 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503157283-24749 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2002582959 HOME/instance-4280288-1503163186.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=2002582959

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27059268 kB
MemAvailable:   31978028 kB
Buffers:          266812 kB
Cached:          4945384 kB
SwapCached:            0 kB
Active:           833372 kB
Inactive:        4431996 kB
Active(anon):      55792 kB
Inactive(anon):    33132 kB
Active(file):     777580 kB
Inactive(file):  4398864 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:         60740 kB
Mapped:            51104 kB
Shmem:             33420 kB
Slab:             142236 kB
SReclaimable:     116304 kB
SUnreclaim:        25932 kB
KernelStack:        3184 kB
PageTables:         4748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332796 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61860 MiB
End job on node107 at 2017-08-19 19:47:27