Trace number 4399062

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.61 633.393

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-27-083.xml
MD5SUMd1662e28cf77722711a0da36cf655d3c
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 variables54
Number of constraints351
Number of domains27
Minimum domain size57
Maximum domain size83
Distribution of domain sizes[{"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},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":54}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":351}]
Number of extensional constraints0
Number of intensional constraints351
Distribution of constraint types[{"type":"intension","count":351}]
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-4399062-1568700331.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399062-1568700331.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.29	c parse instance...
3.07/1.17	c solve instance...
2520.30/633.37	s UNKNOWN
2520.30/633.37	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 (14785 MiB free)
  memory of node 1: 16384 MiB (10844 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=12585, runsolver pid=12582

[startup+0.102979 s]*
/proc/loadavg: 8.74 7.70 4.74 7/236 12601
/proc/meminfo: memFree=26227952/32770624 swapFree=67002036/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0
[pid=12587] ppid=12585 vsize=15144776 memory=30228 CPUtime=0.13 cores=0,2,4,6
/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 5996 0 0 0 12 1 0 0 20 0 15 0 445947131 15508250624 7557 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3786194 7557 3183 1 0 3748377 0
[pid=12587/tid=12588] ppid=12585 vsize=15144776 memory=8252428994737482315 CPUtime=0.1 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) R 12585 12585 12261 0 -1 4202560 3892 0 0 0 9 1 0 0 20 0 15 0 445947131 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933804599504 139933784413541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15144776 memory=139793364756096 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15144776 memory=139793364756096 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947133 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445947134 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933335114656 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445947134 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933334062064 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) S 12585 12585 12261 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933331958256 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) S 12585 12585 12261 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933330905712 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15144776 memory=139793364756096 CPUtime=0.02 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) R 12585 12585 12261 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 445947137 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933329853168 139933800381846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15144776 memory=139793364756096 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 7557 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31680 KiB

[startup+0.211072 s]*
/proc/loadavg: 8.74 7.70 4.74 6/236 12601
/proc/meminfo: memFree=26216104/32770624 swapFree=67002036/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0
[pid=12587] ppid=12585 vsize=15144776 memory=40856 CPUtime=0.33 cores=0,2,4,6
/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 9386 0 0 0 31 2 0 0 20 0 15 0 445947131 15508250624 10214 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3786194 10214 3318 1 0 3748377 0
[pid=12587/tid=12588] ppid=12585 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) R 12585 12585 12261 0 -1 4202560 6692 0 0 0 18 2 0 0 20 0 15 0 445947131 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933804603856 139933800381846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15144776 memory=13675 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15144776 memory=139793364768771 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15144776 memory=139793364756096 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445947133 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445947134 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933335114656 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445947134 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933334062064 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) S 12585 12585 12261 0 -1 1077944384 424 0 0 0 2 0 0 0 20 0 15 0 445947137 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933331958256 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) R 12585 12585 12261 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 15 0 445947137 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933330905712 139933800381058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15144776 memory=139793364756096 CPUtime=0.07 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) R 12585 12585 12261 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 15 0 445947137 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933329853168 139933778860928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947137 15508250624 10214 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42308 KiB

[startup+0.311412 s]*
/proc/loadavg: 8.74 7.70 4.74 8/236 12601
/proc/meminfo: memFree=26210500/32770624 swapFree=67002036/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0
[pid=12587] ppid=12585 vsize=15149032 memory=49888 CPUtime=0.53 cores=0,2,4,6
/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 10768 0 0 0 50 3 0 0 20 0 15 0 445947131 15512608768 12472 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3787258 12472 3365 1 0 3748377 0
[pid=12587/tid=12588] ppid=12585 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) R 12585 12585 12261 0 -1 4202560 7775 0 0 0 28 2 0 0 20 0 15 0 445947131 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933804603696 139933800391837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445947133 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445947134 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933335114656 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445947134 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933334062064 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) S 12585 12585 12261 0 -1 1077944384 435 0 0 0 4 0 0 0 20 0 15 0 445947137 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933331958256 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) R 12585 12585 12261 0 -1 4202560 357 0 0 0 5 0 0 0 20 0 15 0 445947137 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933330886728 139933785496135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) S 12585 12585 12261 0 -1 1077944384 904 0 0 0 12 0 0 0 20 0 15 0 445947137 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933329853168 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947137 15512608768 12501 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51340 KiB

[startup+0.707567 s]
/proc/loadavg: 8.52 7.68 4.74 10/236 12601
/proc/meminfo: memFree=26192056/32770624 swapFree=67002036/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0
[pid=12587] ppid=12585 vsize=15151156 memory=92152 CPUtime=1.74 cores=0,2,4,6
/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 15231 0 0 0 168 6 0 0 20 0 15 0 445947131 15514783744 23038 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3787789 23038 3454 1 0 3748889 0
[pid=12587/tid=12588] ppid=12585 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) R 12585 12585 12261 0 -1 4202560 9338 0 0 0 65 3 0 0 20 0 15 0 445947131 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933804606144 139933410985421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15151156 memory=45592 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445947132 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15151156 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947132 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445947133 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15151156 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445947134 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933335114656 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15151156 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445947134 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933334062064 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15151156 memory=7548 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15151156 memory=2832 CPUtime=0.3 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) R 12585 12585 12261 0 -1 4202560 1365 0 0 0 30 0 0 0 20 0 15 0 445947137 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933331944640 139933779594314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15151156 memory=1224 CPUtime=0.29 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) R 12585 12585 12261 0 -1 4202560 1173 0 0 0 29 0 0 0 20 0 15 0 445947137 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933330890128 139933778819986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15151156 memory=6036 CPUtime=0.42 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) R 12585 12585 12261 0 -1 4202560 2047 0 0 0 42 0 0 0 20 0 15 0 445947137 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933329853168 139933783742949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445947137 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445947137 15514783744 23038 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 93604 KiB

[startup+1.50076 s]
/proc/loadavg: 8.52 7.68 4.74 8/236 12601
/proc/meminfo: memFree=26080736/32770624 swapFree=67002036/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0

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

/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 80577 0 0 0 231663 56 0 0 20 0 19 0 445947131 15789527040 296225 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3854865 296225 3535 1 0 3815965 0
[pid=12587/tid=12588] ppid=12585 vsize=15419460 memory=1184900 CPUtime=1.13 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) S 12585 12585 12261 0 -1 1077944384 11199 0 0 0 108 5 0 0 20 0 19 0 445947131 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933804610688 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15419460 memory=1184900 CPUtime=0.2 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 1328 0 0 0 15 5 0 0 20 0 19 0 445947132 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15419460 memory=1184900 CPUtime=0.19 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 2057 0 0 0 13 6 0 0 20 0 19 0 445947132 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.2 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 1695 0 0 0 14 6 0 0 20 0 19 0 445947132 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 2333 0 0 0 14 5 0 0 20 0 19 0 445947132 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.04 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 3322 0 0 0 3 1 0 0 20 0 19 0 445947133 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 445947134 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933335114720 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15419460 memory=1184900 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 445947134 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933334062080 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15419460 memory=1185444 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445947137 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15419460 memory=1183908 CPUtime=2.4 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) S 12585 12585 12261 0 -1 1077944384 13903 0 0 0 239 1 0 0 20 0 19 0 445947137 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933331958256 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15419460 memory=45608 CPUtime=2.58 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) S 12585 12585 12261 0 -1 1077944384 13517 0 0 0 257 1 0 0 20 0 19 0 445947137 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933330905712 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15419460 memory=988 CPUtime=0.82 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) S 12585 12585 12261 0 -1 1077944384 8137 0 0 0 81 1 0 0 20 0 19 0 445947137 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933329853168 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445947137 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15419460 memory=1184900 CPUtime=0.17 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 581 0 0 0 0 17 0 0 20 0 19 0 445947137 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12602] ppid=12585 vsize=15419460 memory=1452 CPUtime=577.68 cores=0,2,4,6
/proc/12587/task/12602/stat : 12602 (java) R 12585 12585 12261 0 -1 4202560 1343 0 0 0 57767 1 0 0 20 0 19 0 445947249 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933251357544 139933413709801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12603] ppid=12585 vsize=15419460 memory=3616 CPUtime=578.03 cores=0,2,4,6
/proc/12587/task/12603/stat : 12603 (java) R 12585 12585 12261 0 -1 4202560 14699 0 0 0 57787 16 0 0 20 0 19 0 445947249 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933250305696 139933415699893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12604] ppid=12585 vsize=15419460 memory=6791534058613427641 CPUtime=578.3 cores=0,2,4,6
/proc/12587/task/12604/stat : 12604 (java) R 12585 12585 12261 0 -1 4202560 1111 0 0 0 57830 0 0 0 20 0 19 0 445947249 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933249256400 139933415699726 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12605] ppid=12585 vsize=15419460 memory=988 CPUtime=575.12 cores=0,2,4,6
/proc/12587/task/12605/stat : 12605 (java) R 12585 12585 12261 0 -1 4202560 3987 0 0 0 57511 1 0 0 20 0 19 0 445947249 15789527040 296225 33554432000 4194304 4196468 140729406232912 139933248200984 139933414145037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 2317.19 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1186352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.309 s]
/proc/loadavg: 8.79 8.53 6.66 9/237 12742
/proc/meminfo: memFree=28318612/32770624 swapFree=67002040/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0
[pid=12587] ppid=12585 vsize=15419460 memory=1187908 CPUtime=2520.3 cores=0,2,4,6
/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 83116 0 0 0 251973 57 0 0 20 0 19 0 445947131 15789527040 296977 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3854865 296977 3535 1 0 3815965 0
[pid=12587/tid=12588] ppid=12585 vsize=15419460 memory=1187908 CPUtime=1.13 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) S 12585 12585 12261 0 -1 1077944384 11199 0 0 0 108 5 0 0 20 0 19 0 445947131 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933804610688 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15419460 memory=1184324 CPUtime=0.23 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 1432 0 0 0 17 6 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 2221 0 0 0 15 7 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15419460 memory=1184324 CPUtime=0.22 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 1806 0 0 0 16 6 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15419460 memory=1187908 CPUtime=0.21 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 3053 0 0 0 15 6 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 3583 0 0 0 4 1 0 0 20 0 19 0 445947133 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15419460 memory=1185368 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 445947134 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933335114720 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 445947134 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933334062080 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15419460 memory=1184324 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15419460 memory=1452 CPUtime=2.4 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) S 12585 12585 12261 0 -1 1077944384 14033 0 0 0 239 1 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933331958256 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15419460 memory=1452 CPUtime=2.58 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) S 12585 12585 12261 0 -1 1077944384 13946 0 0 0 257 1 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933330905712 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15419460 memory=1185368 CPUtime=0.82 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) S 12585 12585 12261 0 -1 1077944384 8139 0 0 0 81 1 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933329853168 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15419460 memory=1185368 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 593 0 0 0 0 19 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12602] ppid=12585 vsize=15419460 memory=3616 CPUtime=628.17 cores=0,2,4,6
/proc/12587/task/12602/stat : 12602 (java) R 12585 12585 12261 0 -1 4202560 1375 0 0 0 62816 1 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933251357592 139933413709536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12603] ppid=12585 vsize=15419460 memory=2012 CPUtime=628.81 cores=0,2,4,6
/proc/12587/task/12603/stat : 12603 (java) R 12585 12585 12261 0 -1 4202560 15036 0 0 0 62865 16 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933250306056 139933410585535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12604] ppid=12585 vsize=15419460 memory=1240 CPUtime=629.09 cores=0,2,4,6
/proc/12587/task/12604/stat : 12604 (java) R 12585 12585 12261 0 -1 4202560 1141 0 0 0 62909 0 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933249253360 139933415958650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12605] ppid=12585 vsize=15419460 memory=580 CPUtime=626.06 cores=0,2,4,6
/proc/12587/task/12605/stat : 12605 (java) R 12585 12585 12261 0 -1 4202560 4194 0 0 0 62605 1 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933248203536 139933415940659 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 2520.3 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1189360 KiB

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

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

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

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

[startup+633.309 s]
/proc/loadavg: 8.79 8.53 6.66 9/237 12742
/proc/meminfo: memFree=28318612/32770624 swapFree=67002040/67108860
[pid=12585] ppid=12582 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12585/stat : 12585 (xcsp3-exec) S 12582 12585 12261 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445947131 115843072 363 33554432000 4194304 5098028 140728163984896 140728163983000 139796055302780 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16158720 140728163992443 140728163992685 140728163992685 140728163995594 0
/proc/12585/statm: 28282 363 304 221 0 87 0
[pid=12587] ppid=12585 vsize=15419460 memory=1187908 CPUtime=2520.3 cores=0,2,4,6
/proc/12587/stat : 12587 (java) S 12585 12585 12261 0 -1 1077944320 83116 0 0 0 251973 57 0 0 20 0 19 0 445947131 15789527040 296977 33554432000 4194304 4196468 140729406232912 140729406215456 139933800369911 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
/proc/12587/statm: 3854865 296977 3535 1 0 3815965 0
[pid=12587/tid=12588] ppid=12585 vsize=15419460 memory=1187908 CPUtime=1.13 cores=0,2,4,6
/proc/12587/task/12588/stat : 12588 (java) S 12585 12585 12261 0 -1 1077944384 11199 0 0 0 108 5 0 0 20 0 19 0 445947131 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933804610688 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12589] ppid=12585 vsize=15419460 memory=1184324 CPUtime=0.23 cores=0,2,4,6
/proc/12587/task/12589/stat : 12589 (java) S 12585 12585 12261 0 -1 1077944384 1432 0 0 0 17 6 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933728410384 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12590] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/12587/task/12590/stat : 12590 (java) S 12585 12585 12261 0 -1 1077944384 2221 0 0 0 15 7 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933727357840 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12591] ppid=12585 vsize=15419460 memory=1184324 CPUtime=0.22 cores=0,2,4,6
/proc/12587/task/12591/stat : 12591 (java) S 12585 12585 12261 0 -1 1077944384 1806 0 0 0 16 6 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933390334992 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12592] ppid=12585 vsize=15419460 memory=1187908 CPUtime=0.21 cores=0,2,4,6
/proc/12587/task/12592/stat : 12592 (java) S 12585 12585 12261 0 -1 1077944384 3053 0 0 0 15 6 0 0 20 0 19 0 445947132 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933389282448 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12593] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/12587/task/12593/stat : 12593 (java) S 12585 12585 12261 0 -1 1077944384 3583 0 0 0 4 1 0 0 20 0 19 0 445947133 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933336168432 139933800381058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12594] ppid=12585 vsize=15419460 memory=1185368 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12594/stat : 12594 (java) S 12585 12585 12261 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 445947134 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933335114720 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12595] ppid=12585 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12595/stat : 12595 (java) S 12585 12585 12261 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 445947134 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933334062080 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12596] ppid=12585 vsize=15419460 memory=1184324 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12596/stat : 12596 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933333010640 139933800388507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12597] ppid=12585 vsize=15419460 memory=1452 CPUtime=2.4 cores=0,2,4,6
/proc/12587/task/12597/stat : 12597 (java) S 12585 12585 12261 0 -1 1077944384 14033 0 0 0 239 1 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933331958256 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12598] ppid=12585 vsize=15419460 memory=1452 CPUtime=2.58 cores=0,2,4,6
/proc/12587/task/12598/stat : 12598 (java) S 12585 12585 12261 0 -1 1077944384 13946 0 0 0 257 1 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933330905712 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12599] ppid=12585 vsize=15419460 memory=1185368 CPUtime=0.82 cores=0,2,4,6
/proc/12587/task/12599/stat : 12599 (java) S 12585 12585 12261 0 -1 1077944384 8139 0 0 0 81 1 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933329853168 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12600] ppid=12585 vsize=15419460 memory=1185368 CPUtime=0 cores=0,2,4,6
/proc/12587/task/12600/stat : 12600 (java) S 12585 12585 12261 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933328800864 139933800380117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12601] ppid=12585 vsize=15419460 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/12587/task/12601/stat : 12601 (java) S 12585 12585 12261 0 -1 1077944384 593 0 0 0 0 19 0 0 20 0 19 0 445947137 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933327747376 139933800381058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12602] ppid=12585 vsize=15419460 memory=3616 CPUtime=628.17 cores=0,2,4,6
/proc/12587/task/12602/stat : 12602 (java) R 12585 12585 12261 0 -1 4202560 1375 0 0 0 62816 1 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933251357592 139933413709536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12603] ppid=12585 vsize=15419460 memory=2012 CPUtime=628.81 cores=0,2,4,6
/proc/12587/task/12603/stat : 12603 (java) R 12585 12585 12261 0 -1 4202560 15036 0 0 0 62865 16 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933250306056 139933410585535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12604] ppid=12585 vsize=15419460 memory=1240 CPUtime=629.09 cores=0,2,4,6
/proc/12587/task/12604/stat : 12604 (java) R 12585 12585 12261 0 -1 4202560 1141 0 0 0 62909 0 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933249253360 139933415958650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
[pid=12587/tid=12605] ppid=12585 vsize=15419460 memory=580 CPUtime=626.06 cores=0,2,4,6
/proc/12587/task/12605/stat : 12605 (java) R 12585 12585 12261 0 -1 4202560 4194 0 0 0 62605 1 0 0 20 0 19 0 445947249 15789527040 296977 33554432000 4194304 4196468 140729406232912 139933248203536 139933415940659 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31784960 140729406239727 140729406239898 140729406239898 140729406242767 0
Current children cumulated CPU time: 2520.3 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1189360 KiB

Child status: 143
Real time (s): 633.393
CPU time (s): 2520.61
CPU user time (s): 2520.03
CPU system time (s): 0.588204
CPU usage (%): 397.954
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1189360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.03
system time used= 0.588204
maximum resident set size= 1188996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16859
involuntary context switches= 32969


# summary of solver processes directly reported to runsolver:
#   pid: 12585,12587
#   total CPU time (s): 2520.61
#   total CPU user time (s): 2520.03
#   total CPU system time (s): 0.588204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.15563 second user time and 6.77201 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 08:04:51
IDJOB=4399062
IDBENCH=141729
IDSOLVER=2853
FILE ID=node146/4399062-1568700331
RUNJOBID= node146-1568699656-12292
PBS_JOBID= 21703825
Free space on /tmp= 58976 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-27-083.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-4399062-1568700331/watcher-4399062-1568700331 -o /tmp/evaluation-result-4399062-1568700331/solver-4399062-1568700331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568699656-12292 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 651085318 HOME/instance-4399062-1568700331.xml

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

MD5SUM BENCH= d1662e28cf77722711a0da36cf655d3c
RANDOM SEED=651085318

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:        26245224 kB
MemAvailable:   27435520 kB
Buffers:          235112 kB
Cached:          1226304 kB
SwapCached:         4368 kB
Active:          5175344 kB
Inactive:         717016 kB
Active(anon):    4448524 kB
Inactive(anon):    30428 kB
Active(file):     726820 kB
Inactive(file):   686588 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67002036 kB
Dirty:             26048 kB
Writeback:             0 kB
AnonPages:       4541612 kB
Mapped:            60724 kB
Shmem:             39084 kB
Slab:             215776 kB
SReclaimable:     185448 kB
SUnreclaim:        30328 kB
KernelStack:        3824 kB
PageTables:        14808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6272000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4407296 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= 58952 MiB
End job on node146 at 2019-09-17 08:15:24