Trace number 4406624

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-09-24 parallel? (TO) 16332.6 2522.25

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-17-042.xml
MD5SUM30a2df13e8a589268a4af4fb67fb8cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.93882
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints136
Number of domains17
Minimum domain size26
Maximum domain size42
Distribution of domain sizes[{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":34}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406624-1569366297.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406624-1569366297.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406624-1569366297/watcher-4406624-1569366297 -o /tmp/evaluation-result-4406624-1569366297/solver-4406624-1569366297 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569361187-21157 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 984530842 HOME/instance-4406624-1569366297.xml 

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

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

solver pid=23420, runsolver pid=23417

[startup+0.100064 s]*
/proc/loadavg: 2.81 1.42 1.62 4/211 23441
/proc/meminfo: memFree=25534024/32770624 swapFree=66956532/67108860
[pid=23420] ppid=23417 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23420/stat : 23420 (xcsp3-exec) S 23417 23420 21130 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512900962 115843072 363 33554432000 4194304 5098028 140726145904352 140726145902456 139783873208956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15265792 140726145909622 140726145909865 140726145909865 140726145912778 0
/proc/23420/statm: 28282 363 304 221 0 87 0
[pid=23422] ppid=23420 vsize=28227396 memory=30460 CPUtime=0.12 cores=0-7
/proc/23422/stat : 23422 (java) S 23420 23420 21130 0 -1 1077944320 5515 0 0 0 11 1 0 0 20 0 20 0 512900962 28904853504 7615 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7056849 7615 3147 1 0 7019032 0
[pid=23422/tid=23423] ppid=23420 vsize=28227396 memory=7969008973282974617 CPUtime=0.09 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) R 23420 23420 21130 0 -1 4202560 3427 0 0 0 9 0 0 0 20 0 20 0 512900963 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060803994944 140060437344463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23420 vsize=28227396 memory=732370733089520613 CPUtime=0 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060351388048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23420 vsize=28227396 memory=140594752067200 CPUtime=0 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060350335248 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060349282960 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23427] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23427/stat : 23427 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060348230160 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23428] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23428/stat : 23428 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060347177872 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23429] ppid=23420 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23422/task/23429/stat : 23429 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060346125072 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23430] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23430/stat : 23430 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060345072784 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23431] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23431/stat : 23431 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 7615 33554432000 4194304 4196468 140735462106528 140060344019984 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23432] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23432/stat : 23432 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900965 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059178883184 140060799773314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23433] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23433/stat : 23433 (java) S 23420 23420 21130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512900965 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059177829152 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23434] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23434/stat : 23434 (java) S 23420 23420 21130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512900966 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059176776816 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23435] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23435/stat : 23435 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059175725136 140060799780763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23436] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23436/stat : 23436 (java) S 23420 23420 21130 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059174673008 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23437] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23437/stat : 23437 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059173620208 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23438] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) R 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23420 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) R 23420 23420 21130 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 20 0 512900968 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059171515120 140060799774102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23420 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900969 28904853504 7615 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31912 KiB

[startup+0.210448 s]*
/proc/loadavg: 2.81 1.42 1.62 2/211 23441
/proc/meminfo: memFree=25509424/32770624 swapFree=66956532/67108860
[pid=23420] ppid=23417 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23420/stat : 23420 (xcsp3-exec) S 23417 23420 21130 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512900962 115843072 363 33554432000 4194304 5098028 140726145904352 140726145902456 139783873208956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15265792 140726145909622 140726145909865 140726145909865 140726145912778 0
/proc/23420/statm: 28282 363 304 221 0 87 0
[pid=23422] ppid=23420 vsize=28227396 memory=40980 CPUtime=0.33 cores=0-7
/proc/23422/stat : 23422 (java) S 23420 23420 21130 0 -1 1077944320 8951 0 0 0 30 3 0 0 20 0 20 0 512900962 28904853504 10245 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7056849 10245 3309 1 0 7019032 0
[pid=23422/tid=23423] ppid=23420 vsize=28227396 memory=0 CPUtime=0.2 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) R 23420 23420 21130 0 -1 4202560 6238 0 0 0 18 2 0 0 20 0 20 0 512900963 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060803995344 140060799783514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23420 vsize=28227396 memory=732370733089520613 CPUtime=0 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060351388048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23420 vsize=28227396 memory=140594752067200 CPUtime=0 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060350335248 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060349282960 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23427] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23427/stat : 23427 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060348230160 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23428] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23428/stat : 23428 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060347177872 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23429] ppid=23420 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23422/task/23429/stat : 23429 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060346125072 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23430] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23430/stat : 23430 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060345072784 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23431] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23431/stat : 23431 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28904853504 10245 33554432000 4194304 4196468 140735462106528 140060344019984 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23432] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23432/stat : 23432 (java) S 23420 23420 21130 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512900965 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059178883184 140060799773314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23433] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23433/stat : 23433 (java) S 23420 23420 21130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512900965 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059177829152 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23434] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23434/stat : 23434 (java) S 23420 23420 21130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512900966 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059176776816 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23435] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23435/stat : 23435 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059175725136 140060799780763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23436] ppid=23420 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23422/task/23436/stat : 23436 (java) S 23420 23420 21130 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 20 0 512900968 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059174673008 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23437] ppid=23420 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23422/task/23437/stat : 23437 (java) S 23420 23420 21130 0 -1 1077944384 144 0 0 0 2 0 0 0 20 0 20 0 512900968 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059173620208 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23438] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) S 23420 23420 21130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23420 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) R 23420 23420 21130 0 -1 4202560 755 0 0 0 8 0 0 0 20 0 20 0 512900968 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059171515120 140060799774102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23420 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23420 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900969 28904853504 10245 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42432 KiB

[startup+0.690691 s]*
/proc/loadavg: 2.81 1.42 1.62 3/211 23441
/proc/meminfo: memFree=25510792/32770624 swapFree=66956532/67108860
[pid=23420] ppid=23417 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23420/stat : 23420 (xcsp3-exec) S 23417 23420 21130 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512900962 115843072 363 33554432000 4194304 5098028 140726145904352 140726145902456 139783873208956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15265792 140726145909622 140726145909865 140726145909865 140726145912778 0
/proc/23420/statm: 28282 363 304 221 0 87 0
[pid=23422] ppid=23420 vsize=28233776 memory=55588 CPUtime=0.75 cores=0-7
/proc/23422/stat : 23422 (java) S 23420 23420 21130 0 -1 1077944320 11189 0 0 0 70 5 0 0 20 0 20 0 512900962 28911386624 13897 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7058444 13897 3387 1 0 7019544 0
[pid=23422/tid=23423] ppid=23420 vsize=28233776 memory=6791534058613427641 CPUtime=0.4 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) R 23420 23420 21130 0 -1 4202560 7879 0 0 0 37 3 0 0 20 0 20 0 512900963 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060803996752 140060799774102 0 4 0 16800975 0 0 0 -1 2 0 0 27 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060351388048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060350335248 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060349282960 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23427] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23427/stat : 23427 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060348230160 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23428] ppid=23420 vsize=28233776 memory=2244 CPUtime=0 cores=0-7
/proc/23422/task/23428/stat : 23428 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060347177872 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23429] ppid=23420 vsize=28233776 memory=140594613679023 CPUtime=0 cores=0-7
/proc/23422/task/23429/stat : 23429 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060346125072 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23430] ppid=23420 vsize=28233776 memory=140594613681328 CPUtime=0 cores=0-7
/proc/23422/task/23430/stat : 23430 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060345072784 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23431] ppid=23420 vsize=28233776 memory=140594613683632 CPUtime=0 cores=0-7
/proc/23422/task/23431/stat : 23431 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 13897 33554432000 4194304 4196468 140735462106528 140060344019984 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23432] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23432/stat : 23432 (java) S 23420 23420 21130 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512900965 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059178883184 140060799773314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23433] ppid=23420 vsize=28233776 memory=281189227374224 CPUtime=0 cores=0-7
/proc/23422/task/23433/stat : 23433 (java) S 23420 23420 21130 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512900965 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059177829152 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23434] ppid=23420 vsize=28233776 memory=281189227381136 CPUtime=0 cores=0-7
/proc/23422/task/23434/stat : 23434 (java) S 23420 23420 21130 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512900966 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059176776816 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23435] ppid=23420 vsize=28233776 memory=281189227322416 CPUtime=0 cores=0-7
/proc/23422/task/23435/stat : 23435 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059175725136 140060799780763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23436] ppid=23420 vsize=28233776 memory=281189227394960 CPUtime=0.04 cores=0-7
/proc/23422/task/23436/stat : 23436 (java) S 23420 23420 21130 0 -1 1077944384 541 0 0 0 4 0 0 0 20 0 20 0 512900968 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059174673008 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23437] ppid=23420 vsize=28233776 memory=281189227401872 CPUtime=0.03 cores=0-7
/proc/23422/task/23437/stat : 23437 (java) S 23420 23420 21130 0 -1 1077944384 161 0 0 0 3 0 0 0 20 0 20 0 512900968 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059173620208 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23438] ppid=23420 vsize=28233776 memory=281189227399568 CPUtime=0.04 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) S 23420 23420 21130 0 -1 1077944384 201 0 0 0 4 0 0 0 20 0 20 0 512900968 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23420 vsize=28233776 memory=281189227415728 CPUtime=0.19 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) R 23420 23420 21130 0 -1 4202560 1094 0 0 0 19 0 0 0 20 0 20 0 512900968 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059171515120 140060781172175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23420 vsize=28233776 memory=-1 CPUtime=0 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900969 28911386624 13897 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 57040 KiB

[startup+0.710158 s]*
/proc/loadavg: 2.81 1.42 1.62 3/211 23441
/proc/meminfo: memFree=25510420/32770624 swapFree=66956532/67108860
[pid=23420] ppid=23417 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23420/stat : 23420 (xcsp3-exec) S 23417 23420 21130 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512900962 115843072 363 33554432000 4194304 5098028 140726145904352 140726145902456 139783873208956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15265792 140726145909622 140726145909865 140726145909865 140726145912778 0
/proc/23420/statm: 28282 363 304 221 0 87 0
[pid=23422] ppid=23420 vsize=28233776 memory=57944 CPUtime=0.78 cores=0-7
/proc/23422/stat : 23422 (java) S 23420 23420 21130 0 -1 1077944320 11290 0 0 0 73 5 0 0 20 0 20 0 512900962 28911386624 14486 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7058444 14486 3388 1 0 7019544 0
[pid=23422/tid=23423] ppid=23420 vsize=28233776 memory=0 CPUtime=0.42 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) R 23420 23420 21130 0 -1 4202560 7931 0 0 0 39 3 0 0 20 0 20 0 512900963 28911386624 14486 33554432000 4194304 4196468 140735462106528 140060803997424 140060799784093 0 4 0 16800975 0 0 0 -1 2 0 0 27 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23420 vsize=28233776 memory=732370733089520613 CPUtime=0 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) S 23420 23420 21130 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 14486 33554432000 4194304 4196468 140735462106528 140060351388048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23420 vsize=28233776 memory=140594752067200 CPUtime=0 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) S 23420 23420 21130 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 14486 33554432000 4194304 4196468 140735462106528 140060350335248 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23420 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) S 23420 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900964 28911386624 14486 33554432000 4194304 4196468 140735462106528 140060349282960 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0

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

[pid=23422/tid=23438] ppid=23417 vsize=28233776 memory=8444 CPUtime=0.56 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) S 23417 23420 21130 0 -1 1077944384 8144 0 0 0 54 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23417 vsize=28233776 memory=6172 CPUtime=0.55 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) S 23417 23420 21130 0 -1 1077944384 10727 0 0 0 53 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059171515120 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23417 vsize=28233776 memory=1124 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23417 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23417 vsize=28233776 memory=14008 CPUtime=1.05 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23417 23420 21130 0 -1 1077944384 4066 0 0 0 49 56 0 0 20 0 20 0 512900969 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current cumulated CPU time of completed processes: 0.002334 s
Current children cumulated CPU time: 16325.3 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25353884 KiB

[startup+2521.5 s]
/proc/loadavg: 7.43 7.51 6.97 9/210 23626
/proc/meminfo: memFree=229456/32770624 swapFree=66956532/67108860
[pid=23422] ppid=23417 vsize=28233776 memory=25353884 CPUtime=16328.4 cores=0-7
/proc/23422/stat : 23422 (java) S 23417 23420 21130 0 -1 1077944320 40551804 0 0 0 1623987 8853 0 0 20 0 20 0 512900962 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7058444 6338471 3510 1 0 7019544 0
[pid=23422/tid=23423] ppid=23417 vsize=28233776 memory=4340 CPUtime=368.63 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) S 23417 23420 21130 0 -1 1077944384 109223 0 0 0 36694 169 0 0 20 0 20 0 512900963 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060803999824 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23417 vsize=28233776 memory=4108 CPUtime=1969.23 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) R 23417 23420 21130 0 -1 4202560 4451158 0 0 0 195899 1024 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060351388248 140060784712792 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23417 vsize=28233776 memory=1412 CPUtime=1974.56 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) R 23417 23420 21130 0 -1 4202560 4826611 0 0 0 196351 1105 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060350335448 140060784459928 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23417 vsize=28233776 memory=3440 CPUtime=1976.24 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) R 23417 23420 21130 0 -1 4202560 5264054 0 0 0 196552 1072 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060349283160 140060784713266 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23427] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1985.32 cores=0-7
/proc/23422/task/23427/stat : 23427 (java) R 23417 23420 21130 0 -1 4202560 4668508 0 0 0 197552 980 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060348230360 140060779788625 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23428] ppid=23417 vsize=28233776 memory=4340 CPUtime=1975.57 cores=0-7
/proc/23422/task/23428/stat : 23428 (java) R 23417 23420 21130 0 -1 4202560 4610314 0 0 0 196426 1131 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060347177768 140060792390375 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23429] ppid=23417 vsize=28233776 memory=6172 CPUtime=1972.37 cores=0-7
/proc/23422/task/23429/stat : 23429 (java) R 23417 23420 21130 0 -1 4202560 4358131 0 0 0 196187 1050 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060346125272 140060779788384 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23430] ppid=23417 vsize=28233776 memory=1124 CPUtime=1972.29 cores=0-7
/proc/23422/task/23430/stat : 23430 (java) R 23417 23420 21130 0 -1 4202560 5165592 0 0 0 196125 1104 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060345072680 140060792390375 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23431] ppid=23417 vsize=28233776 memory=14008 CPUtime=1974.66 cores=0-7
/proc/23422/task/23431/stat : 23431 (java) R 23417 23420 21130 0 -1 4202560 4678517 0 0 0 196428 1038 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060344020184 140060784459806 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23432] ppid=23417 vsize=28233776 memory=12024 CPUtime=156.44 cores=0-7
/proc/23422/task/23432/stat : 23432 (java) S 23417 23420 21130 0 -1 1077944384 2385471 0 0 0 15495 149 0 0 20 0 20 0 512900965 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059178881504 140060799772373 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23433] ppid=23417 vsize=28233776 memory=2124 CPUtime=0 cores=0-7
/proc/23422/task/23433/stat : 23433 (java) S 23417 23420 21130 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 512900965 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059177829216 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23434] ppid=23417 vsize=28233776 memory=22432 CPUtime=0 cores=0-7
/proc/23422/task/23434/stat : 23434 (java) S 23417 23420 21130 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 512900966 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059176776832 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23435] ppid=23417 vsize=28233776 memory=504 CPUtime=0 cores=0-7
/proc/23422/task/23435/stat : 23435 (java) S 23417 23420 21130 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059175724784 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23436] ppid=23417 vsize=28233776 memory=1564 CPUtime=0.42 cores=0-7
/proc/23422/task/23436/stat : 23436 (java) S 23417 23420 21130 0 -1 1077944384 5161 0 0 0 41 1 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059174673008 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23437] ppid=23417 vsize=28233776 memory=924 CPUtime=0.37 cores=0-7
/proc/23422/task/23437/stat : 23437 (java) S 23417 23420 21130 0 -1 1077944384 4767 0 0 0 36 1 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059173620208 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23438] ppid=23417 vsize=28233776 memory=1420 CPUtime=0.56 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) S 23417 23420 21130 0 -1 1077944384 8144 0 0 0 54 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23417 vsize=28233776 memory=1984 CPUtime=0.55 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) S 23417 23420 21130 0 -1 1077944384 10727 0 0 0 53 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059171515120 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23417 vsize=28233776 memory=2532 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23417 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1.05 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23417 23420 21130 0 -1 1077944384 4066 0 0 0 49 56 0 0 20 0 20 0 512900969 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current cumulated CPU time of completed processes: 0.002334 s
Current children cumulated CPU time: 16328.4 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25353884 KiB

[startup+2521.9 s]
/proc/loadavg: 7.43 7.51 6.97 9/210 23626
/proc/meminfo: memFree=229456/32770624 swapFree=66956532/67108860
[pid=23422] ppid=23417 vsize=28233776 memory=25353884 CPUtime=16331.6 cores=0-7
/proc/23422/stat : 23422 (java) S 23417 23420 21130 0 -1 1077944320 40552422 0 0 0 1624303 8853 0 0 20 0 20 0 512900962 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7058444 6338471 3510 1 0 7019544 0
[pid=23422/tid=23423] ppid=23417 vsize=28233776 memory=0 CPUtime=368.63 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) S 23417 23420 21130 0 -1 1077944384 109223 0 0 0 36694 169 0 0 20 0 20 0 512900963 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060803999824 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23417 vsize=28233776 memory=1618644 CPUtime=1969.64 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) R 23417 23420 21130 0 -1 4202560 4451160 0 0 0 195940 1024 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060351388248 140060784459806 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23417 vsize=28233776 memory=36863 CPUtime=1974.95 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) R 23417 23420 21130 0 -1 4202560 4827205 0 0 0 196390 1105 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060350335448 140060784459916 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23417 vsize=28233776 memory=1452 CPUtime=1976.64 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) R 23417 23420 21130 0 -1 4202560 5264065 0 0 0 196592 1072 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060349283160 140060784713392 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23427] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1985.72 cores=0-7
/proc/23422/task/23427/stat : 23427 (java) R 23417 23420 21130 0 -1 4202560 4668508 0 0 0 197592 980 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060348230360 140060779788351 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23428] ppid=23417 vsize=28233776 memory=3616 CPUtime=1975.96 cores=0-7
/proc/23422/task/23428/stat : 23428 (java) R 23417 23420 21130 0 -1 4202560 4610314 0 0 0 196465 1131 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060347177768 140060792390375 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23429] ppid=23417 vsize=28233776 memory=2832 CPUtime=1972.77 cores=0-7
/proc/23422/task/23429/stat : 23429 (java) R 23417 23420 21130 0 -1 4202560 4358131 0 0 0 196227 1050 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060346125272 140060779788625 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23430] ppid=23417 vsize=28233776 memory=1548 CPUtime=1972.67 cores=0-7
/proc/23422/task/23430/stat : 23430 (java) R 23417 23420 21130 0 -1 4202560 5165592 0 0 0 196163 1104 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060345072680 140060792390375 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23431] ppid=23417 vsize=28233776 memory=1452 CPUtime=1975.06 cores=0-7
/proc/23422/task/23431/stat : 23431 (java) R 23417 23420 21130 0 -1 4202560 4678519 0 0 0 196468 1038 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060344020184 140060784713250 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23432] ppid=23417 vsize=28233776 memory=1452 CPUtime=156.44 cores=0-7
/proc/23422/task/23432/stat : 23432 (java) S 23417 23420 21130 0 -1 1077944384 2385471 0 0 0 15495 149 0 0 20 0 20 0 512900965 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059178881504 140060799772373 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23433] ppid=23417 vsize=28233776 memory=25353884 CPUtime=0 cores=0-7
/proc/23422/task/23433/stat : 23433 (java) S 23417 23420 21130 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 512900965 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059177829216 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23434] ppid=23417 vsize=28233776 memory=3620 CPUtime=0 cores=0-7
/proc/23422/task/23434/stat : 23434 (java) S 23417 23420 21130 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 512900966 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059176776832 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23435] ppid=23417 vsize=28233776 memory=52692 CPUtime=0 cores=0-7
/proc/23422/task/23435/stat : 23435 (java) S 23417 23420 21130 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059175724784 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23436] ppid=23417 vsize=28233776 memory=984 CPUtime=0.42 cores=0-7
/proc/23422/task/23436/stat : 23436 (java) S 23417 23420 21130 0 -1 1077944384 5161 0 0 0 41 1 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059174673008 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23437] ppid=23417 vsize=28233776 memory=4872558044660077418 CPUtime=0.37 cores=0-7
/proc/23422/task/23437/stat : 23437 (java) S 23417 23420 21130 0 -1 1077944384 4767 0 0 0 36 1 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059173620208 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23438] ppid=23417 vsize=28233776 memory=25353884 CPUtime=0.56 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) S 23417 23420 21130 0 -1 1077944384 8144 0 0 0 54 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23417 vsize=28233776 memory=772 CPUtime=0.55 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) S 23417 23420 21130 0 -1 1077944384 10727 0 0 0 53 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059171515120 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23417 vsize=28233776 memory=976 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23417 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23417 vsize=28233776 memory=772 CPUtime=1.05 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23417 23420 21130 0 -1 1077944384 4081 0 0 0 49 56 0 0 20 0 20 0 512900969 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current cumulated CPU time of completed processes: 0.002334 s
Current children cumulated CPU time: 16331.6 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25353884 KiB

[startup+2522 s]
/proc/loadavg: 7.43 7.51 6.97 9/210 23626
/proc/meminfo: memFree=229456/32770624 swapFree=66956532/67108860
[pid=23422] ppid=23417 vsize=28233776 memory=25353884 CPUtime=16332.3 cores=0-7
/proc/23422/stat : 23422 (java) S 23417 23420 21130 0 -1 1077944320 40552763 0 0 0 1624382 8853 0 0 20 0 20 0 512900962 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140735462089072 140060799762167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
/proc/23422/statm: 7058444 6338471 3510 1 0 7019544 0
[pid=23422/tid=23423] ppid=23417 vsize=28233776 memory=25353884 CPUtime=368.63 cores=0-7
/proc/23422/task/23423/stat : 23423 (java) S 23417 23420 21130 0 -1 1077944384 109223 0 0 0 36694 169 0 0 20 0 20 0 512900963 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060803999824 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23424] ppid=23417 vsize=28233776 memory=1452 CPUtime=1969.74 cores=0-7
/proc/23422/task/23424/stat : 23424 (java) R 23417 23420 21130 0 -1 4202560 4451160 0 0 0 195950 1024 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060351388248 140060784459806 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23425] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1975.05 cores=0-7
/proc/23422/task/23425/stat : 23425 (java) R 23417 23420 21130 0 -1 4202560 4827538 0 0 0 196400 1105 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060350335448 140060784459712 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23426] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1976.74 cores=0-7
/proc/23422/task/23426/stat : 23426 (java) R 23417 23420 21130 0 -1 4202560 5264065 0 0 0 196602 1072 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060349283160 140060784713392 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23427] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1985.82 cores=0-7
/proc/23422/task/23427/stat : 23427 (java) R 23417 23420 21130 0 -1 4202560 4668508 0 0 0 197602 980 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060348230360 140060779788625 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23428] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1976.05 cores=0-7
/proc/23422/task/23428/stat : 23428 (java) R 23417 23420 21130 0 -1 4202560 4610314 0 0 0 196474 1131 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060347177768 140060792390375 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23429] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1972.87 cores=0-7
/proc/23422/task/23429/stat : 23429 (java) R 23417 23420 21130 0 -1 4202560 4358131 0 0 0 196237 1050 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060346125272 140060779788539 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23430] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1972.77 cores=0-7
/proc/23422/task/23430/stat : 23430 (java) R 23417 23420 21130 0 -1 4202560 5165592 0 0 0 196173 1104 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060345072680 140060792390375 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23431] ppid=23417 vsize=28233776 memory=25353884 CPUtime=1975.16 cores=0-7
/proc/23422/task/23431/stat : 23431 (java) R 23417 23420 21130 0 -1 4202560 4678521 0 0 0 196478 1038 0 0 20 0 20 0 512900964 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140060344020184 140060784459806 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23432] ppid=23417 vsize=28233776 memory=25353884 CPUtime=156.44 cores=0-7
/proc/23422/task/23432/stat : 23432 (java) S 23417 23420 21130 0 -1 1077944384 2385471 0 0 0 15495 149 0 0 20 0 20 0 512900965 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059178881504 140060799772373 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23433] ppid=23417 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/23422/task/23433/stat : 23433 (java) S 23417 23420 21130 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 512900965 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059177829216 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23434] ppid=23417 vsize=28233776 memory=25353884 CPUtime=0 cores=0-7
/proc/23422/task/23434/stat : 23434 (java) S 23417 23420 21130 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 512900966 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059176776832 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23435] ppid=23417 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/23422/task/23435/stat : 23435 (java) S 23417 23420 21130 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059175724784 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23436] ppid=23417 vsize=28233776 memory=52692 CPUtime=0.42 cores=0-7
/proc/23422/task/23436/stat : 23436 (java) S 23417 23420 21130 0 -1 1077944384 5161 0 0 0 41 1 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059174673008 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23437] ppid=23417 vsize=28233776 memory=984 CPUtime=0.37 cores=0-7
/proc/23422/task/23437/stat : 23437 (java) S 23417 23420 21130 0 -1 1077944384 4767 0 0 0 36 1 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059173620208 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23438] ppid=23417 vsize=28233776 memory=1452 CPUtime=0.56 cores=0-7
/proc/23422/task/23438/stat : 23438 (java) S 23417 23420 21130 0 -1 1077944384 8144 0 0 0 54 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059172567920 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23439] ppid=23417 vsize=28233776 memory=25353884 CPUtime=0.55 cores=0-7
/proc/23422/task/23439/stat : 23439 (java) S 23417 23420 21130 0 -1 1077944384 10727 0 0 0 53 2 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059171515120 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23440] ppid=23417 vsize=28233776 memory=25353884 CPUtime=0 cores=0-7
/proc/23422/task/23440/stat : 23440 (java) S 23417 23420 21130 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512900968 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059170462048 140060799772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
[pid=23422/tid=23441] ppid=23417 vsize=28233776 memory=1452 CPUtime=1.05 cores=0-7
/proc/23422/task/23441/stat : 23441 (java) S 23417 23420 21130 0 -1 1077944384 4081 0 0 0 49 56 0 0 20 0 20 0 512900969 28911386624 6338471 33554432000 4194304 4196468 140735462106528 140059169409328 140060799773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27832320 140735462114282 140735462114454 140735462114454 140735462117327 0
Current cumulated CPU time of completed processes: 0.002334 s
Current children cumulated CPU time: 16332.4 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25353884 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.25
CPU time (s): 16332.6
CPU user time (s): 16243.8
CPU system time (s): 88.7838
CPU usage (%): 647.542
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25355336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16243.8
system time used= 88.7838
maximum resident set size= 25354124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40553322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 179381
involuntary context switches= 561966


# summary of solver processes directly reported to runsolver:
#   pid: 23420,23422
#   total CPU time (s): 16332.6
#   total CPU user time (s): 16243.8
#   total CPU system time (s): 88.7838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9455 second user time and 26.9457 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-25 01:04:16
IDJOB=4406624
IDBENCH=141744
IDSOLVER=2871
FILE ID=node151/4406624-1569366297
RUNJOBID= node151-1569361187-21157
PBS_JOBID= 21705125
Free space on /tmp= 12412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-17-042.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-4406624-1569366297/watcher-4406624-1569366297 -o /tmp/evaluation-result-4406624-1569366297/solver-4406624-1569366297 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569361187-21157 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 984530842 HOME/instance-4406624-1569366297.xml

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

MD5SUM BENCH= 30a2df13e8a589268a4af4fb67fb8cf0
RANDOM SEED=984530842

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:        25550508 kB
MemAvailable:   31794360 kB
Buffers:           69976 kB
Cached:          6361676 kB
SwapCached:        50712 kB
Active:          2699904 kB
Inactive:        3787912 kB
Active(anon):       4368 kB
Inactive(anon):   106024 kB
Active(file):    2695536 kB
Inactive(file):  3681888 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66956532 kB
Dirty:             26296 kB
Writeback:             0 kB
AnonPages:        218216 kB
Mapped:            54896 kB
Shmem:             45996 kB
Slab:             323160 kB
SReclaimable:     294888 kB
SUnreclaim:        28272 kB
KernelStack:        3952 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 12388 MiB
End job on node151 at 2019-09-25 01:46:18