Trace number 4399064

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) 2520.31 633.386

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-092.xml
MD5SUM04f92250339fffd6ef5beb9873d20792
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 size64
Maximum domain size92
Distribution of domain sizes[{"size":64,"count":2},{"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}]
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-4399064-1568700228.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4399064-1568700228.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
3.09/1.18	c solve instance...
2520.00/633.36	s UNKNOWN
2520.00/633.36	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 (11617 MiB free)
  memory of node 1: 16384 MiB (13058 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399064-1568700228/watcher-4399064-1568700228 -o /tmp/evaluation-result-4399064-1568700228/solver-4399064-1568700228 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568698246-23582 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2053483960 HOME/instance-4399064-1568700228.xml 

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

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


[startup+0.106303 s]*
/proc/loadavg: 7.85 8.25 7.51 6/234 29258
/proc/meminfo: memFree=25251040/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0
[pid=29244] ppid=29242 vsize=15144776 memory=30224 CPUtime=0.12 cores=0,2,4,6
/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 5948 0 0 0 11 1 0 0 20 0 15 0 445961166 15508250624 7556 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3786194 7556 3157 1 0 3748377 0
[pid=29244/tid=29245] ppid=29242 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) R 29242 29242 23551 0 -1 4202560 3872 0 0 0 8 1 0 0 20 0 15 0 445961166 15508250624 7556 33554432000 4194304 4196468 140732102558720 140550331069776 140549936006705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15144776 memory=139837982369408 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15144776 memory=139837982369408 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961168 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445961168 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549861525024 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445961169 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549860472176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) S 29242 29242 23551 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 445961171 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549858367856 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549857315056 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15144776 memory=139837982369408 CPUtime=0.02 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) S 29242 29242 23551 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 445961171 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549856262256 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15144776 memory=139837982369408 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961172 15508250624 7556 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31676 KiB

[startup+0.210633 s]*
/proc/loadavg: 7.85 8.25 7.51 7/234 29258
/proc/meminfo: memFree=25238108/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0
[pid=29244] ppid=29242 vsize=15144776 memory=41252 CPUtime=0.33 cores=0,2,4,6
/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 9467 0 0 0 30 3 0 0 20 0 15 0 445961166 15508250624 10313 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3786194 10313 3310 1 0 3748377 0
[pid=29244/tid=29245] ppid=29242 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) S 29242 29242 23551 0 -1 1077944384 6669 0 0 0 17 2 0 0 20 0 15 0 445961166 15508250624 10313 33554432000 4194304 4196468 140732102558720 140550331068896 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15144776 memory=2128864 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15144776 memory=288370214134081152 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15144776 memory=139837982369408 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445961168 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445961168 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549861525024 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445961169 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549860472176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) S 29242 29242 23551 0 -1 1077944384 659 0 0 0 3 0 0 0 20 0 15 0 445961171 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549858367856 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) S 29242 29242 23551 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 445961171 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549857315056 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15144776 memory=139837982369408 CPUtime=0.07 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) R 29242 29242 23551 0 -1 4202560 747 0 0 0 7 0 0 0 20 0 15 0 445961171 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549856258112 140550326858330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961172 15508250624 10313 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42704 KiB

[startup+0.317106 s]*
/proc/loadavg: 7.85 8.25 7.51 8/234 29258
/proc/meminfo: memFree=25233740/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0
[pid=29244] ppid=29242 vsize=15149032 memory=49964 CPUtime=0.53 cores=0,2,4,6
/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 10788 0 0 0 49 4 0 0 20 0 15 0 445961166 15512608768 12491 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3787258 12491 3362 1 0 3748377 0
[pid=29244/tid=29245] ppid=29242 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) R 29242 29242 23551 0 -1 4202560 7748 0 0 0 27 3 0 0 20 0 15 0 445961166 15512608768 12491 33554432000 4194304 4196468 140732102558720 140550331068096 140550310917470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445961168 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445961168 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549861525024 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445961169 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549860472176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) R 29242 29242 23551 0 -1 4202560 791 0 0 0 5 0 0 0 20 0 15 0 445961171 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549858366256 140550310362769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) S 29242 29242 23551 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 15 0 445961171 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549857315056 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) S 29242 29242 23551 0 -1 1077944384 841 0 0 0 12 0 0 0 20 0 15 0 445961171 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549856262256 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961172 15512608768 12491 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51416 KiB

[startup+0.701603 s]
/proc/loadavg: 7.85 8.25 7.51 9/234 29258
/proc/meminfo: memFree=25216620/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0
[pid=29244] ppid=29242 vsize=15151156 memory=90068 CPUtime=1.72 cores=0,2,4,6
/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 15154 0 0 0 166 6 0 0 20 0 15 0 445961166 15514783744 22517 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3787789 22517 3457 1 0 3748889 0
[pid=29244/tid=29245] ppid=29242 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) R 29242 29242 23551 0 -1 4202560 9277 0 0 0 63 4 0 0 20 0 15 0 445961166 15514783744 22517 33554432000 4194304 4196468 140732102558720 140550331073648 140549939813632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15151156 memory=14972261113308207 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961167 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445961167 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445961168 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445961168 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549861525024 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445961169 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549860472176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15151156 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) R 29242 29242 23551 0 -1 4202560 1487 0 0 0 31 0 0 0 20 0 15 0 445961171 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549858361048 140550319126646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15151156 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) R 29242 29242 23551 0 -1 4202560 987 0 0 0 29 0 0 0 20 0 15 0 445961171 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549857300816 140550326848918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15151156 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) R 29242 29242 23551 0 -1 4202560 2096 0 0 0 41 0 0 0 20 0 15 0 445961171 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549856257984 140550310917470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15151156 memory=7739506759628777330 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445961171 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15151156 memory=7741230802416266866 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445961172 15514783744 22517 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 91520 KiB

[startup+1.50075 s]
/proc/loadavg: 7.85 8.25 7.51 8/234 29258
/proc/meminfo: memFree=25104424/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0

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

/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 94055 0 0 0 231637 56 0 0 20 0 19 0 445961166 15789527040 299110 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3854865 299110 3535 1 0 3815965 0
[pid=29244/tid=29245] ppid=29242 vsize=15419460 memory=1196440 CPUtime=1.15 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) S 29242 29242 23551 0 -1 1077944384 10642 0 0 0 109 6 0 0 20 0 19 0 445961166 15789527040 299110 33554432000 4194304 4196468 140732102558720 140550331077760 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15419460 memory=1196440 CPUtime=0.19 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 2797 0 0 0 14 5 0 0 20 0 19 0 445961167 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15419460 memory=1193368 CPUtime=0.22 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 2454 0 0 0 16 6 0 0 20 0 19 0 445961167 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15419460 memory=1196440 CPUtime=0.21 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 895 0 0 0 16 5 0 0 20 0 19 0 445961167 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15419460 memory=1189816 CPUtime=0.22 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 2643 0 0 0 16 6 0 0 20 0 19 0 445961167 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 3633 0 0 0 3 2 0 0 20 0 19 0 445961168 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15419460 memory=1193368 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445961168 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549861525088 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15419460 memory=1193368 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445961169 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549860472192 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445961171 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15419460 memory=1452 CPUtime=2.52 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) S 29242 29242 23551 0 -1 1077944384 15408 0 0 0 251 1 0 0 20 0 19 0 445961171 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549858367856 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15419460 memory=1193368 CPUtime=2.88 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) S 29242 29242 23551 0 -1 1077944384 18962 0 0 0 287 1 0 0 20 0 19 0 445961171 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549857315056 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.82 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) S 29242 29242 23551 0 -1 1077944384 8865 0 0 0 81 1 0 0 20 0 19 0 445961171 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549856262256 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445961171 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15419460 memory=1193368 CPUtime=0.25 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1264 0 0 0 25 0 0 0 20 0 19 0 445961172 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29259] ppid=29242 vsize=15419460 memory=1452 CPUtime=576.63 cores=0,2,4,6
/proc/29244/task/29259/stat : 29259 (java) R 29242 29242 23551 0 -1 4202560 1467 0 0 0 57663 0 0 0 20 0 19 0 445961285 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549776927960 140549945038248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29260] ppid=29242 vsize=15419460 memory=1193368 CPUtime=577.21 cores=0,2,4,6
/proc/29244/task/29260/stat : 29260 (java) R 29242 29242 23551 0 -1 4202560 15539 0 0 0 57705 16 0 0 20 0 19 0 445961285 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549775876504 140549943058152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29261] ppid=29242 vsize=15419460 memory=1193368 CPUtime=578.33 cores=0,2,4,6
/proc/29244/task/29261/stat : 29261 (java) R 29242 29242 23551 0 -1 4202560 1147 0 0 0 57833 0 0 0 20 0 19 0 445961285 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549774826432 140549943058346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29262] ppid=29242 vsize=15419460 memory=2016 CPUtime=576.13 cores=0,2,4,6
/proc/29244/task/29262/stat : 29262 (java) R 29242 29242 23551 0 -1 4202560 6976 0 0 0 57611 2 0 0 20 0 19 0 445961285 15789527040 299110 33554432000 4194304 4196468 140732102558720 140549773770512 140550312037905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 2316.93 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1197892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.302 s]
/proc/loadavg: 4.36 6.61 7.28 5/211 29593
/proc/meminfo: memFree=26067200/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0
[pid=29244] ppid=29242 vsize=15419460 memory=1195384 CPUtime=2520 cores=0,2,4,6
/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 96203 0 0 0 251944 56 0 0 20 0 19 0 445961166 15789527040 298846 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3854865 298846 3535 1 0 3815965 0
[pid=29244/tid=29245] ppid=29242 vsize=15419460 memory=1452 CPUtime=1.15 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) S 29242 29242 23551 0 -1 1077944384 10642 0 0 0 109 6 0 0 20 0 19 0 445961166 15789527040 298846 33554432000 4194304 4196468 140732102558720 140550331077760 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15419460 memory=1195384 CPUtime=0.19 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 2803 0 0 0 14 5 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15419460 memory=1195384 CPUtime=0.23 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 2553 0 0 0 17 6 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15419460 memory=1195384 CPUtime=0.22 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 975 0 0 0 17 5 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.23 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 3108 0 0 0 17 6 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 3883 0 0 0 3 2 0 0 20 0 19 0 445961168 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15419460 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445961168 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549861525088 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445961169 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549860472192 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15419460 memory=29 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15419460 memory=1193848 CPUtime=2.52 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) S 29242 29242 23551 0 -1 1077944384 15411 0 0 0 251 1 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549858367856 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15419460 memory=1190920 CPUtime=2.88 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) S 29242 29242 23551 0 -1 1077944384 18970 0 0 0 287 1 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549857315056 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15419460 memory=1196440 CPUtime=0.82 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) S 29242 29242 23551 0 -1 1077944384 8869 0 0 0 81 1 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549856262256 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15419460 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.29 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1291 0 0 0 29 0 0 0 20 0 19 0 445961172 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29259] ppid=29242 vsize=15419460 memory=1452 CPUtime=627.56 cores=0,2,4,6
/proc/29244/task/29259/stat : 29259 (java) R 29242 29242 23551 0 -1 4202560 1579 0 0 0 62756 0 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549776930928 140549945128763 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29260] ppid=29242 vsize=15419460 memory=2116 CPUtime=628.16 cores=0,2,4,6
/proc/29244/task/29260/stat : 29260 (java) R 29242 29242 23551 0 -1 4202560 16461 0 0 0 62800 16 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549775876360 140549945128495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29261] ppid=29242 vsize=15419460 memory=6791534058613427641 CPUtime=628.48 cores=0,2,4,6
/proc/29244/task/29261/stat : 29261 (java) R 29242 29242 23551 0 -1 4202560 1225 0 0 0 62848 0 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549774823232 140549945228418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29262] ppid=29242 vsize=15419460 memory=1193848 CPUtime=627.09 cores=0,2,4,6
/proc/29244/task/29262/stat : 29262 (java) R 29242 29242 23551 0 -1 4202560 7070 0 0 0 62707 2 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549773770904 140549942896848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1196836 KiB

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

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

[startup+633.386 s]
# the end of solver process 29244 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.73 s, system=0.584042 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

[startup+633.302 s]
/proc/loadavg: 4.36 6.61 7.28 5/211 29593
/proc/meminfo: memFree=26067200/32770624 swapFree=66999436/67108860
[pid=29242] ppid=29239 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29242/stat : 29242 (xcsp3-exec) S 29239 29242 23551 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445961165 115843072 363 33554432000 4194304 5098028 140723613759936 140723613758040 140008395498108 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36270080 140723613766522 140723613766765 140723613766765 140723613769674 0
/proc/29242/statm: 28282 363 304 221 0 87 0
[pid=29244] ppid=29242 vsize=15419460 memory=1195384 CPUtime=2520 cores=0,2,4,6
/proc/29244/stat : 29244 (java) S 29242 29242 23551 0 -1 1077944320 96203 0 0 0 251944 56 0 0 20 0 19 0 445961166 15789527040 298846 33554432000 4194304 4196468 140732102558720 140732102541264 140550326836983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
/proc/29244/statm: 3854865 298846 3535 1 0 3815965 0
[pid=29244/tid=29245] ppid=29242 vsize=15419460 memory=1452 CPUtime=1.15 cores=0,2,4,6
/proc/29244/task/29245/stat : 29245 (java) S 29242 29242 23551 0 -1 1077944384 10642 0 0 0 109 6 0 0 20 0 19 0 445961166 15789527040 298846 33554432000 4194304 4196468 140732102558720 140550331077760 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29246] ppid=29242 vsize=15419460 memory=1195384 CPUtime=0.19 cores=0,2,4,6
/proc/29244/task/29246/stat : 29246 (java) S 29242 29242 23551 0 -1 1077944384 2803 0 0 0 14 5 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549919468176 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29247] ppid=29242 vsize=15419460 memory=1195384 CPUtime=0.23 cores=0,2,4,6
/proc/29244/task/29247/stat : 29247 (java) S 29242 29242 23551 0 -1 1077944384 2553 0 0 0 17 6 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549918415376 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29248] ppid=29242 vsize=15419460 memory=1195384 CPUtime=0.22 cores=0,2,4,6
/proc/29244/task/29248/stat : 29248 (java) S 29242 29242 23551 0 -1 1077944384 975 0 0 0 17 5 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549917362576 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29249] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.23 cores=0,2,4,6
/proc/29244/task/29249/stat : 29249 (java) S 29242 29242 23551 0 -1 1077944384 3108 0 0 0 17 6 0 0 20 0 19 0 445961167 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549916309776 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29250] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/29244/task/29250/stat : 29250 (java) S 29242 29242 23551 0 -1 1077944384 3883 0 0 0 3 2 0 0 20 0 19 0 445961168 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549862579056 140550326848130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29251] ppid=29242 vsize=15419460 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29251/stat : 29251 (java) S 29242 29242 23551 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445961168 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549861525088 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29252] ppid=29242 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29252/stat : 29252 (java) S 29242 29242 23551 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445961169 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549860472192 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29253] ppid=29242 vsize=15419460 memory=29 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29253/stat : 29253 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549859420496 140550326855579 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29254] ppid=29242 vsize=15419460 memory=1193848 CPUtime=2.52 cores=0,2,4,6
/proc/29244/task/29254/stat : 29254 (java) S 29242 29242 23551 0 -1 1077944384 15411 0 0 0 251 1 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549858367856 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29255] ppid=29242 vsize=15419460 memory=1190920 CPUtime=2.88 cores=0,2,4,6
/proc/29244/task/29255/stat : 29255 (java) S 29242 29242 23551 0 -1 1077944384 18970 0 0 0 287 1 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549857315056 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29256] ppid=29242 vsize=15419460 memory=1196440 CPUtime=0.82 cores=0,2,4,6
/proc/29244/task/29256/stat : 29256 (java) S 29242 29242 23551 0 -1 1077944384 8869 0 0 0 81 1 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549856262256 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29257] ppid=29242 vsize=15419460 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/29244/task/29257/stat : 29257 (java) S 29242 29242 23551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445961171 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549855209696 140550326847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29258] ppid=29242 vsize=15419460 memory=1452 CPUtime=0.29 cores=0,2,4,6
/proc/29244/task/29258/stat : 29258 (java) S 29242 29242 23551 0 -1 1077944384 1291 0 0 0 29 0 0 0 20 0 19 0 445961172 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549854158000 140550326848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29259] ppid=29242 vsize=15419460 memory=1452 CPUtime=627.56 cores=0,2,4,6
/proc/29244/task/29259/stat : 29259 (java) R 29242 29242 23551 0 -1 4202560 1579 0 0 0 62756 0 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549776930928 140549945128763 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29260] ppid=29242 vsize=15419460 memory=2116 CPUtime=628.16 cores=0,2,4,6
/proc/29244/task/29260/stat : 29260 (java) R 29242 29242 23551 0 -1 4202560 16461 0 0 0 62800 16 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549775876360 140549945128495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29261] ppid=29242 vsize=15419460 memory=6791534058613427641 CPUtime=628.48 cores=0,2,4,6
/proc/29244/task/29261/stat : 29261 (java) R 29242 29242 23551 0 -1 4202560 1225 0 0 0 62848 0 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549774823232 140549945228418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
[pid=29244/tid=29262] ppid=29242 vsize=15419460 memory=1193848 CPUtime=627.09 cores=0,2,4,6
/proc/29244/task/29262/stat : 29262 (java) R 29242 29242 23551 0 -1 4202560 7070 0 0 0 62707 2 0 0 20 0 19 0 445961285 15789527040 298846 33554432000 4194304 4196468 140732102558720 140549773770904 140549942896848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29847552 140732102566895 140732102567066 140732102567066 140732102569935 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1196836 KiB

Child status: 143
Real time (s): 633.386
CPU time (s): 2520.31
CPU user time (s): 2519.73
CPU system time (s): 0.584042
CPU usage (%): 397.911
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1197892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.73
system time used= 0.584042
maximum resident set size= 1198488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17065
involuntary context switches= 39637


# summary of solver processes directly reported to runsolver:
#   pid: 29242,29244
#   total CPU time (s): 2520.31
#   total CPU user time (s): 2519.73
#   total CPU system time (s): 0.584042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96443 second user time and 7.05112 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 08:03:07
IDJOB=4399064
IDBENCH=141708
IDSOLVER=2853
FILE ID=node140/4399064-1568700228
RUNJOBID= node140-1568698246-23582
PBS_JOBID= 21703811
Free space on /tmp= 58088 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.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-4399064-1568700228/watcher-4399064-1568700228 -o /tmp/evaluation-result-4399064-1568700228/solver-4399064-1568700228 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568698246-23582 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2053483960 HOME/instance-4399064-1568700228.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=2053483960

node140.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.43
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.43
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.43
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.43
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:        25268884 kB
MemAvailable:   29894412 kB
Buffers:          196528 kB
Cached:          4671620 kB
SwapCached:         2596 kB
Active:          3605172 kB
Inactive:        3225536 kB
Active(anon):    1958496 kB
Inactive(anon):    53360 kB
Active(file):    1646676 kB
Inactive(file):  3172176 kB
Unevictable:      106844 kB
Mlocked:          106844 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:       2067428 kB
Mapped:            61712 kB
Shmem:             40584 kB
Slab:             264748 kB
SReclaimable:     235136 kB
SUnreclaim:        29612 kB
KernelStack:        3840 kB
PageTables:         9144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3301080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1953792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58088 MiB
End job on node140 at 2019-09-17 08:13:40