Trace number 4404941

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.52264 1.70281

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-3-5-30-1.xml
MD5SUMe91753cc37d5672b16b54feba0c5cd89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark0.215432
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints497
Number of domains47
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":3},{"size":4,"count":8},{"size":5,"count":4},{"size":8,"count":2},{"size":9,"count":5},{"size":10,"count":9},{"size":11,"count":11},{"size":12,"count":2},{"size":14,"count":30},{"size":15,"count":15}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":45},{"degree":16,"count":30},{"degree":32,"count":14},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":495},{"arity":15,"count":1}]
Number of extensional constraints45
Number of intensional constraints451
Distribution of constraint types[{"type":"extension","count":45},{"type":"intension","count":451},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404941-1569004270.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404941-1569004270.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.20/1.51	c solve instance...
5.89/1.68	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 (13260 MiB free)
  memory of node 1: 16384 MiB (11602 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404941-1569004270/watcher-4404941-1569004270 -o /tmp/evaluation-result-4404941-1569004270/solver-4404941-1569004270 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568994483-6691 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 407337409 HOME/instance-4404941-1569004270.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=10791, runsolver pid=10788

[startup+0.100158 s]*
/proc/loadavg: 7.46 7.90 7.94 2/210 10812
/proc/meminfo: memFree=25443836/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
[pid=10793] ppid=10791 vsize=28227396 memory=28980 CPUtime=0.12 cores=0-7
/proc/10793/stat : 10793 (java) S 10791 10791 6664 0 -1 1077944320 5690 0 0 0 11 1 0 0 20 0 20 0 476696759 28904853504 7245 33554432000 4194304 4196468 140727799719472 140727799702016 140549571972855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
/proc/10793/statm: 7056849 7245 3123 1 0 7019032 0
[pid=10793/tid=10794] ppid=10791 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/10793/task/10794/stat : 10794 (java) R 10791 10791 6664 0 -1 4202560 3583 0 0 0 8 0 0 0 20 0 20 0 476696760 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549576206128 140549571984790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10795] ppid=10791 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10793/task/10795/stat : 10795 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549524593680 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10796] ppid=10791 vsize=28227396 memory=140322670151296 CPUtime=0 cores=0-7
/proc/10793/task/10796/stat : 10796 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549523541136 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10797] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10797/stat : 10797 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549522488080 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10798] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10798/stat : 10798 (java) S 10791 10791 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549521435536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10799] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10799/stat : 10799 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549520382480 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10800] ppid=10791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10793/task/10800/stat : 10800 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549519329936 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10801] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10801/stat : 10801 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549518276880 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10802] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10802/stat : 10802 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 7245 33554432000 4194304 4196468 140727799719472 140549115730320 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10803] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10803/stat : 10803 (java) S 10791 10791 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696762 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548889283312 140549571984002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10804] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10804/stat : 10804 (java) S 10791 10791 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696763 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548888229536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10805] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10805/stat : 10805 (java) S 10791 10791 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696763 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548887176432 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10806] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10806/stat : 10806 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696765 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548886125008 140549571991451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10807] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10807/stat : 10807 (java) S 10791 10791 6664 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 476696765 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548885072112 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10808] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10808/stat : 10808 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696765 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548884019568 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10809] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10809/stat : 10809 (java) R 10791 10791 6664 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476696765 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548882966512 140549571984002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10810] ppid=10791 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10793/task/10810/stat : 10810 (java) S 10791 10791 6664 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 20 0 476696765 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548881913968 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10811] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10811/stat : 10811 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696766 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548880862176 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10812] ppid=10791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10793/task/10812/stat : 10812 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696766 28904853504 7245 33554432000 4194304 4196468 140727799719472 140548879809712 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30432 KiB

[startup+0.210587 s]*
/proc/loadavg: 7.46 7.90 7.94 3/210 10812
/proc/meminfo: memFree=25431216/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
[pid=10793] ppid=10791 vsize=28227396 memory=41036 CPUtime=0.33 cores=0-7
/proc/10793/stat : 10793 (java) S 10791 10791 6664 0 -1 1077944320 9509 0 0 0 30 3 0 0 20 0 20 0 476696759 28904853504 10259 33554432000 4194304 4196468 140727799719472 140727799702016 140549571972855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
/proc/10793/statm: 7056849 10259 3303 1 0 7019032 0
[pid=10793/tid=10794] ppid=10791 vsize=28227396 memory=29681743523217448 CPUtime=0.2 cores=0-7
/proc/10793/task/10794/stat : 10794 (java) R 10791 10791 6664 0 -1 4202560 6617 0 0 0 18 2 0 0 20 0 20 0 476696760 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549576204768 140549556052366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10795] ppid=10791 vsize=28227396 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/10793/task/10795/stat : 10795 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549524593680 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10796] ppid=10791 vsize=28227396 memory=3547059487740036768 CPUtime=0 cores=0-7
/proc/10793/task/10796/stat : 10796 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549523541136 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10797] ppid=10791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10793/task/10797/stat : 10797 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549522488080 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10798] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10798/stat : 10798 (java) S 10791 10791 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549521435536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10799] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10799/stat : 10799 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549520382480 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10800] ppid=10791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10793/task/10800/stat : 10800 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549519329936 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10801] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10801/stat : 10801 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549518276880 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10802] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10802/stat : 10802 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28904853504 10259 33554432000 4194304 4196468 140727799719472 140549115730320 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10803] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10803/stat : 10803 (java) S 10791 10791 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476696762 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548889283312 140549571984002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10804] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10804/stat : 10804 (java) S 10791 10791 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696763 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548888229536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10805] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10805/stat : 10805 (java) S 10791 10791 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696763 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548887176432 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10806] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10806/stat : 10806 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696765 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548886125008 140549571991451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10807] ppid=10791 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10793/task/10807/stat : 10807 (java) R 10791 10791 6664 0 -1 4202560 515 0 0 0 1 0 0 0 20 0 20 0 476696765 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548885072112 140549571984002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10808] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10808/stat : 10808 (java) R 10791 10791 6664 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 476696765 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548884019568 140549571984002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10809] ppid=10791 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10793/task/10809/stat : 10809 (java) R 10791 10791 6664 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 20 0 476696765 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548882966512 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10810] ppid=10791 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/10793/task/10810/stat : 10810 (java) R 10791 10791 6664 0 -1 4202560 772 0 0 0 7 0 0 0 20 0 20 0 476696765 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548881913776 140549551263926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10811] ppid=10791 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10811/stat : 10811 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696766 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548880862176 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10812] ppid=10791 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10793/task/10812/stat : 10812 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696766 28904853504 10259 33554432000 4194304 4196468 140727799719472 140548879809712 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42488 KiB

[startup+0.310365 s]*
/proc/loadavg: 7.46 7.90 7.94 3/210 10812
/proc/meminfo: memFree=25423956/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
[pid=10793] ppid=10791 vsize=28231652 memory=49732 CPUtime=0.51 cores=0-7
/proc/10793/stat : 10793 (java) S 10791 10791 6664 0 -1 1077944320 10784 0 0 0 47 4 0 0 20 0 20 0 476696759 28909211648 12433 33554432000 4194304 4196468 140727799719472 140727799702016 140549571972855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
/proc/10793/statm: 7057913 12433 3338 1 0 7019032 0
[pid=10793/tid=10794] ppid=10791 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10793/task/10794/stat : 10794 (java) R 10791 10791 6664 0 -1 4202560 7765 0 0 0 27 2 0 0 20 0 20 0 476696760 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549576203968 140549557666321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10795] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10795/stat : 10795 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549524593680 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10796] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10796/stat : 10796 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549523541136 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10797] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10797/stat : 10797 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549522488080 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10798] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10798/stat : 10798 (java) S 10791 10791 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549521435536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10799] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10799/stat : 10799 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549520382480 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10800] ppid=10791 vsize=28231652 memory=140322554342063 CPUtime=0 cores=0-7
/proc/10793/task/10800/stat : 10800 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549519329936 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10801] ppid=10791 vsize=28231652 memory=140322554344368 CPUtime=0 cores=0-7
/proc/10793/task/10801/stat : 10801 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549518276880 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10802] ppid=10791 vsize=28231652 memory=140322554346672 CPUtime=0 cores=0-7
/proc/10793/task/10802/stat : 10802 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28909211648 12433 33554432000 4194304 4196468 140727799719472 140549115730320 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10803] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10803/stat : 10803 (java) S 10791 10791 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476696762 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548889283312 140549571984002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10804] ppid=10791 vsize=28231652 memory=280645108707216 CPUtime=0 cores=0-7
/proc/10793/task/10804/stat : 10804 (java) S 10791 10791 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696763 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548888229536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10805] ppid=10791 vsize=28231652 memory=280645108704912 CPUtime=0 cores=0-7
/proc/10793/task/10805/stat : 10805 (java) S 10791 10791 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696763 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548887176432 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10806] ppid=10791 vsize=28231652 memory=280645108711824 CPUtime=0 cores=0-7
/proc/10793/task/10806/stat : 10806 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696765 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548886125008 140549571991451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10807] ppid=10791 vsize=28231652 memory=280645108653104 CPUtime=0.02 cores=0-7
/proc/10793/task/10807/stat : 10807 (java) S 10791 10791 6664 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 20 0 476696765 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548885072112 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10808] ppid=10791 vsize=28231652 memory=280645108725648 CPUtime=0.01 cores=0-7
/proc/10793/task/10808/stat : 10808 (java) S 10791 10791 6664 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 476696765 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548884019568 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10809] ppid=10791 vsize=28231652 memory=280645108732560 CPUtime=0.02 cores=0-7
/proc/10793/task/10809/stat : 10809 (java) S 10791 10791 6664 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 20 0 476696765 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548882966512 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10810] ppid=10791 vsize=28231652 memory=280645108730256 CPUtime=0.12 cores=0-7
/proc/10793/task/10810/stat : 10810 (java) S 10791 10791 6664 0 -1 1077944384 887 0 0 0 12 0 0 0 20 0 20 0 476696765 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548881913968 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10811] ppid=10791 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10811/stat : 10811 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696766 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548880862176 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10812] ppid=10791 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10793/task/10812/stat : 10812 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696766 28909211648 12433 33554432000 4194304 4196468 140727799719472 140548879809712 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51184 KiB

[startup+0.700977 s]
/proc/loadavg: 7.46 7.90 7.94 3/210 10812
/proc/meminfo: memFree=25408628/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
[pid=10793] ppid=10791 vsize=28233776 memory=87764 CPUtime=1.77 cores=0-7
/proc/10793/stat : 10793 (java) S 10791 10791 6664 0 -1 1077944320 14787 0 0 0 171 6 0 0 20 0 20 0 476696759 28911386624 21941 33554432000 4194304 4196468 140727799719472 140727799702016 140549571972855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
/proc/10793/statm: 7058444 21941 3450 1 0 7019544 0
[pid=10793/tid=10794] ppid=10791 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/10793/task/10794/stat : 10794 (java) R 10791 10791 6664 0 -1 4202560 8748 0 0 0 64 3 0 0 20 0 20 0 476696760 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549576208288 140549201922276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10795] ppid=10791 vsize=28233776 memory=2353 CPUtime=0 cores=0-7
/proc/10793/task/10795/stat : 10795 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549524593680 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10796] ppid=10791 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10796/stat : 10796 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549523541136 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10797] ppid=10791 vsize=28233776 memory=1416 CPUtime=0 cores=0-7
/proc/10793/task/10797/stat : 10797 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549522488080 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10798] ppid=10791 vsize=28233776 memory=10728 CPUtime=0 cores=0-7
/proc/10793/task/10798/stat : 10798 (java) S 10791 10791 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549521435536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10799] ppid=10791 vsize=28233776 memory=1552 CPUtime=0 cores=0-7
/proc/10793/task/10799/stat : 10799 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549520382480 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10800] ppid=10791 vsize=28233776 memory=3640 CPUtime=0 cores=0-7
/proc/10793/task/10800/stat : 10800 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549519329936 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10801] ppid=10791 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/10793/task/10801/stat : 10801 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549518276880 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10802] ppid=10791 vsize=28233776 memory=784 CPUtime=0 cores=0-7
/proc/10793/task/10802/stat : 10802 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28911386624 21941 33554432000 4194304 4196468 140727799719472 140549115730320 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10803] ppid=10791 vsize=28233776 memory=1060 CPUtime=0 cores=0-7
/proc/10793/task/10803/stat : 10803 (java) S 10791 10791 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476696762 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548889283312 140549571984002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10804] ppid=10791 vsize=28233776 memory=1720 CPUtime=0 cores=0-7
/proc/10793/task/10804/stat : 10804 (java) S 10791 10791 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696763 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548888229536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10805] ppid=10791 vsize=28233776 memory=1096 CPUtime=0 cores=0-7
/proc/10793/task/10805/stat : 10805 (java) S 10791 10791 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696763 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548887176432 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10806] ppid=10791 vsize=28233776 memory=1188 CPUtime=0 cores=0-7
/proc/10793/task/10806/stat : 10806 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696765 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548886125008 140549571991451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10807] ppid=10791 vsize=28233776 memory=5860 CPUtime=0.18 cores=0-7
/proc/10793/task/10807/stat : 10807 (java) R 10791 10791 6664 0 -1 4202560 1237 0 0 0 18 0 0 0 20 0 20 0 476696765 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548885058896 140549571994202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10808] ppid=10791 vsize=28233776 memory=780 CPUtime=0.19 cores=0-7
/proc/10793/task/10808/stat : 10808 (java) R 10791 10791 6664 0 -1 4202560 627 0 0 0 19 0 0 0 20 0 20 0 476696765 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548884003648 140549571994202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10809] ppid=10791 vsize=28233776 memory=13924 CPUtime=0.25 cores=0-7
/proc/10793/task/10809/stat : 10809 (java) R 10791 10791 6664 0 -1 4202560 945 0 0 0 25 0 0 0 20 0 20 0 476696765 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548882966512 140549551628288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10810] ppid=10791 vsize=28233776 memory=28296 CPUtime=0.42 cores=0-7
/proc/10793/task/10810/stat : 10810 (java) R 10791 10791 6664 0 -1 4202560 1921 0 0 0 42 0 0 0 20 0 20 0 476696765 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548881913968 140549564209982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10811] ppid=10791 vsize=28233776 memory=2116 CPUtime=0 cores=0-7
/proc/10793/task/10811/stat : 10811 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696766 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548880862176 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10812] ppid=10791 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/10793/task/10812/stat : 10812 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696766 28911386624 21941 33554432000 4194304 4196468 140727799719472 140548879809712 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 89216 KiB

[startup+1.50097 s]
/proc/loadavg: 7.18 7.83 7.92 5/210 10812
/proc/meminfo: memFree=25329512/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
[pid=10793] ppid=10791 vsize=28235824 memory=226552 CPUtime=5.2 cores=0-7
/proc/10793/stat : 10793 (java) S 10791 10791 6664 0 -1 1077944320 27910 0 0 0 505 15 0 0 20 0 20 0 476696759 28913483776 56638 33554432000 4194304 4196468 140727799719472 140727799702016 140549571972855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
/proc/10793/statm: 7058956 56638 3485 1 0 7020056 0
[pid=10793/tid=10794] ppid=10791 vsize=28235824 memory=0 CPUtime=1.45 cores=0-7
/proc/10793/task/10794/stat : 10794 (java) R 10791 10791 6664 0 -1 4202560 10669 0 0 0 139 6 0 0 20 0 20 0 476696760 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549576208832 140549571984790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10795] ppid=10791 vsize=28235824 memory=0 CPUtime=0.01 cores=0-7
/proc/10793/task/10795/stat : 10795 (java) S 10791 10791 6664 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549524593680 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10796] ppid=10791 vsize=28235824 memory=2353 CPUtime=0 cores=0-7
/proc/10793/task/10796/stat : 10796 (java) S 10791 10791 6664 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549523541136 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10797] ppid=10791 vsize=28235824 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10797/stat : 10797 (java) S 10791 10791 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549522488080 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10798] ppid=10791 vsize=28235824 memory=6055726904642640392 CPUtime=0 cores=0-7
/proc/10793/task/10798/stat : 10798 (java) S 10791 10791 6664 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549521435536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10799] ppid=10791 vsize=28235824 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10799/stat : 10799 (java) S 10791 10791 6664 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549520382480 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10800] ppid=10791 vsize=28235824 memory=169060180573296 CPUtime=0.01 cores=0-7
/proc/10793/task/10800/stat : 10800 (java) S 10791 10791 6664 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549519329936 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10801] ppid=10791 vsize=28235824 memory=46329812228616 CPUtime=0 cores=0-7
/proc/10793/task/10801/stat : 10801 (java) S 10791 10791 6664 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549518276880 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10802] ppid=10791 vsize=28235824 memory=46334107200039 CPUtime=0 cores=0-7
/proc/10793/task/10802/stat : 10802 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696761 28913483776 56638 33554432000 4194304 4196468 140727799719472 140549115730320 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10803] ppid=10791 vsize=28235824 memory=1188 CPUtime=0 cores=0-7
/proc/10793/task/10803/stat : 10803 (java) S 10791 10791 6664 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 20 0 476696762 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548889283312 140549571984002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10804] ppid=10791 vsize=28235824 memory=5860 CPUtime=0 cores=0-7
/proc/10793/task/10804/stat : 10804 (java) S 10791 10791 6664 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 476696763 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548888229536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10805] ppid=10791 vsize=28235824 memory=780 CPUtime=0 cores=0-7
/proc/10793/task/10805/stat : 10805 (java) S 10791 10791 6664 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 476696763 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548887176432 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10806] ppid=10791 vsize=28235824 memory=13924 CPUtime=0 cores=0-7
/proc/10793/task/10806/stat : 10806 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696765 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548886125008 140549571991451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10807] ppid=10791 vsize=28235824 memory=28296 CPUtime=0.96 cores=0-7
/proc/10793/task/10807/stat : 10807 (java) R 10791 10791 6664 0 -1 4202560 4267 0 0 0 95 1 0 0 20 0 20 0 476696765 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548885061648 140549555383746 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10808] ppid=10791 vsize=28235824 memory=2116 CPUtime=0.96 cores=0-7
/proc/10793/task/10808/stat : 10808 (java) R 10791 10791 6664 0 -1 4202560 3783 0 0 0 95 1 0 0 20 0 20 0 476696765 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548884018752 140549553517295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10809] ppid=10791 vsize=28235824 memory=12024 CPUtime=1.01 cores=0-7
/proc/10793/task/10809/stat : 10809 (java) R 10791 10791 6664 0 -1 4202560 3856 0 0 0 101 0 0 0 20 0 20 0 476696765 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548882966512 140549553151648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10810] ppid=10791 vsize=28235824 memory=0 CPUtime=0.66 cores=0-7
/proc/10793/task/10810/stat : 10810 (java) S 10791 10791 6664 0 -1 1077944384 3675 0 0 0 65 1 0 0 20 0 20 0 476696765 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548881913968 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10811] ppid=10791 vsize=28235824 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10811/stat : 10811 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696766 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548880862176 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10812] ppid=10791 vsize=28235824 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10812/stat : 10812 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696766 28913483776 56638 33554432000 4194304 4196468 140727799719472 140548879809712 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 28348952 KiB
Current children cumulated memory: 228004 KiB

[startup+1.70277 s]
# the end of solver process 10791 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.34992 s, system=0.172718 s

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

[startup+1.60185 s]
/proc/loadavg: 7.18 7.83 7.92 5/210 10812
/proc/meminfo: memFree=25329512/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
[pid=10793] ppid=10791 vsize=28768336 memory=228040 CPUtime=5.89 cores=0-7
/proc/10793/stat : 10793 (java) S 10791 10791 6664 0 -1 1077944320 28682 0 0 0 574 15 0 0 20 0 28 0 476696759 29458776064 57010 33554432000 4194304 4196468 140727799719472 140727799702016 140549571972855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
/proc/10793/statm: 7192084 57010 3487 1 0 7153184 0
[pid=10793/tid=10794] ppid=10791 vsize=28768336 memory=0 CPUtime=1.47 cores=0-7
/proc/10793/task/10794/stat : 10794 (java) S 10791 10791 6664 0 -1 1077944384 10917 0 0 0 141 6 0 0 20 0 28 0 476696760 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549576213632 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10795] ppid=10791 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/10793/task/10795/stat : 10795 (java) S 10791 10791 6664 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549524593680 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10796] ppid=10791 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10796/stat : 10796 (java) S 10791 10791 6664 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549523541136 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10797] ppid=10791 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10797/stat : 10797 (java) S 10791 10791 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549522488080 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10798] ppid=10791 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10793/task/10798/stat : 10798 (java) S 10791 10791 6664 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549521435536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10799] ppid=10791 vsize=28768336 memory=2241 CPUtime=0 cores=0-7
/proc/10793/task/10799/stat : 10799 (java) S 10791 10791 6664 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549520382480 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10800] ppid=10791 vsize=28768336 memory=2244 CPUtime=0.01 cores=0-7
/proc/10793/task/10800/stat : 10800 (java) S 10791 10791 6664 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549519329936 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10801] ppid=10791 vsize=28768336 memory=288287792113660286 CPUtime=0 cores=0-7
/proc/10793/task/10801/stat : 10801 (java) S 10791 10791 6664 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549518276880 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10802] ppid=10791 vsize=28768336 memory=6370719275257063784 CPUtime=0 cores=0-7
/proc/10793/task/10802/stat : 10802 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476696761 29458776064 57010 33554432000 4194304 4196468 140727799719472 140549115730320 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10803] ppid=10791 vsize=28768336 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/10793/task/10803/stat : 10803 (java) S 10791 10791 6664 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 28 0 476696762 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548889283312 140549571984002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10804] ppid=10791 vsize=28768336 memory=4639930699739322729 CPUtime=0 cores=0-7
/proc/10793/task/10804/stat : 10804 (java) S 10791 10791 6664 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 476696763 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548888229536 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10805] ppid=10791 vsize=28768336 memory=29381550265 CPUtime=0 cores=0-7
/proc/10793/task/10805/stat : 10805 (java) S 10791 10791 6664 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 476696763 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548887176432 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10806] ppid=10791 vsize=28768336 memory=-1807685287717842718 CPUtime=0 cores=0-7
/proc/10793/task/10806/stat : 10806 (java) S 10791 10791 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476696765 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548886125008 140549571991451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10807] ppid=10791 vsize=28768336 memory=6944656592387989600 CPUtime=1.03 cores=0-7
/proc/10793/task/10807/stat : 10807 (java) S 10791 10791 6664 0 -1 1077944384 4413 0 0 0 102 1 0 0 20 0 28 0 476696765 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548885072112 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10808] ppid=10791 vsize=28768336 memory=6655300316396806240 CPUtime=1.05 cores=0-7
/proc/10793/task/10808/stat : 10808 (java) R 10791 10791 6664 0 -1 1077944384 3818 0 0 0 104 1 0 0 20 0 28 0 476696765 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548884019568 140549571984002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10809] ppid=10791 vsize=28768336 memory=6944656592387989600 CPUtime=1.07 cores=0-7
/proc/10793/task/10809/stat : 10809 (java) S 10791 10791 6664 0 -1 1077944384 3878 0 0 0 107 0 0 0 20 0 28 0 476696765 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548882966512 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10810] ppid=10791 vsize=28768336 memory=5495680850141879452 CPUtime=0.69 cores=0-7
/proc/10793/task/10810/stat : 10810 (java) S 10791 10791 6664 0 -1 1077944384 3725 0 0 0 68 1 0 0 20 0 28 0 476696765 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548881913968 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10811] ppid=10791 vsize=28768336 memory=280645108984480 CPUtime=0 cores=0-7
/proc/10793/task/10811/stat : 10811 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476696766 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548880862176 140549571983061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
[pid=10793/tid=10812] ppid=10791 vsize=28768336 memory=576460758282499373 CPUtime=0 cores=0-7
/proc/10793/task/10812/stat : 10812 (java) S 10791 10791 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476696766 29458776064 57010 33554432000 4194304 4196468 140727799719472 140548879809712 140549571984002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12111872 140727799727088 140727799727259 140727799727259 140727799730127 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 229492 KiB

[startup+1.70111 s]
/proc/loadavg: 7.18 7.83 7.92 5/210 10812
/proc/meminfo: memFree=25329512/32770624 swapFree=66939148/67108860
[pid=10791] ppid=10788 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10791/stat : 10791 (xcsp3-exec) S 10788 10791 6664 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476696759 115843072 363 33554432000 4194304 5098028 140735355013056 140735355011160 140499215438460 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9297920 140735355020156 140735355020398 140735355020398 140735355023306 0
/proc/10791/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 1.70281
CPU time (s): 6.52264
CPU user time (s): 6.34992
CPU system time (s): 0.172718
CPU usage (%): 383.052
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 229492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.34992
system time used= 0.172718
maximum resident set size= 229764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29409
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= 3275
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 10791
#   total CPU time (s): 6.52264
#   total CPU user time (s): 6.34992
#   total CPU system time (s): 0.172718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035507 second user time and 0.057056 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 20:33:13
IDJOB=4404941
IDBENCH=126835
IDSOLVER=2866
FILE ID=node139/4404941-1569004270
RUNJOBID= node139-1568994483-6691
PBS_JOBID= 21704720
Free space on /tmp= 5144 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-3-5-30-1.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 /tmp/evaluation-result-4404941-1569004270/watcher-4404941-1569004270 -o /tmp/evaluation-result-4404941-1569004270/solver-4404941-1569004270 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568994483-6691 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 407337409 HOME/instance-4404941-1569004270.xml

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

MD5SUM BENCH= e91753cc37d5672b16b54feba0c5cd89
RANDOM SEED=407337409

node139.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.57
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.57
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.57
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.57
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:        25460176 kB
MemAvailable:   31788592 kB
Buffers:           50292 kB
Cached:          6365472 kB
SwapCached:        65228 kB
Active:          3193444 kB
Inactive:        3292896 kB
Active(anon):       4520 kB
Inactive(anon):   111864 kB
Active(file):    3188924 kB
Inactive(file):  3181032 kB
Unevictable:      107328 kB
Mlocked:          107328 kB
SwapTotal:      67108860 kB
SwapFree:       66939148 kB
Dirty:             26012 kB
Writeback:             0 kB
AnonPages:        153464 kB
Mapped:            51292 kB
Shmem:             37512 kB
Slab:             416264 kB
SReclaimable:     386920 kB
SUnreclaim:        29344 kB
KernelStack:        3728 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     496888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5116 MiB
End job on node139 at 2019-09-20 20:33:15