Trace number 4399063

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? (TO) 2520.59 633.473

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-28-088.xml
MD5SUM86f96609b8582eec836d4ad8d9b44327
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 variables56
Number of constraints378
Number of domains28
Minimum domain size61
Maximum domain size88
Distribution of domain sizes[{"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},{"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}]
Minimum variable degree27
Maximum variable degree27
Distribution of variable degrees[{"degree":27,"count":56}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":378}]
Number of extensional constraints0
Number of intensional constraints378
Distribution of constraint types[{"type":"intension","count":378}]
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-4399063-1568700353.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399063-1568700353.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.11/1.13	c solve instance...
2520.32/633.46	s UNKNOWN
2520.32/633.46	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 (13655 MiB free)
  memory of node 1: 16384 MiB (15178 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399063-1568700353/watcher-4399063-1568700353 -o /tmp/evaluation-result-4399063-1568700353/solver-4399063-1568700353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568699656-12293 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 921765748 HOME/instance-4399063-1568700353.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100667 s]*
/proc/loadavg: 9.02 7.84 4.86 7/234 12682
/proc/meminfo: memFree=29506552/32770624 swapFree=67002036/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0
[pid=12668] ppid=12666 vsize=15144776 memory=31956 CPUtime=0.13 cores=1,3,5,7
/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 5934 0 0 0 12 1 0 0 20 0 15 0 445949309 15508250624 7989 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3786194 7989 3121 1 0 3748377 0
[pid=12668/tid=12669] ppid=12666 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 12261 0 -1 4202560 3869 0 0 0 9 0 0 0 20 0 15 0 445949310 15508250624 8055 33554432000 4194304 4196468 140728368070448 139659787267984 139659764624249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 8055 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15144776 memory=140305200166528 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 8055 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 8055 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 8055 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15144776 memory=140305200166528 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445949312 15508250624 8055 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 445949312 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658655688224 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445949312 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658654635376 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) R 12666 12666 12261 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658652531056 139659783047810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) R 12666 12666 12261 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658651478256 139659768702816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15144776 memory=140305200166528 CPUtime=0.02 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 12261 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 445949315 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658650425456 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15144776 memory=140305200166528 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 8055 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 33408 KiB

[startup+0.210828 s]*
/proc/loadavg: 9.02 7.84 4.86 7/234 12682
/proc/meminfo: memFree=29493324/32770624 swapFree=67002036/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0
[pid=12668] ppid=12666 vsize=15144776 memory=43480 CPUtime=0.35 cores=1,3,5,7
/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 9526 0 0 0 32 3 0 0 20 0 15 0 445949309 15508250624 10870 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3786194 10870 3311 1 0 3748377 0
[pid=12668/tid=12669] ppid=12666 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 12261 0 -1 4202560 6679 0 0 0 18 2 0 0 20 0 15 0 445949310 15508250624 10870 33554432000 4194304 4196468 140728368070448 139659787273424 139659783058589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15144776 memory=13675 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 10870 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15144776 memory=140305203477138 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 10870 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 10870 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445949310 15508250624 10870 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15144776 memory=140305200166528 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445949312 15508250624 10870 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 445949312 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658655688224 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445949312 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658654635376 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 12261 0 -1 1077944384 577 0 0 0 3 0 0 0 20 0 15 0 445949315 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658652531056 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 12261 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 445949315 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658651478256 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15144776 memory=140305200166528 CPUtime=0.08 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 12261 0 -1 1077944384 728 0 0 0 8 0 0 0 20 0 15 0 445949315 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658650425456 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949315 15508250624 10870 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44932 KiB

[startup+0.310684 s]*
/proc/loadavg: 9.02 7.84 4.86 8/234 12682
/proc/meminfo: memFree=29486180/32770624 swapFree=67002036/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0
[pid=12668] ppid=12666 vsize=15149032 memory=52500 CPUtime=0.53 cores=1,3,5,7
/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 10911 0 0 0 50 3 0 0 20 0 15 0 445949309 15512608768 13125 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3787258 13125 3368 1 0 3748377 0
[pid=12668/tid=12669] ppid=12666 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 12261 0 -1 4202560 7836 0 0 0 27 2 0 0 20 0 15 0 445949310 15512608768 13125 33554432000 4194304 4196468 140728368070448 139659787267776 139659767117150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15512608768 13125 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15512608768 13125 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15512608768 13125 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445949310 15512608768 13125 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445949312 15512608768 13125 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 445949312 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658655688224 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445949312 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658654635376 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 12261 0 -1 1077944384 628 0 0 0 4 0 0 0 20 0 15 0 445949315 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658652531056 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 12261 0 -1 1077944384 343 0 0 0 5 0 0 0 20 0 15 0 445949315 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658651478256 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 12261 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 15 0 445949315 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658650425456 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949315 15512608768 13125 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53952 KiB

[startup+0.701605 s]
/proc/loadavg: 9.02 7.84 4.86 9/234 12682
/proc/meminfo: memFree=29468156/32770624 swapFree=67002036/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0
[pid=12668] ppid=12666 vsize=15151156 memory=97936 CPUtime=1.76 cores=1,3,5,7
/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 15592 0 0 0 171 5 0 0 20 0 15 0 445949309 15514783744 24484 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3787789 24484 3455 1 0 3748889 0
[pid=12668/tid=12669] ppid=12666 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) R 12666 12666 12261 0 -1 4202560 9342 0 0 0 64 3 0 0 20 0 15 0 445949310 15514783744 24484 33554432000 4194304 4196468 140728368070448 139659787270672 139659405617376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15151156 memory=45592 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15514783744 24484 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15514783744 24484 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15151156 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949310 15514783744 24484 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15151156 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445949310 15514783744 24484 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15151156 memory=580 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445949312 15514783744 24484 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15151156 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 445949312 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658655688224 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15151156 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445949312 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658654635376 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15151156 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15151156 memory=2832 CPUtime=0.3 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) R 12666 12666 12261 0 -1 4202560 1501 0 0 0 30 0 0 0 20 0 15 0 445949315 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658652512072 139659762691856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15151156 memory=1224 CPUtime=0.33 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) R 12666 12666 12261 0 -1 4202560 1136 0 0 0 33 0 0 0 20 0 15 0 445949315 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658651465104 139659761021233 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15151156 memory=6036 CPUtime=0.43 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) R 12666 12666 12261 0 -1 4202560 2334 0 0 0 42 1 0 0 20 0 15 0 445949315 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658650425456 139659761879724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15151156 memory=772 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445949315 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445949315 15514783744 24484 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 99388 KiB

[startup+1.50138 s]
/proc/loadavg: 9.02 7.84 4.86 8/234 12682
/proc/meminfo: memFree=29349876/32770624 swapFree=67002036/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0

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

/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 86055 0 0 0 207749 54 0 0 20 0 19 0 445949309 15789527040 297346 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3854865 297346 3534 1 0 3815965 0
[pid=12668/tid=12669] ppid=12666 vsize=15419460 memory=1452 CPUtime=1.1 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) S 12666 12666 12261 0 -1 1077944384 9899 0 0 0 105 5 0 0 20 0 19 0 445949310 15789527040 297346 33554432000 4194304 4196468 140728368070448 139659787277440 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15419460 memory=1189904 CPUtime=0.18 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 2361 0 0 0 13 5 0 0 20 0 19 0 445949310 15789527040 297346 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15419460 memory=1189384 CPUtime=0.18 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 2448 0 0 0 12 6 0 0 20 0 19 0 445949310 15789527040 297346 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15419460 memory=280610079274720 CPUtime=0.18 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1037 0 0 0 12 6 0 0 20 0 19 0 445949310 15789527040 297346 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15419460 memory=1452 CPUtime=0.18 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2578 0 0 0 13 5 0 0 20 0 19 0 445949310 15789527040 297346 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15419460 memory=772 CPUtime=0.04 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 3271 0 0 0 3 1 0 0 20 0 19 0 445949312 15789527040 297346 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15419460 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 445949312 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658655688288 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445949312 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658654635392 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15419460 memory=1189904 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445949315 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15419460 memory=1452 CPUtime=2.8 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 12261 0 -1 1077944384 17518 0 0 0 278 2 0 0 20 0 19 0 445949315 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658652531056 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15419460 memory=1189904 CPUtime=2.48 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 12261 0 -1 1077944384 15055 0 0 0 247 1 0 0 20 0 19 0 445949315 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658651478256 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15419460 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 12261 0 -1 1077944384 7876 0 0 0 79 2 0 0 20 0 19 0 445949315 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658650425456 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15419460 memory=7598811100138176585 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445949315 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15419460 memory=1452 CPUtime=0.16 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 750 0 0 0 0 16 0 0 20 0 19 0 445949315 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12683] ppid=12666 vsize=15419460 memory=1189384 CPUtime=517.73 cores=1,3,5,7
/proc/12668/task/12683/stat : 12683 (java) R 12666 12666 12261 0 -1 4202560 1030 0 0 0 51771 2 0 0 20 0 19 0 445949424 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658330922160 139659408638928 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12684] ppid=12666 vsize=15419460 memory=1452 CPUtime=516.99 cores=1,3,5,7
/proc/12668/task/12684/stat : 12684 (java) R 12666 12666 12261 0 -1 4202560 14917 0 0 0 51685 14 0 0 20 0 19 0 445949424 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658329870792 139659407337040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12685] ppid=12666 vsize=15419460 memory=1452 CPUtime=515.59 cores=1,3,5,7
/proc/12668/task/12685/stat : 12685 (java) R 12666 12666 12261 0 -1 4202560 1185 0 0 0 51559 0 0 0 20 0 19 0 445949424 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658328817912 139659408603204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12686] ppid=12666 vsize=15419460 memory=7548 CPUtime=519.46 cores=1,3,5,7
/proc/12668/task/12686/stat : 12686 (java) R 12666 12666 12261 0 -1 4202560 4764 0 0 0 51945 1 0 0 20 0 19 0 445949424 15789527040 297346 33554432000 4194304 4196468 140728368070448 139658327767584 139659410122669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 2078.03 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1190836 KiB

[startup+582.302 s]
/proc/loadavg: 8.73 8.50 6.59 9/238 12739
/proc/meminfo: memFree=28324520/32770624 swapFree=67002040/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0
[pid=12668] ppid=12666 vsize=15419460 memory=1191436 CPUtime=2316.92 cores=1,3,5,7
/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 89069 0 0 0 231636 56 0 0 20 0 19 0 445949309 15789527040 297859 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3854865 297859 3534 1 0 3815965 0
[pid=12668/tid=12669] ppid=12666 vsize=15419460 memory=1191436 CPUtime=1.1 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) S 12666 12666 12261 0 -1 1077944384 9899 0 0 0 105 5 0 0 20 0 19 0 445949310 15789527040 297859 33554432000 4194304 4196468 140728368070448 139659787277440 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15419460 memory=1191436 CPUtime=0.19 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 2368 0 0 0 13 6 0 0 20 0 19 0 445949310 15789527040 297859 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15419460 memory=164 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 2453 0 0 0 13 7 0 0 20 0 19 0 445949310 15789527040 297859 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15419460 memory=1452 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1045 0 0 0 13 7 0 0 20 0 19 0 445949310 15789527040 297859 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15419460 memory=1452 CPUtime=0.19 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2586 0 0 0 13 6 0 0 20 0 19 0 445949310 15789527040 297859 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15419460 memory=1189384 CPUtime=0.04 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 3279 0 0 0 3 1 0 0 20 0 19 0 445949312 15789527040 297859 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 445949312 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658655688288 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15419460 memory=1191436 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445949312 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658654635392 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445949315 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15419460 memory=1452 CPUtime=2.87 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 12261 0 -1 1077944384 18042 0 0 0 285 2 0 0 20 0 19 0 445949315 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658652531056 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15419460 memory=1191436 CPUtime=2.5 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 12261 0 -1 1077944384 16044 0 0 0 249 1 0 0 20 0 19 0 445949315 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658651478256 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15419460 memory=6791534058613427641 CPUtime=0.81 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 12261 0 -1 1077944384 8112 0 0 0 79 2 0 0 20 0 19 0 445949315 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658650425456 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15419460 memory=1191436 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445949315 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15419460 memory=1556 CPUtime=0.18 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 778 0 0 0 0 18 0 0 20 0 19 0 445949315 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12683] ppid=12666 vsize=15419460 memory=1452 CPUtime=577.44 cores=1,3,5,7
/proc/12668/task/12683/stat : 12683 (java) R 12666 12666 12261 0 -1 4202560 1186 0 0 0 57742 2 0 0 20 0 19 0 445949424 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658330922312 139659408522309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12684] ppid=12666 vsize=15419460 memory=1191436 CPUtime=576.95 cores=1,3,5,7
/proc/12668/task/12684/stat : 12684 (java) R 12666 12666 12261 0 -1 4202560 15711 0 0 0 57681 14 0 0 20 0 19 0 445949424 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658329873584 139659408384234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12685] ppid=12666 vsize=15419460 memory=1452 CPUtime=574.85 cores=1,3,5,7
/proc/12668/task/12685/stat : 12685 (java) R 12666 12666 12261 0 -1 4202560 1274 0 0 0 57485 0 0 0 20 0 19 0 445949424 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658328818008 139659408216559 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12686] ppid=12666 vsize=15419460 memory=1191436 CPUtime=579.28 cores=1,3,5,7
/proc/12668/task/12686/stat : 12686 (java) R 12666 12666 12261 0 -1 4202560 4926 0 0 0 57927 1 0 0 20 0 19 0 445949424 15789527040 297859 33554432000 4194304 4196468 140728368070448 139658327764960 139659408341627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 2316.92 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1192888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.402 s]
/proc/loadavg: 7.43 8.24 6.60 5/211 12791
/proc/meminfo: memFree=29530152/32770624 swapFree=67002040/67108860
[pid=12666] ppid=12663 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (xcsp3-exec) S 12663 12666 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445949309 115843072 363 33554432000 4194304 5098028 140726001167392 140726001165496 140285787796092 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11898880 140726001173371 140726001173613 140726001173613 140726001176522 0
/proc/12666/statm: 28282 363 304 221 0 87 0
[pid=12668] ppid=12666 vsize=15419460 memory=1188344 CPUtime=2520.32 cores=1,3,5,7
/proc/12668/stat : 12668 (java) S 12666 12666 12261 0 -1 1077944320 91043 0 0 0 251973 59 0 0 20 0 19 0 445949309 15789527040 297086 33554432000 4194304 4196468 140728368070448 140728368052992 139659783036663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
/proc/12668/statm: 3854865 297086 3534 1 0 3815965 0
[pid=12668/tid=12669] ppid=12666 vsize=15419460 memory=15816698942984824 CPUtime=1.1 cores=1,3,5,7
/proc/12668/task/12669/stat : 12669 (java) S 12666 12666 12261 0 -1 1077944384 9899 0 0 0 105 5 0 0 20 0 19 0 445949310 15789527040 297086 33554432000 4194304 4196468 140728368070448 139659787277440 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12670] ppid=12666 vsize=15419460 memory=1056 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12670/stat : 12670 (java) S 12666 12666 12261 0 -1 1077944384 2845 0 0 0 14 6 0 0 20 0 19 0 445949310 15789527040 297086 33554432000 4194304 4196468 140728368070448 139659735657104 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12671] ppid=12666 vsize=15419460 memory=1096 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12671/stat : 12671 (java) S 12666 12666 12261 0 -1 1077944384 2471 0 0 0 13 7 0 0 20 0 19 0 445949310 15789527040 297086 33554432000 4194304 4196468 140728368070448 139659734604304 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12672] ppid=12666 vsize=15419460 memory=14008 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12672/stat : 12672 (java) S 12666 12666 12261 0 -1 1077944384 1099 0 0 0 13 7 0 0 20 0 19 0 445949310 15789527040 297086 33554432000 4194304 4196468 140728368070448 139659733551504 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12673] ppid=12666 vsize=15419460 memory=2116 CPUtime=0.2 cores=1,3,5,7
/proc/12668/task/12673/stat : 12673 (java) S 12666 12666 12261 0 -1 1077944384 2676 0 0 0 14 6 0 0 20 0 19 0 445949310 15789527040 297086 33554432000 4194304 4196468 140728368070448 139659732498704 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12674] ppid=12666 vsize=15419460 memory=24716 CPUtime=0.04 cores=1,3,5,7
/proc/12668/task/12674/stat : 12674 (java) S 12666 12666 12261 0 -1 1077944384 3525 0 0 0 3 1 0 0 20 0 19 0 445949312 15789527040 297086 33554432000 4194304 4196468 140728368070448 139659318877040 139659783047810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12675] ppid=12666 vsize=15419460 memory=11852 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12675/stat : 12675 (java) S 12666 12666 12261 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 19 0 445949312 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658655688288 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12676] ppid=12666 vsize=15419460 memory=280610079154320 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12676/stat : 12676 (java) S 12666 12666 12261 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 19 0 445949312 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658654635392 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12677] ppid=12666 vsize=15419460 memory=4715435516538746410 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12677/stat : 12677 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445949315 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658653583696 139659783055259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12678] ppid=12666 vsize=15419460 memory=-8486080722631693414 CPUtime=2.87 cores=1,3,5,7
/proc/12668/task/12678/stat : 12678 (java) S 12666 12666 12261 0 -1 1077944384 18042 0 0 0 285 2 0 0 20 0 19 0 445949315 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658652531056 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12679] ppid=12666 vsize=15419460 memory=4426639978525455914 CPUtime=2.5 cores=1,3,5,7
/proc/12668/task/12679/stat : 12679 (java) S 12666 12666 12261 0 -1 1077944384 16046 0 0 0 249 1 0 0 20 0 19 0 445949315 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658651478256 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12680] ppid=12666 vsize=15419460 memory=1452 CPUtime=0.81 cores=1,3,5,7
/proc/12668/task/12680/stat : 12680 (java) S 12666 12666 12261 0 -1 1077944384 8114 0 0 0 79 2 0 0 20 0 19 0 445949315 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658650425456 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12681] ppid=12666 vsize=15419460 memory=45608 CPUtime=0 cores=1,3,5,7
/proc/12668/task/12681/stat : 12681 (java) S 12666 12666 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445949315 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658649372896 139659783046869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12682] ppid=12666 vsize=15419460 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12668/task/12682/stat : 12682 (java) S 12666 12666 12261 0 -1 1077944384 782 0 0 0 0 21 0 0 20 0 19 0 445949315 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658648321200 139659783047810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12683] ppid=12666 vsize=15419460 memory=13571479002416456 CPUtime=628.52 cores=1,3,5,7
/proc/12668/task/12683/stat : 12683 (java) R 12666 12666 12261 0 -1 4202560 1232 0 0 0 62849 3 0 0 20 0 19 0 445949424 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658330922408 139659408657896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12684] ppid=12666 vsize=15419460 memory=924 CPUtime=627.51 cores=1,3,5,7
/proc/12668/task/12684/stat : 12684 (java) R 12666 12666 12261 0 -1 4202560 16574 0 0 0 62737 14 0 0 20 0 19 0 445949424 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658329870544 139659407337045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12685] ppid=12666 vsize=15419460 memory=3848 CPUtime=625.5 cores=1,3,5,7
/proc/12668/task/12685/stat : 12685 (java) R 12666 12666 12261 0 -1 4202560 1330 0 0 0 62549 1 0 0 20 0 19 0 445949424 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658328820832 139659408522547 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
[pid=12668/tid=12686] ppid=12666 vsize=15419460 memory=2592 CPUtime=630.33 cores=1,3,5,7
/proc/12668/task/12686/stat : 12686 (java) R 12666 12666 12261 0 -1 4202560 5042 0 0 0 63032 1 0 0 20 0 19 0 445949424 15789527040 297086 33554432000 4194304 4196468 140728368070448 139658327765128 139659405088228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140728368071663 140728368071834 140728368071834 140728368074703 0
Current children cumulated CPU time: 2520.32 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1189796 KiB

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

[startup+633.436 s]
# the end of solver process 12666 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.002286 s

[startup+633.473 s]
# the end of solver process 12668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.98 s, system=0.610114 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): 633.473
CPU time (s): 2520.59
CPU user time (s): 2519.98
CPU system time (s): 0.610114
CPU usage (%): 397.901
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1196504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.98
system time used= 0.610114
maximum resident set size= 1199148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16775
involuntary context switches= 56563


# summary of solver processes directly reported to runsolver:
#   pid: 12666,12668
#   total CPU time (s): 2520.59
#   total CPU user time (s): 2519.98
#   total CPU system time (s): 0.610114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93492 second user time and 7.38732 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 08:05:12
IDJOB=4399063
IDBENCH=141732
IDSOLVER=2853
FILE ID=node146/4399063-1568700353
RUNJOBID= node146-1568699656-12293
PBS_JOBID= 21703825
Free space on /tmp= 58980 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-28-088.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399063-1568700353/watcher-4399063-1568700353 -o /tmp/evaluation-result-4399063-1568700353/solver-4399063-1568700353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568699656-12293 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 921765748 HOME/instance-4399063-1568700353.xml

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

MD5SUM BENCH= 86f96609b8582eec836d4ad8d9b44327
RANDOM SEED=921765748

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        29526052 kB
MemAvailable:   30716120 kB
Buffers:          235148 kB
Cached:          1225740 kB
SwapCached:         4368 kB
Active:          1904640 kB
Inactive:         717056 kB
Active(anon):    1178084 kB
Inactive(anon):    30428 kB
Active(file):     726556 kB
Inactive(file):   686628 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67002036 kB
Dirty:             26268 kB
Writeback:             0 kB
AnonPages:       1273540 kB
Mapped:            60696 kB
Shmem:             39084 kB
Slab:             216088 kB
SReclaimable:     185436 kB
SUnreclaim:        30652 kB
KernelStack:        4000 kB
PageTables:         8160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3475256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58980 MiB
End job on node146 at 2019-09-17 08:15:46