Trace number 4281261

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)2 2005.83 252.069

General information on the benchmark

NameBinPacking/
BinPacking-sum-ft/BinPacking-sum-ft060-11.xml
MD5SUM684901dbc993846247574678cc891221
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark242.52299
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints49
Number of domains2
Minimum domain size24
Maximum domain size47
Distribution of domain sizes[{"size":24,"count":1},{"size":47,"count":69}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":46},{"degree":5,"count":23}]
Minimum constraint arity3
Maximum constraint arity69
Distribution of constraint arities[{"arity":3,"count":46},{"arity":24,"count":1},{"arity":69,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":23},{"type":"lex","count":1},{"type":"sum","count":23},{"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-4281261-1503187817.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281261-1503187817.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.34/0.26	c parse instance...
1.05/0.55	c solve instance...
9.39/1.60	o 1 
29.30/4.16	o 2 
2005.43/252.06	s SATISFIABLE
2005.43/252.06	v <instantiation>
2005.43/252.06	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] </list>
2005.43/252.06	v 	<values>2 495 253 252 493 252 251 492 409 0 492 253 253 481 470 0 450 283 266 447 278 256 399 268 253 398 278 256 396 295 266 395 280 255 392 313 251 391 378 0 389 323 288 385 307 257 381 284 270 372 370 258 369 268 267 352 336 284 352 327 296 331 331 313 0 0 0 0 0 0 </values>
2005.43/252.06	v </instantiation>
2005.43/252.06	c Unexpected resolution interruption!

Verifier Data

OK	2

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

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

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

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

solver pid=21508, runsolver pid=21505

[startup+0.100141 s]*
/proc/loadavg: 7.67 7.40 6.90 2/199 21529
/proc/meminfo: memFree=23406992/32770624 swapFree=67108860/67108860
[pid=21508] ppid=21505 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21508/stat : 21508 (xcsp3-exec) S 21505 21508 16662 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151853168 9740288 346 33554432000 4194304 5098028 140722220450608 140722220448712 140370435207804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25309184 140722220455018 140722220455228 140722220455228 140722220457963 0
/proc/21508/statm: 2378 346 289 221 0 87 0
[pid=21510] ppid=21508 vsize=25999808 memory=26192 CPUtime=0.12 cores=0-7
/proc/21510/stat : 21510 (java) S 21508 21508 16662 0 -1 1077944320 5479 0 0 0 11 1 0 0 20 0 20 0 151853169 26623803392 6548 33554432000 4194304 4196468 140729478616288 140729478598832 140675948351223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
/proc/21510/statm: 6499952 6548 2846 1 0 6488269 0
[pid=21510/tid=21511] ppid=21508 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/21510/task/21511/stat : 21511 (java) R 21508 21508 16662 0 -1 4202560 3482 0 0 0 8 1 0 0 20 0 20 0 151853169 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675952584496 140675948373149 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21512] ppid=21508 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21510/task/21512/stat : 21512 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675900971408 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21513] ppid=21508 vsize=25999808 memory=140325832730240 CPUtime=0 cores=0-7
/proc/21510/task/21513/stat : 21513 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675899918608 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21514] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21514/stat : 21514 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675898866320 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21515] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21515/stat : 21515 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675897813520 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21516] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21516/stat : 21516 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675896761232 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21517] ppid=21508 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21510/task/21517/stat : 21517 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675895708432 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21518] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21518/stat : 21518 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675894656144 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21519] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21519/stat : 21519 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26623803392 6548 33554432000 4194304 4196468 140729478616288 140675893603344 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21520] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21520/stat : 21520 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853171 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674690504816 140675948362370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21521] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21521/stat : 21521 (java) S 21508 21508 16662 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151853172 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674689450784 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21522] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21522/stat : 21522 (java) S 21508 21508 16662 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151853172 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674688398448 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21523] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21523/stat : 21523 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853174 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674687346768 140675948369819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21524] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21524/stat : 21524 (java) S 21508 21508 16662 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 151853174 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674686294640 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21525] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21525/stat : 21525 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853174 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674685241840 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21526] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21526/stat : 21526 (java) S 21508 21508 16662 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151853174 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674684189552 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21527] ppid=21508 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/21510/task/21527/stat : 21527 (java) R 21508 21508 16662 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 20 0 151853174 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674683136752 140675948363158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21528] ppid=21508 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21528/stat : 21528 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853175 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674682083680 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21529] ppid=21508 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21510/task/21529/stat : 21529 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853175 26623803392 6548 33554432000 4194304 4196468 140729478616288 140674681030960 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27576 KiB

[startup+0.210336 s]*
/proc/loadavg: 7.67 7.40 6.90 2/199 21529
/proc/meminfo: memFree=23395392/32770624 swapFree=67108860/67108860
[pid=21508] ppid=21505 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21508/stat : 21508 (xcsp3-exec) S 21505 21508 16662 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151853168 9740288 346 33554432000 4194304 5098028 140722220450608 140722220448712 140370435207804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25309184 140722220455018 140722220455228 140722220455228 140722220457963 0
/proc/21508/statm: 2378 346 289 221 0 87 0
[pid=21510] ppid=21508 vsize=26004064 memory=39084 CPUtime=0.34 cores=0-7
/proc/21510/stat : 21510 (java) S 21508 21508 16662 0 -1 1077944320 8352 0 0 0 31 3 0 0 20 0 20 0 151853169 26628161536 9771 33554432000 4194304 4196468 140729478616288 140729478598832 140675948351223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
/proc/21510/statm: 6501016 9771 3073 1 0 6488269 0
[pid=21510/tid=21511] ppid=21508 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21510/task/21511/stat : 21511 (java) R 21508 21508 16662 0 -1 4202560 5397 0 0 0 18 1 0 0 20 0 20 0 151853169 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675952574048 140675932431710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21512] ppid=21508 vsize=26004064 memory=339 CPUtime=0 cores=0-7
/proc/21510/task/21512/stat : 21512 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675900971408 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21513] ppid=21508 vsize=26004064 memory=140325833458428 CPUtime=0 cores=0-7
/proc/21510/task/21513/stat : 21513 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675899918608 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21514] ppid=21508 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21510/task/21514/stat : 21514 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675898866320 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21515] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21515/stat : 21515 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675897813520 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21516] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21516/stat : 21516 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675896761232 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21517] ppid=21508 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21510/task/21517/stat : 21517 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675895708432 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21518] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21518/stat : 21518 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675894656144 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21519] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21519/stat : 21519 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26628161536 9771 33554432000 4194304 4196468 140729478616288 140675893603344 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21520] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21520/stat : 21520 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853171 26628161536 9771 33554432000 4194304 4196468 140729478616288 140674690504816 140675948362370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21521] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21521/stat : 21521 (java) S 21508 21508 16662 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151853172 26628161536 9771 33554432000 4194304 4196468 140729478616288 140674689450784 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21522] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21522/stat : 21522 (java) S 21508 21508 16662 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151853172 26628161536 9771 33554432000 4194304 4196468 140729478616288 140674688398448 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21523] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21523/stat : 21523 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853174 26628161536 9771 33554432000 4194304 4196468 140729478616288 140674687346768 140675948369819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21524] ppid=21508 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/21510/task/21524/stat : 21524 (java) S 21508 21508 16662 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 20 0 151853174 26628161536 9771 33554432000 4194304 4196468 140729478616288 140674686294640 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21525] ppid=21508 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21525/stat : 21525 (java) S 21508 21508 16662 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 151853174 26628194304 9771 33554432000 4194304 4196468 140729478616288 140674685241840 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21526] ppid=21508 vsize=26004096 memory=-1 CPUtime=0.02 cores=0-7
/proc/21510/task/21526/stat : 21526 (java) S 21508 21508 16662 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 20 0 151853174 26628194304 9771 33554432000 4194304 4196468 140729478616288 140674684189552 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21527] ppid=21508 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/21510/task/21527/stat : 21527 (java) R 21508 21508 16662 0 -1 4202560 755 0 0 0 7 0 0 0 20 0 20 0 151853174 26628161536 9792 33554432000 4194304 4196468 140729478616288 140674683137048 140675926840864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21528] ppid=21508 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21528/stat : 21528 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853175 26628161536 9792 33554432000 4194304 4196468 140729478616288 140674682083680 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21529] ppid=21508 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21510/task/21529/stat : 21529 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853175 26628161536 9792 33554432000 4194304 4196468 140729478616288 140674681030960 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40468 KiB

[startup+0.313347 s]*
/proc/loadavg: 7.67 7.40 6.90 2/199 21529
/proc/meminfo: memFree=23389312/32770624 swapFree=67108860/67108860
[pid=21508] ppid=21505 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21508/stat : 21508 (xcsp3-exec) S 21505 21508 16662 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151853168 9740288 346 33554432000 4194304 5098028 140722220450608 140722220448712 140370435207804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25309184 140722220455018 140722220455228 140722220455228 140722220457963 0
/proc/21508/statm: 2378 346 289 221 0 87 0
[pid=21510] ppid=21508 vsize=26004140 memory=46308 CPUtime=0.5 cores=0-7
/proc/21510/stat : 21510 (java) S 21508 21508 16662 0 -1 1077944320 9300 0 0 0 47 3 0 0 20 0 20 0 151853169 26628239360 11577 33554432000 4194304 4196468 140729478616288 140729478598832 140675948351223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
/proc/21510/statm: 6501035 11577 3106 1 0 6488269 0
[pid=21510/tid=21511] ppid=21508 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21510/task/21511/stat : 21511 (java) R 21508 21508 16662 0 -1 4202560 6194 0 0 0 27 2 0 0 20 0 20 0 151853169 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675952588448 140675932431710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21512] ppid=21508 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21512/stat : 21512 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675900971408 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21513] ppid=21508 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21513/stat : 21513 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675899918608 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21514] ppid=21508 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21514/stat : 21514 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675898866320 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21515] ppid=21508 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21515/stat : 21515 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675897813520 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21516] ppid=21508 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/21510/task/21516/stat : 21516 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675896761232 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21517] ppid=21508 vsize=26004140 memory=140325708460975 CPUtime=0 cores=0-7
/proc/21510/task/21517/stat : 21517 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675895708432 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21518] ppid=21508 vsize=26004140 memory=140325708463280 CPUtime=0 cores=0-7
/proc/21510/task/21518/stat : 21518 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675894656144 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21519] ppid=21508 vsize=26004140 memory=140325708465584 CPUtime=0 cores=0-7
/proc/21510/task/21519/stat : 21519 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853170 26628239360 11641 33554432000 4194304 4196468 140729478616288 140675893603344 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21520] ppid=21508 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21520/stat : 21520 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151853171 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674690504816 140675948362370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21521] ppid=21508 vsize=26004140 memory=280651416938128 CPUtime=0 cores=0-7
/proc/21510/task/21521/stat : 21521 (java) S 21508 21508 16662 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151853172 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674689450784 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21522] ppid=21508 vsize=26004140 memory=280651416945040 CPUtime=0 cores=0-7
/proc/21510/task/21522/stat : 21522 (java) S 21508 21508 16662 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151853172 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674688398448 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21523] ppid=21508 vsize=26004140 memory=280651416886320 CPUtime=0 cores=0-7
/proc/21510/task/21523/stat : 21523 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853174 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674687346768 140675948369819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21524] ppid=21508 vsize=26004140 memory=280651416958864 CPUtime=0.01 cores=0-7
/proc/21510/task/21524/stat : 21524 (java) S 21508 21508 16662 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 20 0 151853174 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674686294640 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21525] ppid=21508 vsize=26004140 memory=280651416965776 CPUtime=0.01 cores=0-7
/proc/21510/task/21525/stat : 21525 (java) S 21508 21508 16662 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 20 0 151853174 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674685241840 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21526] ppid=21508 vsize=26004140 memory=280651416963472 CPUtime=0.03 cores=0-7
/proc/21510/task/21526/stat : 21526 (java) S 21508 21508 16662 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 20 0 151853174 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674684189552 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21527] ppid=21508 vsize=26004140 memory=280651416979632 CPUtime=0.12 cores=0-7
/proc/21510/task/21527/stat : 21527 (java) S 21508 21508 16662 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 20 0 151853174 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674683136752 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21528] ppid=21508 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21528/stat : 21528 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151853175 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674682083680 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21529] ppid=21508 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/21510/task/21529/stat : 21529 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151853175 26628239360 11641 33554432000 4194304 4196468 140729478616288 140674681030960 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47692 KiB

[startup+0.701143 s]
/proc/loadavg: 7.67 7.40 6.90 4/199 21529
/proc/meminfo: memFree=23371448/32770624 swapFree=67108860/67108860
[pid=21508] ppid=21505 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21508/stat : 21508 (xcsp3-exec) S 21505 21508 16662 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151853168 9740288 346 33554432000 4194304 5098028 140722220450608 140722220448712 140370435207804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25309184 140722220455018 140722220455228 140722220455228 140722220457963 0
/proc/21508/statm: 2378 346 289 221 0 87 0
[pid=21510] ppid=21508 vsize=26538700 memory=88100 CPUtime=2.19 cores=0-7
/proc/21510/stat : 21510 (java) S 21508 21508 16662 0 -1 1077944320 12876 0 0 0 213 6 0 0 20 0 28 0 151853169 27175628800 22025 33554432000 4194304 4196468 140729478616288 140729478598832 140675948351223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
/proc/21510/statm: 6634675 22025 3205 1 0 6621909 0
[pid=21510/tid=21511] ppid=21508 vsize=26538700 memory=280651417337520 CPUtime=0.53 cores=0-7
/proc/21510/task/21511/stat : 21511 (java) S 21508 21508 16662 0 -1 1077944384 6820 0 0 0 50 3 0 0 20 0 28 0 151853169 27175628800 22025 33554432000 4194304 4196468 140729478616288 140675952592000 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21512] ppid=21508 vsize=26538700 memory=140325708669808 CPUtime=0 cores=0-7
/proc/21510/task/21512/stat : 21512 (java) S 21508 21508 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151853170 27175628800 22025 33554432000 4194304 4196468 140729478616288 140675900971408 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21513] ppid=21508 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/21510/task/21513/stat : 21513 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151853170 27175628800 22025 33554432000 4194304 4196468 140729478616288 140675899918608 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21514] ppid=21508 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/21510/task/21514/stat : 21514 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151853170 27175628800 22025 33554432000 4194304 4196468 140729478616288 140675898866320 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0

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

[pid=21510/tid=21553] ppid=21508 vsize=26538700 memory=190844 CPUtime=157.44 cores=0-7
/proc/21510/task/21553/stat : 21553 (java) R 21508 21508 16662 0 -1 4202560 2117 0 0 0 15744 0 0 0 20 0 28 0 151853585 27175628800 47583 33554432000 4194304 4196468 140729478616288 140674469972288 140675568373588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
Current children cumulated CPU time: 1290.43 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 191716 KiB

[startup+222.301 s]
/proc/loadavg: 8.25 7.83 7.18 7/207 21554
/proc/meminfo: memFree=23229992/32770624 swapFree=67108860/67108860
[pid=21508] ppid=21505 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21508/stat : 21508 (xcsp3-exec) S 21505 21508 16662 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151853168 9740288 346 33554432000 4194304 5098028 140722220450608 140722220448712 140370435207804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25309184 140722220455018 140722220455228 140722220455228 140722220457963 0
/proc/21508/statm: 2378 346 289 221 0 87 0
[pid=21510] ppid=21508 vsize=26538700 memory=206284 CPUtime=1768.69 cores=0-7
/proc/21510/stat : 21510 (java) S 21508 21508 16662 0 -1 1077944320 84233 0 0 0 176821 48 0 0 20 0 28 0 151853169 27175628800 51571 33554432000 4194304 4196468 140729478616288 140729478598832 140675948351223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
/proc/21510/statm: 6634675 51571 3275 1 0 6621909 0
[pid=21510/tid=21511] ppid=21508 vsize=26538700 memory=204236 CPUtime=0.54 cores=0-7
/proc/21510/task/21511/stat : 21511 (java) S 21508 21508 16662 0 -1 1077944384 6981 0 0 0 51 3 0 0 20 0 28 0 151853169 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675952592000 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21512] ppid=21508 vsize=26538700 memory=206284 CPUtime=0.13 cores=0-7
/proc/21510/task/21512/stat : 21512 (java) S 21508 21508 16662 0 -1 1077944384 2430 0 0 0 10 3 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675900971408 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21513] ppid=21508 vsize=26538700 memory=1384 CPUtime=0.14 cores=0-7
/proc/21510/task/21513/stat : 21513 (java) S 21508 21508 16662 0 -1 1077944384 1654 0 0 0 12 2 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675899918608 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21514] ppid=21508 vsize=26538700 memory=1384 CPUtime=0.14 cores=0-7
/proc/21510/task/21514/stat : 21514 (java) S 21508 21508 16662 0 -1 1077944384 2006 0 0 0 12 2 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675898866320 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21515] ppid=21508 vsize=26538700 memory=191868 CPUtime=0.13 cores=0-7
/proc/21510/task/21515/stat : 21515 (java) S 21508 21508 16662 0 -1 1077944384 1354 0 0 0 11 2 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675897813520 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21516] ppid=21508 vsize=26538700 memory=1384 CPUtime=0.15 cores=0-7
/proc/21510/task/21516/stat : 21516 (java) S 21508 21508 16662 0 -1 1077944384 1915 0 0 0 12 3 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675896761232 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21517] ppid=21508 vsize=26538700 memory=-7233780906022716832 CPUtime=0.14 cores=0-7
/proc/21510/task/21517/stat : 21517 (java) S 21508 21508 16662 0 -1 1077944384 1467 0 0 0 12 2 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675895708432 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21518] ppid=21508 vsize=26538700 memory=5784 CPUtime=0.11 cores=0-7
/proc/21510/task/21518/stat : 21518 (java) S 21508 21508 16662 0 -1 1077944384 1767 0 0 0 10 1 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675894656144 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21519] ppid=21508 vsize=26538700 memory=4616 CPUtime=0.13 cores=0-7
/proc/21510/task/21519/stat : 21519 (java) S 21508 21508 16662 0 -1 1077944384 1491 0 0 0 11 2 0 0 20 0 28 0 151853170 27175628800 51571 33554432000 4194304 4196468 140729478616288 140675893603344 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21520] ppid=21508 vsize=26538700 memory=7680491646476186387 CPUtime=0.12 cores=0-7
/proc/21510/task/21520/stat : 21520 (java) S 21508 21508 16662 0 -1 1077944384 5405 0 0 0 10 2 0 0 20 0 28 0 151853171 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674690504816 140675948362370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21521] ppid=21508 vsize=26538700 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/21510/task/21521/stat : 21521 (java) S 21508 21508 16662 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151853172 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674689450784 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21522] ppid=21508 vsize=26538700 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/21510/task/21522/stat : 21522 (java) S 21508 21508 16662 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 151853172 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674688398448 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21523] ppid=21508 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/21510/task/21523/stat : 21523 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151853174 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674687346768 140675948369819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21524] ppid=21508 vsize=26538700 memory=42032 CPUtime=1.42 cores=0-7
/proc/21510/task/21524/stat : 21524 (java) S 21508 21508 16662 0 -1 1077944384 12527 0 0 0 139 3 0 0 20 0 28 0 151853174 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674686294640 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21525] ppid=21508 vsize=26538700 memory=1296 CPUtime=1.66 cores=0-7
/proc/21510/task/21525/stat : 21525 (java) S 21508 21508 16662 0 -1 1077944384 10177 0 0 0 163 3 0 0 20 0 28 0 151853174 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674685241840 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21526] ppid=21508 vsize=26538700 memory=33 CPUtime=1.57 cores=0-7
/proc/21510/task/21526/stat : 21526 (java) S 21508 21508 16662 0 -1 1077944384 8718 0 0 0 156 1 0 0 20 0 28 0 151853174 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674684189552 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21527] ppid=21508 vsize=26538700 memory=-3756611412707075625 CPUtime=0.53 cores=0-7
/proc/21510/task/21527/stat : 21527 (java) S 21508 21508 16662 0 -1 1077944384 5277 0 0 0 52 1 0 0 20 0 28 0 151853174 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674683136752 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21528] ppid=21508 vsize=26538700 memory=204236 CPUtime=0 cores=0-7
/proc/21510/task/21528/stat : 21528 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151853175 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674682083680 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21529] ppid=21508 vsize=26538700 memory=4012 CPUtime=0.02 cores=0-7
/proc/21510/task/21529/stat : 21529 (java) S 21508 21508 16662 0 -1 1077944384 614 0 0 0 1 1 0 0 20 0 28 0 151853175 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674681030960 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21546] ppid=21508 vsize=26538700 memory=1384 CPUtime=217.34 cores=0-7
/proc/21510/task/21546/stat : 21546 (java) R 21508 21508 16662 0 -1 4202560 1368 0 0 0 21734 0 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674471021512 140675567977610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21547] ppid=21508 vsize=26538700 memory=204236 CPUtime=217.57 cores=0-7
/proc/21510/task/21547/stat : 21547 (java) R 21508 21508 16662 0 -1 4202560 651 0 0 0 21757 0 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674464706872 140675568373608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21548] ppid=21508 vsize=26538700 memory=6791534058613427641 CPUtime=216.53 cores=0-7
/proc/21510/task/21548/stat : 21548 (java) R 21508 21508 16662 0 -1 4202560 1365 0 0 0 21653 0 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674466812600 140675567832128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21549] ppid=21508 vsize=26538700 memory=4872558044660077418 CPUtime=217.47 cores=0-7
/proc/21510/task/21549/stat : 21549 (java) R 21508 21508 16662 0 -1 4202560 6903 0 0 0 21744 3 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674468917416 140675568935137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21550] ppid=21508 vsize=26538700 memory=11376 CPUtime=216.31 cores=0-7
/proc/21510/task/21550/stat : 21550 (java) R 21508 21508 16662 0 -1 4202560 827 0 0 0 21631 0 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674463654704 140675568372565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21551] ppid=21508 vsize=26538700 memory=11393 CPUtime=216.69 cores=0-7
/proc/21510/task/21551/stat : 21551 (java) R 21508 21508 16662 0 -1 4202560 1040 0 0 0 21669 0 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674467864752 140675567832534 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21552] ppid=21508 vsize=26538700 memory=4012 CPUtime=217.57 cores=0-7
/proc/21510/task/21552/stat : 21552 (java) R 21508 21508 16662 0 -1 4202560 2715 0 0 0 21756 1 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674465758880 140675568680685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21553] ppid=21508 vsize=26538700 memory=1384 CPUtime=217.31 cores=0-7
/proc/21510/task/21553/stat : 21553 (java) R 21508 21508 16662 0 -1 4202560 2632 0 0 0 21731 0 0 0 20 0 28 0 151853585 27175628800 51571 33554432000 4194304 4196468 140729478616288 140674469972144 140675567671651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
Current children cumulated CPU time: 1768.69 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 207668 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.006 s]*
/proc/loadavg: 8.68 7.97 7.25 10/208 21562
/proc/meminfo: memFree=23222724/32770624 swapFree=67108860/67108860
[pid=21508] ppid=21505 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21508/stat : 21508 (xcsp3-exec) S 21505 21508 16662 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151853168 9740288 346 33554432000 4194304 5098028 140722220450608 140722220448712 140370435207804 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25309184 140722220455018 140722220455228 140722220455228 140722220457963 0
/proc/21508/statm: 2378 346 289 221 0 87 0
[pid=21510] ppid=21508 vsize=26538700 memory=212456 CPUtime=2005.43 cores=0-7
/proc/21510/stat : 21510 (java) S 21508 21508 16662 0 -1 1077944320 86437 0 0 0 200495 48 0 0 20 0 28 0 151853169 27175628800 53114 33554432000 4194304 4196468 140729478616288 140729478598832 140675948351223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
/proc/21510/statm: 6634675 53114 3275 1 0 6621909 0
[pid=21510/tid=21511] ppid=21508 vsize=26538700 memory=6791534058613427641 CPUtime=0.54 cores=0-7
/proc/21510/task/21511/stat : 21511 (java) S 21508 21508 16662 0 -1 1077944384 6981 0 0 0 51 3 0 0 20 0 28 0 151853169 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675952592000 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21512] ppid=21508 vsize=26538700 memory=1928 CPUtime=0.15 cores=0-7
/proc/21510/task/21512/stat : 21512 (java) S 21508 21508 16662 0 -1 1077944384 2448 0 0 0 12 3 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675900971408 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21513] ppid=21508 vsize=26538700 memory=1428 CPUtime=0.16 cores=0-7
/proc/21510/task/21513/stat : 21513 (java) S 21508 21508 16662 0 -1 1077944384 1685 0 0 0 14 2 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675899918608 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21514] ppid=21508 vsize=26538700 memory=1384 CPUtime=0.16 cores=0-7
/proc/21510/task/21514/stat : 21514 (java) S 21508 21508 16662 0 -1 1077944384 2051 0 0 0 14 2 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675898866320 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21515] ppid=21508 vsize=26538700 memory=4872558044660077418 CPUtime=0.15 cores=0-7
/proc/21510/task/21515/stat : 21515 (java) S 21508 21508 16662 0 -1 1077944384 1782 0 0 0 13 2 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675897813520 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21516] ppid=21508 vsize=26538700 memory=1232 CPUtime=0.17 cores=0-7
/proc/21510/task/21516/stat : 21516 (java) S 21508 21508 16662 0 -1 1077944384 1987 0 0 0 14 3 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675896761232 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21517] ppid=21508 vsize=26538700 memory=2428 CPUtime=0.16 cores=0-7
/proc/21510/task/21517/stat : 21517 (java) S 21508 21508 16662 0 -1 1077944384 1484 0 0 0 14 2 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675895708432 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21518] ppid=21508 vsize=26538700 memory=1576 CPUtime=0.14 cores=0-7
/proc/21510/task/21518/stat : 21518 (java) S 21508 21508 16662 0 -1 1077944384 1784 0 0 0 12 2 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675894656144 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21519] ppid=21508 vsize=26538700 memory=928 CPUtime=0.15 cores=0-7
/proc/21510/task/21519/stat : 21519 (java) S 21508 21508 16662 0 -1 1077944384 1505 0 0 0 13 2 0 0 20 0 28 0 151853170 27175628800 53114 33554432000 4194304 4196468 140729478616288 140675893603344 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21520] ppid=21508 vsize=26538700 memory=2240 CPUtime=0.14 cores=0-7
/proc/21510/task/21520/stat : 21520 (java) S 21508 21508 16662 0 -1 1077944384 5663 0 0 0 12 2 0 0 20 0 28 0 151853171 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674690504816 140675948362370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21521] ppid=21508 vsize=26538700 memory=4128 CPUtime=0 cores=0-7
/proc/21510/task/21521/stat : 21521 (java) S 21508 21508 16662 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151853172 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674689450784 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21522] ppid=21508 vsize=26538700 memory=280651416882016 CPUtime=0 cores=0-7
/proc/21510/task/21522/stat : 21522 (java) S 21508 21508 16662 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 151853172 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674688398448 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21523] ppid=21508 vsize=26538700 memory=-3621219749712857441 CPUtime=0 cores=0-7
/proc/21510/task/21523/stat : 21523 (java) S 21508 21508 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151853174 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674687346768 140675948369819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21524] ppid=21508 vsize=26538700 memory=6944656575208382560 CPUtime=1.42 cores=0-7
/proc/21510/task/21524/stat : 21524 (java) S 21508 21508 16662 0 -1 1077944384 12530 0 0 0 139 3 0 0 20 0 28 0 151853174 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674686294640 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21525] ppid=21508 vsize=26538700 memory=-6786428918777463953 CPUtime=1.66 cores=0-7
/proc/21510/task/21525/stat : 21525 (java) S 21508 21508 16662 0 -1 1077944384 10181 0 0 0 163 3 0 0 20 0 28 0 151853174 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674685241840 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21526] ppid=21508 vsize=26538700 memory=-6585810021020737321 CPUtime=1.57 cores=0-7
/proc/21510/task/21526/stat : 21526 (java) S 21508 21508 16662 0 -1 1077944384 8721 0 0 0 156 1 0 0 20 0 28 0 151853174 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674684189552 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21527] ppid=21508 vsize=26538700 memory=7452158217588009073 CPUtime=0.54 cores=0-7
/proc/21510/task/21527/stat : 21527 (java) S 21508 21508 16662 0 -1 1077944384 5683 0 0 0 53 1 0 0 20 0 28 0 151853174 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674683136752 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21528] ppid=21508 vsize=26538700 memory=4639622827774857296 CPUtime=0 cores=0-7
/proc/21510/task/21528/stat : 21528 (java) S 21508 21508 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151853175 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674682083680 140675948361429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21529] ppid=21508 vsize=26538700 memory=7881974878932460909 CPUtime=0.02 cores=0-7
/proc/21510/task/21529/stat : 21529 (java) S 21508 21508 16662 0 -1 1077944384 639 0 0 0 1 1 0 0 20 0 28 0 151853175 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674681030960 140675948362370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21546] ppid=21508 vsize=26538700 memory=301741390604534054 CPUtime=246.85 cores=0-7
/proc/21510/task/21546/stat : 21546 (java) R 21508 21508 16662 0 -1 4202560 1437 0 0 0 24685 0 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674471021344 140675568680590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21547] ppid=21508 vsize=26538700 memory=14126732374443318 CPUtime=247.2 cores=0-7
/proc/21510/task/21547/stat : 21547 (java) R 21508 21508 16662 0 -1 4202560 700 0 0 0 24720 0 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674464706736 140675568566228 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21548] ppid=21508 vsize=26538700 memory=7540 CPUtime=246.08 cores=0-7
/proc/21510/task/21548/stat : 21548 (java) R 21508 21508 16662 0 -1 4202560 1421 0 0 0 24608 0 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674466812200 140675567977190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21549] ppid=21508 vsize=26538700 memory=840 CPUtime=247.11 cores=0-7
/proc/21510/task/21549/stat : 21549 (java) R 21508 21508 16662 0 -1 4202560 7073 0 0 0 24708 3 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674468917136 140675570256109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21550] ppid=21508 vsize=26538700 memory=1696 CPUtime=245.95 cores=0-7
/proc/21510/task/21550/stat : 21550 (java) R 21508 21508 16662 0 -1 4202560 874 0 0 0 24595 0 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674463654304 140675568374026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21551] ppid=21508 vsize=26538700 memory=920 CPUtime=246.03 cores=0-7
/proc/21510/task/21551/stat : 21551 (java) R 21508 21508 16662 0 -1 4202560 1087 0 0 0 24603 0 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674467865000 140675568374244 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21552] ppid=21508 vsize=26538700 memory=5188 CPUtime=247.2 cores=0-7
/proc/21510/task/21552/stat : 21552 (java) R 21508 21508 16662 0 -1 4202560 2896 0 0 0 24719 1 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674465761728 140675567832280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
[pid=21510/tid=21553] ppid=21508 vsize=26538700 memory=4108 CPUtime=246.92 cores=0-7
/proc/21510/task/21553/stat : 21553 (java) R 21508 21508 16662 0 -1 4202560 2876 0 0 0 24691 1 0 0 20 0 28 0 151853585 27175628800 53114 33554432000 4194304 4196468 140729478616288 140674469969208 140675568375931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33226752 140729478624408 140729478624584 140729478624584 140729478627279 0
Current children cumulated CPU time: 2005.43 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 213840 KiB

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

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

[startup+252.068 s]
# the end of solver process 21510 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2005.34 s, system=0.494411 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.069
CPU time (s): 2005.83
CPU user time (s): 2005.34
CPU system time (s): 0.494411
CPU usage (%): 795.749
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 261492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2005.34
system time used= 0.494411
maximum resident set size= 260620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19485
involuntary context switches= 21411


# summary of solver processes directly reported to runsolver:
#   pid: 21508,21510
#   total CPU time (s): 2005.83
#   total CPU user time (s): 2005.34
#   total CPU system time (s): 0.494411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.8095 second user time and 2.88076 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-20 01:55:57
IDJOB=4281261
IDBENCH=136881
IDSOLVER=2676
FILE ID=node105/4281261-1503187817
RUNJOBID= node105-1503176515-16689
PBS_JOBID= 20630848
Free space on /tmp= 61848 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-ft/BinPacking-sum-ft060-11.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-4281261-1503187817/watcher-4281261-1503187817 -o /tmp/evaluation-result-4281261-1503187817/solver-4281261-1503187817 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503176515-16689 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1333235867 HOME/instance-4281261-1503187817.xml

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

MD5SUM BENCH= 684901dbc993846247574678cc891221
RANDOM SEED=1333235867

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23420884 kB
MemAvailable:   31970240 kB
Buffers:          237792 kB
Cached:          8601900 kB
SwapCached:            0 kB
Active:          1045948 kB
Inactive:        7848844 kB
Active(anon):       5248 kB
Inactive(anon):    85900 kB
Active(file):    1040700 kB
Inactive(file):  7762944 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7576 kB
Writeback:             0 kB
AnonPages:         70684 kB
Mapped:            50620 kB
Shmem:             33420 kB
Slab:             149592 kB
SReclaimable:     123092 kB
SUnreclaim:        26500 kB
KernelStack:        3520 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61840 MiB
End job on node105 at 2017-08-20 02:00:09