Trace number 4392936

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 NameAnswerCPU timeWall clock time
choco-solver 2019-06-14SAT 2056.89 520.243

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-033.xml
MD5SUM273a3a450a7af16ef80dfed9e1af494c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark36.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints51
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":48}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":49},{"arity":2,"count":1},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints50
Distribution of constraint types[{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4392936-1568319116.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392936-1568319116.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.00/0.60	c solve instance...
2056.74/520.23	s SATISFIABLE
2056.74/520.23	v <instantiation>
2056.74/520.23	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] </list>
2056.74/520.23	v 	<values>182 175 175 210 186 159 198 210 198 159 159 182 184 159 186 159 129 228 220 129 215 201 0 0 129 129 120 131 201 120 56 141 73 136 95 131 95 56 159 0 159 141 73 216 0 201 159 0 </values>
2056.74/520.23	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392936-1568319116/watcher-4392936-1568319116 -o /tmp/evaluation-result-4392936-1568319116/solver-4392936-1568319116 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14093 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1807850620 HOME/instance-4392936-1568319116.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22509, runsolver pid=22506
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 8.37 8.04 7.87 7/234 22525
/proc/meminfo: memFree=30598772/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15144768 memory=28896 CPUtime=0.13 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 5702 0 0 0 12 1 0 0 20 0 15 0 408166307 15508242432 7224 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3786192 7224 3144 1 0 3748377 0
[pid=22511/tid=22512] ppid=22509 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) R 22509 22509 14062 0 -1 4202560 3570 0 0 0 9 0 0 0 20 0 15 0 408166307 15508242432 7224 33554432000 4194304 4196468 140729380743712 139769102811968 139769090816830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 7224 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15144768 memory=3835289450999965344 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 7224 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 7224 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 7224 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408166309 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408166310 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768565306784 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408166310 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768564254192 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166312 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) S 22509 22509 14062 0 -1 1077944384 461 0 0 0 0 0 0 0 20 0 15 0 408166312 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768562149360 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166312 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768561096816 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15144768 memory=139888303531648 CPUtime=0.02 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) R 22509 22509 14062 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 408166312 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768560044272 139769098591638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166313 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166313 15508242432 7224 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30344 KiB

[startup+0.210817 s]*
/proc/loadavg: 8.37 8.04 7.87 6/234 22525
/proc/meminfo: memFree=30584868/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15144768 memory=41108 CPUtime=0.34 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 9501 0 0 0 32 2 0 0 20 0 15 0 408166307 15508242432 10277 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3786192 10277 3286 1 0 3748377 0
[pid=22511/tid=22512] ppid=22509 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) R 22509 22509 14062 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 15 0 408166307 15508242432 10277 33554432000 4194304 4196468 140729380743712 139769102814688 139769098601629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15144768 memory=2669798 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 10277 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15144768 memory=139888306377271 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 10277 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 10277 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408166308 15508242432 10277 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15144768 memory=139888303531648 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408166309 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408166310 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768565306784 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408166310 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768564254192 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166312 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) S 22509 22509 14062 0 -1 1077944384 667 0 0 0 2 0 0 0 20 0 15 0 408166312 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768562149360 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) S 22509 22509 14062 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 15 0 408166312 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768561096816 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15144768 memory=139888303531648 CPUtime=0.08 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) S 22509 22509 14062 0 -1 1077944384 792 0 0 0 8 0 0 0 20 0 15 0 408166312 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768560044272 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166313 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166313 15508242432 10277 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42556 KiB

[startup+0.310625 s]*
/proc/loadavg: 8.37 8.04 7.87 7/234 22525
/proc/meminfo: memFree=30577036/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15149024 memory=50404 CPUtime=0.53 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 10955 0 0 0 50 3 0 0 20 0 15 0 408166307 15512600576 12601 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3787256 12601 3339 1 0 3748377 0
[pid=22511/tid=22512] ppid=22509 vsize=15149024 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) R 22509 22509 14062 0 -1 4202560 7845 0 0 0 27 2 0 0 20 0 15 0 408166307 15512600576 12601 33554432000 4194304 4196468 140729380743712 139769102810816 139769082660190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15512600576 12601 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15512600576 12601 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166308 15512600576 12601 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408166308 15512600576 12601 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15149024 memory=-7017622378923016351 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408166309 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408166310 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768565306784 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408166310 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768564254192 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166312 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) S 22509 22509 14062 0 -1 1077944384 805 0 0 0 5 0 0 0 20 0 15 0 408166312 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768562149360 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) S 22509 22509 14062 0 -1 1077944384 121 0 0 0 4 0 0 0 20 0 15 0 408166312 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768561096816 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) S 22509 22509 14062 0 -1 1077944384 879 0 0 0 12 0 0 0 20 0 15 0 408166312 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768560044272 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408166313 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408166313 15512600576 12601 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51852 KiB

[startup+0.709697 s]
/proc/loadavg: 8.37 8.04 7.87 8/234 22525
/proc/meminfo: memFree=30562244/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15417404 memory=84756 CPUtime=1.6 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 14924 0 0 0 155 5 0 0 20 0 19 0 408166307 15787421696 21189 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3854351 21189 3450 1 0 3815453 0
[pid=22511/tid=22512] ppid=22509 vsize=15417404 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) S 22509 22509 14062 0 -1 1077944384 9301 0 0 0 56 3 0 0 20 0 19 0 408166307 15787421696 21189 33554432000 4194304 4196468 140729380743712 139769102820480 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408166308 15787421696 21189 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408166308 15787421696 21189 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15417404 memory=772 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408166308 15787421696 21189 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15417404 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408166308 15787421696 21189 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15417404 memory=948 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408166309 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15417404 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408166310 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768565306784 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15417404 memory=9404 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408166310 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768564254192 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15417404 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166312 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15417404 memory=628 CPUtime=0.21 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) D 22509 22509 14062 0 -1 4202560 1232 0 0 0 21 0 0 0 20 0 19 0 408166312 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768562130552 139769082973460 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15417404 memory=1056 CPUtime=0.19 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) R 22509 22509 14062 0 -1 4202560 626 0 0 0 19 0 0 0 20 0 19 0 408166312 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768561080952 139769091296855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15417404 memory=1556 CPUtime=0.36 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) D 22509 22509 14062 0 -1 4202560 1781 0 0 0 36 0 0 0 20 0 19 0 408166312 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768560039912 139769090816830 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15417404 memory=5908 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166313 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15417404 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408166313 15787421696 21189 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 86204 KiB

[startup+1.50168 s]
/proc/loadavg: 8.37 8.04 7.87 10/238 22529
/proc/meminfo: memFree=30523068/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0

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

/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1225 0 0 0 0 14 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22526] ppid=22509 vsize=15419452 memory=1980 CPUtime=507.3 cores=0,2,4,6
/proc/22511/task/22526/stat : 22526 (java) R 22509 22509 14062 0 -1 4202560 3941 0 0 0 50727 3 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768548965392 139768728203225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22527] ppid=22509 vsize=15419452 memory=2552 CPUtime=509.12 cores=0,2,4,6
/proc/22511/task/22527/stat : 22527 (java) R 22509 22509 14062 0 -1 4202560 3176 0 0 0 50910 2 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768547913560 139768729887803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22528] ppid=22509 vsize=15419452 memory=1760 CPUtime=507.76 cores=0,2,4,6
/proc/22511/task/22528/stat : 22528 (java) R 22509 22509 14062 0 -1 4202560 3032 0 0 0 50775 1 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768546861112 139768729368384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22529] ppid=22509 vsize=15419452 memory=1448 CPUtime=507.27 cores=0,2,4,6
/proc/22511/task/22529/stat : 22529 (java) R 22509 22509 14062 0 -1 4202560 8174 0 0 0 50722 5 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768545810720 139768730387085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 2049.66 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 361504 KiB

[startup+519.202 s]
/proc/loadavg: 7.47 8.11 8.06 10/236 22676
/proc/meminfo: memFree=30094600/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15419452 memory=360056 CPUtime=2052.77 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 105429 0 0 0 205023 254 0 0 20 0 19 0 408166307 15789518848 90014 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3854863 90014 3538 1 0 3815965 0
[pid=22511/tid=22512] ppid=22509 vsize=15419452 memory=7523376918531162212 CPUtime=0.59 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) S 22509 22509 14062 0 -1 1077944384 9301 0 0 0 56 3 0 0 20 0 19 0 408166307 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769102820480 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15419452 memory=1448 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 3205 0 0 0 163 8 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15419452 memory=6791534058613427641 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 2531 0 0 0 162 9 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15419452 memory=360020 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 4099 0 0 0 163 8 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15419452 memory=6791534058613427641 CPUtime=1.68 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 4013 0 0 0 159 9 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15419452 memory=8888 CPUtime=3.22 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 17770 0 0 0 110 212 0 0 20 0 19 0 408166309 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15419452 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 408166310 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768565306848 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15419452 memory=360020 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 408166310 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768564254208 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15419452 memory=3344 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15419452 memory=1448 CPUtime=3.07 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) S 22509 22509 14062 0 -1 1077944384 17110 0 0 0 305 2 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768562149360 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15419452 memory=23072 CPUtime=3.58 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) S 22509 22509 14062 0 -1 1077944384 15066 0 0 0 357 1 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768561096816 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15419452 memory=984 CPUtime=0.68 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) S 22509 22509 14062 0 -1 1077944384 11409 0 0 0 67 1 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768560044272 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15419452 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15419452 memory=1380 CPUtime=0.14 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1225 0 0 0 0 14 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22526] ppid=22509 vsize=15419452 memory=360020 CPUtime=508.05 cores=0,2,4,6
/proc/22511/task/22526/stat : 22526 (java) R 22509 22509 14062 0 -1 4202560 3941 0 0 0 50802 3 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768548965800 139768728628175 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22527] ppid=22509 vsize=15419452 memory=772 CPUtime=509.9 cores=0,2,4,6
/proc/22511/task/22527/stat : 22527 (java) R 22509 22509 14062 0 -1 4202560 3176 0 0 0 50988 2 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768547913824 139768729887810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22528] ppid=22509 vsize=15419452 memory=4008 CPUtime=508.55 cores=0,2,4,6
/proc/22511/task/22528/stat : 22528 (java) R 22509 22509 14062 0 -1 4202560 3034 0 0 0 50854 1 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768546861832 139768728435794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22529] ppid=22509 vsize=15419452 memory=948 CPUtime=508.04 cores=0,2,4,6
/proc/22511/task/22529/stat : 22529 (java) R 22509 22509 14062 0 -1 4202560 8174 0 0 0 50799 5 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768545810720 139768728733979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 2052.77 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 361504 KiB

[startup+520.002 s]*
/proc/loadavg: 7.47 8.11 8.06 10/236 22676
/proc/meminfo: memFree=30094600/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15419452 memory=360056 CPUtime=2055.98 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 105430 0 0 0 205343 255 0 0 20 0 19 0 408166307 15789518848 90014 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3854863 90014 3538 1 0 3815965 0
[pid=22511/tid=22512] ppid=22509 vsize=15419452 memory=8317482817917895235 CPUtime=0.59 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) S 22509 22509 14062 0 -1 1077944384 9301 0 0 0 56 3 0 0 20 0 19 0 408166307 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769102820480 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15419452 memory=4281062177818030112 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 3205 0 0 0 163 8 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15419452 memory=42980 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 2531 0 0 0 162 9 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15419452 memory=6944656575208382560 CPUtime=1.72 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 4099 0 0 0 164 8 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15419452 memory=47396 CPUtime=1.68 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 4013 0 0 0 159 9 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15419452 memory=49604 CPUtime=3.24 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 17770 0 0 0 111 213 0 0 20 0 19 0 408166309 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15419452 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 408166310 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768565306848 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15419452 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 408166310 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768564254208 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15419452 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15419452 memory=416848 CPUtime=3.07 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) S 22509 22509 14062 0 -1 1077944384 17110 0 0 0 305 2 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768562149360 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15419452 memory=1164 CPUtime=3.58 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) S 22509 22509 14062 0 -1 1077944384 15066 0 0 0 357 1 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768561096816 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15419452 memory=8317482817917895235 CPUtime=0.68 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) S 22509 22509 14062 0 -1 1077944384 11409 0 0 0 67 1 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768560044272 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15419452 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15419452 memory=3344 CPUtime=0.14 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) S 22509 22509 14062 0 -1 1077944384 1225 0 0 0 0 14 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22526] ppid=22509 vsize=15419452 memory=1448 CPUtime=508.84 cores=0,2,4,6
/proc/22511/task/22526/stat : 22526 (java) R 22509 22509 14062 0 -1 4202560 3942 0 0 0 50881 3 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768548965800 139768728196896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22527] ppid=22509 vsize=15419452 memory=360052 CPUtime=510.71 cores=0,2,4,6
/proc/22511/task/22527/stat : 22527 (java) R 22509 22509 14062 0 -1 4202560 3176 0 0 0 51069 2 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768547913824 139768728734192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22528] ppid=22509 vsize=15419452 memory=1408 CPUtime=509.35 cores=0,2,4,6
/proc/22511/task/22528/stat : 22528 (java) R 22509 22509 14062 0 -1 4202560 3034 0 0 0 50934 1 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768546861112 139768722723239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22529] ppid=22509 vsize=15419452 memory=3244 CPUtime=508.84 cores=0,2,4,6
/proc/22511/task/22529/stat : 22529 (java) R 22509 22509 14062 0 -1 4202560 8174 0 0 0 50879 5 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768545810720 139768728895704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 2055.98 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 361504 KiB

[startup+520.202 s]
/proc/loadavg: 7.47 8.11 8.06 10/236 22676
/proc/meminfo: memFree=30094600/32770624 swapFree=66996292/67108860
[pid=22509] ppid=22506 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/22509/stat : 22509 (xcsp3-exec) S 22506 22509 14062 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408166307 115843072 362 33554432000 4194304 5098028 140720484131136 140720484129240 139708081312380 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31023104 140720484139898 140720484140141 140720484140141 140720484143050 0
/proc/22509/statm: 28282 362 304 221 0 87 0
[pid=22511] ppid=22509 vsize=15419452 memory=360056 CPUtime=2056.74 cores=0,2,4,6
/proc/22511/stat : 22511 (java) S 22509 22509 14062 0 -1 1077944320 105430 0 0 0 205419 255 0 0 20 0 19 0 408166307 15789518848 90014 33554432000 4194304 4196468 140729380743712 140729380726256 139769098579703 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
/proc/22511/statm: 3854863 90014 3538 1 0 3815965 0
[pid=22511/tid=22512] ppid=22509 vsize=15419452 memory=1760 CPUtime=0.59 cores=0,2,4,6
/proc/22511/task/22512/stat : 22512 (java) S 22509 22509 14062 0 -1 1077944384 9301 0 0 0 56 3 0 0 20 0 19 0 408166307 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769102820480 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22513] ppid=22509 vsize=15419452 memory=111632 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22513/stat : 22513 (java) S 22509 22509 14062 0 -1 1077944384 3205 0 0 0 163 8 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769051199760 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22514] ppid=22509 vsize=15419452 memory=800 CPUtime=1.71 cores=0,2,4,6
/proc/22511/task/22514/stat : 22514 (java) S 22509 22509 14062 0 -1 1077944384 2531 0 0 0 162 9 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769050147216 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22515] ppid=22509 vsize=15419452 memory=1804 CPUtime=1.72 cores=0,2,4,6
/proc/22511/task/22515/stat : 22515 (java) S 22509 22509 14062 0 -1 1077944384 4099 0 0 0 164 8 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769049094672 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22516] ppid=22509 vsize=15419452 memory=628 CPUtime=1.68 cores=0,2,4,6
/proc/22511/task/22516/stat : 22516 (java) S 22509 22509 14062 0 -1 1077944384 4013 0 0 0 159 9 0 0 20 0 19 0 408166308 15789518848 90014 33554432000 4194304 4196468 140729380743712 139769048042128 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22517] ppid=22509 vsize=15419452 memory=1056 CPUtime=3.24 cores=0,2,4,6
/proc/22511/task/22517/stat : 22517 (java) S 22509 22509 14062 0 -1 1077944384 17770 0 0 0 111 213 0 0 20 0 19 0 408166309 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768566360560 139769098590850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22518] ppid=22509 vsize=15419452 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22518/stat : 22518 (java) S 22509 22509 14062 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 408166310 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768565306848 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22519] ppid=22509 vsize=15419452 memory=5908 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22519/stat : 22519 (java) S 22509 22509 14062 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 19 0 408166310 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768564254208 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22520] ppid=22509 vsize=15419452 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22520/stat : 22520 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768563202768 139769098598299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22521] ppid=22509 vsize=15419452 memory=2116 CPUtime=3.07 cores=0,2,4,6
/proc/22511/task/22521/stat : 22521 (java) S 22509 22509 14062 0 -1 1077944384 17110 0 0 0 305 2 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768562149360 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22522] ppid=22509 vsize=15419452 memory=4108 CPUtime=3.58 cores=0,2,4,6
/proc/22511/task/22522/stat : 22522 (java) S 22509 22509 14062 0 -1 1077944384 15066 0 0 0 357 1 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768561096816 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22523] ppid=22509 vsize=15419452 memory=1412 CPUtime=0.68 cores=0,2,4,6
/proc/22511/task/22523/stat : 22523 (java) S 22509 22509 14062 0 -1 1077944384 11409 0 0 0 67 1 0 0 20 0 19 0 408166312 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768560044272 139769098590850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22524] ppid=22509 vsize=15419452 memory=3200 CPUtime=0 cores=0,2,4,6
/proc/22511/task/22524/stat : 22524 (java) S 22509 22509 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768558991968 139769098589909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22525] ppid=22509 vsize=15419452 memory=1448 CPUtime=0.14 cores=0,2,4,6
/proc/22511/task/22525/stat : 22525 (java) R 22509 22509 14062 0 -1 1077944384 1225 0 0 0 0 14 0 0 20 0 19 0 408166313 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768557939504 139769098590850 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22526] ppid=22509 vsize=15419452 memory=360056 CPUtime=509.03 cores=0,2,4,6
/proc/22511/task/22526/stat : 22526 (java) R 22509 22509 14062 0 -1 4202560 3942 0 0 0 50900 3 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768548965800 139768728435892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22527] ppid=22509 vsize=15419452 memory=1408 CPUtime=510.9 cores=0,2,4,6
/proc/22511/task/22527/stat : 22527 (java) R 22509 22509 14062 0 -1 4202560 3176 0 0 0 51088 2 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768547913824 139768728898623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22528] ppid=22509 vsize=15419452 memory=3244 CPUtime=509.54 cores=0,2,4,6
/proc/22511/task/22528/stat : 22528 (java) R 22509 22509 14062 0 -1 4202560 3034 0 0 0 50953 1 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768546861112 139768728435989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
[pid=22511/tid=22529] ppid=22509 vsize=15419452 memory=1452 CPUtime=509.03 cores=0,2,4,6
/proc/22511/task/22529/stat : 22529 (java) R 22509 22509 14062 0 -1 4202560 8174 0 0 0 50898 5 0 0 20 0 19 0 408166368 15789518848 90014 33554432000 4194304 4196468 140729380743712 139768545810720 139769083820924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10948608 140729380750319 140729380750490 140729380750490 140729380753359 0
Current children cumulated CPU time: 2056.74 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 361504 KiB

Child status: 0
Real time (s): 520.243
CPU time (s): 2056.89
CPU user time (s): 2054.32
CPU system time (s): 2.56757
CPU usage (%): 395.371
Max. virtual memory (cumulated for all children) (KiB): 15534568
Max. memory (cumulated for all children) (KiB): 496312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2054.32
system time used= 2.56757
maximum resident set size= 520736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39398
involuntary context switches= 35837


# summary of solver processes directly reported to runsolver:
#   pid: 22509
#   total CPU time (s): 2056.89
#   total CPU user time (s): 2054.32
#   total CPU system time (s): 2.56757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.29581 second user time and 5.66575 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 21:10:39
IDJOB=4392936
IDBENCH=127865
IDSOLVER=2840
FILE ID=node106/4392936-1568319116
RUNJOBID= node106-1568309633-14093
PBS_JOBID= 21701134
Free space on /tmp= 56708 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-033.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392936-1568319116/watcher-4392936-1568319116 -o /tmp/evaluation-result-4392936-1568319116/solver-4392936-1568319116 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14093 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1807850620 HOME/instance-4392936-1568319116.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 273a3a450a7af16ef80dfed9e1af494c
RANDOM SEED=1807850620

node106.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.79
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.79
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.79
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.79
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:        30614292 kB
MemAvailable:   31687360 kB
Buffers:          128160 kB
Cached:          1240936 kB
SwapCached:        10232 kB
Active:           626556 kB
Inactive:         993676 kB
Active(anon):     249992 kB
Inactive(anon):    33392 kB
Active(file):     376564 kB
Inactive(file):   960284 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66996292 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:        490136 kB
Mapped:            48792 kB
Shmem:             23920 kB
Slab:             132768 kB
SReclaimable:     104112 kB
SUnreclaim:        28656 kB
KernelStack:        4080 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1373088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56684 MiB
End job on node106 at 2019-09-12 21:19:20