Trace number 4393089

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.38 636.366

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-07-0080.xml
MD5SUM9b203975fed1c25a0b87c4f345706814
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark139.896
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
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-4393089-1568320302.xml"  -tl '2520s' -p 4
0.10/0.20	c Choco e747e1e
0.10/0.20	c [HOME/instance-4393089-1568320302.xml, -tl, 2520s, -p, 4]
0.30/0.24	c 4 solvers in parallel
0.30/0.30	c parse instance...
1.21/0.61	c solve instance...
2520.17/636.34	s UNKNOWN
2520.17/636.34	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 (9031 MiB free)
  memory of node 1: 16384 MiB (15360 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393089-1568320302/watcher-4393089-1568320302 -o /tmp/evaluation-result-4393089-1568320302/solver-4393089-1568320302 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1572089603 HOME/instance-4393089-1568320302.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
Current StackSize limit: 8192 KiB

solver pid=23507, runsolver pid=23504

[startup+0.100057 s]*
/proc/loadavg: 8.67 8.40 8.22 7/233 23523
/proc/meminfo: memFree=24960040/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0
[pid=23509] ppid=23507 vsize=15144768 memory=29416 CPUtime=0.1 cores=1,3,5,7
/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 5281 0 0 0 9 1 0 0 20 0 15 0 408287531 15508242432 7354 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3786192 7354 3052 1 0 3748377 0
[pid=23509/tid=23510] ppid=23507 vsize=15144768 memory=576460756329955459 CPUtime=0.07 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) R 23507 23507 15592 0 -1 4202560 3306 0 0 0 7 0 0 0 20 0 15 0 408287531 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464722018640 140464717812893 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15144768 memory=140049500729141 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408287533 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408287534 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464185411232 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408287534 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464184358128 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287536 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) S 23507 23507 15592 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 408287538 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287538 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464181201264 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15144768 memory=140049500710528 CPUtime=0.01 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) S 23507 23507 15592 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 15 0 408287538 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464180148208 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287539 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287539 15508242432 7354 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30864 KiB

[startup+0.210806 s]*
/proc/loadavg: 8.67 8.40 8.22 7/233 23523
/proc/meminfo: memFree=24947072/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0
[pid=23509] ppid=23507 vsize=15144768 memory=40348 CPUtime=0.3 cores=1,3,5,7
/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 8830 0 0 0 28 2 0 0 20 0 15 0 408287531 15508242432 10087 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3786192 10087 3261 1 0 3748377 0
[pid=23509/tid=23510] ppid=23507 vsize=15144768 memory=7883960649037381690 CPUtime=0.18 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) R 23507 23507 15592 0 -1 4202560 6127 0 0 0 17 1 0 0 20 0 15 0 408287531 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464722027408 140464699197256 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15144768 memory=1898157 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15144768 memory=288370425652422272 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408287532 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15144768 memory=140049500710528 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408287533 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408287534 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464185411232 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408287534 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464184358128 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287536 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) S 23507 23507 15592 0 -1 1077944384 573 0 0 0 2 0 0 0 20 0 15 0 408287538 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) S 23507 23507 15592 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 15 0 408287538 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464181201264 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15144768 memory=140049500710528 CPUtime=0.06 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) R 23507 23507 15592 0 -1 4202560 763 0 0 0 6 0 0 0 20 0 15 0 408287538 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464180148208 140464717802902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287539 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287539 15508242432 10087 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41796 KiB

[startup+0.315985 s]*
/proc/loadavg: 8.67 8.40 8.22 7/233 23523
/proc/meminfo: memFree=24942944/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0
[pid=23509] ppid=23507 vsize=15149024 memory=46968 CPUtime=0.5 cores=1,3,5,7
/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 10058 0 0 0 47 3 0 0 20 0 15 0 408287531 15512600576 11742 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3787256 11742 3365 1 0 3748377 0
[pid=23509/tid=23510] ppid=23507 vsize=15149024 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) R 23507 23507 15592 0 -1 4202560 7134 0 0 0 27 2 0 0 20 0 15 0 408287531 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464722023344 140464701834597 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287532 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408287532 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15149024 memory=-6945283279944138911 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408287533 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408287534 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464185411232 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408287534 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464184358128 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287536 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) R 23507 23507 15592 0 -1 1077944384 607 0 0 0 4 0 0 0 20 0 15 0 408287538 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) R 23507 23507 15592 0 -1 4202560 76 0 0 0 3 0 0 0 20 0 15 0 408287538 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464181201264 140464697639087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) R 23507 23507 15592 0 -1 1077944384 940 0 0 0 12 0 0 0 20 0 15 0 408287538 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464180148208 140464717802114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408287539 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408287539 15512600576 11742 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 48416 KiB

[startup+0.700747 s]
/proc/loadavg: 8.67 8.40 8.22 8/233 23523
/proc/meminfo: memFree=24924932/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0
[pid=23509] ppid=23507 vsize=15417404 memory=82284 CPUtime=1.54 cores=1,3,5,7
/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 13841 0 0 0 149 5 0 0 20 0 19 0 408287531 15787421696 20571 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3854351 20571 3450 1 0 3815453 0
[pid=23509/tid=23510] ppid=23507 vsize=15417404 memory=-3704326594973231466 CPUtime=0.58 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) S 23507 23507 15592 0 -1 1077944384 8764 0 0 0 55 3 0 0 20 0 19 0 408287531 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464722031744 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408287532 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408287532 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15417404 memory=704 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408287532 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15417404 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408287532 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15417404 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408287533 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15417404 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464185411232 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15417404 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464184358128 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15417404 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287536 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15417404 memory=5952 CPUtime=0.19 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) S 23507 23507 15592 0 -1 1077944384 1133 0 0 0 19 0 0 0 20 0 19 0 408287538 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15417404 memory=7552 CPUtime=0.21 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) S 23507 23507 15592 0 -1 1077944384 743 0 0 0 21 0 0 0 20 0 19 0 408287538 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464181201264 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15417404 memory=2832 CPUtime=0.35 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) R 23507 23507 15592 0 -1 4202560 1743 0 0 0 35 0 0 0 20 0 19 0 408287538 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464180148208 140464697173102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15417404 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287539 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15417404 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408287539 15787421696 20571 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 83732 KiB

[startup+1.50116 s]
/proc/loadavg: 8.67 8.40 8.22 13/237 23527
/proc/meminfo: memFree=24877216/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0

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

/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 76426 0 0 0 230554 66 0 0 20 0 19 0 408287531 15787421696 146189 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3854351 146189 3534 1 0 3815453 0
[pid=23509/tid=23510] ppid=23507 vsize=15417404 memory=584756 CPUtime=0.58 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) S 23507 23507 15592 0 -1 1077944384 8764 0 0 0 55 3 0 0 20 0 19 0 408287531 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464722031744 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15417404 memory=1448 CPUtime=1.67 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 2523 0 0 0 159 8 0 0 20 0 19 0 408287532 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15417404 memory=584756 CPUtime=1.7 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 2534 0 0 0 162 8 0 0 20 0 19 0 408287532 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15417404 memory=584756 CPUtime=1.69 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 2177 0 0 0 161 8 0 0 20 0 19 0 408287532 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15417404 memory=584756 CPUtime=1.68 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 4064 0 0 0 160 8 0 0 20 0 19 0 408287532 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15417404 memory=1448 CPUtime=1.08 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 4594 0 0 0 96 12 0 0 20 0 19 0 408287533 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15417404 memory=584756 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464185411296 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464184358144 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15417404 memory=584756 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287536 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15417404 memory=1448 CPUtime=2.14 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) S 23507 23507 15592 0 -1 1077944384 10848 0 0 0 213 1 0 0 20 0 19 0 408287538 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15417404 memory=584756 CPUtime=2.43 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) S 23507 23507 15592 0 -1 1077944384 13654 0 0 0 242 1 0 0 20 0 19 0 408287538 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464181201264 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15417404 memory=574424 CPUtime=0.59 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) S 23507 23507 15592 0 -1 1077944384 6403 0 0 0 58 1 0 0 20 0 19 0 408287538 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464180148208 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287539 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15417404 memory=791664 CPUtime=0.19 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 547 0 0 0 13 6 0 0 20 0 19 0 408287539 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23524] ppid=23507 vsize=15417404 memory=584756 CPUtime=573.08 cores=1,3,5,7
/proc/23509/task/23524/stat : 23524 (java) R 23507 23507 15592 0 -1 4202560 1706 0 0 0 57304 4 0 0 20 0 19 0 408287593 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464168832032 140464311519706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23525] ppid=23507 vsize=15417404 memory=584756 CPUtime=572.94 cores=1,3,5,7
/proc/23509/task/23525/stat : 23525 (java) R 23507 23507 15592 0 -1 4202560 6833 0 0 0 57290 4 0 0 20 0 19 0 408287593 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464167780272 140464312027086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23526] ppid=23507 vsize=15417404 memory=1448 CPUtime=573.18 cores=1,3,5,7
/proc/23509/task/23526/stat : 23526 (java) R 23507 23507 15592 0 -1 4202560 2114 0 0 0 57315 3 0 0 20 0 19 0 408287593 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464166728504 140464310514629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23527] ppid=23507 vsize=15417404 memory=1448 CPUtime=573.17 cores=1,3,5,7
/proc/23509/task/23527/stat : 23527 (java) R 23507 23507 15592 0 -1 4202560 8303 0 0 0 57311 6 0 0 20 0 19 0 408287593 15787421696 146189 33554432000 4194304 4196468 140730913755456 140464165677824 140464312027026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 2306.2 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 586204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.311 s]
/proc/loadavg: 9.15 8.71 8.44 9/237 23965
/proc/meminfo: memFree=23082260/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0
[pid=23509] ppid=23507 vsize=15417404 memory=618136 CPUtime=2520.17 cores=1,3,5,7
/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 80216 0 0 0 251947 70 0 0 20 0 19 0 408287531 15787421696 154534 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3854351 154534 3537 1 0 3815453 0
[pid=23509/tid=23510] ppid=23507 vsize=15417404 memory=618136 CPUtime=0.58 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) S 23507 23507 15592 0 -1 1077944384 8764 0 0 0 55 3 0 0 20 0 19 0 408287531 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464722031744 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15417404 memory=618000 CPUtime=1.84 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 3274 0 0 0 176 8 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15417404 memory=618136 CPUtime=1.87 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 2682 0 0 0 179 8 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15417404 memory=1448 CPUtime=1.86 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 2419 0 0 0 177 9 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15417404 memory=1448 CPUtime=1.86 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 4470 0 0 0 177 9 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15417404 memory=585144 CPUtime=1.2 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 5434 0 0 0 106 14 0 0 20 0 19 0 408287533 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15417404 memory=585104 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464185411296 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15417404 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464184358144 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15417404 memory=585144 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287536 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15417404 memory=1448 CPUtime=2.17 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) S 23507 23507 15592 0 -1 1077944384 10855 0 0 0 216 1 0 0 20 0 19 0 408287538 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15417404 memory=589884 CPUtime=2.57 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) S 23507 23507 15592 0 -1 1077944384 13794 0 0 0 255 2 0 0 20 0 19 0 408287538 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464181201264 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15417404 memory=1448 CPUtime=0.59 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) S 23507 23507 15592 0 -1 1077944384 6571 0 0 0 58 1 0 0 20 0 19 0 408287538 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464180148208 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15417404 memory=217 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287539 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15417404 memory=257 CPUtime=0.19 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 563 0 0 0 13 6 0 0 20 0 19 0 408287539 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23524] ppid=23507 vsize=15417404 memory=1448 CPUtime=626.35 cores=1,3,5,7
/proc/23509/task/23524/stat : 23524 (java) R 23507 23507 15592 0 -1 4202560 1845 0 0 0 62631 4 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464168831920 140464309852748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23525] ppid=23507 vsize=15417404 memory=608412 CPUtime=626.01 cores=1,3,5,7
/proc/23509/task/23525/stat : 23525 (java) R 23507 23507 15592 0 -1 4202560 7013 0 0 0 62597 4 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464167780336 140464309851071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23526] ppid=23507 vsize=15417404 memory=1448 CPUtime=626.63 cores=1,3,5,7
/proc/23509/task/23526/stat : 23526 (java) R 23507 23507 15592 0 -1 4202560 2281 0 0 0 62660 3 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464166728584 140464703000973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23527] ppid=23507 vsize=15417404 memory=1448 CPUtime=626.36 cores=1,3,5,7
/proc/23509/task/23527/stat : 23527 (java) R 23507 23507 15592 0 -1 4202560 8889 0 0 0 62629 7 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464165677824 140464309913561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 2520.17 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 619584 KiB

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

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

[startup+636.366 s]
# the end of solver process 23509 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.66 s, system=0.714996 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+636.311 s]
/proc/loadavg: 9.15 8.71 8.44 9/237 23965
/proc/meminfo: memFree=23082260/32770624 swapFree=66977612/67108860
[pid=23507] ppid=23504 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23507/stat : 23507 (xcsp3-exec) S 23504 23507 15592 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408287531 115843072 362 33554432000 4194304 5098028 140734555865296 140734555863400 140166130193020 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23887872 140734555870074 140734555870317 140734555870317 140734555873226 0
/proc/23507/statm: 28282 362 304 221 0 87 0
[pid=23509] ppid=23507 vsize=15417404 memory=618136 CPUtime=2520.17 cores=1,3,5,7
/proc/23509/stat : 23509 (java) S 23507 23507 15592 0 -1 1077944320 80216 0 0 0 251947 70 0 0 20 0 19 0 408287531 15787421696 154534 33554432000 4194304 4196468 140730913755456 140730913738000 140464717790967 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
/proc/23509/statm: 3854351 154534 3537 1 0 3815453 0
[pid=23509/tid=23510] ppid=23507 vsize=15417404 memory=618136 CPUtime=0.58 cores=1,3,5,7
/proc/23509/task/23510/stat : 23510 (java) S 23507 23507 15592 0 -1 1077944384 8764 0 0 0 55 3 0 0 20 0 19 0 408287531 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464722031744 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23511] ppid=23507 vsize=15417404 memory=618000 CPUtime=1.84 cores=1,3,5,7
/proc/23509/task/23511/stat : 23511 (java) S 23507 23507 15592 0 -1 1077944384 3274 0 0 0 176 8 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464629447184 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23512] ppid=23507 vsize=15417404 memory=618136 CPUtime=1.87 cores=1,3,5,7
/proc/23509/task/23512/stat : 23512 (java) S 23507 23507 15592 0 -1 1077944384 2682 0 0 0 179 8 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464628394640 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23513] ppid=23507 vsize=15417404 memory=1448 CPUtime=1.86 cores=1,3,5,7
/proc/23509/task/23513/stat : 23513 (java) S 23507 23507 15592 0 -1 1077944384 2419 0 0 0 177 9 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464627341584 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23514] ppid=23507 vsize=15417404 memory=1448 CPUtime=1.86 cores=1,3,5,7
/proc/23509/task/23514/stat : 23514 (java) S 23507 23507 15592 0 -1 1077944384 4470 0 0 0 177 9 0 0 20 0 19 0 408287532 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464626289040 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23515] ppid=23507 vsize=15417404 memory=585144 CPUtime=1.2 cores=1,3,5,7
/proc/23509/task/23515/stat : 23515 (java) S 23507 23507 15592 0 -1 1077944384 5434 0 0 0 106 14 0 0 20 0 19 0 408287533 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464186465008 140464717802114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23516] ppid=23507 vsize=15417404 memory=585104 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23516/stat : 23516 (java) S 23507 23507 15592 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464185411296 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23517] ppid=23507 vsize=15417404 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23517/stat : 23517 (java) S 23507 23507 15592 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 408287534 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464184358144 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23518] ppid=23507 vsize=15417404 memory=585144 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23518/stat : 23518 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287536 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464183306704 140464717809563 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23519] ppid=23507 vsize=15417404 memory=1448 CPUtime=2.17 cores=1,3,5,7
/proc/23509/task/23519/stat : 23519 (java) S 23507 23507 15592 0 -1 1077944384 10855 0 0 0 216 1 0 0 20 0 19 0 408287538 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464182253808 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23520] ppid=23507 vsize=15417404 memory=589884 CPUtime=2.57 cores=1,3,5,7
/proc/23509/task/23520/stat : 23520 (java) S 23507 23507 15592 0 -1 1077944384 13794 0 0 0 255 2 0 0 20 0 19 0 408287538 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464181201264 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23521] ppid=23507 vsize=15417404 memory=1448 CPUtime=0.59 cores=1,3,5,7
/proc/23509/task/23521/stat : 23521 (java) S 23507 23507 15592 0 -1 1077944384 6571 0 0 0 58 1 0 0 20 0 19 0 408287538 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464180148208 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23522] ppid=23507 vsize=15417404 memory=217 CPUtime=0 cores=1,3,5,7
/proc/23509/task/23522/stat : 23522 (java) S 23507 23507 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408287539 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464179095904 140464717801173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23523] ppid=23507 vsize=15417404 memory=257 CPUtime=0.19 cores=1,3,5,7
/proc/23509/task/23523/stat : 23523 (java) S 23507 23507 15592 0 -1 1077944384 563 0 0 0 13 6 0 0 20 0 19 0 408287539 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464178043952 140464717802114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23524] ppid=23507 vsize=15417404 memory=1448 CPUtime=626.35 cores=1,3,5,7
/proc/23509/task/23524/stat : 23524 (java) R 23507 23507 15592 0 -1 4202560 1845 0 0 0 62631 4 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464168831920 140464309852748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23525] ppid=23507 vsize=15417404 memory=608412 CPUtime=626.01 cores=1,3,5,7
/proc/23509/task/23525/stat : 23525 (java) R 23507 23507 15592 0 -1 4202560 7013 0 0 0 62597 4 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464167780336 140464309851071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23526] ppid=23507 vsize=15417404 memory=1448 CPUtime=626.63 cores=1,3,5,7
/proc/23509/task/23526/stat : 23526 (java) R 23507 23507 15592 0 -1 4202560 2281 0 0 0 62660 3 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464166728584 140464703000973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
[pid=23509/tid=23527] ppid=23507 vsize=15417404 memory=1448 CPUtime=626.36 cores=1,3,5,7
/proc/23509/task/23527/stat : 23527 (java) R 23507 23507 15592 0 -1 4202560 8889 0 0 0 62629 7 0 0 20 0 19 0 408287593 15787421696 154534 33554432000 4194304 4196468 140730913755456 140464165677824 140464309913561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16957440 140730913764335 140730913764506 140730913764506 140730913767375 0
Current children cumulated CPU time: 2520.17 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 619584 KiB

Child status: 143
Real time (s): 636.366
CPU time (s): 2520.38
CPU user time (s): 2519.66
CPU system time (s): 0.714996
CPU usage (%): 396.058
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 801284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.66
system time used= 0.714996
maximum resident set size= 823636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80911
page faults= 0
swaps= 0
block input operations= 8
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62051
involuntary context switches= 59678


# summary of solver processes directly reported to runsolver:
#   pid: 23507,23509
#   total CPU time (s): 2520.38
#   total CPU user time (s): 2519.66
#   total CPU system time (s): 0.714996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96281 second user time and 7.371 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 21:21:26
IDJOB=4393089
IDBENCH=133594
IDSOLVER=2840
FILE ID=node104/4393089-1568320302
RUNJOBID= node104-1568309054-15624
PBS_JOBID= 21701133
Free space on /tmp= 56548 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-07-0080.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-4393089-1568320302/watcher-4393089-1568320302 -o /tmp/evaluation-result-4393089-1568320302/solver-4393089-1568320302 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15624 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1572089603 HOME/instance-4393089-1568320302.xml

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

MD5SUM BENCH= 9b203975fed1c25a0b87c4f345706814
RANDOM SEED=1572089603

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:        24977144 kB
MemAvailable:   31658996 kB
Buffers:          125948 kB
Cached:          6769184 kB
SwapCached:        31864 kB
Active:          1973480 kB
Inactive:        5130000 kB
Active(anon):     171832 kB
Inactive(anon):    77652 kB
Active(file):    1801648 kB
Inactive(file):  5052348 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             26144 kB
Writeback:             0 kB
AnonPages:        289436 kB
Mapped:            55928 kB
Shmem:             32780 kB
Slab:             286196 kB
SReclaimable:     256316 kB
SUnreclaim:        29880 kB
KernelStack:        3936 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1384364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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-12 21:32:02