Trace number 4405726

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.09 2512.02

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"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}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
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-4405726-1569415759.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405726-1569415759.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.76/0.75	c solve instance...
2520.07/2512.01	s UNKNOWN
2520.07/2512.01	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 (13739 MiB free)
  memory of node 1: 16384 MiB (10554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405726-1569415759/watcher-4405726-1569415759 -o /tmp/evaluation-result-4405726-1569415759/solver-4405726-1569415759 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21328 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 2044126228 HOME/instance-4405726-1569415759.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=25816, runsolver pid=25813
Current StackSize limit: 8192 KiB


[startup+0.10075 s]*
/proc/loadavg: 1.88 1.90 1.95 4/228 25832
/proc/meminfo: memFree=24861260/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15144776 memory=29008 CPUtime=0.13 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 5654 0 0 0 12 1 0 0 20 0 15 0 517832440 15508250624 7252 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3786194 7252 3152 1 0 3748377 0
[pid=25818/tid=25819] ppid=25816 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 3573 0 0 0 8 1 0 0 20 0 15 0 517832440 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898947364656 139898577337658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15144776 memory=139622766255913 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517832442 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517832443 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898410431264 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517832443 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898409378928 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) R 25816 25816 21297 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 517832445 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) R 25816 25816 21297 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 517832445 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898406222320 139898926571217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15144776 memory=139622762591872 CPUtime=0.02 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) R 25816 25816 21297 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 517832445 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898405167568 139898943149361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832446 15508250624 7252 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30456 KiB

[startup+0.210758 s]*
/proc/loadavg: 1.88 1.90 1.95 4/228 25832
/proc/meminfo: memFree=24848080/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15144776 memory=40932 CPUtime=0.34 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 9467 0 0 0 31 3 0 0 20 0 15 0 517832440 15508250624 10233 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3786194 10233 3273 1 0 3748377 0
[pid=25818/tid=25819] ppid=25816 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 6607 0 0 0 18 2 0 0 20 0 15 0 517832440 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898947368208 139898943147414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15144776 memory=1898158 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15144776 memory=4121552518145554080 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517832441 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15144776 memory=139622762591872 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517832442 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517832443 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898410431264 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517832443 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898409378928 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 746 0 0 0 3 0 0 0 20 0 15 0 517832445 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) S 25816 25816 21297 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 517832445 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898406222320 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15144776 memory=139622762591872 CPUtime=0.08 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) R 25816 25816 21297 0 -1 4202560 748 0 0 0 8 0 0 0 20 0 15 0 517832445 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898405170032 139898943147414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832446 15508250624 10233 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42380 KiB

[startup+0.311045 s]*
/proc/loadavg: 1.88 1.90 1.95 4/228 25832
/proc/meminfo: memFree=24840800/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15149032 memory=50252 CPUtime=0.53 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 10917 0 0 0 49 4 0 0 20 0 15 0 517832440 15512608768 12563 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3787258 12563 3364 1 0 3748377 0
[pid=25818/tid=25819] ppid=25816 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 7797 0 0 0 27 3 0 0 20 0 15 0 517832440 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898947362096 139898927215966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517832441 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15149032 memory=-7233795148219007135 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517832442 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517832443 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898410431264 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517832443 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898409378928 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15149032 memory=6576575808607200678 CPUtime=0.04 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 791 0 0 0 4 0 0 0 20 0 15 0 517832445 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) R 25816 25816 21297 0 -1 4202560 199 0 0 0 4 0 0 0 20 0 15 0 517832445 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898406203336 139898920396736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) S 25816 25816 21297 0 -1 1077944384 830 0 0 0 12 0 0 0 20 0 15 0 517832445 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898405170032 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832446 15512608768 12628 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51700 KiB

[startup+0.710407 s]
/proc/loadavg: 1.88 1.90 1.95 6/228 25832
/proc/meminfo: memFree=24826348/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15151156 memory=95972 CPUtime=1.76 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 15095 0 0 0 170 6 0 0 20 0 15 0 517832440 15514783744 23993 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3787789 23993 3454 1 0 3748889 0
[pid=25818/tid=25819] ppid=25816 vsize=15151156 memory=-7533522213388100735 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 9242 0 0 0 65 4 0 0 20 0 15 0 517832440 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898947372200 139898581971000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15151156 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15151156 memory=7156334510635766096 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15151156 memory=692 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832441 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517832441 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517832442 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898410431264 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898409378928 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15151156 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15151156 memory=6212 CPUtime=0.33 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 1659 0 0 0 32 1 0 0 20 0 15 0 517832445 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15151156 memory=7552 CPUtime=0.28 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) R 25816 25816 21297 0 -1 4202560 950 0 0 0 28 0 0 0 20 0 15 0 517832445 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898406212144 139898928064877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15151156 memory=2832 CPUtime=0.44 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) S 25816 25816 21297 0 -1 1077944384 1938 0 0 0 44 0 0 0 20 0 15 0 517832445 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898405170032 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15151156 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517832446 15514783744 23993 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 97420 KiB

[startup+1.50077 s]
/proc/loadavg: 1.88 1.90 1.95 6/228 25832
/proc/meminfo: memFree=24780624/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0

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

/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898409378944 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15151156 memory=192368 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15151156 memory=1448 CPUtime=2.8 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 21389 0 0 0 277 3 0 0 20 0 15 0 517832445 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15151156 memory=1448 CPUtime=2.12 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) S 25816 25816 21297 0 -1 1077944384 13129 0 0 0 211 1 0 0 20 0 15 0 517832445 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898406222320 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 32 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15151156 memory=192368 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) S 25816 25816 21297 0 -1 1077944384 9369 0 0 0 68 1 0 0 20 0 15 0 517832445 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898405170032 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15151156 memory=67088 CPUtime=0.65 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1007 0 0 0 27 38 0 0 20 0 15 0 517832446 15514783744 48092 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 2390.18 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193816 KiB

[startup+2442.3 s]
/proc/loadavg: 0.99 0.94 1.01 2/207 26125
/proc/meminfo: memFree=26510360/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15151156 memory=194416 CPUtime=2450.21 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 84532 0 0 0 244960 61 0 0 20 0 15 0 517832440 15514783744 48604 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3787789 48604 3518 1 0 3748889 0
[pid=25818/tid=25819] ppid=25816 vsize=15151156 memory=1448 CPUtime=2440.79 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 20315 0 0 0 244071 8 0 0 20 0 15 0 517832440 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898947375136 139898584814597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15151156 memory=194416 CPUtime=0.66 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 2569 0 0 0 61 5 0 0 20 0 15 0 517832441 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15151156 memory=1448 CPUtime=0.66 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 4723 0 0 0 62 4 0 0 20 0 15 0 517832441 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15151156 memory=1564 CPUtime=0.67 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 3655 0 0 0 62 5 0 0 20 0 15 0 517832441 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15151156 memory=924 CPUtime=0.67 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2336 0 0 0 62 5 0 0 20 0 15 0 517832441 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15151156 memory=194416 CPUtime=0.38 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 4595 0 0 0 33 5 0 0 20 0 15 0 517832442 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898410431328 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898409378944 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15151156 memory=194416 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15151156 memory=194416 CPUtime=2.8 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 21391 0 0 0 277 3 0 0 20 0 15 0 517832445 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15151156 memory=1448 CPUtime=2.12 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) S 25816 25816 21297 0 -1 1077944384 13132 0 0 0 211 1 0 0 20 0 15 0 517832445 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898406222320 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15151156 memory=1448 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) S 25816 25816 21297 0 -1 1077944384 9371 0 0 0 68 1 0 0 20 0 15 0 517832445 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898405170032 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15151156 memory=1448 CPUtime=0.66 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1028 0 0 0 27 39 0 0 20 0 15 0 517832446 15514783744 48604 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 2450.21 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 195864 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 0.95 1.01 2/206 26136
/proc/meminfo: memFree=24994876/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15151156 memory=1712592 CPUtime=2510.3 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 87525 0 0 0 250946 84 0 0 20 0 15 0 517832440 15514783744 428148 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3787789 428148 3518 1 0 3748889 0
[pid=25818/tid=25819] ppid=25816 vsize=15151156 memory=1595568 CPUtime=2500.75 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 23058 0 0 0 250044 31 0 0 20 0 15 0 517832440 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898947375208 139898929203598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15151156 memory=1618188 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 2616 0 0 0 64 5 0 0 20 0 15 0 517832441 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15151156 memory=1688088 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 4830 0 0 0 65 4 0 0 20 0 15 0 517832441 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15151156 memory=1448 CPUtime=0.7 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 3692 0 0 0 65 5 0 0 20 0 15 0 517832441 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15151156 memory=1708740 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2387 0 0 0 64 5 0 0 20 0 15 0 517832441 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15151156 memory=6791534058613427641 CPUtime=0.38 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 4599 0 0 0 33 5 0 0 20 0 15 0 517832442 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898410431328 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898409378944 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15151156 memory=1663420 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15151156 memory=1448 CPUtime=2.8 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 21391 0 0 0 277 3 0 0 20 0 15 0 517832445 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15151156 memory=1480428 CPUtime=2.12 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) S 25816 25816 21297 0 -1 1077944384 13132 0 0 0 211 1 0 0 20 0 15 0 517832445 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898406222320 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15151156 memory=3616 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) S 25816 25816 21297 0 -1 1077944384 9371 0 0 0 68 1 0 0 20 0 15 0 517832445 15514783744 428148 33554432000 4194304 4196468 140725115029376 139898405170032 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15151156 memory=692 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 428660 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15151156 memory=1056 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1032 0 0 0 28 41 0 0 20 0 15 0 517832446 15514783744 428660 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 2510.3 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1714040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512 s]*
/proc/loadavg: 0.92 0.94 1.00 2/206 26137
/proc/meminfo: memFree=26156900/32770624 swapFree=66986416/67108860
[pid=25816] ppid=25813 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/25816/stat : 25816 (xcsp3-exec) S 25813 25816 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517832440 115843072 362 33554432000 4194304 5098028 140734425582848 140734425580952 139918923195004 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25288704 140734425588602 140734425588845 140734425588845 140734425591754 0
/proc/25816/statm: 28282 362 304 221 0 87 0
[pid=25818] ppid=25816 vsize=15151156 memory=549212 CPUtime=2520.07 cores=0,2,4,6
/proc/25818/stat : 25818 (java) S 25816 25816 21297 0 -1 1077944320 90988 0 0 0 251916 91 0 0 20 0 15 0 517832440 15514783744 137303 33554432000 4194304 4196468 140725115029376 140725115011920 139898943135479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
/proc/25818/statm: 3787789 137303 3531 1 0 3748889 0
[pid=25818/tid=25819] ppid=25816 vsize=15151156 memory=1728 CPUtime=2510.41 cores=0,2,4,6
/proc/25818/task/25819/stat : 25819 (java) R 25816 25816 21297 0 -1 4202560 25043 0 0 0 251006 35 0 0 20 0 15 0 517832440 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898947375208 139898583769580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25820] ppid=25816 vsize=15151156 memory=8317482817917895235 CPUtime=0.71 cores=0,2,4,6
/proc/25818/task/25820/stat : 25820 (java) S 25816 25816 21297 0 -1 1077944384 2672 0 0 0 66 5 0 0 20 0 15 0 517832441 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898899688336 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25821] ppid=25816 vsize=15151156 memory=3192 CPUtime=0.71 cores=0,2,4,6
/proc/25818/task/25821/stat : 25821 (java) S 25816 25816 21297 0 -1 1077944384 4963 0 0 0 67 4 0 0 20 0 15 0 517832441 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898898635536 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25822] ppid=25816 vsize=15151156 memory=1448 CPUtime=0.72 cores=0,2,4,6
/proc/25818/task/25822/stat : 25822 (java) S 25816 25816 21297 0 -1 1077944384 3947 0 0 0 66 6 0 0 20 0 15 0 517832441 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898897583248 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25823] ppid=25816 vsize=15151156 memory=356916 CPUtime=0.71 cores=0,2,4,6
/proc/25818/task/25823/stat : 25823 (java) S 25816 25816 21297 0 -1 1077944384 2535 0 0 0 66 5 0 0 20 0 15 0 517832441 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898532322320 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25824] ppid=25816 vsize=15151156 memory=1164 CPUtime=0.42 cores=0,2,4,6
/proc/25818/task/25824/stat : 25824 (java) S 25816 25816 21297 0 -1 1077944384 5484 0 0 0 35 7 0 0 20 0 15 0 517832442 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898411485296 139898943146626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25825] ppid=25816 vsize=15151156 memory=8317482817917895235 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25825/stat : 25825 (java) S 25816 25816 21297 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898410431328 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25826] ppid=25816 vsize=15151156 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25826/stat : 25826 (java) S 25816 25816 21297 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 517832443 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898409378944 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25827] ppid=25816 vsize=15151156 memory=6212 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25827/stat : 25827 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898408327248 139898943154075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25828] ppid=25816 vsize=15151156 memory=6791534058613427641 CPUtime=2.8 cores=0,2,4,6
/proc/25818/task/25828/stat : 25828 (java) S 25816 25816 21297 0 -1 1077944384 21391 0 0 0 277 3 0 0 20 0 15 0 517832445 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898407275120 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25829] ppid=25816 vsize=15151156 memory=1768 CPUtime=2.12 cores=0,2,4,6
/proc/25818/task/25829/stat : 25829 (java) S 25816 25816 21297 0 -1 1077944384 13132 0 0 0 211 1 0 0 20 0 15 0 517832445 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898406222320 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25830] ppid=25816 vsize=15151156 memory=111632 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25830/stat : 25830 (java) S 25816 25816 21297 0 -1 1077944384 9371 0 0 0 68 1 0 0 20 0 15 0 517832445 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898405170032 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25831] ppid=25816 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25818/task/25831/stat : 25831 (java) S 25816 25816 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517832445 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898404117472 139898943145685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
[pid=25818/tid=25832] ppid=25816 vsize=15151156 memory=1804 CPUtime=0.69 cores=0,2,4,6
/proc/25818/task/25832/stat : 25832 (java) S 25816 25816 21297 0 -1 1077944384 1033 0 0 0 28 41 0 0 20 0 15 0 517832446 15514783744 137303 33554432000 4194304 4196468 140725115029376 139898403064240 139898943146626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 21970944 140725115032559 140725115032730 140725115032730 140725115035599 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 550660 KiB

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

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

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

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

Child status: 143
Real time (s): 2512.02
CPU time (s): 2520.09
CPU user time (s): 2519.17
CPU system time (s): 0.920357
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 1848532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.17
system time used= 0.920357
maximum resident set size= 1869612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66438
involuntary context switches= 2770


# summary of solver processes directly reported to runsolver:
#   pid: 25816,25818
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2519.17
#   total CPU system time (s): 0.920357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2471 second user time and 23.8077 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-25 13:38:55
IDJOB=4405726
IDBENCH=141714
IDSOLVER=2869
FILE ID=node104/4405726-1569415759
RUNJOBID= node104-1569392447-21328
PBS_JOBID= 21705699
Free space on /tmp= 9808 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405726-1569415759/watcher-4405726-1569415759 -o /tmp/evaluation-result-4405726-1569415759/solver-4405726-1569415759 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21328 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 2044126228 HOME/instance-4405726-1569415759.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=2044126228

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        24878220 kB
MemAvailable:   30031964 kB
Buffers:          131328 kB
Cached:          5113640 kB
SwapCached:        22624 kB
Active:          5014040 kB
Inactive:        2043940 kB
Active(anon):    1790700 kB
Inactive(anon):    80124 kB
Active(file):    3223340 kB
Inactive(file):  1963816 kB
Unevictable:      109660 kB
Mlocked:          109660 kB
SwapTotal:      67108860 kB
SwapFree:       66986416 kB
Dirty:             25884 kB
Writeback:             0 kB
AnonPages:       1901736 kB
Mapped:            71644 kB
Shmem:             49048 kB
Slab:             425032 kB
SReclaimable:     395048 kB
SUnreclaim:        29984 kB
KernelStack:        3696 kB
PageTables:        10064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4052420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1787904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9808 MiB
End job on node104 at 2019-09-25 14:20:47