Trace number 4399049

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? (TO) 2520.53 636.971

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-4399049-1568698315.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399049-1568698315.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.03/0.59	c solve instance...
2520.26/636.95	s UNKNOWN
2520.26/636.95	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 (14596 MiB free)
  memory of node 1: 16384 MiB (15669 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399049-1568698315/watcher-4399049-1568698315 -o /tmp/evaluation-result-4399049-1568698315/solver-4399049-1568698315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23429 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 792349530 HOME/instance-4399049-1568698315.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 8.10 8.33 8.27 10/232 32339
/proc/meminfo: memFree=30972008/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0
[pid=32325] ppid=32323 vsize=15144776 memory=29120 CPUtime=0.13 cores=1,3,5,7
/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 5702 0 0 0 12 1 0 0 20 0 15 0 446088577 15508250624 7280 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3786194 7280 3156 1 0 3748377 0
[pid=32325/tid=32326] ppid=32323 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) R 32323 32323 23397 0 -1 4202560 3579 0 0 0 8 1 0 0 20 0 15 0 446088577 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518699203216 140518327682151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15144776 memory=140380913518208 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15144776 memory=140380913518208 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) S 32323 32323 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446088579 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518163544816 140518694980226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446088580 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518162491040 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446088580 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518161437936 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446088582 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 446088582 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518159333616 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) S 32323 32323 23397 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 446088582 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518158281072 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15144776 memory=140380913518208 CPUtime=0.02 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) R 32323 32323 23397 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 446088582 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518157228016 140518674323979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446088583 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15144776 memory=140380913518208 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088583 15508250624 7280 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30572 KiB

[startup+0.21201 s]*
/proc/loadavg: 8.10 8.33 8.27 10/232 32339
/proc/meminfo: memFree=30958892/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0
[pid=32325] ppid=32323 vsize=15144776 memory=40956 CPUtime=0.35 cores=1,3,5,7
/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 9471 0 0 0 32 3 0 0 20 0 15 0 446088577 15508250624 10239 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3786194 10239 3316 1 0 3748377 0
[pid=32325/tid=32326] ppid=32323 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) R 32323 32323 23397 0 -1 4202560 6622 0 0 0 18 2 0 0 20 0 15 0 446088577 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518699204064 140518694991005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15144776 memory=1898158 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15144776 memory=3472752364056725152 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446088578 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15144776 memory=140380913518208 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) S 32323 32323 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446088579 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518163544816 140518694980226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446088580 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518162491040 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446088580 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518161437936 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446088582 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 480 0 0 0 2 0 0 0 20 0 15 0 446088582 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518159333616 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) S 32323 32323 23397 0 -1 1077944384 290 0 0 0 2 0 0 0 20 0 15 0 446088582 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518158281072 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15144776 memory=140380913518208 CPUtime=0.08 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) S 32323 32323 23397 0 -1 1077944384 774 0 0 0 8 0 0 0 20 0 15 0 446088582 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518157228016 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446088583 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088583 15508250624 10239 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42408 KiB

[startup+0.310654 s]*
/proc/loadavg: 8.10 8.33 8.27 9/232 32339
/proc/meminfo: memFree=30951388/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0
[pid=32325] ppid=32323 vsize=15149032 memory=50396 CPUtime=0.54 cores=1,3,5,7
/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 10894 0 0 0 50 4 0 0 20 0 15 0 446088577 15512608768 12599 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3787258 12599 3359 1 0 3748377 0
[pid=32325/tid=32326] ppid=32323 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) R 32323 32323 23397 0 -1 4202560 7803 0 0 0 27 3 0 0 20 0 15 0 446088577 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518699202864 140518694991005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088578 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446088578 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) S 32323 32323 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446088579 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518163544816 140518694980226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446088580 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518162491040 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446088580 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518161437936 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15149032 memory=4569919473823683475 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446088582 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 619 0 0 0 5 0 0 0 20 0 15 0 446088582 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518159333616 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) S 32323 32323 23397 0 -1 1077944384 305 0 0 0 4 0 0 0 20 0 15 0 446088582 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518158281072 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) S 32323 32323 23397 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 15 0 446088582 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518157228016 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446088583 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446088583 15512608768 12599 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51848 KiB

[startup+0.701149 s]
/proc/loadavg: 8.10 8.33 8.27 11/233 32341
/proc/meminfo: memFree=30935088/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0
[pid=32325] ppid=32323 vsize=15417412 memory=82560 CPUtime=1.64 cores=1,3,5,7
/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 14338 0 0 0 159 5 0 0 20 0 19 0 446088577 15787429888 20640 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3854353 20640 3453 1 0 3815453 0
[pid=32325/tid=32326] ppid=32323 vsize=15417412 memory=47648 CPUtime=0.57 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) S 32323 32323 23397 0 -1 1077944384 9124 0 0 0 54 3 0 0 20 0 19 0 446088577 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518699209856 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446088578 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15417412 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446088578 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15417412 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446088578 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15417412 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446088578 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15417412 memory=692 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) R 32323 32323 23397 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 446088579 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518163544816 140518687597287 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15417412 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518162491040 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15417412 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518161437936 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15417412 memory=780 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088582 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15417412 memory=4132 CPUtime=0.25 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 1122 0 0 0 25 0 0 0 20 0 19 0 446088582 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518159326352 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15417412 memory=1112 CPUtime=0.21 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) R 32323 32323 23397 0 -1 4202560 891 0 0 0 21 0 0 0 20 0 19 0 446088582 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518158281368 140518679356097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15417412 memory=6048 CPUtime=0.35 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) S 32323 32323 23397 0 -1 1077944384 1697 0 0 0 35 0 0 0 20 0 19 0 446088582 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518157224368 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15417412 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088583 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15417412 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446088583 15787429888 20640 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 84012 KiB

[startup+1.50084 s]
/proc/loadavg: 8.10 8.33 8.27 16/237 32345
/proc/meminfo: memFree=30871184/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0

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

/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 92083 0 0 0 230322 74 0 0 20 0 19 0 446088577 15787429888 181923 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3854353 181923 3539 1 0 3815453 0
[pid=32325/tid=32326] ppid=32323 vsize=15417412 memory=727692 CPUtime=0.57 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) S 32323 32323 23397 0 -1 1077944384 9124 0 0 0 54 3 0 0 20 0 19 0 446088577 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518699209856 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15417412 memory=679924 CPUtime=1.65 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 2937 0 0 0 154 11 0 0 20 0 19 0 446088578 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15417412 memory=727692 CPUtime=1.64 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 2450 0 0 0 155 9 0 0 20 0 19 0 446088578 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15417412 memory=727692 CPUtime=1.65 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 3538 0 0 0 155 10 0 0 20 0 19 0 446088578 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15417412 memory=727692 CPUtime=1.63 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 2655 0 0 0 154 9 0 0 20 0 19 0 446088578 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15417412 memory=1452 CPUtime=1.15 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) S 32323 32323 23397 0 -1 1077944384 6747 0 0 0 103 12 0 0 20 0 19 0 446088579 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518163544816 140518694980226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518162491104 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15417412 memory=677876 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518161437952 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15417412 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088582 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15417412 memory=47660 CPUtime=2.27 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 15564 0 0 0 226 1 0 0 20 0 19 0 446088582 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518159333616 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15417412 memory=1452 CPUtime=2.27 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) S 32323 32323 23397 0 -1 1077944384 12438 0 0 0 226 1 0 0 20 0 19 0 446088582 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518158281072 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15417412 memory=3616 CPUtime=0.58 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) S 32323 32323 23397 0 -1 1077944384 7644 0 0 0 57 1 0 0 20 0 19 0 446088582 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518157228016 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088583 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15417412 memory=1235112 CPUtime=0.14 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 652 0 0 0 3 11 0 0 20 0 19 0 446088583 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32342] ppid=32323 vsize=15417412 memory=1452 CPUtime=572.86 cores=1,3,5,7
/proc/32325/task/32342/stat : 32342 (java) R 32323 32323 23397 0 -1 4202560 1674 0 0 0 57284 2 0 0 20 0 19 0 446088637 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518145903696 140518332078855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32343] ppid=32323 vsize=15417412 memory=679924 CPUtime=572.35 cores=1,3,5,7
/proc/32325/task/32343/stat : 32343 (java) R 32323 32323 23397 0 -1 4202560 10826 0 0 0 57232 3 0 0 20 0 19 0 446088637 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518144852232 140518332802111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32344] ppid=32323 vsize=15417412 memory=679924 CPUtime=572.82 cores=1,3,5,7
/proc/32325/task/32344/stat : 32344 (java) R 32323 32323 23397 0 -1 4202560 2237 0 0 0 57280 2 0 0 20 0 19 0 446088637 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518143800016 140518332933748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32345] ppid=32323 vsize=15417412 memory=1452 CPUtime=572.25 cores=1,3,5,7
/proc/32325/task/32345/stat : 32345 (java) R 32323 32323 23397 0 -1 4202560 12228 0 0 0 57210 15 0 0 20 0 19 0 446088637 15787429888 181923 33554432000 4194304 4196468 140734835923936 140518142749488 140518332079170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 2303.96 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 729144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.901 s]
/proc/loadavg: 7.90 8.36 8.34 6/214 32457
/proc/meminfo: memFree=30495476/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0
[pid=32325] ppid=32323 vsize=15417412 memory=728588 CPUtime=2520.26 cores=1,3,5,7
/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 96172 0 0 0 251950 76 0 0 20 0 19 0 446088577 15787429888 182147 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3854353 182147 3539 1 0 3815453 0
[pid=32325/tid=32326] ppid=32323 vsize=15417412 memory=728588 CPUtime=0.57 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) S 32323 32323 23397 0 -1 1077944384 9124 0 0 0 54 3 0 0 20 0 19 0 446088577 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518699209856 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15417412 memory=1452 CPUtime=1.8 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 3124 0 0 0 169 11 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.79 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 2541 0 0 0 170 9 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.79 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 3641 0 0 0 169 10 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.78 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 3169 0 0 0 169 9 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.26 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) S 32323 32323 23397 0 -1 1077944384 7053 0 0 0 113 13 0 0 20 0 19 0 446088579 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518163544816 140518694980226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15417412 memory=728360 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518162491104 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15417412 memory=728588 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518161437952 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15417412 memory=0 CPUtime=2.27 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 15566 0 0 0 226 1 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518159333616 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15417412 memory=728360 CPUtime=2.27 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) S 32323 32323 23397 0 -1 1077944384 12441 0 0 0 226 1 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518158281072 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15417412 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) S 32323 32323 23397 0 -1 1077944384 7646 0 0 0 57 1 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518157228016 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15417412 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088583 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15417412 memory=7300 CPUtime=0.16 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 673 0 0 0 5 11 0 0 20 0 19 0 446088583 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32342] ppid=32323 vsize=15417412 memory=728588 CPUtime=626.72 cores=1,3,5,7
/proc/32325/task/32342/stat : 32342 (java) R 32323 32323 23397 0 -1 4202560 1786 0 0 0 62670 2 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518145903728 140518327921413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32343] ppid=32323 vsize=15417412 memory=3616 CPUtime=626.33 cores=1,3,5,7
/proc/32325/task/32343/stat : 32343 (java) R 32323 32323 23397 0 -1 4202560 11079 0 0 0 62630 3 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518144851808 140518332079194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32344] ppid=32323 vsize=15417412 memory=728360 CPUtime=626.65 cores=1,3,5,7
/proc/32325/task/32344/stat : 32344 (java) R 32323 32323 23397 0 -1 4202560 2409 0 0 0 62663 2 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518143800008 140518332821533 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32345] ppid=32323 vsize=15417412 memory=1452 CPUtime=626.14 cores=1,3,5,7
/proc/32325/task/32345/stat : 32345 (java) R 32323 32323 23397 0 -1 4202560 14551 0 0 0 62599 15 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518142749600 140518333407616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 730040 KiB

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

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

[startup+636.971 s]
# the end of solver process 32325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.75 s, system=0.775 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.901 s]
/proc/loadavg: 7.90 8.36 8.34 6/214 32457
/proc/meminfo: memFree=30495476/32770624 swapFree=66977408/67108860
[pid=32323] ppid=32320 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32323/stat : 32323 (xcsp3-exec) S 32320 32323 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446088577 115843072 363 33554432000 4194304 5098028 140735623026000 140735623024104 140677611168380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12242944 140735623029627 140735623029869 140735623029869 140735623032778 0
/proc/32323/statm: 28282 363 304 221 0 87 0
[pid=32325] ppid=32323 vsize=15417412 memory=728588 CPUtime=2520.26 cores=1,3,5,7
/proc/32325/stat : 32325 (java) S 32323 32323 23397 0 -1 1077944320 96172 0 0 0 251950 76 0 0 20 0 19 0 446088577 15787429888 182147 33554432000 4194304 4196468 140734835923936 140734835906480 140518694969079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
/proc/32325/statm: 3854353 182147 3539 1 0 3815453 0
[pid=32325/tid=32326] ppid=32323 vsize=15417412 memory=728588 CPUtime=0.57 cores=1,3,5,7
/proc/32325/task/32326/stat : 32326 (java) S 32323 32323 23397 0 -1 1077944384 9124 0 0 0 54 3 0 0 20 0 19 0 446088577 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518699209856 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32327] ppid=32323 vsize=15417412 memory=1452 CPUtime=1.8 cores=1,3,5,7
/proc/32325/task/32327/stat : 32327 (java) S 32323 32323 23397 0 -1 1077944384 3124 0 0 0 169 11 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518647589392 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32328] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.79 cores=1,3,5,7
/proc/32325/task/32328/stat : 32328 (java) S 32323 32323 23397 0 -1 1077944384 2541 0 0 0 170 9 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518286613136 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32329] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.79 cores=1,3,5,7
/proc/32325/task/32329/stat : 32329 (java) S 32323 32323 23397 0 -1 1077944384 3641 0 0 0 169 10 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518285560080 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32330] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.78 cores=1,3,5,7
/proc/32325/task/32330/stat : 32330 (java) S 32323 32323 23397 0 -1 1077944384 3169 0 0 0 169 9 0 0 20 0 19 0 446088578 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518284507536 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32331] ppid=32323 vsize=15417412 memory=728588 CPUtime=1.26 cores=1,3,5,7
/proc/32325/task/32331/stat : 32331 (java) S 32323 32323 23397 0 -1 1077944384 7053 0 0 0 113 13 0 0 20 0 19 0 446088579 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518163544816 140518694980226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32332] ppid=32323 vsize=15417412 memory=728360 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32332/stat : 32332 (java) S 32323 32323 23397 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518162491104 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32333] ppid=32323 vsize=15417412 memory=728588 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32333/stat : 32333 (java) S 32323 32323 23397 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446088580 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518161437952 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32334] ppid=32323 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32334/stat : 32334 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518160386512 140518694987675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32335] ppid=32323 vsize=15417412 memory=0 CPUtime=2.27 cores=1,3,5,7
/proc/32325/task/32335/stat : 32335 (java) S 32323 32323 23397 0 -1 1077944384 15566 0 0 0 226 1 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518159333616 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32336] ppid=32323 vsize=15417412 memory=728360 CPUtime=2.27 cores=1,3,5,7
/proc/32325/task/32336/stat : 32336 (java) S 32323 32323 23397 0 -1 1077944384 12441 0 0 0 226 1 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518158281072 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32337] ppid=32323 vsize=15417412 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/32325/task/32337/stat : 32337 (java) S 32323 32323 23397 0 -1 1077944384 7646 0 0 0 57 1 0 0 20 0 19 0 446088582 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518157228016 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32338] ppid=32323 vsize=15417412 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/32325/task/32338/stat : 32338 (java) S 32323 32323 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446088583 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518156175712 140518694979285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32339] ppid=32323 vsize=15417412 memory=7300 CPUtime=0.16 cores=1,3,5,7
/proc/32325/task/32339/stat : 32339 (java) S 32323 32323 23397 0 -1 1077944384 673 0 0 0 5 11 0 0 20 0 19 0 446088583 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518155123760 140518694980226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32342] ppid=32323 vsize=15417412 memory=728588 CPUtime=626.72 cores=1,3,5,7
/proc/32325/task/32342/stat : 32342 (java) R 32323 32323 23397 0 -1 4202560 1786 0 0 0 62670 2 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518145903728 140518327921413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32343] ppid=32323 vsize=15417412 memory=3616 CPUtime=626.33 cores=1,3,5,7
/proc/32325/task/32343/stat : 32343 (java) R 32323 32323 23397 0 -1 4202560 11079 0 0 0 62630 3 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518144851808 140518332079194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32344] ppid=32323 vsize=15417412 memory=728360 CPUtime=626.65 cores=1,3,5,7
/proc/32325/task/32344/stat : 32344 (java) R 32323 32323 23397 0 -1 4202560 2409 0 0 0 62663 2 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518143800008 140518332821533 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
[pid=32325/tid=32345] ppid=32323 vsize=15417412 memory=1452 CPUtime=626.14 cores=1,3,5,7
/proc/32325/task/32345/stat : 32345 (java) R 32323 32323 23397 0 -1 4202560 14551 0 0 0 62599 15 0 0 20 0 19 0 446088637 15787429888 182147 33554432000 4194304 4196468 140734835923936 140518142749600 140518333407616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25862144 140734835925999 140734835926170 140734835926170 140734835929039 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 730040 KiB

Child status: 143
Real time (s): 636.971
CPU time (s): 2520.53
CPU user time (s): 2519.75
CPU system time (s): 0.775
CPU usage (%): 395.705
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1295952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.75
system time used= 0.775
maximum resident set size= 1305732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63638
involuntary context switches= 43076


# summary of solver processes directly reported to runsolver:
#   pid: 32323,32325
#   total CPU time (s): 2520.53
#   total CPU user time (s): 2519.75
#   total CPU system time (s): 0.775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.99737 second user time and 7.16215 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 06:21:36
IDJOB=4399049
IDBENCH=133594
IDSOLVER=2853
FILE ID=node104/4399049-1568698315
RUNJOBID= node104-1568690084-23429
PBS_JOBID= 21703803
Free space on /tmp= 58988 MiB

SOLVER NAME= choco-solver 2019-09-16
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-4399049-1568698315/watcher-4399049-1568698315 -o /tmp/evaluation-result-4399049-1568698315/solver-4399049-1568698315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23429 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 792349530 HOME/instance-4399049-1568698315.xml

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

MD5SUM BENCH= 9b203975fed1c25a0b87c4f345706814
RANDOM SEED=792349530

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:        30992180 kB
MemAvailable:   31656332 kB
Buffers:          100624 kB
Cached:           852844 kB
SwapCached:        32296 kB
Active:           860936 kB
Inactive:         332176 kB
Active(anon):     208016 kB
Inactive(anon):    80728 kB
Active(file):     652920 kB
Inactive(file):   251448 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977408 kB
Dirty:             52488 kB
Writeback:             0 kB
AnonPages:        318596 kB
Mapped:            61448 kB
Shmem:             40484 kB
Slab:             182724 kB
SReclaimable:     151240 kB
SUnreclaim:        31484 kB
KernelStack:        3760 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1507952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 58960 MiB
End job on node104 at 2019-09-17 06:32:13