Trace number 4403514

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? (TO) 2520.35 636.21

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-08-fair.xml
MD5SUM5071358861b345173fede4f5b8bc080d
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 benchmark13.516
Satisfiable
(Un)Satisfiability was proved
Number of variables12587
Number of constraints11902
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1730},{"size":201,"count":63},{"size":20001,"count":10794}]
Minimum variable degree2
Maximum variable degree103
Distribution of variable degrees[{"degree":2,"count":11087},{"degree":3,"count":288},{"degree":4,"count":26},{"degree":5,"count":132},{"degree":6,"count":77},{"degree":7,"count":263},{"degree":8,"count":401},{"degree":9,"count":208},{"degree":10,"count":14},{"degree":13,"count":48},{"degree":14,"count":1},{"degree":20,"count":9},{"degree":32,"count":9},{"degree":34,"count":6},{"degree":40,"count":1},{"degree":45,"count":8},{"degree":70,"count":2},{"degree":71,"count":6},{"degree":103,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1998},{"arity":3,"count":9902}]
Number of extensional constraints0
Number of intensional constraints11902
Distribution of constraint types[{"type":"intension","count":11902}]
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-4403514-1568993192.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco 3fb4b153
0.14/0.18	c [HOME/instance-4403514-1568993192.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
16.06/5.30	c solve instance...
2520.02/636.17	s UNKNOWN
2520.02/636.17	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 (5849 MiB free)
  memory of node 1: 16384 MiB (5046 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403514-1568993192/watcher-4403514-1568993192 -o /var/tmp/evaluation-result-4403514-1568993192/solver-4403514-1568993192 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568988085-26763 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1322020457 HOME/instance-4403514-1568993192.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=27813, runsolver pid=27810

[startup+0.102344 s]*
/proc/loadavg: 8.45 8.51 6.94 6/233 27829
/proc/meminfo: memFree=11140832/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0
[pid=27815] ppid=27813 vsize=15144776 memory=29108 CPUtime=0.14 cores=1,3,5,7
/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 5666 0 0 0 12 2 0 0 20 0 15 0 475577240 15508250624 7277 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3786194 7277 3211 1 0 3748377 0
[pid=27815/tid=27816] ppid=27813 vsize=15144776 memory=-2698085374278620574 CPUtime=0.09 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) R 27813 27813 26731 0 -1 4202560 3547 0 0 0 8 1 0 0 20 0 15 0 475577240 15508250624 7277 33554432000 4194304 4196468 140725937903104 140017398364304 140017024705213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 7277 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15144776 memory=139886693459584 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 7277 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 7277 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15144776 memory=139886693459584 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475577242 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475577243 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016861652384 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475577243 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016860599792 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) R 27813 27813 26731 0 -1 4202560 475 0 0 0 0 0 0 0 20 0 15 0 475577245 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016858486464 140017377633312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) R 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016857442416 140017394145922 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15144776 memory=139886693459584 CPUtime=0.02 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) R 27813 27813 26731 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 475577245 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016856389872 140017378215262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15144776 memory=139886693459584 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577246 15508250624 7277 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30564 KiB

[startup+0.210677 s]*
/proc/loadavg: 8.45 8.51 6.94 7/233 27829
/proc/meminfo: memFree=11127480/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0
[pid=27815] ppid=27813 vsize=15144776 memory=41036 CPUtime=0.34 cores=1,3,5,7
/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 9464 0 0 0 31 3 0 0 20 0 15 0 475577240 15508250624 10259 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3786194 10259 3283 1 0 3748377 0
[pid=27815/tid=27816] ppid=27813 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) R 27813 27813 26731 0 -1 4202560 6578 0 0 0 17 2 0 0 20 0 15 0 475577240 15508250624 10259 33554432000 4194304 4196468 140725937903104 140017398371472 140017378215262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15144776 memory=1899191 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 10259 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15144776 memory=139886696820748 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 10259 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 10259 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475577241 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15144776 memory=139886693459584 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475577242 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475577243 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016861652384 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475577243 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016860599792 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) S 27813 27813 26731 0 -1 1077944384 570 0 0 0 2 0 0 0 20 0 15 0 475577245 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016858494960 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) S 27813 27813 26731 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 15 0 475577245 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016857442416 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15144776 memory=139886693459584 CPUtime=0.08 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) S 27813 27813 26731 0 -1 1077944384 796 0 0 0 8 0 0 0 20 0 15 0 475577245 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016856389872 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577246 15508250624 10259 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42492 KiB

[startup+0.310603 s]*
/proc/loadavg: 8.45 8.51 6.94 6/233 27829
/proc/meminfo: memFree=11120656/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0
[pid=27815] ppid=27813 vsize=15149032 memory=49824 CPUtime=0.52 cores=1,3,5,7
/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 10767 0 0 0 48 4 0 0 20 0 15 0 475577240 15512608768 12456 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3787258 12456 3315 1 0 3748377 0
[pid=27815/tid=27816] ppid=27813 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) R 27813 27813 26731 0 -1 4202560 7782 0 0 0 27 3 0 0 20 0 15 0 475577240 15512608768 12456 33554432000 4194304 4196468 140725937903104 140017398365888 140017378215262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15512608768 12456 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15512608768 12456 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15512608768 12456 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475577241 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475577242 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475577243 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016861652384 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475577243 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016860599792 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) S 27813 27813 26731 0 -1 1077944384 575 0 0 0 4 0 0 0 20 0 15 0 475577245 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016858494960 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) S 27813 27813 26731 0 -1 1077944384 231 0 0 0 3 0 0 0 20 0 15 0 475577245 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016857442416 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) S 27813 27813 26731 0 -1 1077944384 876 0 0 0 13 0 0 0 20 0 15 0 475577245 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016856389872 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577246 15512608768 12456 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51280 KiB

[startup+0.701251 s]
/proc/loadavg: 8.45 8.51 6.94 10/233 27829
/proc/meminfo: memFree=11095172/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0
[pid=27815] ppid=27813 vsize=15151156 memory=115980 CPUtime=1.74 cores=1,3,5,7
/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 14011 0 0 0 167 7 0 0 20 0 15 0 475577240 15514783744 28995 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3787789 28995 3446 1 0 3748889 0
[pid=27815/tid=27816] ppid=27813 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) R 27813 27813 26731 0 -1 4202560 8268 0 0 0 63 5 0 0 20 0 15 0 475577240 15514783744 28995 33554432000 4194304 4196468 140725937903104 140017398369216 140017394146710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15151156 memory=43452 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15514783744 28995 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15514783744 28995 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577241 15514783744 28995 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475577241 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475577242 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15151156 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475577243 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016861652384 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475577243 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016860599792 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15151156 memory=616 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15151156 memory=2832 CPUtime=0.37 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) R 27813 27813 26731 0 -1 4202560 1599 0 0 0 37 0 0 0 20 0 15 0 475577245 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016858488152 140017373396068 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15151156 memory=1620 CPUtime=0.36 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) R 27813 27813 26731 0 -1 4202560 1156 0 0 0 36 0 0 0 20 0 15 0 475577245 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016857426608 140017379242803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15151156 memory=1136 CPUtime=0.3 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) S 27813 27813 26731 0 -1 1077944384 1679 0 0 0 30 0 0 0 20 0 15 0 475577245 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016856389872 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15151156 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475577245 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15151156 memory=6040 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475577246 15514783744 28995 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 117436 KiB

[startup+1.5072 s]
/proc/loadavg: 8.45 8.51 6.94 9/233 27829
/proc/meminfo: memFree=10955664/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0

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

/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 273581 0 0 0 230126 449 0 0 20 0 19 0 475577240 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3854865 1075986 3558 1 0 3815965 0
[pid=27815/tid=27816] ppid=27813 vsize=15419460 memory=4303944 CPUtime=3.96 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) S 27813 27813 26731 0 -1 1077944384 11240 0 0 0 385 11 0 0 20 0 19 0 475577240 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017398375552 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15419460 memory=4303944 CPUtime=11.69 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 17928 0 0 0 1066 103 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15419460 memory=4303944 CPUtime=11.57 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 16789 0 0 0 1059 98 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15419460 memory=1456 CPUtime=11.64 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 17316 0 0 0 1066 98 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15419460 memory=1456 CPUtime=11.57 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 15510 0 0 0 1062 95 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15419460 memory=1456 CPUtime=2.42 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 10128 0 0 0 241 1 0 0 20 0 19 0 475577242 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15419460 memory=4303944 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475577243 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016861652448 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15419460 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 475577243 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016860599808 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15419460 memory=43468 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15419460 memory=1456 CPUtime=5.54 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) S 27813 27813 26731 0 -1 1077944384 36864 0 0 0 550 4 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016858494960 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15419460 memory=4303944 CPUtime=5.18 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) S 27813 27813 26731 0 -1 1077944384 28263 0 0 0 516 2 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016857442416 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15419460 memory=1456 CPUtime=1.25 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) S 27813 27813 26731 0 -1 1077944384 25042 0 0 0 122 3 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016856389872 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15419460 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15419460 memory=1456 CPUtime=0.25 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1498 0 0 0 8 17 0 0 20 0 19 0 475577246 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27830] ppid=27813 vsize=15419460 memory=4303944 CPUtime=559.08 cores=1,3,5,7
/proc/27815/task/27830/stat : 27830 (java) R 27813 27813 26731 0 -1 4202560 13423 0 0 0 55905 3 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016842967744 140017036435247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27831] ppid=27813 vsize=15419460 memory=1456 CPUtime=560.27 cores=1,3,5,7
/proc/27815/task/27831/stat : 27831 (java) R 27813 27813 26731 0 -1 4202560 47200 0 0 0 56013 14 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016841916400 140017030338108 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27832] ppid=27813 vsize=15419460 memory=4303944 CPUtime=560.02 cores=1,3,5,7
/proc/27815/task/27832/stat : 27832 (java) R 27813 27813 26731 0 -1 4202560 13104 0 0 0 55997 5 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016840864064 140017035551399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27833] ppid=27813 vsize=15419460 memory=6791534058613427641 CPUtime=561.16 cores=1,3,5,7
/proc/27815/task/27833/stat : 27833 (java) R 27813 27813 26731 0 -1 4202560 17891 0 0 0 56111 5 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016839810568 140017036468732 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 2305.75 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4305400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.111 s]
/proc/loadavg: 5.79 7.54 7.36 6/236 28106
/proc/meminfo: memFree=866208/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0
[pid=27815] ppid=27813 vsize=15419460 memory=4303944 CPUtime=2520.02 cores=1,3,5,7
/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 278120 0 0 0 251552 450 0 0 20 0 19 0 475577240 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3854865 1075986 3558 1 0 3815965 0
[pid=27815/tid=27816] ppid=27813 vsize=15419460 memory=1456 CPUtime=3.96 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) S 27813 27813 26731 0 -1 1077944384 11240 0 0 0 385 11 0 0 20 0 19 0 475577240 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017398375552 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15419460 memory=4303944 CPUtime=11.69 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 17928 0 0 0 1066 103 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15419460 memory=1456 CPUtime=11.57 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 16789 0 0 0 1059 98 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15419460 memory=0 CPUtime=11.64 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 17316 0 0 0 1066 98 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15419460 memory=4303944 CPUtime=11.57 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 15510 0 0 0 1062 95 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15419460 memory=1456 CPUtime=2.43 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 10133 0 0 0 242 1 0 0 20 0 19 0 475577242 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15419460 memory=516 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475577243 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016861652448 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15419460 memory=4303944 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 475577243 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016860599808 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15419460 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15419460 memory=4303944 CPUtime=5.54 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) S 27813 27813 26731 0 -1 1077944384 36871 0 0 0 550 4 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016858494960 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15419460 memory=1456 CPUtime=5.18 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) S 27813 27813 26731 0 -1 1077944384 28265 0 0 0 516 2 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016857442416 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15419460 memory=1456 CPUtime=1.25 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) S 27813 27813 26731 0 -1 1077944384 25047 0 0 0 122 3 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016856389872 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15419460 memory=4303944 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15419460 memory=1456 CPUtime=0.31 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1525 0 0 0 10 21 0 0 20 0 19 0 475577246 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27830] ppid=27813 vsize=15419460 memory=4303944 CPUtime=612.86 cores=1,3,5,7
/proc/27815/task/27830/stat : 27830 (java) R 27813 27813 26731 0 -1 4202560 13859 0 0 0 61283 3 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016842967744 140017036643197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27831] ppid=27813 vsize=15419460 memory=1456 CPUtime=613.7 cores=1,3,5,7
/proc/27815/task/27831/stat : 27831 (java) R 27813 27813 26731 0 -1 4202560 49462 0 0 0 61355 15 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016841916400 140017036225843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27832] ppid=27813 vsize=15419460 memory=4303944 CPUtime=613.83 cores=1,3,5,7
/proc/27815/task/27832/stat : 27832 (java) R 27813 27813 26731 0 -1 4202560 13630 0 0 0 61378 5 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016840864064 140017036427338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27833] ppid=27813 vsize=15419460 memory=6944656575208382560 CPUtime=614.34 cores=1,3,5,7
/proc/27815/task/27833/stat : 27833 (java) R 27813 27813 26731 0 -1 4202560 19160 0 0 0 61429 5 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016839810568 140017035825692 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4305400 KiB

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

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

[startup+636.21 s]
# the end of solver process 27815 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.82 s, system=4.53456 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.111 s]
/proc/loadavg: 5.79 7.54 7.36 6/236 28106
/proc/meminfo: memFree=866208/32770624 swapFree=66955312/67108860
[pid=27813] ppid=27810 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27813/stat : 27813 (xcsp3-exec) S 27810 27813 26731 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475577239 115843072 364 33554432000 4194304 5098028 140721661548384 140721661546488 140459252290172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23302144 140721661551446 140721661551705 140721661551705 140721661554630 0
/proc/27813/statm: 28282 364 305 221 0 87 0
[pid=27815] ppid=27813 vsize=15419460 memory=4303944 CPUtime=2520.02 cores=1,3,5,7
/proc/27815/stat : 27815 (java) S 27813 27813 26731 0 -1 1077944320 278120 0 0 0 251552 450 0 0 20 0 19 0 475577240 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140725937885648 140017394134775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
/proc/27815/statm: 3854865 1075986 3558 1 0 3815965 0
[pid=27815/tid=27816] ppid=27813 vsize=15419460 memory=1456 CPUtime=3.96 cores=1,3,5,7
/proc/27815/task/27816/stat : 27816 (java) S 27813 27813 26731 0 -1 1077944384 11240 0 0 0 385 11 0 0 20 0 19 0 475577240 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017398375552 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27817] ppid=27813 vsize=15419460 memory=4303944 CPUtime=11.69 cores=1,3,5,7
/proc/27815/task/27817/stat : 27817 (java) S 27813 27813 26731 0 -1 1077944384 17928 0 0 0 1066 103 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017346754832 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27818] ppid=27813 vsize=15419460 memory=1456 CPUtime=11.57 cores=1,3,5,7
/proc/27815/task/27818/stat : 27818 (java) S 27813 27813 26731 0 -1 1077944384 16789 0 0 0 1059 98 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017345702288 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27819] ppid=27813 vsize=15419460 memory=0 CPUtime=11.64 cores=1,3,5,7
/proc/27815/task/27819/stat : 27819 (java) S 27813 27813 26731 0 -1 1077944384 17316 0 0 0 1066 98 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140017344649744 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27820] ppid=27813 vsize=15419460 memory=4303944 CPUtime=11.57 cores=1,3,5,7
/proc/27815/task/27820/stat : 27820 (java) S 27813 27813 26731 0 -1 1077944384 15510 0 0 0 1062 95 0 0 20 0 19 0 475577241 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016983399056 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27821] ppid=27813 vsize=15419460 memory=1456 CPUtime=2.43 cores=1,3,5,7
/proc/27815/task/27821/stat : 27821 (java) S 27813 27813 26731 0 -1 1077944384 10133 0 0 0 242 1 0 0 20 0 19 0 475577242 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016862706160 140017394145922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27822] ppid=27813 vsize=15419460 memory=516 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27822/stat : 27822 (java) S 27813 27813 26731 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475577243 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016861652448 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27823] ppid=27813 vsize=15419460 memory=4303944 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27823/stat : 27823 (java) S 27813 27813 26731 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 475577243 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016860599808 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27824] ppid=27813 vsize=15419460 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27824/stat : 27824 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016859548368 140017394153371 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27825] ppid=27813 vsize=15419460 memory=4303944 CPUtime=5.54 cores=1,3,5,7
/proc/27815/task/27825/stat : 27825 (java) S 27813 27813 26731 0 -1 1077944384 36871 0 0 0 550 4 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016858494960 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27826] ppid=27813 vsize=15419460 memory=1456 CPUtime=5.18 cores=1,3,5,7
/proc/27815/task/27826/stat : 27826 (java) S 27813 27813 26731 0 -1 1077944384 28265 0 0 0 516 2 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016857442416 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27827] ppid=27813 vsize=15419460 memory=1456 CPUtime=1.25 cores=1,3,5,7
/proc/27815/task/27827/stat : 27827 (java) S 27813 27813 26731 0 -1 1077944384 25047 0 0 0 122 3 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016856389872 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27828] ppid=27813 vsize=15419460 memory=4303944 CPUtime=0 cores=1,3,5,7
/proc/27815/task/27828/stat : 27828 (java) S 27813 27813 26731 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475577245 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016855337568 140017394144981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27829] ppid=27813 vsize=15419460 memory=1456 CPUtime=0.31 cores=1,3,5,7
/proc/27815/task/27829/stat : 27829 (java) S 27813 27813 26731 0 -1 1077944384 1525 0 0 0 10 21 0 0 20 0 19 0 475577246 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016854285104 140017394145922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27830] ppid=27813 vsize=15419460 memory=4303944 CPUtime=612.86 cores=1,3,5,7
/proc/27815/task/27830/stat : 27830 (java) R 27813 27813 26731 0 -1 4202560 13859 0 0 0 61283 3 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016842967744 140017036643197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27831] ppid=27813 vsize=15419460 memory=1456 CPUtime=613.7 cores=1,3,5,7
/proc/27815/task/27831/stat : 27831 (java) R 27813 27813 26731 0 -1 4202560 49462 0 0 0 61355 15 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016841916400 140017036225843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27832] ppid=27813 vsize=15419460 memory=4303944 CPUtime=613.83 cores=1,3,5,7
/proc/27815/task/27832/stat : 27832 (java) R 27813 27813 26731 0 -1 4202560 13630 0 0 0 61378 5 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016840864064 140017036427338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
[pid=27815/tid=27833] ppid=27813 vsize=15419460 memory=6944656575208382560 CPUtime=614.34 cores=1,3,5,7
/proc/27815/task/27833/stat : 27833 (java) R 27813 27813 26731 0 -1 4202560 19160 0 0 0 61429 5 0 0 20 0 19 0 475577773 15789527040 1075986 33554432000 4194304 4196468 140725937903104 140016839810568 140017035825692 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 17776640 140725937906651 140725937906826 140725937906826 140725937909711 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4305400 KiB

Child status: 143
Real time (s): 636.21
CPU time (s): 2520.35
CPU user time (s): 2515.82
CPU system time (s): 4.53456
CPU usage (%): 396.151
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 4305400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.82
system time used= 4.53456
maximum resident set size= 4304368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18384
involuntary context switches= 38820


# summary of solver processes directly reported to runsolver:
#   pid: 27813,27815
#   total CPU time (s): 2520.35
#   total CPU user time (s): 2515.82
#   total CPU system time (s): 4.53456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02184 second user time and 7.41194 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 16:24:54
IDJOB=4403514
IDBENCH=139208
IDSOLVER=2863
FILE ID=node105/4403514-1568993192
RUNJOBID= node105-1568988085-26763
PBS_JOBID= 21704661
Free space on /var/tmp= 13152 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-08-fair.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 /var/tmp/evaluation-result-4403514-1568993192/watcher-4403514-1568993192 -o /var/tmp/evaluation-result-4403514-1568993192/solver-4403514-1568993192 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568988085-26763 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1322020457 HOME/instance-4403514-1568993192.xml

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

MD5SUM BENCH= 5071358861b345173fede4f5b8bc080d
RANDOM SEED=1322020457

node105.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	: 5333.00
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	: 5333.00
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	: 5333.00
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	: 5333.00
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:        11157048 kB
MemAvailable:   31610620 kB
Buffers:          149908 kB
Cached:         20203476 kB
SwapCached:        49496 kB
Active:         10311944 kB
Inactive:       10291608 kB
Active(anon):     203604 kB
Inactive(anon):    91596 kB
Active(file):   10108340 kB
Inactive(file): 10200012 kB
Unevictable:      110952 kB
Mlocked:          110952 kB
SwapTotal:      67108860 kB
SwapFree:       66955312 kB
Dirty:             26760 kB
Writeback:             0 kB
AnonPages:        327424 kB
Mapped:            61900 kB
Shmem:             36664 kB
Slab:             602612 kB
SReclaimable:     573680 kB
SUnreclaim:        28932 kB
KernelStack:        4064 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1469128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13048 MiB
End job on node105 at 2019-09-20 16:35:30