Trace number 4404653

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelWrong UNSAT 6.68472 1.82029

General information on the benchmark

NameMario/
Mario-zinc-s1/Mario-t-hard-5.xml
MD5SUM4de37f7087aa8e77bde3fd457ed5d54a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4482
Best CPU time to get the best result obtained on this benchmark16.1082
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints201
Number of domains166
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":95},{"size":83,"count":1},{"size":85,"count":1},{"size":86,"count":3},{"size":87,"count":3},{"size":88,"count":8},{"size":89,"count":19},{"size":90,"count":19},{"size":91,"count":8},{"size":92,"count":17},{"size":93,"count":12},{"size":94,"count":3},{"size":95,"count":3},{"size":96,"count":1},{"size":97,"count":2},{"size":100,"count":100}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":199},{"degree":3,"count":99}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":198},{"arity":100,"count":2}]
Number of extensional constraints100
Number of intensional constraints99
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":99},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404653-1568998902.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404653-1568998902.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.72/1.34	c solve instance...
6.10/1.57	s UNSATISFIABLE

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 (7417 MiB free)
  memory of node 1: 16384 MiB (6443 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404653-1568998902/watcher-4404653-1568998902 -o /var/tmp/evaluation-result-4404653-1568998902/solver-4404653-1568998902 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2007253115 HOME/instance-4404653-1568998902.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=19273, runsolver pid=19270

[startup+0.100139 s]*
/proc/loadavg: 7.50 8.02 8.12 2/213 19294
/proc/meminfo: memFree=14177860/32770624 swapFree=66972324/67108860
[pid=19273] ppid=19270 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/19273/stat : 19273 (xcsp3-exec) S 19270 19273 16074 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475832079 115843072 362 33554432000 4194304 5098028 140734121241776 140734121239880 139625961996924 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8290304 140734121243473 140734121243733 140734121243733 140734121246662 0
/proc/19273/statm: 28282 362 304 221 0 87 0
[pid=19275] ppid=19273 vsize=28227396 memory=29172 CPUtime=0.12 cores=0-7
/proc/19275/stat : 19275 (java) S 19273 19273 16074 0 -1 1077944320 5697 0 0 0 11 1 0 0 20 0 20 0 475832080 28904853504 7293 33554432000 4194304 4196468 140734085160032 140734085142576 139694006836983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
/proc/19275/statm: 7056849 7293 3151 1 0 7019032 0
[pid=19275/tid=19276] ppid=19273 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/19275/task/19276/stat : 19276 (java) R 19273 19273 16074 0 -1 4202560 3611 0 0 0 8 0 0 0 20 0 20 0 475832080 28904853504 7293 33554432000 4194304 4196468 140734085160032 139694011070576 139694006858330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19277] ppid=19273 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19275/task/19277/stat : 19277 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693959457552 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19278] ppid=19273 vsize=28227396 memory=140226237183616 CPUtime=0 cores=0-7
/proc/19275/task/19278/stat : 19278 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693958405008 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19279] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19279/stat : 19279 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693957352464 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19280] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19280/stat : 19280 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693956299920 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19281] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19281/stat : 19281 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693955246352 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19282] ppid=19273 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19275/task/19282/stat : 19282 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693954193808 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19283] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19283/stat : 19283 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693953141264 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19284] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19284/stat : 19284 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 7293 33554432000 4194304 4196468 140734085160032 139693952088720 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19285] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19285/stat : 19285 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832082 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692470880752 139694006848130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19286] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19286/stat : 19286 (java) S 19273 19273 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475832083 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692402009504 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19287] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19287/stat : 19287 (java) S 19273 19273 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475832083 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692400956912 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19288] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19288/stat : 19288 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832085 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692399905488 139694006855579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19289] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19289/stat : 19289 (java) S 19273 19273 16074 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 475832085 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692398852080 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19290] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19290/stat : 19290 (java) S 19273 19273 16074 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 20 0 475832085 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692397799536 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19291] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19291/stat : 19291 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832085 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692396746992 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19292] ppid=19273 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19275/task/19292/stat : 19292 (java) R 19273 19273 16074 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 20 0 475832085 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692395694448 139694006848918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19293] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19293/stat : 19293 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832086 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692394642144 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19294] ppid=19273 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19275/task/19294/stat : 19294 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832086 28904853504 7293 33554432000 4194304 4196468 140734085160032 139692393589680 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30620 KiB

[startup+0.210668 s]*
/proc/loadavg: 7.50 8.02 8.12 2/213 19294
/proc/meminfo: memFree=14164484/32770624 swapFree=66972324/67108860
[pid=19273] ppid=19270 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/19273/stat : 19273 (xcsp3-exec) S 19270 19273 16074 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475832079 115843072 362 33554432000 4194304 5098028 140734121241776 140734121239880 139625961996924 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8290304 140734121243473 140734121243733 140734121243733 140734121246662 0
/proc/19273/statm: 28282 362 304 221 0 87 0
[pid=19275] ppid=19273 vsize=28227396 memory=40956 CPUtime=0.34 cores=0-7
/proc/19275/stat : 19275 (java) S 19273 19273 16074 0 -1 1077944320 9542 0 0 0 31 3 0 0 20 0 20 0 475832080 28904853504 10239 33554432000 4194304 4196468 140734085160032 140734085142576 139694006836983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
/proc/19275/statm: 7056849 10239 3287 1 0 7019032 0
[pid=19275/tid=19276] ppid=19273 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19275/task/19276/stat : 19276 (java) R 19273 19273 16074 0 -1 4202560 6633 0 0 0 18 2 0 0 20 0 20 0 475832080 28904853504 10239 33554432000 4194304 4196468 140734085160032 139694011069712 139693989052497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19277] ppid=19273 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/19275/task/19277/stat : 19277 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693959457552 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19278] ppid=19273 vsize=28227396 memory=3473317371225192096 CPUtime=0 cores=0-7
/proc/19275/task/19278/stat : 19278 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693958405008 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19279] ppid=19273 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19275/task/19279/stat : 19279 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693957352464 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19280] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19280/stat : 19280 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693956299920 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19281] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19281/stat : 19281 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693955246352 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19282] ppid=19273 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19275/task/19282/stat : 19282 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693954193808 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19283] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19283/stat : 19283 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693953141264 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19284] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19284/stat : 19284 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28904853504 10239 33554432000 4194304 4196468 140734085160032 139693952088720 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19285] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19285/stat : 19285 (java) S 19273 19273 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475832082 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692470880752 139694006848130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19286] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19286/stat : 19286 (java) S 19273 19273 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475832083 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692402009504 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19287] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19287/stat : 19287 (java) S 19273 19273 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475832083 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692400956912 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19288] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19288/stat : 19288 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832085 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692399905488 139694006855579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19289] ppid=19273 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19275/task/19289/stat : 19289 (java) S 19273 19273 16074 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 20 0 475832085 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692398852080 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19290] ppid=19273 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19275/task/19290/stat : 19290 (java) S 19273 19273 16074 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 20 0 475832085 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692397799536 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19291] ppid=19273 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/19275/task/19291/stat : 19291 (java) S 19273 19273 16074 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 20 0 475832085 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692396746992 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19292] ppid=19273 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/19275/task/19292/stat : 19292 (java) R 19273 19273 16074 0 -1 4202560 765 0 0 0 7 0 0 0 20 0 20 0 475832085 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692395694256 139693990917470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19293] ppid=19273 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19293/stat : 19293 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832086 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692394642144 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19294] ppid=19273 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19275/task/19294/stat : 19294 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832086 28904853504 10239 33554432000 4194304 4196468 140734085160032 139692393589680 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42404 KiB

[startup+0.310565 s]*
/proc/loadavg: 7.50 8.02 8.12 4/213 19294
/proc/meminfo: memFree=14157348/32770624 swapFree=66972324/67108860
[pid=19273] ppid=19270 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/19273/stat : 19273 (xcsp3-exec) S 19270 19273 16074 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475832079 115843072 362 33554432000 4194304 5098028 140734121241776 140734121239880 139625961996924 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8290304 140734121243473 140734121243733 140734121243733 140734121246662 0
/proc/19273/statm: 28282 362 304 221 0 87 0
[pid=19275] ppid=19273 vsize=28231652 memory=49932 CPUtime=0.53 cores=0-7
/proc/19275/stat : 19275 (java) S 19273 19273 16074 0 -1 1077944320 10873 0 0 0 49 4 0 0 20 0 20 0 475832080 28909211648 12483 33554432000 4194304 4196468 140734085160032 140734085142576 139694006836983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
/proc/19275/statm: 7057913 12483 3342 1 0 7019032 0
[pid=19275/tid=19276] ppid=19273 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/19275/task/19276/stat : 19276 (java) R 19273 19273 16074 0 -1 4202560 7772 0 0 0 27 2 0 0 20 0 20 0 475832080 28909211648 12483 33554432000 4194304 4196468 140734085160032 139694011068096 139693990917470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19277] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19277/stat : 19277 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693959457552 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19278] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19278/stat : 19278 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693958405008 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19279] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19279/stat : 19279 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693957352464 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19280] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19280/stat : 19280 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693956299920 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19281] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19281/stat : 19281 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693955246352 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19282] ppid=19273 vsize=28231652 memory=140226118904495 CPUtime=0 cores=0-7
/proc/19275/task/19282/stat : 19282 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693954193808 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19283] ppid=19273 vsize=28231652 memory=140226118906800 CPUtime=0 cores=0-7
/proc/19275/task/19283/stat : 19283 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693953141264 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19284] ppid=19273 vsize=28231652 memory=140226118909104 CPUtime=0 cores=0-7
/proc/19275/task/19284/stat : 19284 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28909211648 12483 33554432000 4194304 4196468 140734085160032 139693952088720 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19285] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19285/stat : 19285 (java) S 19273 19273 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475832082 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692470880752 139694006848130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19286] ppid=19273 vsize=28231652 memory=280452237832080 CPUtime=0 cores=0-7
/proc/19275/task/19286/stat : 19286 (java) S 19273 19273 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475832083 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692402009504 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19287] ppid=19273 vsize=28231652 memory=280452237829776 CPUtime=0 cores=0-7
/proc/19275/task/19287/stat : 19287 (java) S 19273 19273 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475832083 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692400956912 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19288] ppid=19273 vsize=28231652 memory=280452237836688 CPUtime=0 cores=0-7
/proc/19275/task/19288/stat : 19288 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832085 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692399905488 139694006855579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19289] ppid=19273 vsize=28231652 memory=280452237777968 CPUtime=0.02 cores=0-7
/proc/19275/task/19289/stat : 19289 (java) S 19273 19273 16074 0 -1 1077944384 131 0 0 0 2 0 0 0 20 0 20 0 475832085 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692398852080 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19290] ppid=19273 vsize=28231652 memory=280452237850512 CPUtime=0.03 cores=0-7
/proc/19275/task/19290/stat : 19290 (java) S 19273 19273 16074 0 -1 1077944384 452 0 0 0 3 0 0 0 20 0 20 0 475832085 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692397799536 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19291] ppid=19273 vsize=28231652 memory=280452237857424 CPUtime=0.04 cores=0-7
/proc/19275/task/19291/stat : 19291 (java) R 19273 19273 16074 0 -1 4202560 360 0 0 0 4 0 0 0 20 0 20 0 475832085 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692396728008 139693988361295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19292] ppid=19273 vsize=28231652 memory=280452237855120 CPUtime=0.12 cores=0-7
/proc/19275/task/19292/stat : 19292 (java) S 19273 19273 16074 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 475832085 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692395694448 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19293] ppid=19273 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19293/stat : 19293 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832086 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692394642144 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19294] ppid=19273 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19275/task/19294/stat : 19294 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832086 28909211648 12483 33554432000 4194304 4196468 140734085160032 139692393589680 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51380 KiB

[startup+0.701032 s]
/proc/loadavg: 7.50 8.02 8.12 5/213 19294
/proc/meminfo: memFree=14126324/32770624 swapFree=66972324/67108860
[pid=19273] ppid=19270 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/19273/stat : 19273 (xcsp3-exec) S 19270 19273 16074 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475832079 115843072 362 33554432000 4194304 5098028 140734121241776 140734121239880 139625961996924 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8290304 140734121243473 140734121243733 140734121243733 140734121246662 0
/proc/19273/statm: 28282 362 304 221 0 87 0
[pid=19275] ppid=19273 vsize=28233776 memory=106928 CPUtime=1.93 cores=0-7
/proc/19275/stat : 19275 (java) S 19273 19273 16074 0 -1 1077944320 16372 0 0 0 186 7 0 0 20 0 20 0 475832080 28911386624 26732 33554432000 4194304 4196468 140734085160032 140734085142576 139694006836983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
/proc/19275/statm: 7058444 26732 3448 1 0 7019544 0
[pid=19275/tid=19276] ppid=19273 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/19275/task/19276/stat : 19276 (java) R 19273 19273 16074 0 -1 4202560 9181 0 0 0 64 3 0 0 20 0 20 0 475832080 28911386624 26732 33554432000 4194304 4196468 140734085160032 139694011074192 139693630422880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19277] ppid=19273 vsize=28233776 memory=140226119115632 CPUtime=0 cores=0-7
/proc/19275/task/19277/stat : 19277 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693959457552 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19278] ppid=19273 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19278/stat : 19278 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693958405008 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19279] ppid=19273 vsize=28233776 memory=1200 CPUtime=0 cores=0-7
/proc/19275/task/19279/stat : 19279 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693957352464 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19280] ppid=19273 vsize=28233776 memory=5996 CPUtime=0 cores=0-7
/proc/19275/task/19280/stat : 19280 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693956299920 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19281] ppid=19273 vsize=28233776 memory=14012 CPUtime=0 cores=0-7
/proc/19275/task/19281/stat : 19281 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693955246352 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19282] ppid=19273 vsize=28233776 memory=19440 CPUtime=0 cores=0-7
/proc/19275/task/19282/stat : 19282 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693954193808 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19283] ppid=19273 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/19275/task/19283/stat : 19283 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693953141264 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19284] ppid=19273 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/19275/task/19284/stat : 19284 (java) S 19273 19273 16074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475832081 28911386624 26732 33554432000 4194304 4196468 140734085160032 139693952088720 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19285] ppid=19273 vsize=28233776 memory=500 CPUtime=0 cores=0-7
/proc/19275/task/19285/stat : 19285 (java) S 19273 19273 16074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475832082 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692470880752 139694006848130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19286] ppid=19273 vsize=28233776 memory=1556 CPUtime=0 cores=0-7
/proc/19275/task/19286/stat : 19286 (java) S 19273 19273 16074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475832083 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692402009504 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19287] ppid=19273 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/19275/task/19287/stat : 19287 (java) S 19273 19273 16074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475832083 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692400956912 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19288] ppid=19273 vsize=28233776 memory=1672 CPUtime=0 cores=0-7
/proc/19275/task/19288/stat : 19288 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832085 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692399905488 139694006855579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19289] ppid=19273 vsize=28233776 memory=33 CPUtime=0.25 cores=0-7
/proc/19275/task/19289/stat : 19289 (java) R 19273 19273 16074 0 -1 4202560 929 0 0 0 25 0 0 0 20 0 20 0 475832085 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692398840512 139693999936830 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19290] ppid=19273 vsize=28233776 memory=-2025810976467231676 CPUtime=0.27 cores=0-7
/proc/19275/task/19290/stat : 19290 (java) R 19273 19273 16074 0 -1 4202560 1465 0 0 0 27 0 0 0 20 0 20 0 475832085 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692397786320 139693999933379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19291] ppid=19273 vsize=28233776 memory=740 CPUtime=0.3 cores=0-7
/proc/19275/task/19291/stat : 19291 (java) R 19273 19273 16074 0 -1 4202560 1289 0 0 0 30 0 0 0 20 0 20 0 475832085 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692396733520 139693988381698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19292] ppid=19273 vsize=28233776 memory=1056 CPUtime=0.4 cores=0-7
/proc/19275/task/19292/stat : 19292 (java) R 19273 19273 16074 0 -1 4202560 2194 0 0 0 39 1 0 0 20 0 20 0 475832085 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692395687024 139693999943106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19293] ppid=19273 vsize=28233776 memory=1552 CPUtime=0 cores=0-7
/proc/19275/task/19293/stat : 19293 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475832086 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692394642144 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19294] ppid=19273 vsize=28233776 memory=1040 CPUtime=0 cores=0-7
/proc/19275/task/19294/stat : 19294 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475832086 28911386624 26732 33554432000 4194304 4196468 140734085160032 139692393589680 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 108376 KiB

[startup+1.50475 s]
/proc/loadavg: 7.14 7.94 8.09 8/213 19294
/proc/meminfo: memFree=13991172/32770624 swapFree=66972324/67108860
[pid=19273] ppid=19270 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/19273/stat : 19273 (xcsp3-exec) S 19270 19273 16074 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475832079 115843072 362 33554432000 4194304 5098028 140734121241776 140734121239880 139625961996924 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8290304 140734121243473 140734121243733 140734121243733 140734121246662 0
/proc/19273/statm: 28282 362 304 221 0 87 0
[pid=19275] ppid=19273 vsize=28768336 memory=265796 CPUtime=6.1 cores=0-7
/proc/19275/stat : 19275 (java) S 19273 19273 16074 0 -1 1077944320 21213 0 0 0 586 24 0 0 20 0 28 0 475832080 29458776064 66449 33554432000 4194304 4196468 140734085160032 140734085142576 139694006836983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
/proc/19275/statm: 7192084 66449 3491 1 0 7153184 0
[pid=19275/tid=19276] ppid=19273 vsize=28768336 memory=288230621803970871 CPUtime=1.26 cores=0-7
/proc/19275/task/19276/stat : 19276 (java) S 19273 19273 16074 0 -1 1077944384 9526 0 0 0 122 4 0 0 20 0 28 0 475832080 29458776064 66449 33554432000 4194304 4196468 140734085160032 139694011077760 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19277] ppid=19273 vsize=28768336 memory=15534115864709562 CPUtime=0.04 cores=0-7
/proc/19275/task/19277/stat : 19277 (java) S 19273 19273 16074 0 -1 1077944384 67 0 0 0 2 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693959457552 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19278] ppid=19273 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/19275/task/19278/stat : 19278 (java) S 19273 19273 16074 0 -1 1077944384 68 0 0 0 3 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693958405008 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19279] ppid=19273 vsize=28768336 memory=2257 CPUtime=0.03 cores=0-7
/proc/19275/task/19279/stat : 19279 (java) S 19273 19273 16074 0 -1 1077944384 59 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693957352464 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19280] ppid=19273 vsize=28768336 memory=2372 CPUtime=0.03 cores=0-7
/proc/19275/task/19280/stat : 19280 (java) S 19273 19273 16074 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693956299920 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19281] ppid=19273 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19275/task/19281/stat : 19281 (java) S 19273 19273 16074 0 -1 1077944384 70 0 0 0 2 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693955246352 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19282] ppid=19273 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/19275/task/19282/stat : 19282 (java) S 19273 19273 16074 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693954193808 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19283] ppid=19273 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/19275/task/19283/stat : 19283 (java) S 19273 19273 16074 0 -1 1077944384 63 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693953141264 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19284] ppid=19273 vsize=28768336 memory=140230532150911 CPUtime=0.04 cores=0-7
/proc/19275/task/19284/stat : 19284 (java) S 19273 19273 16074 0 -1 1077944384 64 0 0 0 2 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693952088720 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19285] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19285/stat : 19285 (java) S 19273 19273 16074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 475832082 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692470880752 139694006848130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19286] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19286/stat : 19286 (java) S 19273 19273 16074 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 475832083 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692402009568 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19287] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19287/stat : 19287 (java) S 19273 19273 16074 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 475832083 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692400956928 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19288] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19288/stat : 19288 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692399905488 139694006855579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19289] ppid=19273 vsize=28768336 memory=6655300316396806240 CPUtime=0.92 cores=0-7
/proc/19275/task/19289/stat : 19289 (java) S 19273 19273 16074 0 -1 1077944384 1519 0 0 0 92 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692398852080 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19290] ppid=19273 vsize=28768336 memory=6944656592455088490 CPUtime=0.99 cores=0-7
/proc/19275/task/19290/stat : 19290 (java) R 19273 19273 16074 0 -1 4202560 2439 0 0 0 99 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692397786064 139694006858330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19291] ppid=19273 vsize=28768336 memory=6791534058613427641 CPUtime=1.01 cores=0-7
/proc/19275/task/19291/stat : 19291 (java) R 19273 19273 16074 0 -1 1077944384 2311 0 0 0 101 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692396746992 139694006848130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19292] ppid=19273 vsize=28768336 memory=6935649255877011281 CPUtime=0.74 cores=0-7
/proc/19275/task/19292/stat : 19292 (java) S 19273 19273 16074 0 -1 1077944384 3241 0 0 0 73 1 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692395694448 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19293] ppid=19273 vsize=28768336 memory=4638778398332698720 CPUtime=0 cores=0-7
/proc/19275/task/19293/stat : 19293 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475832086 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692394642144 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19294] ppid=19273 vsize=28768336 memory=7444843076533644388 CPUtime=0 cores=0-7
/proc/19275/task/19294/stat : 19294 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475832086 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692393589680 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 267244 KiB

[startup+1.61494 s]
# the end of solver process 19273 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.42814 s, system=0.256587 s

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

[startup+1.50475 s]
/proc/loadavg: 7.14 7.94 8.09 8/213 19294
/proc/meminfo: memFree=13991172/32770624 swapFree=66972324/67108860
[pid=19273] ppid=19270 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/19273/stat : 19273 (xcsp3-exec) S 19270 19273 16074 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475832079 115843072 362 33554432000 4194304 5098028 140734121241776 140734121239880 139625961996924 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8290304 140734121243473 140734121243733 140734121243733 140734121246662 0
/proc/19273/statm: 28282 362 304 221 0 87 0
[pid=19275] ppid=19273 vsize=28768336 memory=265796 CPUtime=6.1 cores=0-7
/proc/19275/stat : 19275 (java) S 19273 19273 16074 0 -1 1077944320 21213 0 0 0 586 24 0 0 20 0 28 0 475832080 29458776064 66449 33554432000 4194304 4196468 140734085160032 140734085142576 139694006836983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
/proc/19275/statm: 7192084 66449 3491 1 0 7153184 0
[pid=19275/tid=19276] ppid=19273 vsize=28768336 memory=288230621803970871 CPUtime=1.26 cores=0-7
/proc/19275/task/19276/stat : 19276 (java) S 19273 19273 16074 0 -1 1077944384 9526 0 0 0 122 4 0 0 20 0 28 0 475832080 29458776064 66449 33554432000 4194304 4196468 140734085160032 139694011077760 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19277] ppid=19273 vsize=28768336 memory=15534115864709562 CPUtime=0.04 cores=0-7
/proc/19275/task/19277/stat : 19277 (java) S 19273 19273 16074 0 -1 1077944384 67 0 0 0 2 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693959457552 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19278] ppid=19273 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/19275/task/19278/stat : 19278 (java) S 19273 19273 16074 0 -1 1077944384 68 0 0 0 3 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693958405008 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19279] ppid=19273 vsize=28768336 memory=2257 CPUtime=0.03 cores=0-7
/proc/19275/task/19279/stat : 19279 (java) S 19273 19273 16074 0 -1 1077944384 59 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693957352464 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19280] ppid=19273 vsize=28768336 memory=2372 CPUtime=0.03 cores=0-7
/proc/19275/task/19280/stat : 19280 (java) S 19273 19273 16074 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693956299920 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19281] ppid=19273 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19275/task/19281/stat : 19281 (java) S 19273 19273 16074 0 -1 1077944384 70 0 0 0 2 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693955246352 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19282] ppid=19273 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/19275/task/19282/stat : 19282 (java) S 19273 19273 16074 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693954193808 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19283] ppid=19273 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/19275/task/19283/stat : 19283 (java) S 19273 19273 16074 0 -1 1077944384 63 0 0 0 2 1 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693953141264 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19284] ppid=19273 vsize=28768336 memory=140230532150911 CPUtime=0.04 cores=0-7
/proc/19275/task/19284/stat : 19284 (java) S 19273 19273 16074 0 -1 1077944384 64 0 0 0 2 2 0 0 20 0 28 0 475832081 29458776064 66449 33554432000 4194304 4196468 140734085160032 139693952088720 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19285] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19285/stat : 19285 (java) S 19273 19273 16074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 475832082 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692470880752 139694006848130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19286] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19286/stat : 19286 (java) S 19273 19273 16074 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 475832083 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692402009568 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19287] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19287/stat : 19287 (java) S 19273 19273 16074 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 475832083 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692400956928 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19288] ppid=19273 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19275/task/19288/stat : 19288 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692399905488 139694006855579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19289] ppid=19273 vsize=28768336 memory=6655300316396806240 CPUtime=0.92 cores=0-7
/proc/19275/task/19289/stat : 19289 (java) S 19273 19273 16074 0 -1 1077944384 1519 0 0 0 92 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692398852080 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19290] ppid=19273 vsize=28768336 memory=6944656592455088490 CPUtime=0.99 cores=0-7
/proc/19275/task/19290/stat : 19290 (java) R 19273 19273 16074 0 -1 4202560 2439 0 0 0 99 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692397786064 139694006858330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19291] ppid=19273 vsize=28768336 memory=6791534058613427641 CPUtime=1.01 cores=0-7
/proc/19275/task/19291/stat : 19291 (java) R 19273 19273 16074 0 -1 1077944384 2311 0 0 0 101 0 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692396746992 139694006848130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19292] ppid=19273 vsize=28768336 memory=6935649255877011281 CPUtime=0.74 cores=0-7
/proc/19275/task/19292/stat : 19292 (java) S 19273 19273 16074 0 -1 1077944384 3241 0 0 0 73 1 0 0 20 0 28 0 475832085 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692395694448 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19293] ppid=19273 vsize=28768336 memory=4638778398332698720 CPUtime=0 cores=0-7
/proc/19275/task/19293/stat : 19293 (java) S 19273 19273 16074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475832086 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692394642144 139694006847189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
[pid=19275/tid=19294] ppid=19273 vsize=28768336 memory=7444843076533644388 CPUtime=0 cores=0-7
/proc/19275/task/19294/stat : 19294 (java) S 19273 19273 16074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475832086 29458776064 66449 33554432000 4194304 4196468 140734085160032 139692393589680 139694006848130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33910784 140734085161942 140734085162118 140734085162118 140734085165007 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 267244 KiB

Child status: 0
Real time (s): 1.82029
CPU time (s): 6.68472
CPU user time (s): 6.42814
CPU system time (s): 0.256587
CPU usage (%): 367.234
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 269744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.42814
system time used= 0.256587
maximum resident set size= 269324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3155
involuntary context switches= 71


# summary of solver processes directly reported to runsolver:
#   pid: 19273
#   total CPU time (s): 6.68472
#   total CPU user time (s): 6.42814
#   total CPU system time (s): 0.256587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035161 second user time and 0.057368 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 19:00:59
IDJOB=4404653
IDBENCH=133274
IDSOLVER=2865
FILE ID=node117/4404653-1568998902
RUNJOBID= node117-1568994492-16101
PBS_JOBID= 21704726
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-t-hard-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404653-1568998902/watcher-4404653-1568998902 -o /var/tmp/evaluation-result-4404653-1568998902/solver-4404653-1568998902 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1568994492-16101 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2007253115 HOME/instance-4404653-1568998902.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4de37f7087aa8e77bde3fd457ed5d54a
RANDOM SEED=2007253115

node117.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.75
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.75
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.75
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.75
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:        14194480 kB
MemAvailable:   31833112 kB
Buffers:          142232 kB
Cached:         17402096 kB
SwapCached:        27728 kB
Active:          8696192 kB
Inactive:        8878808 kB
Active(anon):       2980 kB
Inactive(anon):    68792 kB
Active(file):    8693212 kB
Inactive(file):  8810016 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972324 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:        112652 kB
Mapped:            48288 kB
Shmem:             32480 kB
Slab:             591980 kB
SReclaimable:     563864 kB
SUnreclaim:        28116 kB
KernelStack:        3408 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 19:01:01