Trace number 4398870

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-16? (TO) 2528.07 841.864

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-01.xml
MD5SUMa0db4e7a601eb58dee5216b17e791c99
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 benchmark41.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size548
Maximum domain size643
Distribution of domain sizes[{"size":548,"count":6},{"size":549,"count":6},{"size":550,"count":4},{"size":551,"count":2},{"size":552,"count":4},{"size":553,"count":2},{"size":554,"count":2},{"size":555,"count":2},{"size":556,"count":2},{"size":558,"count":2},{"size":559,"count":8},{"size":560,"count":2},{"size":561,"count":2},{"size":562,"count":6},{"size":563,"count":2},{"size":565,"count":2},{"size":572,"count":2},{"size":573,"count":4},{"size":574,"count":2},{"size":575,"count":2},{"size":576,"count":4},{"size":577,"count":2},{"size":578,"count":8},{"size":579,"count":2},{"size":580,"count":2},"...",{"size":603,"count":2}, {"size":604,"count":2}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":607,"count":6}, {"size":608,"count":4}, {"size":611,"count":4}, {"size":612,"count":2}, {"size":614,"count":4}, {"size":616,"count":6}, {"size":617,"count":2}, {"size":619,"count":2}, {"size":620,"count":2}, {"size":621,"count":2}, {"size":623,"count":2}, {"size":625,"count":2}, {"size":627,"count":4}, {"size":628,"count":2}, {"size":629,"count":2}, {"size":633,"count":6}, {"size":634,"count":2}, {"size":637,"count":2}, {"size":639,"count":4}, {"size":642,"count":2}, {"size":643,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-4398870-1568699288.xml"  -tl '2520s' -p 4
0.13/0.19	c Choco e747e1e
0.13/0.20	c [HOME/instance-4398870-1568699288.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	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: 16375 MiB (12251 MiB free)
  memory of node 1: 16384 MiB (15435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398870-1568699288/watcher-4398870-1568699288 -o /tmp/evaluation-result-4398870-1568699288/solver-4398870-1568699288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4848 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1216353878 HOME/instance-4398870-1568699288.xml 

running on 4 cores: 4-7

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
Current StackSize limit: 8192 KiB

solver pid=18058, runsolver pid=18055

[startup+0.100068 s]*
/proc/loadavg: 9.25 8.79 8.57 9/233 18074
/proc/meminfo: memFree=28333948/32770688 swapFree=66961208/67108860
[pid=18058] ppid=18055 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/18058/stat : 18058 (xcsp3-exec) S 18055 18058 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445870460 115843072 363 33554432000 4194304 5098028 140729650080784 140729650078888 140326375797372 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31641600 140729650086778 140729650087021 140729650087021 140729650089930 0
/proc/18058/statm: 28282 363 304 221 0 87 0
[pid=18060] ppid=18058 vsize=15144776 memory=29352 CPUtime=0.13 cores=4-7
/proc/18060/stat : 18060 (java) S 18058 18058 4816 0 -1 1077944320 5726 0 0 0 11 2 0 0 20 0 15 0 445870460 15508250624 7338 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3786194 7338 3145 1 0 3748377 0
[pid=18060/tid=18061] ppid=18058 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) R 18058 18058 4816 0 -1 4202560 3653 0 0 0 8 1 0 0 20 0 15 0 445870461 15508250624 7338 33554432000 4194304 4196468 140730177000256 139903108174032 139903103970710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18058 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 7338 33554432000 4194304 4196468 140730177000256 139903060511376 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18058 vsize=15144776 memory=140017037596288 CPUtime=0 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 7338 33554432000 4194304 4196468 140730177000256 139903059458576 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 7338 33554432000 4194304 4196468 140730177000256 139903058405776 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) S 18058 18058 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902693071120 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18058 vsize=15144776 memory=140017037596288 CPUtime=0 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18058 18058 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445870463 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902179056496 139903103969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18058 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902178002464 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18058 18058 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445870464 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902176949616 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870466 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902175897936 139903103977371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18058 18058 4816 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 445870466 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870466 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18058 vsize=15144776 memory=140017037596288 CPUtime=0.01 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) R 18058 18058 4816 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 445870466 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902172739696 139903096195902 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18058 vsize=15144776 memory=140017037596288 CPUtime=0 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870467 15508250624 7338 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30804 KiB

[startup+0.21174 s]*
/proc/loadavg: 9.25 8.79 8.57 6/233 18074
/proc/meminfo: memFree=28321292/32770688 swapFree=66961208/67108860
[pid=18058] ppid=18055 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/18058/stat : 18058 (xcsp3-exec) S 18055 18058 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445870460 115843072 363 33554432000 4194304 5098028 140729650080784 140729650078888 140326375797372 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31641600 140729650086778 140729650087021 140729650087021 140729650089930 0
/proc/18058/statm: 28282 363 304 221 0 87 0
[pid=18060] ppid=18058 vsize=15144776 memory=40836 CPUtime=0.34 cores=4-7
/proc/18060/stat : 18060 (java) S 18058 18058 4816 0 -1 1077944320 9395 0 0 0 31 3 0 0 20 0 15 0 445870460 15508250624 10209 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3786194 10209 3303 1 0 3748377 0
[pid=18060/tid=18061] ppid=18058 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) R 18058 18058 4816 0 -1 4202560 6589 0 0 0 18 2 0 0 20 0 15 0 445870461 15508250624 10209 33554432000 4194304 4196468 140730177000256 139903108191824 139903085818737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18058 vsize=15144776 memory=9642 CPUtime=0 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 10209 33554432000 4194304 4196468 140730177000256 139903060511376 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18058 vsize=15144776 memory=3978428026718536353 CPUtime=0 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 10209 33554432000 4194304 4196468 140730177000256 139903059458576 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 10209 33554432000 4194304 4196468 140730177000256 139903058405776 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) S 18058 18058 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445870461 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902693071120 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18058 18058 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445870463 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902179056496 139903103969922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18058 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902178002464 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18058 vsize=15144776 memory=140017037596288 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18058 18058 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445870464 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902176949616 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18058 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870466 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902175897936 139903103977371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18058 vsize=15144776 memory=0 CPUtime=0.02 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18058 18058 4816 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 445870466 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18058 vsize=15144776 memory=-1 CPUtime=0.02 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18058 18058 4816 0 -1 1077944384 195 0 0 0 2 0 0 0 20 0 15 0 445870466 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18058 vsize=15144776 memory=0 CPUtime=0.08 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) R 18058 18058 4816 0 -1 4202560 747 0 0 0 8 0 0 0 20 0 15 0 445870466 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902172736064 139903088203034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18058 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870467 15508250624 10209 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42288 KiB

[startup+0.311645 s]*
/proc/loadavg: 9.25 8.79 8.57 6/233 18074
/proc/meminfo: memFree=28317024/32770688 swapFree=66961208/67108860
[pid=18058] ppid=18055 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/18058/stat : 18058 (xcsp3-exec) S 18055 18058 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445870460 115843072 363 33554432000 4194304 5098028 140729650080784 140729650078888 140326375797372 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31641600 140729650086778 140729650087021 140729650087021 140729650089930 0
/proc/18058/statm: 28282 363 304 221 0 87 0
[pid=18060] ppid=18058 vsize=15149032 memory=46968 CPUtime=0.52 cores=4-7
/proc/18060/stat : 18060 (java) S 18058 18058 4816 0 -1 1077944320 10521 0 0 0 48 4 0 0 20 0 15 0 445870460 15512608768 11742 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3787258 11742 3348 1 0 3748377 0
[pid=18060/tid=18061] ppid=18058 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) R 18058 18058 4816 0 -1 4202560 7601 0 0 0 27 3 0 0 20 0 15 0 445870461 15512608768 11742 33554432000 4194304 4196468 140730177000256 139903108171328 139903090134064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18058 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15512608768 11742 33554432000 4194304 4196468 140730177000256 139903060511376 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18058 vsize=15149032 memory=3546925775024568996 CPUtime=0 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15512608768 11742 33554432000 4194304 4196468 140730177000256 139903059458576 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18058 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15512608768 11742 33554432000 4194304 4196468 140730177000256 139903058405776 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18058 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) S 18058 18058 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445870461 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902693071120 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18058 vsize=15149032 memory=140017037596288 CPUtime=0 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18058 18058 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445870463 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902179056496 139903103969922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18058 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18058 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902178002464 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18058 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18058 18058 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445870464 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902176949616 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18058 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870466 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902175897936 139903103977371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18058 vsize=15149032 memory=0 CPUtime=0.03 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18058 18058 4816 0 -1 1077944384 571 0 0 0 3 0 0 0 20 0 15 0 445870466 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18058 vsize=15149032 memory=-1 CPUtime=0.03 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18058 18058 4816 0 -1 1077944384 222 0 0 0 3 0 0 0 20 0 15 0 445870466 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18058 vsize=15149032 memory=140017037596288 CPUtime=0.13 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) S 18058 18058 4816 0 -1 1077944384 821 0 0 0 13 0 0 0 20 0 15 0 445870466 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902172739696 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18058 vsize=15149032 memory=-1 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18058 vsize=15149032 memory=140017037596288 CPUtime=0 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870467 15512608768 11742 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48420 KiB

[startup+0.707456 s]
/proc/loadavg: 9.25 8.79 8.57 10/233 18074
/proc/meminfo: memFree=28296548/32770688 swapFree=66961208/67108860
[pid=18058] ppid=18055 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/18058/stat : 18058 (xcsp3-exec) S 18055 18058 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445870460 115843072 363 33554432000 4194304 5098028 140729650080784 140729650078888 140326375797372 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31641600 140729650086778 140729650087021 140729650087021 140729650089930 0
/proc/18058/statm: 28282 363 304 221 0 87 0
[pid=18060] ppid=18058 vsize=15151156 memory=88384 CPUtime=1.8 cores=4-7
/proc/18060/stat : 18060 (java) S 18058 18058 4816 0 -1 1077944320 15290 0 0 0 174 6 0 0 20 0 15 0 445870460 15514783744 22096 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3787789 22096 3443 1 0 3748889 0
[pid=18060/tid=18061] ppid=18058 vsize=15151156 memory=2120 CPUtime=0.68 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) R 18058 18058 4816 0 -1 4202560 9113 0 0 0 64 4 0 0 20 0 15 0 445870461 15514783744 22096 33554432000 4194304 4196468 140730177000256 139903108193400 139903083036320 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18058 vsize=15151156 memory=496 CPUtime=0 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15514783744 22096 33554432000 4194304 4196468 140730177000256 139903060511376 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18058 vsize=15151156 memory=1556 CPUtime=0 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15514783744 22096 33554432000 4194304 4196468 140730177000256 139903059458576 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18058 vsize=15151156 memory=928 CPUtime=0 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870461 15514783744 22096 33554432000 4194304 4196468 140730177000256 139903058405776 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18058 vsize=15151156 memory=1628 CPUtime=0 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) S 18058 18058 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445870461 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902693071120 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18058 vsize=15151156 memory=796 CPUtime=0 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18058 18058 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445870463 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902179056496 139903103969922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18058 vsize=15151156 memory=1444 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18058 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902178002464 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18058 vsize=15151156 memory=1984 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18058 18058 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902176949616 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18058 vsize=15151156 memory=2424 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870466 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902175897936 139903103977371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18058 vsize=15151156 memory=7302135314614015844 CPUtime=0.38 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) R 18058 18058 4816 0 -1 4202560 1674 0 0 0 37 1 0 0 20 0 15 0 445870466 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902174822608 139903083644654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18058 vsize=15151156 memory=7373050546437185642 CPUtime=0.33 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) R 18058 18058 4816 0 -1 4202560 1312 0 0 0 33 0 0 0 20 0 15 0 445870466 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902173773512 139903087455545 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18058 vsize=15151156 memory=7368002589315584080 CPUtime=0.38 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) S 18058 18058 4816 0 -1 1077944384 1885 0 0 0 38 0 0 0 20 0 15 0 445870466 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902172739696 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18058 vsize=15151156 memory=4638778406923096400 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18058 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18058 vsize=15151156 memory=7956009407713273195 CPUtime=0 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18058 18058 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445870467 15514783744 22096 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 89836 KiB

[startup+1.50084 s]
/proc/loadavg: 9.25 8.79 8.57 9/233 18074
/proc/meminfo: memFree=28168152/32770688 swapFree=66961208/67108860
[pid=18058] ppid=18055 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/18058/stat : 18058 (xcsp3-exec) S 18055 18058 4816 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445870460 115843072 363 33554432000 4194304 5098028 140729650080784 140729650078888 140326375797372 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31641600 140729650086778 140729650087021 140729650087021 140729650089930 0
/proc/18058/statm: 28282 363 304 221 0 87 0

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


Solver just ended.
Dumping a history of the last processes samples

[startup+840.02 s]*
/proc/loadavg: 8.26 8.08 8.01 9/233 18259
/proc/meminfo: memFree=17571756/32770688 swapFree=66961208/67108860
[pid=18060] ppid=18055 vsize=15151156 memory=12753988 CPUtime=2520.9 cores=4-7
/proc/18060/stat : 18060 (java) S 18055 18058 4816 0 -1 1077944320 671854 0 0 0 251363 727 0 0 20 0 15 0 445870460 15514783744 3188497 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3787789 3188497 3517 1 0 3748889 0
[pid=18060/tid=18061] ppid=18055 vsize=15151156 memory=1398722017469774279 CPUtime=185.61 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) S 18055 18058 4816 0 -1 1077944384 34582 0 0 0 18516 45 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903108195888 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18055 vsize=15151156 memory=4126316290023845779 CPUtime=560.11 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) R 18055 18058 4816 0 -1 4202560 98361 0 0 0 55840 171 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903060511576 139903088656422 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18055 vsize=15151156 memory=1760 CPUtime=559.69 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) R 18055 18058 4816 0 -1 4202560 112169 0 0 0 55807 162 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903059458776 139903088909395 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18055 vsize=15151156 memory=111636 CPUtime=560.1 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) R 18055 18058 4816 0 -1 4202560 91887 0 0 0 55843 167 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903058405976 139903088656422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18055 vsize=15151156 memory=800 CPUtime=560.66 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) R 18055 18058 4816 0 -1 4202560 176504 0 0 0 55910 156 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902693071008 139903088656550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18055 vsize=15151156 memory=1804 CPUtime=90.1 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18055 18058 4816 0 -1 1077944384 128597 0 0 0 8999 11 0 0 20 0 15 0 445870463 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902179054816 139903103968981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18055 vsize=15151156 memory=916 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18055 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902178002528 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18055 vsize=15151156 memory=3848 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18055 18058 4816 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902176949632 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18055 vsize=15151156 memory=12753988 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18055 18058 4816 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902175897584 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18055 vsize=15151156 memory=496 CPUtime=1.78 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18055 18058 4816 0 -1 1077944384 10981 0 0 0 175 3 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18055 vsize=15151156 memory=1556 CPUtime=1.71 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18055 18058 4816 0 -1 1077944384 7414 0 0 0 170 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18055 vsize=15151156 memory=288230574492221466 CPUtime=0.68 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) S 18055 18058 4816 0 -1 1077944384 9437 0 0 0 67 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902172739696 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18055 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18055 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18055 vsize=15151156 memory=14690794741172841 CPUtime=0.36 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18055 18058 4816 0 -1 1077944384 617 0 0 0 18 18 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current cumulated CPU time of completed processes: 0.002487 s
Current children cumulated CPU time: 2520.9 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12753988 KiB

[startup+840.807 s]
/proc/loadavg: 8.26 8.08 8.01 9/233 18259
/proc/meminfo: memFree=17571756/32770688 swapFree=66961208/67108860
[pid=18060] ppid=18055 vsize=15151156 memory=12753988 CPUtime=2524 cores=4-7
/proc/18060/stat : 18060 (java) S 18055 18058 4816 0 -1 1077944320 671885 0 0 0 251673 727 0 0 20 0 15 0 445870460 15514783744 3188497 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3787789 3188497 3517 1 0 3748889 0
[pid=18060/tid=18061] ppid=18055 vsize=15151156 memory=6028 CPUtime=185.61 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) S 18055 18058 4816 0 -1 1077944384 34582 0 0 0 18516 45 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903108195888 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18055 vsize=15151156 memory=780 CPUtime=560.88 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) R 18055 18058 4816 0 -1 4202560 98374 0 0 0 55917 171 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903060511576 139903090023600 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18055 vsize=15151156 memory=1628 CPUtime=560.47 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) R 18055 18058 4816 0 -1 4202560 112178 0 0 0 55885 162 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903059458776 139903088909380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18055 vsize=15151156 memory=796 CPUtime=560.88 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) R 18055 18058 4816 0 -1 4202560 91887 0 0 0 55921 167 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903058405976 139903088656527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18055 vsize=15151156 memory=6791534058613427641 CPUtime=561.44 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) R 18055 18058 4816 0 -1 4202560 176513 0 0 0 55988 156 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902693071008 139903088656527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18055 vsize=15151156 memory=2724 CPUtime=90.1 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18055 18058 4816 0 -1 1077944384 128597 0 0 0 8999 11 0 0 20 0 15 0 445870463 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902179054816 139903103968981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18055 vsize=15151156 memory=4104 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18055 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902178002528 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18055 vsize=15151156 memory=1412 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18055 18058 4816 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902176949632 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18055 vsize=15151156 memory=1444 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18055 18058 4816 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902175897584 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18055 vsize=15151156 memory=1984 CPUtime=1.78 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18055 18058 4816 0 -1 1077944384 10981 0 0 0 175 3 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18055 vsize=15151156 memory=2424 CPUtime=1.71 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18055 18058 4816 0 -1 1077944384 7414 0 0 0 170 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18055 vsize=15151156 memory=1760 CPUtime=0.68 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) S 18055 18058 4816 0 -1 1077944384 9437 0 0 0 67 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902172739696 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18055 vsize=15151156 memory=780 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18055 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18055 vsize=15151156 memory=1708 CPUtime=0.36 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18055 18058 4816 0 -1 1077944384 617 0 0 0 18 18 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current cumulated CPU time of completed processes: 0.002487 s
Current children cumulated CPU time: 2524 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12753988 KiB

[startup+841.602 s]
/proc/loadavg: 8.26 8.08 8.01 9/233 18259
/proc/meminfo: memFree=17571896/32770688 swapFree=66961208/67108860
[pid=18060] ppid=18055 vsize=15151156 memory=12753988 CPUtime=2527.16 cores=4-7
/proc/18060/stat : 18060 (java) S 18055 18058 4816 0 -1 1077944320 671897 0 0 0 251989 727 0 0 20 0 15 0 445870460 15514783744 3188497 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3787789 3188497 3517 1 0 3748889 0
[pid=18060/tid=18061] ppid=18055 vsize=15151156 memory=2120 CPUtime=185.61 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) S 18055 18058 4816 0 -1 1077944384 34582 0 0 0 18516 45 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903108195888 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18055 vsize=15151156 memory=6791534058613427641 CPUtime=561.66 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) R 18055 18058 4816 0 -1 4202560 98374 0 0 0 55995 171 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903060511576 139903088909950 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18055 vsize=15151156 memory=12753988 CPUtime=561.26 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) R 18055 18058 4816 0 -1 4202560 112178 0 0 0 55964 162 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903059458776 139903088909380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18055 vsize=15151156 memory=1452 CPUtime=561.67 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) R 18055 18058 4816 0 -1 4202560 91887 0 0 0 56000 167 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903058405976 139903088944072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18055 vsize=15151156 memory=12753988 CPUtime=562.23 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) R 18055 18058 4816 0 -1 4202560 176525 0 0 0 56067 156 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902693071008 139903088909395 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18055 vsize=15151156 memory=6791534058613427641 CPUtime=90.1 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18055 18058 4816 0 -1 1077944384 128597 0 0 0 8999 11 0 0 20 0 15 0 445870463 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902179054816 139903103968981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18055 vsize=15151156 memory=1088 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18055 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902178002528 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18055 vsize=15151156 memory=3988 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18055 18058 4816 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902176949632 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18055 vsize=15151156 memory=1088 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18055 18058 4816 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902175897584 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18055 vsize=15151156 memory=6791534058613427641 CPUtime=1.78 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18055 18058 4816 0 -1 1077944384 10981 0 0 0 175 3 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18055 vsize=15151156 memory=1056 CPUtime=1.71 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18055 18058 4816 0 -1 1077944384 7414 0 0 0 170 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18055 vsize=15151156 memory=1452 CPUtime=0.68 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) S 18055 18058 4816 0 -1 1077944384 9437 0 0 0 67 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902172739696 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18055 vsize=15151156 memory=12753988 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18055 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18055 vsize=15151156 memory=12753988 CPUtime=0.36 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18055 18058 4816 0 -1 1077944384 617 0 0 0 18 18 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current cumulated CPU time of completed processes: 0.002487 s
Current children cumulated CPU time: 2527.16 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12753988 KiB

[startup+841.801 s]
/proc/loadavg: 8.26 8.08 8.01 9/233 18259
/proc/meminfo: memFree=17571896/32770688 swapFree=66961208/67108860
[pid=18060] ppid=18055 vsize=15151156 memory=12753988 CPUtime=2527.96 cores=4-7
/proc/18060/stat : 18060 (java) S 18055 18058 4816 0 -1 1077944320 671897 0 0 0 252069 727 0 0 20 0 15 0 445870460 15514783744 3188497 33554432000 4194304 4196468 140730177000256 140730176982800 139903103958775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
/proc/18060/statm: 3787789 3188497 3517 1 0 3748889 0
[pid=18060/tid=18061] ppid=18055 vsize=15151156 memory=1804 CPUtime=185.61 cores=4-7
/proc/18060/task/18061/stat : 18061 (java) S 18055 18058 4816 0 -1 1077944384 34582 0 0 0 18516 45 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903108195888 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18062] ppid=18055 vsize=15151156 memory=916 CPUtime=561.86 cores=4-7
/proc/18060/task/18062/stat : 18062 (java) R 18055 18058 4816 0 -1 4202560 98374 0 0 0 56015 171 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903060511576 139903088656414 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18063] ppid=18055 vsize=15151156 memory=6791534058613427641 CPUtime=561.46 cores=4-7
/proc/18060/task/18063/stat : 18063 (java) R 18055 18058 4816 0 -1 4202560 112178 0 0 0 55984 162 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903059458776 139903088656517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18064] ppid=18055 vsize=15151156 memory=12753988 CPUtime=561.87 cores=4-7
/proc/18060/task/18064/stat : 18064 (java) R 18055 18058 4816 0 -1 4202560 91887 0 0 0 56020 167 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139903058405976 139903088656527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18065] ppid=18055 vsize=15151156 memory=8025524935279864170 CPUtime=562.43 cores=4-7
/proc/18060/task/18065/stat : 18065 (java) R 18055 18058 4816 0 -1 4202560 176525 0 0 0 56087 156 0 0 20 0 15 0 445870461 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902693071008 139903088656414 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18066] ppid=18055 vsize=15151156 memory=6297555559803544680 CPUtime=90.1 cores=4-7
/proc/18060/task/18066/stat : 18066 (java) S 18055 18058 4816 0 -1 1077944384 128597 0 0 0 8999 11 0 0 20 0 15 0 445870463 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902179054816 139903103968981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18067] ppid=18055 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=4-7
/proc/18060/task/18067/stat : 18067 (java) S 18055 18058 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902178002528 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18068] ppid=18055 vsize=15151156 memory=780 CPUtime=0 cores=4-7
/proc/18060/task/18068/stat : 18068 (java) S 18055 18058 4816 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 445870464 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902176949632 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18069] ppid=18055 vsize=15151156 memory=3988 CPUtime=0 cores=4-7
/proc/18060/task/18069/stat : 18069 (java) S 18055 18058 4816 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902175897584 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18070] ppid=18055 vsize=15151156 memory=1088 CPUtime=1.78 cores=4-7
/proc/18060/task/18070/stat : 18070 (java) S 18055 18058 4816 0 -1 1077944384 10981 0 0 0 175 3 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902174845296 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18071] ppid=18055 vsize=15151156 memory=12753988 CPUtime=1.71 cores=4-7
/proc/18060/task/18071/stat : 18071 (java) S 18055 18058 4816 0 -1 1077944384 7414 0 0 0 170 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902173792496 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18072] ppid=18055 vsize=15151156 memory=1412 CPUtime=0.68 cores=4-7
/proc/18060/task/18072/stat : 18072 (java) S 18055 18058 4816 0 -1 1077944384 9437 0 0 0 67 1 0 0 20 0 15 0 445870466 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902172739696 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18073] ppid=18055 vsize=15151156 memory=3192 CPUtime=0 cores=4-7
/proc/18060/task/18073/stat : 18073 (java) S 18055 18058 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902171687136 139903103968981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
[pid=18060/tid=18074] ppid=18055 vsize=15151156 memory=12753988 CPUtime=0.36 cores=4-7
/proc/18060/task/18074/stat : 18074 (java) S 18055 18058 4816 0 -1 1077944384 617 0 0 0 18 18 0 0 20 0 15 0 445870467 15514783744 3188497 33554432000 4194304 4196468 140730177000256 139902170635440 139903103969922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29155328 140730177008623 140730177008794 140730177008794 140730177011663 0
Current cumulated CPU time of completed processes: 0.002487 s
Current children cumulated CPU time: 2527.96 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12753988 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 841.864
CPU time (s): 2528.07
CPU user time (s): 2520.74
CPU system time (s): 7.33221
CPU usage (%): 300.294
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12755440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.74
system time used= 7.33221
maximum resident set size= 12754312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 672444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29027
involuntary context switches= 55846


# summary of solver processes directly reported to runsolver:
#   pid: 18058,18060
#   total CPU time (s): 2528.07
#   total CPU user time (s): 2520.74
#   total CPU system time (s): 7.33221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87512 second user time and 9.15252 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 07:47:27
IDJOB=4398870
IDBENCH=138445
IDSOLVER=2853
FILE ID=node116/4398870-1568699288
RUNJOBID= node116-1568694541-4848
PBS_JOBID= 21703807
Free space on /tmp= 61204 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-01.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-4398870-1568699288/watcher-4398870-1568699288 -o /tmp/evaluation-result-4398870-1568699288/solver-4398870-1568699288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4848 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1216353878 HOME/instance-4398870-1568699288.xml

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

MD5SUM BENCH= a0db4e7a601eb58dee5216b17e791c99
RANDOM SEED=1216353878

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        28351340 kB
MemAvailable:   29630268 kB
Buffers:          149188 kB
Cached:          1423428 kB
SwapCached:        46588 kB
Active:          3265352 kB
Inactive:         572376 kB
Active(anon):    2218928 kB
Inactive(anon):    94964 kB
Active(file):    1046424 kB
Inactive(file):   477412 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:       2329960 kB
Mapped:            61132 kB
Shmem:             40292 kB
Slab:             171384 kB
SReclaimable:     141852 kB
SUnreclaim:        29532 kB
KernelStack:        3792 kB
PageTables:        10248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    4731368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2215936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61180 MiB
End job on node116 at 2019-09-17 08:01:29