Trace number 4403741

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-20Wrong UNSAT 3.83698 1.35073

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.21607
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403741-1568990450.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403741-1568990450.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.36/1.22	c solve instance...
3.73/1.32	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 (5370 MiB free)
  memory of node 1: 16384 MiB (7323 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403741-1568990450/watcher-4403741-1568990450 -o /tmp/evaluation-result-4403741-1568990450/solver-4403741-1568990450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1215749297 HOME/instance-4403741-1568990450.xml 

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

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


[startup+0.100692 s]*
/proc/loadavg: 8.04 7.93 7.47 6/234 15689
/proc/meminfo: memFree=12982428/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15144776 memory=29028 CPUtime=0.13 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 5708 0 0 0 12 1 0 0 20 0 15 0 475311823 15508250624 7257 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3786194 7257 3151 1 0 3748377 0
[pid=15675/tid=15676] ppid=15673 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) R 15673 15673 11742 0 -1 4202560 3574 0 0 0 8 1 0 0 20 0 15 0 475311823 15508250624 7257 33554432000 4194304 4196468 140723030772544 140680443087712 140680060080944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 7257 33554432000 4194304 4196468 140723030772544 140680391486224 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15144776 memory=140099528918656 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 7257 33554432000 4194304 4196468 140723030772544 140680390433680 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 7257 33554432000 4194304 4196468 140723030772544 140680389381136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 7257 33554432000 4194304 4196468 140723030772544 140680388328592 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15144776 memory=140099528918656 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311825 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679605790704 140680438876802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475311826 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475311826 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) S 15673 15673 11742 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 475311828 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679601580528 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) S 15673 15673 11742 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475311828 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679600527984 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15144776 memory=140099528918656 CPUtime=0.02 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) S 15673 15673 11742 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 475311828 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679599475440 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15144776 memory=140099528918656 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475311829 15508250624 7257 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30480 KiB

[startup+0.210824 s]*
/proc/loadavg: 8.04 7.93 7.47 7/234 15689
/proc/meminfo: memFree=12970068/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15144776 memory=40560 CPUtime=0.35 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 9328 0 0 0 31 4 0 0 20 0 15 0 475311823 15508250624 10140 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3786194 10140 3319 1 0 3748377 0
[pid=15675/tid=15676] ppid=15673 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) R 15673 15673 11742 0 -1 4202560 6590 0 0 0 17 3 0 0 20 0 15 0 475311823 15508250624 10140 33554432000 4194304 4196468 140723030772544 140680443099712 140680422946142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 10140 33554432000 4194304 4196468 140723030772544 140680391486224 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15144776 memory=140099528933202 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 10140 33554432000 4194304 4196468 140723030772544 140680390433680 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 10140 33554432000 4194304 4196468 140723030772544 140680389381136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15508250624 10140 33554432000 4194304 4196468 140723030772544 140680388328592 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15144776 memory=140099528918656 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475311825 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679605790704 140680438876802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475311826 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475311826 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) S 15673 15673 11742 0 -1 1077944384 474 0 0 0 3 0 0 0 20 0 15 0 475311828 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679601580528 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) S 15673 15673 11742 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 15 0 475311828 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679600527984 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15144776 memory=140099528918656 CPUtime=0.08 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) S 15673 15673 11742 0 -1 1077944384 823 0 0 0 8 0 0 0 20 0 15 0 475311828 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679599475440 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475311829 15508250624 10140 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42012 KiB

[startup+0.310606 s]*
/proc/loadavg: 8.04 7.93 7.47 8/234 15689
/proc/meminfo: memFree=12963148/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15149032 memory=50204 CPUtime=0.53 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 10872 0 0 0 49 4 0 0 20 0 15 0 475311823 15512608768 12551 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3787258 12551 3357 1 0 3748377 0
[pid=15675/tid=15676] ppid=15673 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) R 15673 15673 11742 0 -1 4202560 7784 0 0 0 27 3 0 0 20 0 15 0 475311823 15512608768 12551 33554432000 4194304 4196468 140723030772544 140680443096768 140680438887581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15512608768 12551 33554432000 4194304 4196468 140723030772544 140680391486224 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15512608768 12551 33554432000 4194304 4196468 140723030772544 140680390433680 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15512608768 12551 33554432000 4194304 4196468 140723030772544 140680389381136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15512608768 12551 33554432000 4194304 4196468 140723030772544 140680388328592 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475311825 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679605790704 140680438876802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475311826 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475311826 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) S 15673 15673 11742 0 -1 1077944384 514 0 0 0 5 0 0 0 20 0 15 0 475311828 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679601580528 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) R 15673 15673 11742 0 -1 4202560 277 0 0 0 3 0 0 0 20 0 15 0 475311828 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679600518368 140680416126912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) S 15673 15673 11742 0 -1 1077944384 995 0 0 0 12 0 0 0 20 0 15 0 475311828 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679599475440 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475311829 15512608768 12551 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51656 KiB

[startup+0.701205 s]
/proc/loadavg: 8.04 7.93 7.47 7/234 15689
/proc/meminfo: memFree=12947848/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15151156 memory=84640 CPUtime=1.7 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 14465 0 0 0 165 5 0 0 20 0 15 0 475311823 15514783744 21160 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3787789 21160 3453 1 0 3748889 0
[pid=15675/tid=15676] ppid=15673 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) R 15673 15673 11742 0 -1 4202560 8717 0 0 0 64 3 0 0 20 0 15 0 475311823 15514783744 21160 33554432000 4194304 4196468 140723030772544 140680443102632 140680060058660 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15151156 memory=54380 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 21160 33554432000 4194304 4196468 140723030772544 140680391486224 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 21160 33554432000 4194304 4196468 140723030772544 140680390433680 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 21160 33554432000 4194304 4196468 140723030772544 140680389381136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15151156 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 21160 33554432000 4194304 4196468 140723030772544 140680388328592 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475311825 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679605790704 140680438876802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15151156 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475311826 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475311826 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15151156 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15151156 memory=10564 CPUtime=0.29 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) R 15673 15673 11742 0 -1 4202560 1317 0 0 0 29 0 0 0 20 0 15 0 475311828 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679601567840 140680418126702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15151156 memory=716 CPUtime=0.28 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) R 15673 15673 11742 0 -1 4202560 868 0 0 0 28 0 0 0 20 0 15 0 475311828 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679600519312 140680422766403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15151156 memory=780 CPUtime=0.42 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) R 15673 15673 11742 0 -1 4202560 2253 0 0 0 42 0 0 0 20 0 15 0 475311828 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679599475440 140680424561419 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475311829 15514783744 21160 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86092 KiB

[startup+1.35068 s]
# the end of solver process 15673 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.72334 s, system=0.113648 s

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

[startup+0.802213 s]
/proc/loadavg: 8.04 7.93 7.47 7/234 15689
/proc/meminfo: memFree=12947848/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15151156 memory=97900 CPUtime=2.03 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 14757 0 0 0 198 5 0 0 20 0 15 0 475311823 15514783744 24475 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3787789 24475 3454 1 0 3748889 0
[pid=15675/tid=15676] ppid=15673 vsize=15151156 memory=8292088559825428625 CPUtime=0.77 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) R 15673 15673 11742 0 -1 1077944384 8889 0 0 0 74 3 0 0 20 0 15 0 475311823 15514783744 24475 33554432000 4194304 4196468 140723030772544 140680443104688 140680438875861 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15151156 memory=280198834556304 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 24475 33554432000 4194304 4196468 140723030772544 140680391486224 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 24475 33554432000 4194304 4196468 140723030772544 140680390433680 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15151156 memory=940 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 24475 33554432000 4194304 4196468 140723030772544 140680389381136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) S 15673 15673 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 24475 33554432000 4194304 4196468 140723030772544 140680388328592 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15151156 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475311825 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679605790704 140680438876802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15151156 memory=28004 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475311826 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475311826 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15151156 memory=1556 CPUtime=0.39 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) R 15673 15673 11742 0 -1 4202560 1345 0 0 0 39 0 0 0 20 0 15 0 475311828 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679601580528 140680424879964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15151156 memory=928 CPUtime=0.38 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) S 15673 15673 11742 0 -1 1077944384 896 0 0 0 38 0 0 0 20 0 15 0 475311828 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679600528112 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15151156 memory=1640 CPUtime=0.45 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) R 15673 15673 11742 0 -1 4202560 2320 0 0 0 45 0 0 0 20 0 15 0 475311828 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679599475440 140680438877590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15151156 memory=2572 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475311829 15514783744 24475 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 2.03 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 99352 KiB

[startup+1.20821 s]
/proc/loadavg: 8.04 7.93 7.47 8/234 15689
/proc/meminfo: memFree=12879808/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15151156 memory=198256 CPUtime=3.36 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 22207 0 0 0 327 9 0 0 20 0 15 0 475311823 15514783744 49564 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3787789 49564 3473 1 0 3748889 0
[pid=15675/tid=15676] ppid=15673 vsize=15151156 memory=14134446152486315 CPUtime=1.17 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) S 15673 15673 11742 0 -1 1077944384 11427 0 0 0 111 6 0 0 20 0 15 0 475311823 15514783744 49564 33554432000 4194304 4196468 140723030772544 140680443102896 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) R 15673 15673 11742 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 49564 33554432000 4194304 4196468 140723030772544 140680391486112 140680423893529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15151156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) R 15673 15673 11742 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 49564 33554432000 4194304 4196468 140723030772544 140680390433880 140680423313802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15151156 memory=6656426216303648864 CPUtime=0.01 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) R 15673 15673 11742 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 15 0 475311824 15514783744 49564 33554432000 4194304 4196468 140723030772544 140680389379112 140680423893538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) R 15673 15673 11742 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 475311824 15514783744 49564 33554432000 4194304 4196468 140723030772544 140680388326288 140680423893529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 475311825 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679605789216 140680438875861 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475311826 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475311826 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15151156 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) R 15673 15673 11742 0 -1 4202560 2876 0 0 0 79 0 0 0 20 0 15 0 475311828 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679601567072 140680420409772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15151156 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) S 15673 15673 11742 0 -1 1077944384 2593 0 0 0 77 0 0 0 20 0 15 0 475311828 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679600512976 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15151156 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) S 15673 15673 11742 0 -1 1077944384 3474 0 0 0 57 1 0 0 20 0 15 0 475311828 15514783744 49564 33554432000 4194304 4196468 140723030772544 140679599475440 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15151156 memory=304274648164728858 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475311828 15514783744 50076 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 475311829 15514783744 50076 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 3.36 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 199708 KiB

[startup+1.30621 s]
/proc/loadavg: 8.04 7.93 7.47 8/234 15689
/proc/meminfo: memFree=12879808/32770624 swapFree=66974524/67108860
[pid=15673] ppid=15670 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15673/stat : 15673 (xcsp3-exec) S 15670 15673 11742 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475311822 115843072 363 33554432000 4194304 5098028 140735682799072 140735682797176 140267605332604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32985088 140735682806650 140735682806893 140735682806893 140735682809802 0
/proc/15673/statm: 28282 363 304 221 0 87 0
[pid=15675] ppid=15673 vsize=15419460 memory=209672 CPUtime=3.73 cores=1,3,5,7
/proc/15675/stat : 15675 (java) S 15673 15673 11742 0 -1 1077944320 23922 0 0 0 363 10 0 0 20 0 19 0 475311823 15789527040 52418 33554432000 4194304 4196468 140723030772544 140723030755088 140680438865655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
/proc/15675/statm: 3854865 52418 3480 1 0 3815965 0
[pid=15675/tid=15676] ppid=15673 vsize=15419460 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/15675/task/15676/stat : 15676 (java) S 15673 15673 11742 0 -1 1077944384 11920 0 0 0 113 6 0 0 20 0 19 0 475311823 15789527040 52418 33554432000 4194304 4196468 140723030772544 140680443106432 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15677] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15677/stat : 15677 (java) S 15673 15673 11742 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 19 0 475311824 15789527040 52418 33554432000 4194304 4196468 140723030772544 140680391486224 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15678] ppid=15673 vsize=15419460 memory=9252 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15678/stat : 15678 (java) S 15673 15673 11742 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 19 0 475311824 15789527040 52418 33554432000 4194304 4196468 140723030772544 140680390433680 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15679] ppid=15673 vsize=15419460 memory=21069 CPUtime=0.01 cores=1,3,5,7
/proc/15675/task/15679/stat : 15679 (java) S 15673 15673 11742 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 19 0 475311824 15789527040 52418 33554432000 4194304 4196468 140723030772544 140680389381136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15680] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15680/stat : 15680 (java) S 15673 15673 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475311824 15789527040 52418 33554432000 4194304 4196468 140723030772544 140680388328592 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15681] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15681/stat : 15681 (java) S 15673 15673 11742 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 19 0 475311825 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679605790704 140680438876802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15682] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15682/stat : 15682 (java) S 15673 15673 11742 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 475311826 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679604736928 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15683] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15683/stat : 15683 (java) S 15673 15673 11742 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 475311826 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679603684336 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15684] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15684/stat : 15684 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475311828 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679602632912 140680438884251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15685] ppid=15673 vsize=15419460 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/15675/task/15685/stat : 15685 (java) R 15673 15673 11742 0 -1 4202560 3043 0 0 0 85 0 0 0 20 0 19 0 475311828 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679601566624 140680420386837 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15686] ppid=15673 vsize=15419460 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/15675/task/15686/stat : 15686 (java) R 15673 15673 11742 0 -1 4202560 2707 0 0 0 86 0 0 0 20 0 19 0 475311828 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679600516576 140680418719216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15687] ppid=15673 vsize=15419460 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/15675/task/15687/stat : 15687 (java) R 15673 15673 11742 0 -1 1077944384 3921 0 0 0 59 1 0 0 20 0 19 0 475311828 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679599475440 140680438876802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15688] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15688/stat : 15688 (java) S 15673 15673 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475311828 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679598423136 140680438875861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
[pid=15675/tid=15689] ppid=15673 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15675/task/15689/stat : 15689 (java) S 15673 15673 11742 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 475311829 15789527040 52418 33554432000 4194304 4196468 140723030772544 140679597369648 140680438876802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723030774767 140723030774938 140723030774938 140723030777807 0
Current children cumulated CPU time: 3.73 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 211124 KiB

Child status: 0
Real time (s): 1.35073
CPU time (s): 3.83698
CPU user time (s): 3.72334
CPU system time (s): 0.113648
CPU usage (%): 284.067
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 211124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.72334
system time used= 0.113648
maximum resident set size= 211624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24927
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= 1938
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 15673
#   total CPU time (s): 3.83698
#   total CPU user time (s): 3.72334
#   total CPU system time (s): 0.113648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039654 second user time and 0.050372 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 16:40:07
IDJOB=4403741
IDBENCH=126835
IDSOLVER=2863
FILE ID=node125/4403741-1568990450
RUNJOBID= node125-1568988175-11774
PBS_JOBID= 21704643
Free space on /tmp= 4136 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-3-5-30-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403741-1568990450/watcher-4403741-1568990450 -o /tmp/evaluation-result-4403741-1568990450/solver-4403741-1568990450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1215749297 HOME/instance-4403741-1568990450.xml

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

MD5SUM BENCH= e91753cc37d5672b16b54feba0c5cd89
RANDOM SEED=1215749297

node125.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.29
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.29
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.29
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.29
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:        12999580 kB
MemAvailable:   31495324 kB
Buffers:          129064 kB
Cached:         18247796 kB
SwapCached:        29996 kB
Active:          9377484 kB
Inactive:        9364364 kB
Active(anon):     213164 kB
Inactive(anon):   198488 kB
Active(file):    9164320 kB
Inactive(file):  9165876 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974524 kB
Dirty:             25976 kB
Writeback:             0 kB
AnonPages:        461860 kB
Mapped:            65140 kB
Shmem:             38176 kB
Slab:             623108 kB
SReclaimable:     594008 kB
SUnreclaim:        29100 kB
KernelStack:        4080 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1278136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4108 MiB
End job on node125 at 2019-09-20 16:40:09