Trace number 4391800

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
miniBTD 19.06.16UNSAT 289.421 289.442

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f04_c18.xml
MD5SUM297c804b8c4092219cf99e305dde67fa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.9855
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.06.16
289.37/289.42	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 (9075 MiB free)
  memory of node 1: 16384 MiB (15108 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391800-1568322811/watcher-4391800-1568322811 -o /tmp/evaluation-result-4391800-1568322811/solver-4391800-1568322811 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568306093-23618 --watchdog 2560 miniBTD 2400 HOME/instance-4391800-1568322811.xml 

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

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

solver pid=27341, runsolver pid=27338

[startup+0.100163 s]*
/proc/loadavg: 1.92 2.00 2.04 3/197 27342
/proc/meminfo: memFree=24753752/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=38112 memory=14284 CPUtime=0.1 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 3757 0 0 0 10 0 0 0 20 0 1 0 408548699 39026688 3571 33554432000 4194304 5326806 140721662267760 140721662262568 140357923171301 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 9528 3571 589 277 0 3049 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38112 KiB
Current children cumulated memory: 14284 KiB

[startup+0.209731 s]*
/proc/loadavg: 1.92 2.00 2.04 3/197 27342
/proc/meminfo: memFree=24746676/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=45684 memory=21676 CPUtime=0.21 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 5642 0 0 0 21 0 0 0 20 0 1 0 408548699 46780416 5419 33554432000 4194304 5326806 140721662267760 140721662262568 140357923167038 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 11421 5419 589 277 0 4942 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45684 KiB
Current children cumulated memory: 21676 KiB

[startup+0.309627 s]*
/proc/loadavg: 1.92 2.00 2.04 3/197 27342
/proc/meminfo: memFree=24740352/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=51496 memory=27748 CPUtime=0.31 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 7131 0 0 0 31 0 0 0 20 0 1 0 408548699 52731904 6937 33554432000 4194304 5326806 140721662267760 140721662262568 140357923171301 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 12874 6937 592 277 0 6395 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 51496 KiB
Current children cumulated memory: 27748 KiB

[startup+0.700322 s]
/proc/loadavg: 1.92 2.00 2.04 3/197 27342
/proc/meminfo: memFree=24733656/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58580 memory=34156 CPUtime=0.68 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 8765 0 0 0 68 0 0 0 20 0 1 0 408548699 59985920 8539 33554432000 4194304 5326806 140721662267760 140721662262568 140357923434876 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14645 8539 634 277 0 8166 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58580 KiB
Current children cumulated memory: 34156 KiB

[startup+1.50037 s]
/proc/loadavg: 1.92 2.00 2.04 3/197 27342
/proc/meminfo: memFree=24732872/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58580 memory=34420 CPUtime=1.49 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 8771 0 0 0 148 1 0 0 20 0 1 0 408548699 59985920 8605 33554432000 4194304 5326806 140721662267760 140721662266968 4400988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14645 8605 648 277 0 8166 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 58580 KiB
Current children cumulated memory: 34420 KiB

[startup+3.10941 s]
/proc/loadavg: 1.92 2.00 2.04 3/198 27344
/proc/meminfo: memFree=24732632/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58580 memory=34468 CPUtime=3.1 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 14554 0 0 0 309 1 0 0 20 0 1 0 408548699 59985920 8617 33554432000 4194304 5326806 140721662267760 140721662266968 4400976 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14645 8617 648 277 0 8166 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 58580 KiB
Current children cumulated memory: 34468 KiB

[startup+6.30028 s]
/proc/loadavg: 1.93 2.00 2.04 3/198 27344
/proc/meminfo: memFree=24732760/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58712 memory=34536 CPUtime=6.29 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 20356 0 0 0 627 2 0 0 20 0 1 0 408548699 60121088 8634 33554432000 4194304 5326806 140721662267760 140721662266968 4400976 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14678 8634 648 277 0 8199 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 58712 KiB
Current children cumulated memory: 34536 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.04 3/197 27345
/proc/meminfo: memFree=24732528/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34600 CPUtime=12.68 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 26172 0 0 0 1265 3 0 0 20 0 1 0 408548699 60256256 8650 33554432000 4194304 5326806 140721662267760 140721662266968 4400988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8650 648 277 0 8232 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34600 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/197 27345
/proc/meminfo: memFree=24732768/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34636 CPUtime=25.48 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 34331 0 0 0 2542 6 0 0 20 0 1 0 408548699 60256256 8659 33554432000 4194304 5326806 140721662267760 140721662266968 140357923434876 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8659 648 277 0 8232 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34636 KiB

[startup+51.1092 s]
/proc/loadavg: 1.97 2.00 2.04 3/197 27347
/proc/meminfo: memFree=24732188/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34652 CPUtime=51.1 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 43612 0 0 0 5097 13 0 0 20 0 1 0 408548699 60256256 8663 33554432000 4194304 5326806 140721662267760 140721662266968 4400988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8663 648 277 0 8232 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34652 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/197 27351
/proc/meminfo: memFree=24732116/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34912 CPUtime=102.27 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 48210 0 0 0 10203 24 0 0 20 0 1 0 408548699 60256256 8728 33554432000 4194304 5326806 140721662267760 140721662266968 4400976 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8728 648 277 0 8232 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34912 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/197 27355
/proc/meminfo: memFree=24732124/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34940 CPUtime=162.28 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 48552 0 0 0 16193 35 0 0 20 0 1 0 408548699 60256256 8735 33554432000 4194304 5326806 140721662267760 140721662266968 140357923434876 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8735 648 277 0 8232 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34940 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 27359
/proc/meminfo: memFree=24732004/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34948 CPUtime=222.27 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 48893 0 0 0 22181 46 0 0 20 0 1 0 408548699 60256256 8737 33554432000 4194304 5326806 140721662267760 140721662266968 4400988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8737 648 277 0 8232 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34948 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 27365
/proc/meminfo: memFree=24732204/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34968 CPUtime=282.27 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 49247 0 0 0 28169 58 0 0 20 0 1 0 408548699 60256256 8742 33554432000 4194304 5326806 140721662267760 140721662266968 140357923434876 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8742 648 277 0 8232 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34968 KiB

[startup+289.442 s]
# the end of solver process 27341 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=288.834 s, system=0.586977 s

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

[startup+284.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 27365
/proc/meminfo: memFree=24732204/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34968 CPUtime=284.77 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 49247 0 0 0 28419 58 0 0 20 0 1 0 408548699 60256256 8742 33554432000 4194304 5326806 140721662267760 140721662266968 140357923434876 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8742 648 277 0 8232 0
Current children cumulated CPU time: 284.77 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34968 KiB

[startup+288 s]*
/proc/loadavg: 2.00 2.00 2.04 3/197 27365
/proc/meminfo: memFree=24732204/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34968 CPUtime=287.98 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 49247 0 0 0 28740 58 0 0 20 0 1 0 408548699 60256256 8742 33554432000 4194304 5326806 140721662267760 140721662266968 4400988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8742 648 277 0 8232 0
Current children cumulated CPU time: 287.98 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34968 KiB

[startup+288.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 27365
/proc/meminfo: memFree=24732204/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34968 CPUtime=288.77 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 49247 0 0 0 28819 58 0 0 20 0 1 0 408548699 60256256 8742 33554432000 4194304 5326806 140721662267760 140721662266968 4427218 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8742 648 277 0 8232 0
Current children cumulated CPU time: 288.77 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34968 KiB

[startup+289.2 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 27372
/proc/meminfo: memFree=24731424/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34968 CPUtime=289.17 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 49247 0 0 0 28859 58 0 0 20 0 1 0 408548699 60256256 8742 33554432000 4194304 5326806 140721662267760 140721662266968 4400969 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8742 648 277 0 8232 0
Current children cumulated CPU time: 289.17 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34968 KiB

[startup+289.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 27372
/proc/meminfo: memFree=24731424/32770624 swapFree=66901276/67108860
[pid=27341] ppid=27338 vsize=58844 memory=34968 CPUtime=289.37 cores=1,3,5,7
/proc/27341/stat : 27341 (miniBTD) R 27338 27341 23586 0 -1 4202496 49247 0 0 0 28879 58 0 0 20 0 1 0 408548699 60256256 8742 33554432000 4194304 5326806 140721662267760 140721662266968 4400969 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 33558528 140721662272544 140721662272624 140721662272624 140721662275533 0
/proc/27341/statm: 14711 8742 648 277 0 8232 0
Current children cumulated CPU time: 289.37 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 34968 KiB

Child status: 0
Real time (s): 289.442
CPU time (s): 289.421
CPU user time (s): 288.834
CPU system time (s): 0.586977
CPU usage (%): 99.9925
Max. virtual memory (cumulated for all children) (KiB): 58844
Max. memory (cumulated for all children) (KiB): 34968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.834
system time used= 0.586977
maximum resident set size= 35000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 229


# summary of solver processes directly reported to runsolver:
#   pid: 27341
#   total CPU time (s): 289.421
#   total CPU user time (s): 288.834
#   total CPU system time (s): 0.586977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02649 second user time and 1.9468 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-12 23:15:12
IDJOB=4391800
IDBENCH=141069
IDSOLVER=2836
FILE ID=node139/4391800-1568322811
RUNJOBID= node139-1568306093-23618
PBS_JOBID= 21701118
Free space on /tmp= 55328 MiB

SOLVER NAME= miniBTD 19.06.16
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f04_c18.xml
COMMAND LINE= miniBTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391800-1568322811/watcher-4391800-1568322811 -o /tmp/evaluation-result-4391800-1568322811/solver-4391800-1568322811 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568306093-23618 --watchdog 2560  miniBTD 2400 HOME/instance-4391800-1568322811.xml

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

MD5SUM BENCH= 297c804b8c4092219cf99e305dde67fa
RANDOM SEED=378322694

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:        24764884 kB
MemAvailable:   31727988 kB
Buffers:          115560 kB
Cached:          7010884 kB
SwapCached:       105652 kB
Active:           711460 kB
Inactive:        6551584 kB
Active(anon):      32604 kB
Inactive(anon):   145092 kB
Active(file):     678856 kB
Inactive(file):  6406492 kB
Unevictable:      108960 kB
Mlocked:          108960 kB
SwapTotal:      67108860 kB
SwapFree:       66901276 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:        149472 kB
Mapped:            44072 kB
Shmem:             32216 kB
Slab:             336812 kB
SReclaimable:     306216 kB
SUnreclaim:        30596 kB
KernelStack:        3728 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     546320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 55320 MiB
End job on node139 at 2019-09-12 23:20:02