Trace number 4405915

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? (TO) 2520.05 2512.21

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-093.xml
MD5SUMbf633c2727f59b2e783fa7e248dd5fc9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size65
Maximum domain size93
Distribution of domain sizes[{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
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-4405915-1569415879.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4405915-1569415879.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
1.73/0.79	c solve instance...
2520.03/2512.20	s UNKNOWN
2520.03/2512.20	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405915-1569415879/watcher-4405915-1569415879 -o /tmp/evaluation-result-4405915-1569415879/solver-4405915-1569415879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1569408644-5936 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1243065573 HOME/instance-4405915-1569415879.xml 

running on 4 cores: 1,3,5,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
solver pid=7699, runsolver pid=7696
Current StackSize limit: 8192 KiB


[startup+0.101543 s]*
/proc/loadavg: 1.54 1.78 2.29 3/227 7715
/proc/meminfo: memFree=25017332/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15144776 memory=29108 CPUtime=0.14 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 5707 0 0 0 13 1 0 0 20 0 15 0 517858895 15508250624 7277 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3786194 7277 3182 1 0 3748377 0
[pid=7701/tid=7702] ppid=7699 vsize=15144776 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 3574 0 0 0 9 0 0 0 20 0 15 0 517858895 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303763489680 140303759273366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15144776 memory=3472468622446777552 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517858897 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517858898 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303225837216 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517858898 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303224784112 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) R 7699 7699 5904 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 517858900 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) R 7699 7699 5904 0 -1 4202560 161 0 0 0 0 0 0 0 20 0 15 0 517858900 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303221618896 140303738923649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0.02 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 15 0 517858900 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858901 15508250624 7277 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30556 KiB

[startup+0.211118 s]*
/proc/loadavg: 1.54 1.78 2.29 5/227 7715
/proc/meminfo: memFree=25003836/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15144776 memory=41124 CPUtime=0.35 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 9503 0 0 0 32 3 0 0 20 0 15 0 517858895 15508250624 10281 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3786194 10281 3317 1 0 3748377 0
[pid=7701/tid=7702] ppid=7699 vsize=15144776 memory=4500116723524083353 CPUtime=0.2 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 6611 0 0 0 18 2 0 0 20 0 15 0 517858895 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303763494880 140303743341918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15144776 memory=3472468622446777552 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517858896 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517858897 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517858898 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303225837216 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517858898 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303224784112 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) S 7699 7699 5904 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 517858900 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) S 7699 7699 5904 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 517858900 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303221627248 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0.08 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 773 0 0 0 8 0 0 0 20 0 15 0 517858900 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15144776 memory=140493551625856 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858901 15508250624 10281 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42572 KiB

[startup+0.317582 s]*
/proc/loadavg: 1.54 1.78 2.29 4/227 7715
/proc/meminfo: memFree=24996656/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15149032 memory=50576 CPUtime=0.54 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 10982 0 0 0 50 4 0 0 20 0 15 0 517858895 15512608768 12644 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3787258 12644 3356 1 0 3748377 0
[pid=7701/tid=7702] ppid=7699 vsize=15149032 memory=4572174317528259473 CPUtime=0.31 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 7890 0 0 0 28 3 0 0 20 0 15 0 517858895 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303763491264 140303743341918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15149032 memory=3472468789779306160 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15149032 memory=140493551625856 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15149032 memory=4 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15149032 memory=140493413555999 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517858896 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15149032 memory=280986827072768 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517858897 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15149032 memory=140493413532943 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517858898 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303225837216 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15149032 memory=280986965167968 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517858898 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303224784112 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15149032 memory=140493413537551 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) S 7699 7699 5904 0 -1 1077944384 637 0 0 0 4 0 0 0 20 0 15 0 517858900 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) S 7699 7699 5904 0 -1 1077944384 319 0 0 0 4 0 0 0 20 0 15 0 517858900 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303221627248 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 857 0 0 0 12 0 0 0 20 0 15 0 517858900 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15149032 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858901 15512608768 12644 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52024 KiB

[startup+0.701625 s]
/proc/loadavg: 1.54 1.78 2.29 6/227 7715
/proc/meminfo: memFree=24978668/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15151156 memory=90848 CPUtime=1.73 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 15343 0 0 0 167 6 0 0 20 0 15 0 517858895 15514783744 22712 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3787789 22712 3456 1 0 3748889 0
[pid=7701/tid=7702] ppid=7699 vsize=15151156 memory=6153395287087403600 CPUtime=0.68 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 9266 0 0 0 64 4 0 0 20 0 15 0 517858895 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303763497672 140303382527242 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15151156 memory=7883644968863624293 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15151156 memory=8099279071866868838 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15151156 memory=667680 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858896 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517858896 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517858897 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15151156 memory=784 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303225837216 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303224784112 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15151156 memory=1096 CPUtime=0.31 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) R 7699 7699 5904 0 -1 4202560 1491 0 0 0 30 1 0 0 20 0 15 0 517858900 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303222679792 140303738595071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15151156 memory=1228 CPUtime=0.3 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) R 7699 7699 5904 0 -1 4202560 1131 0 0 0 30 0 0 0 20 0 15 0 517858900 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303221613200 140303742758160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15151156 memory=6152 CPUtime=0.42 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) R 7699 7699 5904 0 -1 4202560 2151 0 0 0 42 0 0 0 20 0 15 0 517858900 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303220574192 140303743341918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517858901 15514783744 22712 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 92296 KiB

[startup+1.50086 s]
/proc/loadavg: 1.54 1.78 2.29 5/227 7715
/proc/meminfo: memFree=24928780/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0

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

/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303224784128 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15151156 memory=1448 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) S 7699 7699 5904 0 -1 1077944384 23829 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15151156 memory=1448 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) S 7699 7699 5904 0 -1 1077944384 22455 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303221627248 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.72 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 9954 0 0 0 71 1 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15151156 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1038 0 0 0 22 29 0 0 20 0 15 0 517858901 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 2390.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 187560 KiB

[startup+2442.3 s]
/proc/loadavg: 1.01 1.00 1.14 2/206 8011
/proc/meminfo: memFree=25088860/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15151156 memory=186112 CPUtime=2450.11 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 95194 0 0 0 244949 62 0 0 20 0 15 0 517858895 15514783744 46528 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3787789 46528 3511 1 0 3748889 0
[pid=7701/tid=7702] ppid=7699 vsize=15151156 memory=186112 CPUtime=2441.1 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 19826 0 0 0 244101 9 0 0 20 0 15 0 517858895 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303763501008 140303384756465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.63 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 3622 0 0 0 59 4 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15151156 memory=1448 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 3639 0 0 0 60 4 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.63 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 3258 0 0 0 59 4 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 1831 0 0 0 61 3 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.38 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 4299 0 0 0 33 5 0 0 20 0 15 0 517858897 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15151156 memory=186112 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303225837280 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303224784128 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15151156 memory=186112 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15151156 memory=1448 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) S 7699 7699 5904 0 -1 1077944384 23829 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15151156 memory=186112 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) S 7699 7699 5904 0 -1 1077944384 22455 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303221627248 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15151156 memory=1448 CPUtime=0.72 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 9954 0 0 0 71 1 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15151156 memory=186112 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15151156 memory=3620 CPUtime=0.52 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1042 0 0 0 23 29 0 0 20 0 15 0 517858901 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 2450.11 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 187560 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/206 8015
/proc/meminfo: memFree=25089820/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15151156 memory=186112 CPUtime=2510.12 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 95935 0 0 0 250950 62 0 0 20 0 15 0 517858895 15514783744 46528 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3787789 46528 3511 1 0 3748889 0
[pid=7701/tid=7702] ppid=7699 vsize=15151156 memory=186112 CPUtime=2501.09 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 19947 0 0 0 250100 9 0 0 20 0 15 0 517858895 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303763501008 140303384350698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 3634 0 0 0 59 5 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15151156 memory=1448 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 3991 0 0 0 60 4 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.63 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 3301 0 0 0 59 4 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 1839 0 0 0 61 3 0 0 20 0 15 0 517858896 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15151156 memory=186112 CPUtime=0.38 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 4476 0 0 0 33 5 0 0 20 0 15 0 517858897 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15151156 memory=186112 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303225837280 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303224784128 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15151156 memory=186112 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) S 7699 7699 5904 0 -1 1077944384 23832 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15151156 memory=1744 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) S 7699 7699 5904 0 -1 1077944384 22457 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303221627248 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15151156 memory=1448 CPUtime=0.72 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 9956 0 0 0 71 1 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15151156 memory=3620 CPUtime=0.54 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1063 0 0 0 24 30 0 0 20 0 15 0 517858901 15514783744 46528 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 2510.12 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 187560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.2 s]
/proc/loadavg: 1.00 1.00 1.13 2/206 8015
/proc/meminfo: memFree=25089820/32770624 swapFree=66941120/67108860
[pid=7699] ppid=7696 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7699/stat : 7699 (xcsp3-exec) S 7696 7699 5904 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517858894 115843072 362 33554432000 4194304 5098028 140730097438800 140730097436904 139838237241980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24301568 140730097443706 140730097443949 140730097443949 140730097446858 0
/proc/7699/statm: 28282 362 304 221 0 87 0
[pid=7701] ppid=7699 vsize=15151156 memory=208640 CPUtime=2520.03 cores=1,3,5,7
/proc/7701/stat : 7701 (java) S 7699 7699 5904 0 -1 1077944320 95990 0 0 0 251940 63 0 0 20 0 15 0 517858895 15514783744 52160 33554432000 4194304 4196468 140735205531200 140735205513744 140303759261431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
/proc/7701/statm: 3787789 52160 3511 1 0 3748889 0
[pid=7701/tid=7702] ppid=7699 vsize=15151156 memory=0 CPUtime=2510.99 cores=1,3,5,7
/proc/7701/task/7702/stat : 7702 (java) R 7699 7699 5904 0 -1 4202560 20000 0 0 0 251090 9 0 0 20 0 15 0 517858895 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303763501008 140303384651337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7703] ppid=7699 vsize=15151156 memory=6944656592387989600 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7703/stat : 7703 (java) S 7699 7699 5904 0 -1 1077944384 3634 0 0 0 59 5 0 0 20 0 15 0 517858896 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303711881744 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7704] ppid=7699 vsize=15151156 memory=6944656575208382560 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7704/stat : 7704 (java) S 7699 7699 5904 0 -1 1077944384 3991 0 0 0 60 4 0 0 20 0 15 0 517858896 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303710829200 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7705] ppid=7699 vsize=15151156 memory=6656426216303648864 CPUtime=0.63 cores=1,3,5,7
/proc/7701/task/7705/stat : 7705 (java) S 7699 7699 5904 0 -1 1077944384 3301 0 0 0 59 4 0 0 20 0 15 0 517858896 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303709776144 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7706] ppid=7699 vsize=15151156 memory=6656426216303648864 CPUtime=0.64 cores=1,3,5,7
/proc/7701/task/7706/stat : 7706 (java) S 7699 7699 5904 0 -1 1077944384 1839 0 0 0 61 3 0 0 20 0 15 0 517858896 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303708723600 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7707] ppid=7699 vsize=15151156 memory=1416 CPUtime=0.38 cores=1,3,5,7
/proc/7701/task/7707/stat : 7707 (java) S 7699 7699 5904 0 -1 1077944384 4476 0 0 0 33 5 0 0 20 0 15 0 517858897 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303226890992 140303759272578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7708] ppid=7699 vsize=15151156 memory=10728 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7708/stat : 7708 (java) S 7699 7699 5904 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303225837280 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7709] ppid=7699 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7709/stat : 7709 (java) S 7699 7699 5904 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 517858898 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303224784128 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7710] ppid=7699 vsize=15151156 memory=3984 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7710/stat : 7710 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303223732688 140303759280027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7711] ppid=7699 vsize=15151156 memory=2832 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7711/stat : 7711 (java) S 7699 7699 5904 0 -1 1077944384 23832 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303222679792 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7712] ppid=7699 vsize=15151156 memory=784 CPUtime=2.38 cores=1,3,5,7
/proc/7701/task/7712/stat : 7712 (java) S 7699 7699 5904 0 -1 1077944384 22457 0 0 0 235 3 0 0 20 0 15 0 517858900 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303221627248 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7713] ppid=7699 vsize=15151156 memory=1060 CPUtime=0.72 cores=1,3,5,7
/proc/7701/task/7713/stat : 7713 (java) S 7699 7699 5904 0 -1 1077944384 9956 0 0 0 71 1 0 0 20 0 15 0 517858900 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303220574192 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7714] ppid=7699 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/7701/task/7714/stat : 7714 (java) S 7699 7699 5904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517858900 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303219521888 140303759271637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
[pid=7701/tid=7715] ppid=7699 vsize=15151156 memory=1096 CPUtime=0.54 cores=1,3,5,7
/proc/7701/task/7715/stat : 7715 (java) S 7699 7699 5904 0 -1 1077944384 1065 0 0 0 24 30 0 0 20 0 15 0 517858901 15514783744 52160 33554432000 4194304 4196468 140735205531200 140303218469936 140303759272578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 13717504 140735205532655 140735205532826 140735205532826 140735205535695 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 210088 KiB

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

[startup+2512.21 s]
# the end of solver process 7699 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001152 s, system=0.001152 s

[startup+2512.21 s]
# the end of solver process 7701 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.41 s, system=0.636273 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2512.21
CPU time (s): 2520.05
CPU user time (s): 2519.41
CPU system time (s): 0.636273
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 235260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.41
system time used= 0.636273
maximum resident set size= 237912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66167
involuntary context switches= 2684


# summary of solver processes directly reported to runsolver:
#   pid: 7699,7701
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.41
#   total CPU system time (s): 0.636273

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9293 second user time and 23.1026 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-25 14:53:34
IDJOB=4405915
IDBENCH=141743
IDSOLVER=2869
FILE ID=node139/4405915-1569415879
RUNJOBID= node139-1569408644-5936
PBS_JOBID= 21705708
Free space on /tmp= 5120 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-093.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405915-1569415879/watcher-4405915-1569415879 -o /tmp/evaluation-result-4405915-1569415879/solver-4405915-1569415879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1569408644-5936 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1243065573 HOME/instance-4405915-1569415879.xml

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

MD5SUM BENCH= bf633c2727f59b2e783fa7e248dd5fc9
RANDOM SEED=1243065573

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25033932 kB
MemAvailable:   31579344 kB
Buffers:          138440 kB
Cached:          6494684 kB
SwapCached:        64752 kB
Active:          3549272 kB
Inactive:        3355408 kB
Active(anon):     207880 kB
Inactive(anon):   119632 kB
Active(file):    3341392 kB
Inactive(file):  3235776 kB
Unevictable:      108996 kB
Mlocked:          108996 kB
SwapTotal:      67108860 kB
SwapFree:       66941120 kB
Dirty:             26008 kB
Writeback:             0 kB
AnonPages:        298900 kB
Mapped:            71512 kB
Shmem:             47452 kB
Slab:             426360 kB
SReclaimable:     396704 kB
SUnreclaim:        29656 kB
KernelStack:        3904 kB
PageTables:         6040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1446572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5120 MiB
End job on node139 at 2019-09-25 15:35:27