Trace number 4404561

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 2019-09-20 parallelOPT3 29.8582 7.12991

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w1b1r5.xml
MD5SUM15a2bddfb10fd8a6157ce871797528b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.29172
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints43
Number of domains2
Minimum domain size21
Maximum domain size42
Distribution of domain sizes[{"size":21,"count":1},{"size":42,"count":60}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":40},{"degree":5,"count":20}]
Minimum constraint arity3
Maximum constraint arity60
Distribution of constraint arities[{"arity":3,"count":40},{"arity":21,"count":1},{"arity":60,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":20},{"type":"lex","count":1},{"type":"sum","count":20},{"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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404561-1569006098.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404561-1569006098.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.03/0.59	c solve instance...
6.73/1.36	o 0 
9.87/1.73	o 2 
29.62/4.22	o 3 
29.62/4.23	s OPTIMUM FOUND
29.62/4.23	v <instantiation>
29.62/4.23	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] </list>
29.62/4.23	v 	<values>3 394 326 266 392 305 302 391 304 303 386 324 267 383 318 299 382 321 291 380 326 287 370 337 279 369 332 274 368 335 278 368 321 278 365 338 281 356 339 281 356 326 312 355 342 274 354 333 0 348 333 317 0 0 0 0 0 0 0 0 0 </values>
29.62/4.23	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404561-1569006098/watcher-4404561-1569006098 -o /tmp/evaluation-result-4404561-1569006098/solver-4404561-1569006098 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569005959-11159 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1555458239 HOME/instance-4404561-1569006098.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
solver pid=11283, runsolver pid=11280
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 8.55 8.31 8.25 2/212 11304
/proc/meminfo: memFree=24906804/32770624 swapFree=66955452/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
[pid=11285] ppid=11283 vsize=28227396 memory=28836 CPUtime=0.12 cores=0-7
/proc/11285/stat : 11285 (java) S 11283 11283 11132 0 -1 1077944320 5708 0 0 0 11 1 0 0 20 0 20 0 476881115 28904853504 7209 33554432000 4194304 4196468 140734789693504 140734789676048 140376581635831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
/proc/11285/statm: 7056849 7209 3120 1 0 7019032 0
[pid=11285/tid=11286] ppid=11283 vsize=28227396 memory=7824329735742070431 CPUtime=0.09 cores=0-7
/proc/11285/task/11286/stat : 11286 (java) R 11283 11283 11132 0 -1 4202560 3598 0 0 0 8 1 0 0 20 0 20 0 476881115 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376585869104 140376565679461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11287] ppid=11283 vsize=28227396 memory=732370290594773989 CPUtime=0 cores=0-7
/proc/11285/task/11287/stat : 11287 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376534256144 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11288] ppid=11283 vsize=28227396 memory=140152257320576 CPUtime=0 cores=0-7
/proc/11285/task/11288/stat : 11288 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376533203600 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11289] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11289/stat : 11289 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376532150544 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11290] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11290/stat : 11290 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376531098000 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11291] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11291/stat : 11291 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376530045968 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11292] ppid=11283 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11285/task/11292/stat : 11292 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376528993424 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11293] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11293/stat : 11293 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376527940368 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11294] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11294/stat : 11294 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 7209 33554432000 4194304 4196468 140734789693504 140376526887824 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11295] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11295/stat : 11295 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881118 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375247149296 140376581646978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11296] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11296/stat : 11296 (java) S 11283 11283 11132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476881118 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375246095520 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11297] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11297/stat : 11297 (java) S 11283 11283 11132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476881118 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375245042416 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11298] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11298/stat : 11298 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375243990992 140376581654427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11299] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11299/stat : 11299 (java) R 11283 11283 11132 0 -1 4202560 300 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375242939120 140376574620873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11300] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11300/stat : 11300 (java) S 11283 11283 11132 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375241886576 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11301] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11301/stat : 11301 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375240833520 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11302] ppid=11283 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11285/task/11302/stat : 11302 (java) R 11283 11283 11132 0 -1 4202560 376 0 0 0 2 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375239780976 140376565716318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11303] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11303/stat : 11303 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375238728160 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11304] ppid=11283 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11285/task/11304/stat : 11304 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 7209 33554432000 4194304 4196468 140734789693504 140375237675696 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30292 KiB

[startup+0.21025 s]*
/proc/loadavg: 8.55 8.31 8.25 3/212 11304
/proc/meminfo: memFree=24893216/32770624 swapFree=66955452/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
[pid=11285] ppid=11283 vsize=28227396 memory=41104 CPUtime=0.33 cores=0-7
/proc/11285/stat : 11285 (java) S 11283 11283 11132 0 -1 1077944320 9552 0 0 0 30 3 0 0 20 0 20 0 476881115 28904853504 10276 33554432000 4194304 4196468 140734789693504 140734789676048 140376581635831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
/proc/11285/statm: 7056849 10276 3300 1 0 7019032 0
[pid=11285/tid=11286] ppid=11283 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/11285/task/11286/stat : 11286 (java) R 11283 11283 11132 0 -1 4202560 6625 0 0 0 17 2 0 0 20 0 20 0 476881115 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376585869952 140376581647766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11287] ppid=11283 vsize=28227396 memory=732370290594773989 CPUtime=0 cores=0-7
/proc/11285/task/11287/stat : 11287 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376534256144 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11288] ppid=11283 vsize=28227396 memory=140152257320576 CPUtime=0 cores=0-7
/proc/11285/task/11288/stat : 11288 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376533203600 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11289] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11289/stat : 11289 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376532150544 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11290] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11290/stat : 11290 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376531098000 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11291] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11291/stat : 11291 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376530045968 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11292] ppid=11283 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11285/task/11292/stat : 11292 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376528993424 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11293] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11293/stat : 11293 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376527940368 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11294] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11294/stat : 11294 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881116 28904853504 10276 33554432000 4194304 4196468 140734789693504 140376526887824 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11295] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11295/stat : 11295 (java) S 11283 11283 11132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476881118 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375247149296 140376581646978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11296] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11296/stat : 11296 (java) S 11283 11283 11132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476881118 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375246095520 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11297] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11297/stat : 11297 (java) S 11283 11283 11132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476881118 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375245042416 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11298] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11298/stat : 11298 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375243990992 140376581654427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11299] ppid=11283 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11285/task/11299/stat : 11299 (java) S 11283 11283 11132 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375242939120 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11300] ppid=11283 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11285/task/11300/stat : 11300 (java) S 11283 11283 11132 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375241886576 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11301] ppid=11283 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11285/task/11301/stat : 11301 (java) S 11283 11283 11132 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375240833520 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11302] ppid=11283 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/11285/task/11302/stat : 11302 (java) R 11283 11283 11132 0 -1 4202560 754 0 0 0 7 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375239780784 140376573872958 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11303] ppid=11283 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11303/stat : 11303 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375238728160 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11304] ppid=11283 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11285/task/11304/stat : 11304 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881121 28904853504 10276 33554432000 4194304 4196468 140734789693504 140375237675696 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42560 KiB

[startup+0.309646 s]*
/proc/loadavg: 8.55 8.31 8.25 3/212 11304
/proc/meminfo: memFree=24886432/32770624 swapFree=66955452/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
[pid=11285] ppid=11283 vsize=28231652 memory=49908 CPUtime=0.5 cores=0-7
/proc/11285/stat : 11285 (java) S 11283 11283 11132 0 -1 1077944320 10837 0 0 0 46 4 0 0 20 0 20 0 476881115 28909211648 12477 33554432000 4194304 4196468 140734789693504 140734789676048 140376581635831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
/proc/11285/statm: 7057913 12477 3350 1 0 7019032 0
[pid=11285/tid=11286] ppid=11283 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11285/task/11286/stat : 11286 (java) R 11283 11283 11132 0 -1 4202560 7798 0 0 0 26 3 0 0 20 0 20 0 476881115 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376585866944 140376565716348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11287] ppid=11283 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11287/stat : 11287 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376534256144 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11288] ppid=11283 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11288/stat : 11288 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376533203600 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11289] ppid=11283 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11289/stat : 11289 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376532150544 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11290] ppid=11283 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11290/stat : 11290 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376531098000 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11291] ppid=11283 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/11285/task/11291/stat : 11291 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376530045968 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11292] ppid=11283 vsize=28231652 memory=140152097829807 CPUtime=0 cores=0-7
/proc/11285/task/11292/stat : 11292 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376528993424 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11293] ppid=11283 vsize=28231652 memory=140152097832112 CPUtime=0 cores=0-7
/proc/11285/task/11293/stat : 11293 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376527940368 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11294] ppid=11283 vsize=28231652 memory=140152097834416 CPUtime=0 cores=0-7
/proc/11285/task/11294/stat : 11294 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881116 28909211648 12477 33554432000 4194304 4196468 140734789693504 140376526887824 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11295] ppid=11283 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11295/stat : 11295 (java) S 11283 11283 11132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476881118 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375247149296 140376581646978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11296] ppid=11283 vsize=28231652 memory=280304195675792 CPUtime=0 cores=0-7
/proc/11285/task/11296/stat : 11296 (java) S 11283 11283 11132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476881118 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375246095520 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11297] ppid=11283 vsize=28231652 memory=280304195682704 CPUtime=0 cores=0-7
/proc/11285/task/11297/stat : 11297 (java) S 11283 11283 11132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476881118 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375245042416 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11298] ppid=11283 vsize=28231652 memory=280304195623984 CPUtime=0 cores=0-7
/proc/11285/task/11298/stat : 11298 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375243990992 140376581654427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11299] ppid=11283 vsize=28231652 memory=280304195696528 CPUtime=0.02 cores=0-7
/proc/11285/task/11299/stat : 11299 (java) S 11283 11283 11132 0 -1 1077944384 442 0 0 0 2 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375242939120 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11300] ppid=11283 vsize=28231652 memory=280304195703440 CPUtime=0.02 cores=0-7
/proc/11285/task/11300/stat : 11300 (java) S 11283 11283 11132 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375241886576 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11301] ppid=11283 vsize=28231652 memory=280304195701136 CPUtime=0.02 cores=0-7
/proc/11285/task/11301/stat : 11301 (java) S 11283 11283 11132 0 -1 1077944384 273 0 0 0 2 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375240833520 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11302] ppid=11283 vsize=28231652 memory=280304195717296 CPUtime=0.12 cores=0-7
/proc/11285/task/11302/stat : 11302 (java) S 11283 11283 11132 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375239780976 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11303] ppid=11283 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11303/stat : 11303 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375238728160 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11304] ppid=11283 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11285/task/11304/stat : 11304 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476881121 28909211648 12477 33554432000 4194304 4196468 140734789693504 140375237675696 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51364 KiB

[startup+0.711078 s]
/proc/loadavg: 8.55 8.31 8.25 4/212 11304
/proc/meminfo: memFree=24869808/32770624 swapFree=66955452/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
[pid=11285] ppid=11283 vsize=28766288 memory=91020 CPUtime=2.06 cores=0-7
/proc/11285/stat : 11285 (java) S 11283 11283 11132 0 -1 1077944320 15194 0 0 0 200 6 0 0 20 0 28 0 476881115 29456678912 22755 33554432000 4194304 4196468 140734789693504 140734789676048 140376581635831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
/proc/11285/statm: 7191572 22755 3455 1 0 7152672 0
[pid=11285/tid=11286] ppid=11283 vsize=28766288 memory=280304196012224 CPUtime=0.58 cores=0-7
/proc/11285/task/11286/stat : 11286 (java) S 11283 11283 11132 0 -1 1077944384 9244 0 0 0 54 4 0 0 20 0 28 0 476881115 29456678912 22755 33554432000 4194304 4196468 140734789693504 140376585876608 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11287] ppid=11283 vsize=28766288 memory=5076651345044 CPUtime=0 cores=0-7
/proc/11285/task/11287/stat : 11287 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 22755 33554432000 4194304 4196468 140734789693504 140376534256144 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11288] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11288/stat : 11288 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 22755 33554432000 4194304 4196468 140734789693504 140376533203600 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11289] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11289/stat : 11289 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 22755 33554432000 4194304 4196468 140734789693504 140376532150544 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0

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

[pid=11285/tid=11290] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11290/stat : 11290 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 34655 33554432000 4194304 4196468 140734789693504 140376531098000 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11291] ppid=11283 vsize=28766288 memory=140152098056864 CPUtime=0 cores=0-7
/proc/11285/task/11291/stat : 11291 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 34655 33554432000 4194304 4196468 140734789693504 140376530045968 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11292] ppid=11283 vsize=28766288 memory=140152098056960 CPUtime=0 cores=0-7
/proc/11285/task/11292/stat : 11292 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 34655 33554432000 4194304 4196468 140734789693504 140376528993424 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11293] ppid=11283 vsize=28766288 memory=140152098057056 CPUtime=0 cores=0-7
/proc/11285/task/11293/stat : 11293 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 34655 33554432000 4194304 4196468 140734789693504 140376527940368 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11294] ppid=11283 vsize=28766288 memory=140152098057152 CPUtime=0 cores=0-7
/proc/11285/task/11294/stat : 11294 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 34655 33554432000 4194304 4196468 140734789693504 140376526887824 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11295] ppid=11283 vsize=28766288 memory=140152098057248 CPUtime=0 cores=0-7
/proc/11285/task/11295/stat : 11295 (java) S 11283 11283 11132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 476881118 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375247149296 140376581646978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11296] ppid=11283 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/11285/task/11296/stat : 11296 (java) S 11283 11283 11132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476881118 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375246095520 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11297] ppid=11283 vsize=28766288 memory=4294969568 CPUtime=0 cores=0-7
/proc/11285/task/11297/stat : 11297 (java) S 11283 11283 11132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 476881118 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375245042416 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11298] ppid=11283 vsize=28766288 memory=2244 CPUtime=0 cores=0-7
/proc/11285/task/11298/stat : 11298 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375243990992 140376581654427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11299] ppid=11283 vsize=28766288 memory=7882543348138601048 CPUtime=0.66 cores=0-7
/proc/11285/task/11299/stat : 11299 (java) R 11283 11283 11132 0 -1 4202560 2785 0 0 0 66 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375242925144 140376566761925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11300] ppid=11283 vsize=28766288 memory=7523656142960159082 CPUtime=0.56 cores=0-7
/proc/11285/task/11300/stat : 11300 (java) R 11283 11283 11132 0 -1 4202560 2423 0 0 0 56 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375241875136 140376573925280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11301] ppid=11283 vsize=28766288 memory=7089881196317926232 CPUtime=0.58 cores=0-7
/proc/11285/task/11301/stat : 11301 (java) R 11283 11283 11132 0 -1 4202560 2483 0 0 0 58 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375240819744 140376566751077 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11302] ppid=11283 vsize=28766288 memory=0 CPUtime=0.47 cores=0-7
/proc/11285/task/11302/stat : 11302 (java) R 11283 11283 11132 0 -1 1077944384 2314 0 0 0 47 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375239780976 140376581646978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11303] ppid=11283 vsize=28766288 memory=280304196017312 CPUtime=0 cores=0-7
/proc/11285/task/11303/stat : 11303 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375238728160 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11304] ppid=11283 vsize=28766288 memory=140152098010944 CPUtime=0 cores=0-7
/proc/11285/task/11304/stat : 11304 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881121 29456678912 34721 33554432000 4194304 4196468 140734789693504 140375237675696 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
Current children cumulated CPU time: 8.3 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 140076 KiB

[startup+3.11108 s]
/proc/loadavg: 8.58 8.32 8.25 9/220 11328
/proc/meminfo: memFree=24749040/32770624 swapFree=66955452/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
[pid=11285] ppid=11283 vsize=28766288 memory=189328 CPUtime=21.04 cores=0-7
/proc/11285/stat : 11285 (java) S 11283 11283 11132 0 -1 1077944320 28084 0 0 0 2092 12 0 0 20 0 28 0 476881115 29456678912 47332 33554432000 4194304 4196468 140734789693504 140734789676048 140376581635831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
/proc/11285/statm: 7191572 47332 3492 1 0 7152672 0
[pid=11285/tid=11286] ppid=11283 vsize=28766288 memory=1456 CPUtime=0.58 cores=0-7
/proc/11285/task/11286/stat : 11286 (java) S 11283 11283 11132 0 -1 1077944384 9245 0 0 0 54 4 0 0 20 0 28 0 476881115 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376585876608 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11287] ppid=11283 vsize=28766288 memory=174628 CPUtime=0 cores=0-7
/proc/11285/task/11287/stat : 11287 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376534256144 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11288] ppid=11283 vsize=28766288 memory=58 CPUtime=0 cores=0-7
/proc/11285/task/11288/stat : 11288 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376533203600 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11289] ppid=11283 vsize=28766288 memory=56 CPUtime=0 cores=0-7
/proc/11285/task/11289/stat : 11289 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376532150544 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11290] ppid=11283 vsize=28766288 memory=2958597 CPUtime=0 cores=0-7
/proc/11285/task/11290/stat : 11290 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376531098000 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11291] ppid=11283 vsize=28766288 memory=2965986 CPUtime=0 cores=0-7
/proc/11285/task/11291/stat : 11291 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376530045968 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11292] ppid=11283 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/11285/task/11292/stat : 11292 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376528993424 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11293] ppid=11283 vsize=28766288 memory=185232 CPUtime=0 cores=0-7
/proc/11285/task/11293/stat : 11293 (java) S 11283 11283 11132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376527940368 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11294] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11294/stat : 11294 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476881116 29456678912 47332 33554432000 4194304 4196468 140734789693504 140376526887824 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11295] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11295/stat : 11295 (java) S 11283 11283 11132 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476881118 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375247149296 140376581646978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11296] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11296/stat : 11296 (java) S 11283 11283 11132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476881118 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375246095520 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11297] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11297/stat : 11297 (java) S 11283 11283 11132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 476881118 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375245042416 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11298] ppid=11283 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/11285/task/11298/stat : 11298 (java) S 11283 11283 11132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375243990992 140376581654427 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11299] ppid=11283 vsize=28766288 memory=0 CPUtime=1.07 cores=0-7
/proc/11285/task/11299/stat : 11299 (java) S 11283 11283 11132 0 -1 1077944384 6129 0 0 0 106 1 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375242939120 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11300] ppid=11283 vsize=28766288 memory=0 CPUtime=1.02 cores=0-7
/proc/11285/task/11300/stat : 11300 (java) S 11283 11283 11132 0 -1 1077944384 4164 0 0 0 101 1 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375241886576 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11301] ppid=11283 vsize=28766288 memory=0 CPUtime=1.09 cores=0-7
/proc/11285/task/11301/stat : 11301 (java) S 11283 11283 11132 0 -1 1077944384 3385 0 0 0 109 0 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375240833520 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11302] ppid=11283 vsize=28766288 memory=0 CPUtime=0.53 cores=0-7
/proc/11285/task/11302/stat : 11302 (java) S 11283 11283 11132 0 -1 1077944384 2703 0 0 0 53 0 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375239780976 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11303] ppid=11283 vsize=28766288 memory=29 CPUtime=0 cores=0-7
/proc/11285/task/11303/stat : 11303 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375238728160 140376581646037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11304] ppid=11283 vsize=28766288 memory=20 CPUtime=0 cores=0-7
/proc/11285/task/11304/stat : 11304 (java) S 11283 11283 11132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476881121 29456678912 47332 33554432000 4194304 4196468 140734789693504 140375237675696 140376581646978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11321] ppid=11283 vsize=28766288 memory=20 CPUtime=1.32 cores=0-7
/proc/11285/task/11321/stat : 11321 (java) R 11283 11283 11132 0 -1 4202560 68 0 0 0 132 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374886378072 140376196176443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11322] ppid=11283 vsize=28766288 memory=288230574492221466 CPUtime=1.21 cores=0-7
/proc/11285/task/11322/stat : 11322 (java) R 11283 11283 11132 0 -1 4202560 36 0 0 0 121 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374888484664 140376196024185 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11323] ppid=11283 vsize=28766288 memory=0 CPUtime=1.17 cores=0-7
/proc/11285/task/11323/stat : 11323 (java) R 11283 11283 11132 0 -1 4202560 47 0 0 0 117 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374892696368 140376195403072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11324] ppid=11283 vsize=28766288 memory=0 CPUtime=1.17 cores=0-7
/proc/11285/task/11324/stat : 11324 (java) R 11283 11283 11132 0 -1 4202560 63 0 0 0 117 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374889537680 140376195461975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11325] ppid=11283 vsize=28766288 memory=0 CPUtime=1.1 cores=0-7
/proc/11285/task/11325/stat : 11325 (java) R 11283 11283 11132 0 -1 4202560 77 0 0 0 110 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374890589832 140376196175662 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11326] ppid=11283 vsize=28766288 memory=0 CPUtime=1.2 cores=0-7
/proc/11285/task/11326/stat : 11326 (java) R 11283 11283 11132 0 -1 4202560 88 0 0 0 120 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374885326392 140376195462674 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11327] ppid=11283 vsize=28766288 memory=6656426216303648864 CPUtime=1.3 cores=0-7
/proc/11285/task/11327/stat : 11327 (java) R 11283 11283 11132 0 -1 4202560 93 0 0 0 130 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374887432760 140376197239830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
[pid=11285/tid=11328] ppid=11283 vsize=28766288 memory=0 CPUtime=1.07 cores=0-7
/proc/11285/task/11328/stat : 11328 (java) R 11283 11283 11132 0 -1 4202560 78 0 0 0 107 0 0 0 20 0 28 0 476881288 29456678912 47332 33554432000 4194304 4196468 140734789693504 140374891642936 140376195462142 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 30048256 140734789702634 140734789702806 140734789702806 140734789705679 0
Current children cumulated CPU time: 21.04 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 190784 KiB

[startup+6.30035 s]
/proc/loadavg: 8.58 8.32 8.25 1/195 11359
/proc/meminfo: memFree=24920300/32770624 swapFree=66955456/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB
heavy processes:

[startup+7.12988 s]
# the end of solver process 11283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=29.6829 s, system=0.175204 s

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

[startup+6.40897 s]
/proc/loadavg: 8.58 8.32 8.25 1/195 11359
/proc/meminfo: memFree=24920300/32770624 swapFree=66955456/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+6.8003 s]
/proc/loadavg: 8.58 8.32 8.25 1/195 11359
/proc/meminfo: memFree=24920300/32770624 swapFree=66955456/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+7.00028 s]*
/proc/loadavg: 8.58 8.32 8.25 1/195 11359
/proc/meminfo: memFree=24920548/32770624 swapFree=66955456/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+7.10927 s]
/proc/loadavg: 8.58 8.32 8.25 1/195 11359
/proc/meminfo: memFree=24920548/32770624 swapFree=66955456/67108860
[pid=11283] ppid=11280 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11283/stat : 11283 (xcsp3-exec) S 11280 11283 11132 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476881115 115843072 364 33554432000 4194304 5098028 140722903848768 140722903846872 140702062211708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140722903855989 140722903856233 140722903856233 140722903859146 0
/proc/11283/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 7.12991
CPU time (s): 29.8582
CPU user time (s): 29.6829
CPU system time (s): 0.175204
CPU usage (%): 418.773
Max. virtual memory (cumulated for all children) (KiB): 28881368
Max. memory (cumulated for all children) (KiB): 223928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6829
system time used= 0.175204
maximum resident set size= 222852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32548
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4119
involuntary context switches= 912


# summary of solver processes directly reported to runsolver:
#   pid: 11283
#   total CPU time (s): 29.8582
#   total CPU user time (s): 29.6829
#   total CPU system time (s): 0.175204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080666 second user time and 0.105561 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 21:00:57
IDJOB=4404561
IDBENCH=137627
IDSOLVER=2865
FILE ID=node151/4404561-1569006098
RUNJOBID= node151-1569005959-11159
PBS_JOBID= 21704761
Free space on /tmp= 12412 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w1b1r5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404561-1569006098/watcher-4404561-1569006098 -o /tmp/evaluation-result-4404561-1569006098/solver-4404561-1569006098 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569005959-11159 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1555458239 HOME/instance-4404561-1569006098.xml

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

MD5SUM BENCH= 15a2bddfb10fd8a6157ce871797528b8
RANDOM SEED=1555458239

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24922484 kB
MemAvailable:   31805260 kB
Buffers:           50608 kB
Cached:          7003792 kB
SwapCached:        51740 kB
Active:          3489840 kB
Inactive:        3620604 kB
Active(anon):       3640 kB
Inactive(anon):    97940 kB
Active(file):    3486200 kB
Inactive(file):  3522664 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66955452 kB
Dirty:             26032 kB
Writeback:             0 kB
AnonPages:        119632 kB
Mapped:            48952 kB
Shmem:             36920 kB
Slab:             331020 kB
SReclaimable:     302372 kB
SUnreclaim:        28648 kB
KernelStack:        3728 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12384 MiB
End job on node151 at 2019-09-20 21:01:05