Trace number 4405964

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.51

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-4405964-1569415726.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405964-1569415726.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
2.12/0.80	c solve instance...
2520.02/2512.50	s UNKNOWN
2520.02/2512.50	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 (13347 MiB free)
  memory of node 1: 16384 MiB (9905 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405964-1569415726/watcher-4405964-1569415726 -o /var/tmp/evaluation-result-4405964-1569415726/solver-4405964-1569415726 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25936 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1174005154 HOME/instance-4405964-1569415726.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
Current StackSize limit: 8192 KiB
solver pid=30607, runsolver pid=30604


[startup+0.100174 s]*
/proc/loadavg: 2.13 2.07 2.03 4/229 30623
/proc/meminfo: memFree=23793972/32770624 swapFree=66953524/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15144776 memory=29864 CPUtime=0.12 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 5884 0 0 0 11 1 0 0 20 0 15 0 517487362 15508250624 7466 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3786194 7466 3127 1 0 3748377 0
[pid=30609/tid=30610] ppid=30607 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 3825 0 0 0 8 1 0 0 20 0 15 0 517487362 15508250624 7466 33554432000 4194304 4196468 140729345284832 140437068971920 140437064752534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15144776 memory=140200334194304 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15144776 memory=140200334194304 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517487364 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517487364 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436532348064 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517487365 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436531294960 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) R 30607 30607 25905 0 -1 4202560 313 0 0 0 0 0 0 0 20 0 15 0 517487367 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436529190848 140437048176337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) R 30607 30607 25905 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517487367 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15144776 memory=140200334194304 CPUtime=0.02 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) R 30607 30607 25905 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 517487367 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436527086064 140437056981989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15144776 memory=140200334194304 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487368 15508250624 7466 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31316 KiB

[startup+0.210914 s]*
/proc/loadavg: 2.13 2.07 2.03 3/229 30623
/proc/meminfo: memFree=23779996/32770624 swapFree=66953524/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15144776 memory=41060 CPUtime=0.34 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 9495 0 0 0 31 3 0 0 20 0 15 0 517487362 15508250624 10265 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3786194 10265 3308 1 0 3748377 0
[pid=30609/tid=30610] ppid=30607 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 6641 0 0 0 17 2 0 0 20 0 15 0 517487362 15508250624 10265 33554432000 4194304 4196468 140729345284832 140437068971840 140436657295520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15144776 memory=10535 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15144776 memory=140200334223016 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517487363 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15144776 memory=140200334194304 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517487364 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517487364 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436532348064 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517487365 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436531294960 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) S 30607 30607 25905 0 -1 1077944384 592 0 0 0 2 0 0 0 20 0 15 0 517487367 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436529191664 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) S 30607 30607 25905 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 15 0 517487367 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15144776 memory=140200334194304 CPUtime=0.08 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) R 30607 30607 25905 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 15 0 517487367 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436527086064 140437064754503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487368 15508250624 10265 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42512 KiB

[startup+0.316769 s]*
/proc/loadavg: 2.13 2.07 2.03 4/229 30623
/proc/meminfo: memFree=23773140/32770624 swapFree=66953524/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15149032 memory=50104 CPUtime=0.54 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 10919 0 0 0 50 4 0 0 20 0 15 0 517487362 15512608768 12526 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3787258 12526 3351 1 0 3748377 0
[pid=30609/tid=30610] ppid=30607 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 7840 0 0 0 27 3 0 0 20 0 15 0 517487362 15512608768 12526 33554432000 4194304 4196468 140729345284832 140437068971712 140437049051113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517487363 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517487364 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517487364 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436532348064 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517487365 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436531294960 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15149032 memory=-2915668829928281502 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15149032 memory=4426078206164241782 CPUtime=0.06 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) S 30607 30607 25905 0 -1 1077944384 699 0 0 0 6 0 0 0 20 0 15 0 517487367 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436529191664 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) S 30607 30607 25905 0 -1 1077944384 191 0 0 0 3 0 0 0 20 0 15 0 517487367 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) S 30607 30607 25905 0 -1 1077944384 883 0 0 0 13 0 0 0 20 0 15 0 517487367 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436527086064 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487368 15512608768 12526 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51556 KiB

[startup+0.700769 s]
/proc/loadavg: 2.13 2.07 2.03 6/229 30623
/proc/meminfo: memFree=23759000/32770624 swapFree=66953524/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15151156 memory=90568 CPUtime=1.76 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 15853 0 0 0 170 6 0 0 20 0 15 0 517487362 15514783744 22642 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3787789 22642 3457 1 0 3748889 0
[pid=30609/tid=30610] ppid=30607 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 9228 0 0 0 64 4 0 0 20 0 15 0 517487362 15514783744 22642 33554432000 4194304 4196468 140729345284832 140437068974880 140436659924736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15151156 memory=288230587427465466 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15151156 memory=16100364336257230 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487363 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517487363 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517487364 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517487364 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436532348064 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517487365 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436531294960 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15151156 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) R 30607 30607 25905 0 -1 4202560 1584 0 0 0 32 0 0 0 20 0 15 0 517487367 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436529174496 140437064761946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15151156 memory=4124282771901408103 CPUtime=0.31 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) R 30607 30607 25905 0 -1 4202560 1199 0 0 0 31 0 0 0 20 0 15 0 517487367 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436528124192 140437048223792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15151156 memory=7236552675815484775 CPUtime=0.42 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) S 30607 30607 25905 0 -1 1077944384 2534 0 0 0 42 0 0 0 20 0 15 0 517487367 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436527086064 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15151156 memory=8027223685274615916 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15151156 memory=7300704776819335744 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517487368 15514783744 22642 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 92020 KiB

[startup+1.50082 s]
/proc/loadavg: 2.13 2.07 2.03 6/229 30623
/proc/meminfo: memFree=23707524/32770624 swapFree=66953524/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0

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

/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 517487365 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436531294976 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15151156 memory=182980 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15151156 memory=1452 CPUtime=2.57 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) S 30607 30607 25905 0 -1 1077944384 20583 0 0 0 255 2 0 0 20 0 15 0 517487367 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436529191664 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15151156 memory=182980 CPUtime=2.37 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) S 30607 30607 25905 0 -1 1077944384 16479 0 0 0 235 2 0 0 20 0 15 0 517487367 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15151156 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) S 30607 30607 25905 0 -1 1077944384 10776 0 0 0 69 2 0 0 20 0 15 0 517487367 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436527086064 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15151156 memory=1452 CPUtime=0.7 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1269 0 0 0 27 43 0 0 20 0 15 0 517487368 15514783744 45745 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 2449.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 184432 KiB

[startup+2502.3 s]
/proc/loadavg: 1.75 1.71 1.76 3/229 30955
/proc/meminfo: memFree=25274476/32770624 swapFree=66953528/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15151156 memory=185028 CPUtime=2509.81 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 89281 0 0 0 250918 63 0 0 20 0 15 0 517487362 15514783744 46257 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3787789 46257 3515 1 0 3748889 0
[pid=30609/tid=30610] ppid=30607 vsize=15151156 memory=185028 CPUtime=2501.28 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 20423 0 0 0 250119 9 0 0 20 0 15 0 517487362 15514783744 46257 33554432000 4194304 4196468 140729345284832 140437068980112 140436664287407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15151156 memory=185028 CPUtime=0.44 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 5539 0 0 0 41 3 0 0 20 0 15 0 517487363 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15151156 memory=185028 CPUtime=0.44 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 3274 0 0 0 42 2 0 0 20 0 15 0 517487363 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15151156 memory=185028 CPUtime=0.45 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 3388 0 0 0 42 3 0 0 20 0 15 0 517487363 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15151156 memory=1452 CPUtime=0.45 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 1653 0 0 0 42 3 0 0 20 0 15 0 517487363 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15151156 memory=3504 CPUtime=0.28 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 4409 0 0 0 23 5 0 0 20 0 15 0 517487364 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15151156 memory=66248 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517487364 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436532348128 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 517487365 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436531294976 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15151156 memory=185028 CPUtime=2.57 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) S 30607 30607 25905 0 -1 1077944384 20585 0 0 0 255 2 0 0 20 0 15 0 517487367 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436529191664 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15151156 memory=1452 CPUtime=2.37 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) S 30607 30607 25905 0 -1 1077944384 16481 0 0 0 235 2 0 0 20 0 15 0 517487367 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15151156 memory=185028 CPUtime=0.71 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) S 30607 30607 25905 0 -1 1077944384 10778 0 0 0 69 2 0 0 20 0 15 0 517487367 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436527086064 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15151156 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1288 0 0 0 28 43 0 0 20 0 15 0 517487368 15514783744 46257 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 2509.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 186480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.5 s]
/proc/loadavg: 1.71 1.70 1.76 3/229 30955
/proc/meminfo: memFree=25272804/32770624 swapFree=66953528/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15151156 memory=187076 CPUtime=2520.02 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 89334 0 0 0 251939 63 0 0 20 0 15 0 517487362 15514783744 46769 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3787789 46769 3515 1 0 3748889 0
[pid=30609/tid=30610] ppid=30607 vsize=15151156 memory=187076 CPUtime=2511.48 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 20457 0 0 0 251139 9 0 0 20 0 15 0 517487362 15514783744 46769 33554432000 4194304 4196468 140729345284832 140437068980224 140436663025382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15151156 memory=187076 CPUtime=0.45 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 5541 0 0 0 42 3 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15151156 memory=187076 CPUtime=0.44 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 3282 0 0 0 42 2 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15151156 memory=187076 CPUtime=0.46 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 3394 0 0 0 43 3 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15151156 memory=1452 CPUtime=0.45 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 1654 0 0 0 42 3 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15151156 memory=262989437529902 CPUtime=0.28 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 4411 0 0 0 23 5 0 0 20 0 15 0 517487364 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15151156 memory=187076 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517487364 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436532348128 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15151156 memory=3504 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 517487365 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436531294976 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15151156 memory=187076 CPUtime=2.57 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) S 30607 30607 25905 0 -1 1077944384 20585 0 0 0 255 2 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436529191664 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15151156 memory=1452 CPUtime=2.37 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) S 30607 30607 25905 0 -1 1077944384 16481 0 0 0 235 2 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15151156 memory=185028 CPUtime=0.71 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) S 30607 30607 25905 0 -1 1077944384 10778 0 0 0 69 2 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436527086064 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15151156 memory=8212 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15151156 memory=9580 CPUtime=0.72 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1288 0 0 0 28 44 0 0 20 0 15 0 517487368 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 188528 KiB

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

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

[startup+2512.51 s]
# the end of solver process 30609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.4 s, system=0.643344 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+2512.5 s]
/proc/loadavg: 1.71 1.70 1.76 3/229 30955
/proc/meminfo: memFree=25272804/32770624 swapFree=66953528/67108860
[pid=30607] ppid=30604 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30607/stat : 30607 (xcsp3-exec) S 30604 30607 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517487361 115843072 363 33554432000 4194304 5098028 140720512918416 140720512916520 140226837242492 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14868480 140720512926550 140720512926809 140720512926809 140720512929734 0
/proc/30607/statm: 28282 363 304 221 0 87 0
[pid=30609] ppid=30607 vsize=15151156 memory=187076 CPUtime=2520.02 cores=0,2,4,6
/proc/30609/stat : 30609 (java) S 30607 30607 25905 0 -1 1077944320 89334 0 0 0 251939 63 0 0 20 0 15 0 517487362 15514783744 46769 33554432000 4194304 4196468 140729345284832 140729345267376 140437064740599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
/proc/30609/statm: 3787789 46769 3515 1 0 3748889 0
[pid=30609/tid=30610] ppid=30607 vsize=15151156 memory=187076 CPUtime=2511.48 cores=0,2,4,6
/proc/30609/task/30610/stat : 30610 (java) R 30607 30607 25905 0 -1 4202560 20457 0 0 0 251139 9 0 0 20 0 15 0 517487362 15514783744 46769 33554432000 4194304 4196468 140729345284832 140437068980224 140436663025382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30611] ppid=30607 vsize=15151156 memory=187076 CPUtime=0.45 cores=0,2,4,6
/proc/30609/task/30611/stat : 30611 (java) S 30607 30607 25905 0 -1 1077944384 5541 0 0 0 42 3 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436976397328 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30612] ppid=30607 vsize=15151156 memory=187076 CPUtime=0.44 cores=0,2,4,6
/proc/30609/task/30612/stat : 30612 (java) S 30607 30607 25905 0 -1 1077944384 3282 0 0 0 42 2 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436656090256 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30613] ppid=30607 vsize=15151156 memory=187076 CPUtime=0.46 cores=0,2,4,6
/proc/30609/task/30613/stat : 30613 (java) S 30607 30607 25905 0 -1 1077944384 3394 0 0 0 43 3 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436655037200 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30614] ppid=30607 vsize=15151156 memory=1452 CPUtime=0.45 cores=0,2,4,6
/proc/30609/task/30614/stat : 30614 (java) S 30607 30607 25905 0 -1 1077944384 1654 0 0 0 42 3 0 0 20 0 15 0 517487363 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436653984656 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30615] ppid=30607 vsize=15151156 memory=262989437529902 CPUtime=0.28 cores=0,2,4,6
/proc/30609/task/30615/stat : 30615 (java) S 30607 30607 25905 0 -1 1077944384 4411 0 0 0 23 5 0 0 20 0 15 0 517487364 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436533401840 140437064751746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30616] ppid=30607 vsize=15151156 memory=187076 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30616/stat : 30616 (java) S 30607 30607 25905 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517487364 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436532348128 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30617] ppid=30607 vsize=15151156 memory=3504 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30617/stat : 30617 (java) S 30607 30607 25905 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 517487365 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436531294976 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30618] ppid=30607 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30618/stat : 30618 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436530243536 140437064759195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30619] ppid=30607 vsize=15151156 memory=187076 CPUtime=2.57 cores=0,2,4,6
/proc/30609/task/30619/stat : 30619 (java) S 30607 30607 25905 0 -1 1077944384 20585 0 0 0 255 2 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436529191664 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30620] ppid=30607 vsize=15151156 memory=1452 CPUtime=2.37 cores=0,2,4,6
/proc/30609/task/30620/stat : 30620 (java) S 30607 30607 25905 0 -1 1077944384 16481 0 0 0 235 2 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436528139120 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30621] ppid=30607 vsize=15151156 memory=185028 CPUtime=0.71 cores=0,2,4,6
/proc/30609/task/30621/stat : 30621 (java) S 30607 30607 25905 0 -1 1077944384 10778 0 0 0 69 2 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436527086064 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30622] ppid=30607 vsize=15151156 memory=8212 CPUtime=0 cores=0,2,4,6
/proc/30609/task/30622/stat : 30622 (java) S 30607 30607 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517487367 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436526033760 140437064750805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
[pid=30609/tid=30623] ppid=30607 vsize=15151156 memory=9580 CPUtime=0.72 cores=0,2,4,6
/proc/30609/task/30623/stat : 30623 (java) S 30607 30607 25905 0 -1 1077944384 1288 0 0 0 28 44 0 0 20 0 15 0 517487368 15514783744 46769 33554432000 4194304 4196468 140729345284832 140436524980784 140437064751746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15945728 140729345287131 140729345287306 140729345287306 140729345290191 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 188528 KiB

Child status: 143
Real time (s): 2512.51
CPU time (s): 2520.05
CPU user time (s): 2519.4
CPU system time (s): 0.643344
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 15266116
Max. memory (cumulated for all children) (KiB): 244740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.4
system time used= 0.643344
maximum resident set size= 243288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63450
involuntary context switches= 3003


# summary of solver processes directly reported to runsolver:
#   pid: 30607,30609
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.4
#   total CPU system time (s): 0.643344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0927 second user time and 24.0695 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-25 14:48:05
IDJOB=4405964
IDBENCH=141708
IDSOLVER=2869
FILE ID=node119/4405964-1569415726
RUNJOBID= node119-1569396629-25936
PBS_JOBID= 21705693
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.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 /var/tmp/evaluation-result-4405964-1569415726/watcher-4405964-1569415726 -o /var/tmp/evaluation-result-4405964-1569415726/solver-4405964-1569415726 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25936 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1174005154 HOME/instance-4405964-1569415726.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=1174005154

node119.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.47
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.47
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.47
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.47
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:        23810760 kB
MemAvailable:   29976720 kB
Buffers:          169008 kB
Cached:          6097456 kB
SwapCached:        46712 kB
Active:          4855688 kB
Inactive:        3281532 kB
Active(anon):    1823608 kB
Inactive(anon):   104632 kB
Active(file):    3032080 kB
Inactive(file):  3176900 kB
Unevictable:      107192 kB
Mlocked:          107192 kB
SwapTotal:      67108860 kB
SwapFree:       66953524 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:       1933168 kB
Mapped:            71780 kB
Shmem:             48568 kB
Slab:             414604 kB
SReclaimable:     385440 kB
SUnreclaim:        29164 kB
KernelStack:        3728 kB
PageTables:         9600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4057044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1857536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node119 at 2019-09-25 15:29:58