Trace number 4393131

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-06-14? (TO) 2520.69 633.596

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
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-4393131-1568357278.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393131-1568357278.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.35/1.21	c solve instance...
2520.34/633.57	s UNKNOWN
2520.34/633.57	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 (9169 MiB free)
  memory of node 1: 16384 MiB (15345 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393131-1568357278/watcher-4393131-1568357278 -o /tmp/evaluation-result-4393131-1568357278/solver-4393131-1568357278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568353061-32171 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 860638655 HOME/instance-4393131-1568357278.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=32192, runsolver pid=32189
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.06 1.69 1.92 4/228 32229
/proc/meminfo: memFree=25070204/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0
[pid=32195] ppid=32192 vsize=15144768 memory=29688 CPUtime=0.13 cores=1,3,5,7
/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 5849 0 0 0 12 1 0 0 20 0 15 0 411985073 15508242432 7356 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3786192 7356 3121 1 0 3748377 0
[pid=32195/tid=32197] ppid=32192 vsize=15144768 memory=4351193298051630735 CPUtime=0.09 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) R 32192 32192 32139 0 -1 4202560 3747 0 0 0 8 1 0 0 20 0 15 0 411985073 15508242432 7422 33554432000 4194304 4196468 140733119108192 140322813983584 140322436886000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 7422 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15144768 memory=139990933816960 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 7422 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 7422 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 7422 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15144768 memory=139990933816960 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321883153312 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321882100720 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985078 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) R 32192 32192 32139 0 -1 4202560 344 0 0 0 0 0 0 0 20 0 15 0 411985078 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321879988560 140322787594384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) R 32192 32192 32139 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321878944464 140322809771733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15144768 memory=139990933816960 CPUtime=0.02 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) R 32192 32192 32139 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 411985079 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321877891824 140322788375809 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15144768 memory=139990933816960 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7422 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31140 KiB

[startup+0.212482 s]*
/proc/loadavg: 1.06 1.69 1.92 4/228 32229
/proc/meminfo: memFree=25043820/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0
[pid=32195] ppid=32192 vsize=15144768 memory=41052 CPUtime=0.35 cores=1,3,5,7
/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 9466 0 0 0 32 3 0 0 20 0 15 0 411985073 15508242432 10263 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3786192 10263 3311 1 0 3748377 0
[pid=32195/tid=32197] ppid=32192 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) R 32192 32192 32139 0 -1 4202560 6649 0 0 0 18 2 0 0 20 0 15 0 411985073 15508242432 10263 33554432000 4194304 4196468 140733119108192 140322813995648 140322793805157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15144768 memory=1898158 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 10263 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15144768 memory=139990936351962 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 10263 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 10263 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15508242432 10263 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15144768 memory=139990933816960 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321883153312 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321882100720 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985078 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) S 32192 32192 32139 0 -1 1077944384 618 0 0 0 3 0 0 0 20 0 15 0 411985078 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321879996912 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) S 32192 32192 32139 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 15 0 411985079 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321878944368 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15144768 memory=139990933816960 CPUtime=0.08 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) S 32192 32192 32139 0 -1 1077944384 745 0 0 0 8 0 0 0 20 0 15 0 411985079 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321877891824 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 10263 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42504 KiB

[startup+0.321158 s]*
/proc/loadavg: 1.06 1.69 1.92 5/228 32229
/proc/meminfo: memFree=25027812/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0
[pid=32195] ppid=32192 vsize=15149024 memory=50672 CPUtime=0.54 cores=1,3,5,7
/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 10942 0 0 0 51 3 0 0 20 0 15 0 411985073 15512600576 12668 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3787256 12668 3364 1 0 3748377 0
[pid=32195/tid=32197] ppid=32192 vsize=15149024 memory=6791534058613427641 CPUtime=0.31 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) R 32192 32192 32139 0 -1 4202560 7895 0 0 0 28 3 0 0 20 0 15 0 411985073 15512600576 12676 33554432000 4194304 4196468 140733119108192 140322813997840 140322809783453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15149024 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15512600576 12676 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15512600576 12676 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15149024 memory=9122745479247552727 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985074 15512600576 12676 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15512600576 12676 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411985075 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321883153312 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15149024 memory=-7814691523512926820 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985076 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321882100720 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15149024 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985078 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15149024 memory=6944656591801720471 CPUtime=0.05 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) S 32192 32192 32139 0 -1 1077944384 631 0 0 0 5 0 0 0 20 0 15 0 411985078 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321879996912 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15149024 memory=-8458152057954561420 CPUtime=0.04 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) S 32192 32192 32139 0 -1 1077944384 279 0 0 0 4 0 0 0 20 0 15 0 411985079 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321878944368 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15149024 memory=-8813974798734826869 CPUtime=0.12 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) S 32192 32192 32139 0 -1 1077944384 837 0 0 0 12 0 0 0 20 0 15 0 411985079 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321877891824 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15149024 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985079 15512600576 12676 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52124 KiB

[startup+0.71123 s]
/proc/loadavg: 1.06 1.69 1.92 8/228 32229
/proc/meminfo: memFree=24999412/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0
[pid=32195] ppid=32192 vsize=15151148 memory=91140 CPUtime=1.75 cores=1,3,5,7
/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 15419 0 0 0 170 5 0 0 20 0 15 0 411985073 15514775552 22785 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3787787 22785 3453 1 0 3748889 0
[pid=32195/tid=32197] ppid=32192 vsize=15151148 memory=56 CPUtime=0.68 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) R 32192 32192 32139 0 -1 4202560 9201 0 0 0 65 3 0 0 20 0 15 0 411985073 15514775552 22785 33554432000 4194304 4196468 140733119108192 140322813995512 140322441264521 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15514775552 22785 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15514775552 22785 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985074 15514775552 22785 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985074 15514775552 22785 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15151148 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411985075 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15151148 memory=780 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321883153312 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15151148 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321882100720 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15151148 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985078 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15151148 memory=5956 CPUtime=0.32 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) R 32192 32192 32139 0 -1 4202560 1466 0 0 0 32 0 0 0 20 0 15 0 411985078 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321879983472 140322793258315 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15151148 memory=7552 CPUtime=0.29 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) R 32192 32192 32139 0 -1 4202560 1147 0 0 0 29 0 0 0 20 0 15 0 411985079 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321878922800 140322802050976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15151148 memory=2832 CPUtime=0.42 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) R 32192 32192 32139 0 -1 4202560 2319 0 0 0 42 0 0 0 20 0 15 0 411985079 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321877891824 140322788391711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15151148 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 22785 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 92592 KiB

[startup+1.50416 s]
/proc/loadavg: 1.06 1.69 1.92 5/228 32229
/proc/meminfo: memFree=24641752/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0

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

/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 87676 0 0 0 231595 58 0 0 20 0 19 0 411985073 15789518848 301326 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3854863 301326 3536 1 0 3815965 0
[pid=32195/tid=32197] ppid=32192 vsize=15419452 memory=1205304 CPUtime=1.17 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) S 32192 32192 32139 0 -1 1077944384 11124 0 0 0 112 5 0 0 20 0 19 0 411985073 15789518848 301326 33554432000 4194304 4196468 140733119108192 140322814002304 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15419452 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1098 0 0 0 17 7 0 0 20 0 19 0 411985074 15789518848 301326 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15419452 memory=1205304 CPUtime=0.25 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 2916 0 0 0 18 7 0 0 20 0 19 0 411985074 15789518848 301326 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15419452 memory=1206872 CPUtime=0.26 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 3094 0 0 0 19 7 0 0 20 0 19 0 411985074 15789518848 301326 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15419452 memory=1206872 CPUtime=0.25 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1185 0 0 0 18 7 0 0 20 0 19 0 411985074 15789518848 301326 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15419452 memory=1205304 CPUtime=0.06 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 3450 0 0 0 5 1 0 0 20 0 19 0 411985075 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 411985076 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321883153376 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 411985076 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321882100736 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411985078 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15419452 memory=1452 CPUtime=2.67 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) S 32192 32192 32139 0 -1 1077944384 14253 0 0 0 266 1 0 0 20 0 19 0 411985078 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321879996912 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15419452 memory=1452 CPUtime=2.4 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) S 32192 32192 32139 0 -1 1077944384 16743 0 0 0 239 1 0 0 20 0 19 0 411985079 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321878944368 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15419452 memory=1452 CPUtime=0.85 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) S 32192 32192 32139 0 -1 1077944384 9776 0 0 0 84 1 0 0 20 0 19 0 411985079 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321877891824 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411985079 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15419452 memory=1452 CPUtime=0.39 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 975 0 0 0 0 39 0 0 20 0 19 0 411985079 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32230] ppid=32192 vsize=15419452 memory=920 CPUtime=578.4 cores=1,3,5,7
/proc/32195/task/32230/stat : 32230 (java) R 32192 32192 32139 0 -1 4202560 1275 0 0 0 57840 0 0 0 20 0 19 0 411985196 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321866811792 140322446032994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32231] ppid=32192 vsize=15419452 memory=3816 CPUtime=577.95 cores=1,3,5,7
/proc/32195/task/32231/stat : 32231 (java) R 32192 32192 32139 0 -1 4202560 12366 0 0 0 57780 15 0 0 20 0 19 0 411985196 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321865760808 140322443478997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32232] ppid=32192 vsize=15419452 memory=1452 CPUtime=577.35 cores=1,3,5,7
/proc/32195/task/32232/stat : 32232 (java) R 32192 32192 32139 0 -1 4202560 1260 0 0 0 57735 0 0 0 20 0 19 0 411985196 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321864711120 140322446032658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32233] ppid=32192 vsize=15419452 memory=1452 CPUtime=574.17 cores=1,3,5,7
/proc/32195/task/32233/stat : 32233 (java) R 32192 32192 32139 0 -1 4202560 6765 0 0 0 57415 2 0 0 20 0 19 0 411985196 15789518848 301326 33554432000 4194304 4196468 140733119108192 140321863655704 140322444185261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 2316.53 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1206756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.501 s]
/proc/loadavg: 7.04 6.20 4.18 9/232 32288
/proc/meminfo: memFree=11202016/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0
[pid=32195] ppid=32192 vsize=15419452 memory=1207328 CPUtime=2520.34 cores=1,3,5,7
/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 89732 0 0 0 251974 60 0 0 20 0 19 0 411985073 15789518848 301832 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3854863 301832 3536 1 0 3815965 0
[pid=32195/tid=32197] ppid=32192 vsize=15419452 memory=1207328 CPUtime=1.17 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) S 32192 32192 32139 0 -1 1077944384 11124 0 0 0 112 5 0 0 20 0 19 0 411985073 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322814002304 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15419452 memory=1207328 CPUtime=0.25 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1626 0 0 0 18 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15419452 memory=1452 CPUtime=0.26 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 2957 0 0 0 19 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15419452 memory=1206840 CPUtime=0.27 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 3178 0 0 0 20 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15419452 memory=1206840 CPUtime=0.26 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1253 0 0 0 19 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15419452 memory=1206840 CPUtime=0.06 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 3690 0 0 0 5 1 0 0 20 0 19 0 411985075 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15419452 memory=1207328 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 411985076 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321883153376 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 411985076 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321882100736 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15419452 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411985078 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15419452 memory=1724 CPUtime=2.67 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) S 32192 32192 32139 0 -1 1077944384 14259 0 0 0 266 1 0 0 20 0 19 0 411985078 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321879996912 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15419452 memory=1452 CPUtime=2.4 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) S 32192 32192 32139 0 -1 1077944384 16745 0 0 0 239 1 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321878944368 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15419452 memory=1207328 CPUtime=0.85 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) S 32192 32192 32139 0 -1 1077944384 10188 0 0 0 84 1 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321877891824 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15419452 memory=279981671702464 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15419452 memory=6943526294502006880 CPUtime=0.42 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 1000 0 0 0 0 42 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32230] ppid=32192 vsize=15419452 memory=1452 CPUtime=629.25 cores=1,3,5,7
/proc/32195/task/32230/stat : 32230 (java) R 32192 32192 32139 0 -1 4202560 1362 0 0 0 62925 0 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321866812136 140322446032896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32231] ppid=32192 vsize=15419452 memory=1452 CPUtime=629.11 cores=1,3,5,7
/proc/32195/task/32231/stat : 32231 (java) R 32192 32192 32139 0 -1 4202560 12703 0 0 0 62896 15 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321865760448 140322443478984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32232] ppid=32192 vsize=15419452 memory=1206840 CPUtime=628.45 cores=1,3,5,7
/proc/32195/task/32232/stat : 32232 (java) R 32192 32192 32139 0 -1 4202560 1363 0 0 0 62845 0 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321864708312 140322443897713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32233] ppid=32192 vsize=15419452 memory=1452 CPUtime=624.79 cores=1,3,5,7
/proc/32195/task/32233/stat : 32233 (java) R 32192 32192 32139 0 -1 4202560 6888 0 0 0 62477 2 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321863658576 140322446031611 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 2520.34 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1208780 KiB

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

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

[startup+633.596 s]
# the end of solver process 32195 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.08 s, system=0.613909 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.501 s]
/proc/loadavg: 7.04 6.20 4.18 9/232 32288
/proc/meminfo: memFree=11202016/32770624 swapFree=66977612/67108860
[pid=32192] ppid=32189 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32192/stat : 32192 (xcsp3-exec) S 32189 32192 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140727092644544 140727092642648 139745086771836 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8048640 140727092650875 140727092651117 140727092651117 140727092654026 0
/proc/32192/statm: 28282 363 304 221 0 87 0
[pid=32195] ppid=32192 vsize=15419452 memory=1207328 CPUtime=2520.34 cores=1,3,5,7
/proc/32195/stat : 32195 (java) S 32192 32192 32139 0 -1 1077944320 89732 0 0 0 251974 60 0 0 20 0 19 0 411985073 15789518848 301832 33554432000 4194304 4196468 140733119108192 140733119090736 140322809761527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
/proc/32195/statm: 3854863 301832 3536 1 0 3815965 0
[pid=32195/tid=32197] ppid=32192 vsize=15419452 memory=1207328 CPUtime=1.17 cores=1,3,5,7
/proc/32195/task/32197/stat : 32197 (java) S 32192 32192 32139 0 -1 1077944384 11124 0 0 0 112 5 0 0 20 0 19 0 411985073 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322814002304 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32204] ppid=32192 vsize=15419452 memory=1207328 CPUtime=0.25 cores=1,3,5,7
/proc/32195/task/32204/stat : 32204 (java) S 32192 32192 32139 0 -1 1077944384 1626 0 0 0 18 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322762382096 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32205] ppid=32192 vsize=15419452 memory=1452 CPUtime=0.26 cores=1,3,5,7
/proc/32195/task/32205/stat : 32205 (java) S 32192 32192 32139 0 -1 1077944384 2957 0 0 0 19 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322761329552 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32206] ppid=32192 vsize=15419452 memory=1206840 CPUtime=0.27 cores=1,3,5,7
/proc/32195/task/32206/stat : 32206 (java) S 32192 32192 32139 0 -1 1077944384 3178 0 0 0 20 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322760277008 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32207] ppid=32192 vsize=15419452 memory=1206840 CPUtime=0.26 cores=1,3,5,7
/proc/32195/task/32207/stat : 32207 (java) S 32192 32192 32139 0 -1 1077944384 1253 0 0 0 19 7 0 0 20 0 19 0 411985074 15789518848 301832 33554432000 4194304 4196468 140733119108192 140322759224464 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32212] ppid=32192 vsize=15419452 memory=1206840 CPUtime=0.06 cores=1,3,5,7
/proc/32195/task/32212/stat : 32212 (java) S 32192 32192 32139 0 -1 1077944384 3690 0 0 0 5 1 0 0 20 0 19 0 411985075 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321952307184 140322809772674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32213] ppid=32192 vsize=15419452 memory=1207328 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32213/stat : 32213 (java) S 32192 32192 32139 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 411985076 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321883153376 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32215] ppid=32192 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32215/stat : 32215 (java) S 32192 32192 32139 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 411985076 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321882100736 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32218] ppid=32192 vsize=15419452 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32218/stat : 32218 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411985078 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321881049296 140322809780123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32219] ppid=32192 vsize=15419452 memory=1724 CPUtime=2.67 cores=1,3,5,7
/proc/32195/task/32219/stat : 32219 (java) S 32192 32192 32139 0 -1 1077944384 14259 0 0 0 266 1 0 0 20 0 19 0 411985078 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321879996912 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32220] ppid=32192 vsize=15419452 memory=1452 CPUtime=2.4 cores=1,3,5,7
/proc/32195/task/32220/stat : 32220 (java) S 32192 32192 32139 0 -1 1077944384 16745 0 0 0 239 1 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321878944368 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32221] ppid=32192 vsize=15419452 memory=1207328 CPUtime=0.85 cores=1,3,5,7
/proc/32195/task/32221/stat : 32221 (java) S 32192 32192 32139 0 -1 1077944384 10188 0 0 0 84 1 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321877891824 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32222] ppid=32192 vsize=15419452 memory=279981671702464 CPUtime=0 cores=1,3,5,7
/proc/32195/task/32222/stat : 32222 (java) S 32192 32192 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321876839520 140322809771733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32223] ppid=32192 vsize=15419452 memory=6943526294502006880 CPUtime=0.42 cores=1,3,5,7
/proc/32195/task/32223/stat : 32223 (java) S 32192 32192 32139 0 -1 1077944384 1000 0 0 0 0 42 0 0 20 0 19 0 411985079 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321875786032 140322809772674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32230] ppid=32192 vsize=15419452 memory=1452 CPUtime=629.25 cores=1,3,5,7
/proc/32195/task/32230/stat : 32230 (java) R 32192 32192 32139 0 -1 4202560 1362 0 0 0 62925 0 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321866812136 140322446032896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32231] ppid=32192 vsize=15419452 memory=1452 CPUtime=629.11 cores=1,3,5,7
/proc/32195/task/32231/stat : 32231 (java) R 32192 32192 32139 0 -1 4202560 12703 0 0 0 62896 15 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321865760448 140322443478984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32232] ppid=32192 vsize=15419452 memory=1206840 CPUtime=628.45 cores=1,3,5,7
/proc/32195/task/32232/stat : 32232 (java) R 32192 32192 32139 0 -1 4202560 1363 0 0 0 62845 0 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321864708312 140322443897713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
[pid=32195/tid=32233] ppid=32192 vsize=15419452 memory=1452 CPUtime=624.79 cores=1,3,5,7
/proc/32195/task/32233/stat : 32233 (java) R 32192 32192 32139 0 -1 4202560 6888 0 0 0 62477 2 0 0 20 0 19 0 411985196 15789518848 301832 33554432000 4194304 4196468 140733119108192 140321863658576 140322446031611 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6402048 140733119116271 140733119116442 140733119116442 140733119119311 0
Current children cumulated CPU time: 2520.34 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1208780 KiB

Child status: 143
Real time (s): 633.596
CPU time (s): 2520.69
CPU user time (s): 2520.08
CPU system time (s): 0.613909
CPU usage (%): 397.84
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 1209924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.08
system time used= 0.613909
maximum resident set size= 1210940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16940
involuntary context switches= 29308


# summary of solver processes directly reported to runsolver:
#   pid: 32192,32195
#   total CPU time (s): 2520.69
#   total CPU user time (s): 2520.08
#   total CPU system time (s): 0.613909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.24974 second user time and 7.15391 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 07:37:41
IDJOB=4393131
IDBENCH=141718
IDSOLVER=2840
FILE ID=node104/4393131-1568357278
RUNJOBID= node104-1568353061-32171
PBS_JOBID= 21701190
Free space on /tmp= 56576 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-30-098.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-4393131-1568357278/watcher-4393131-1568357278 -o /tmp/evaluation-result-4393131-1568357278/solver-4393131-1568357278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568353061-32171 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 860638655 HOME/instance-4393131-1568357278.xml

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=860638655

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25104036 kB
MemAvailable:   31828892 kB
Buffers:          144904 kB
Cached:          6793356 kB
SwapCached:        31864 kB
Active:          1811236 kB
Inactive:        5164180 kB
Active(anon):       3660 kB
Inactive(anon):    74892 kB
Active(file):    1807576 kB
Inactive(file):  5089288 kB
Unevictable:      107984 kB
Mlocked:          107984 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             52052 kB
Writeback:             8 kB
AnonPages:        118372 kB
Mapped:            43056 kB
Shmem:             32780 kB
Slab:             285888 kB
SReclaimable:     256452 kB
SUnreclaim:        29436 kB
KernelStack:        3216 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56524 MiB
End job on node104 at 2019-09-13 07:48:15